Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RoverNode |
build() |
RoverNode.Builder |
certCompartmentId(String certCompartmentId)
The compartmentId of the leaf certificate.
|
RoverNode.Builder |
certificateAuthorityId(String certificateAuthorityId)
The certificateAuthorityId of subordinate/intermediate certificate authority.
|
RoverNode.Builder |
certificateId(String certificateId)
The id of the leaf certificate.
|
RoverNode.Builder |
certificateVersionNumber(String certificateVersionNumber)
The version number of the leaf certificate.
|
RoverNode.Builder |
certKeyAlgorithm(CertKeyAlgorithm certKeyAlgorithm)
key algorithm for issuing leaf certificate.
|
RoverNode.Builder |
certSignatureAlgorithm(CertSignatureAlgorithm certSignatureAlgorithm)
signature algorithm for issuing leaf certificate.
|
RoverNode.Builder |
clusterId(String clusterId)
The cluster ID if the node is part of a cluster.
|
RoverNode.Builder |
commonName(String commonName)
The common name for the leaf certificate.
|
RoverNode.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the RoverNode.
|
RoverNode.Builder |
copy(RoverNode model) |
RoverNode.Builder |
customerShippingAddress(ShippingAddress customerShippingAddress) |
RoverNode.Builder |
dataValidationCode(String dataValidationCode)
Validation code returned by data validation tool.
|
RoverNode.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
RoverNode.Builder |
deliveryTrackingInfo(String deliveryTrackingInfo)
Tracking information for device shipping.
|
RoverNode.Builder |
displayName(String displayName)
A user-friendly name.
|
RoverNode.Builder |
enclosureType(EnclosureType enclosureType)
The type of enclosure rover node is shipped in.
|
RoverNode.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
RoverNode.Builder |
id(String id)
The OCID of RoverNode.
|
RoverNode.Builder |
imageExportPar(String imageExportPar)
The link to pre-authenticated request for a bucket where image workloads are moved.
|
RoverNode.Builder |
importCompartmentId(String importCompartmentId)
An OCID of a compartment where data will be imported to upon Rover node return.
|
RoverNode.Builder |
importFileBucket(String importFileBucket)
Name of a bucket where files from NFS share will be imported to upon Rover node return.
|
RoverNode.Builder |
isImportRequested(Boolean isImportRequested)
The flag indicating that customer requests data to be imported to OCI upon Rover node
return.
|
RoverNode.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the RoverNode.
|
RoverNode.Builder |
lifecycleStateDetails(String lifecycleStateDetails)
A property that can contain details on the lifecycle.
|
RoverNode.Builder |
masterKeyId(String masterKeyId)
Customer provided master key ID to encrypt secret information.
|
RoverNode.Builder |
nodeType(NodeType nodeType)
The type of node indicating if it belongs to a cluster
|
RoverNode.Builder |
nodeWorkloads(List<RoverWorkload> nodeWorkloads)
List of existing workloads that should be provisioned on the node.
|
RoverNode.Builder |
oracleShippingTrackingUrl(String oracleShippingTrackingUrl)
Tracking Url for the shipped RoverNode.
|
RoverNode.Builder |
pointOfContact(String pointOfContact)
Name of point of contact for this order if customer is picking up.
|
RoverNode.Builder |
pointOfContactPhoneNumber(String pointOfContactPhoneNumber)
Phone number of point of contact for this order if customer is picking up.
|
RoverNode.Builder |
publicKey(String publicKey)
The public key of the resource principal
|
RoverNode.Builder |
returnShippingLabelUri(String returnShippingLabelUri)
Uri to download return shipping label.
|
RoverNode.Builder |
serialNumber(String serialNumber)
Serial number of the node.
|
RoverNode.Builder |
shape(String shape)
The shape of the node.
|
RoverNode.Builder |
shippingPreference(RoverNode.ShippingPreference shippingPreference)
Preference for device delivery.
|
RoverNode.Builder |
shippingVendor(String shippingVendor)
Shipping vendor of choice for orace to customer shipping.
|
RoverNode.Builder |
superUserPassword(String superUserPassword)
Root password for the rover node.
|
RoverNode.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
RoverNode.Builder |
tags(String tags)
The tags associated with tagSlug.
|
RoverNode.Builder |
timeCertValidityEnd(Date timeCertValidityEnd)
The time after which leaf certificate will invalid.
|
RoverNode.Builder |
timeCreated(Date timeCreated)
The time the the RoverNode was created.
|
RoverNode.Builder |
timeCustomerReceieved(Date timeCustomerReceieved)
Date and time when customer received tne node.
|
RoverNode.Builder |
timeCustomerReturned(Date timeCustomerReturned)
Date and time when customer returned the node.
|
RoverNode.Builder |
timePickupExpected(Date timePickupExpected)
Expected date when customer wants to pickup the device if they chose customer pickup.
|
RoverNode.Builder |
timeReturnWindowEnds(Date timeReturnWindowEnds)
End time for the window to pickup the device from customer.
|
RoverNode.Builder |
timeReturnWindowStarts(Date timeReturnWindowStarts)
Start time for the window to pickup the device from customer.
|
RoverNode.Builder |
unlockPassphrase(String unlockPassphrase)
Password to unlock the rover node.
|
public RoverNode.Builder id(String id)
The OCID of RoverNode.
id
- the value to setpublic RoverNode.Builder clusterId(String clusterId)
The cluster ID if the node is part of a cluster.
clusterId
- the value to setpublic RoverNode.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the RoverNode.
compartmentId
- the value to setpublic RoverNode.Builder nodeType(NodeType nodeType)
The type of node indicating if it belongs to a cluster
nodeType
- the value to setpublic RoverNode.Builder shape(String shape)
The shape of the node.
shape
- the value to setpublic RoverNode.Builder enclosureType(EnclosureType enclosureType)
The type of enclosure rover node is shipped in.
enclosureType
- the value to setpublic RoverNode.Builder serialNumber(String serialNumber)
Serial number of the node.
serialNumber
- the value to setpublic RoverNode.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic RoverNode.Builder timeCreated(Date timeCreated)
The time the the RoverNode was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic RoverNode.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the RoverNode.
lifecycleState
- the value to setpublic RoverNode.Builder lifecycleStateDetails(String lifecycleStateDetails)
A property that can contain details on the lifecycle.
lifecycleStateDetails
- the value to setpublic RoverNode.Builder customerShippingAddress(ShippingAddress customerShippingAddress)
public RoverNode.Builder nodeWorkloads(List<RoverWorkload> nodeWorkloads)
List of existing workloads that should be provisioned on the node.
nodeWorkloads
- the value to setpublic RoverNode.Builder timeCustomerReceieved(Date timeCustomerReceieved)
Date and time when customer received tne node.
timeCustomerReceieved
- the value to setpublic RoverNode.Builder timeCustomerReturned(Date timeCustomerReturned)
Date and time when customer returned the node.
timeCustomerReturned
- the value to setpublic RoverNode.Builder deliveryTrackingInfo(String deliveryTrackingInfo)
Tracking information for device shipping.
deliveryTrackingInfo
- the value to setpublic RoverNode.Builder superUserPassword(String superUserPassword)
Root password for the rover node.
superUserPassword
- the value to setpublic RoverNode.Builder unlockPassphrase(String unlockPassphrase)
Password to unlock the rover node.
unlockPassphrase
- the value to setpublic RoverNode.Builder pointOfContact(String pointOfContact)
Name of point of contact for this order if customer is picking up.
pointOfContact
- the value to setpublic RoverNode.Builder pointOfContactPhoneNumber(String pointOfContactPhoneNumber)
Phone number of point of contact for this order if customer is picking up.
pointOfContactPhoneNumber
- the value to setpublic RoverNode.Builder shippingPreference(RoverNode.ShippingPreference shippingPreference)
Preference for device delivery.
shippingPreference
- the value to setpublic RoverNode.Builder shippingVendor(String shippingVendor)
Shipping vendor of choice for orace to customer shipping.
shippingVendor
- the value to setpublic RoverNode.Builder timePickupExpected(Date timePickupExpected)
Expected date when customer wants to pickup the device if they chose customer pickup.
timePickupExpected
- the value to setpublic RoverNode.Builder timeReturnWindowStarts(Date timeReturnWindowStarts)
Start time for the window to pickup the device from customer.
timeReturnWindowStarts
- the value to setpublic RoverNode.Builder oracleShippingTrackingUrl(String oracleShippingTrackingUrl)
Tracking Url for the shipped RoverNode.
oracleShippingTrackingUrl
- the value to setpublic RoverNode.Builder timeReturnWindowEnds(Date timeReturnWindowEnds)
End time for the window to pickup the device from customer.
timeReturnWindowEnds
- the value to setpublic RoverNode.Builder returnShippingLabelUri(String returnShippingLabelUri)
Uri to download return shipping label.
returnShippingLabelUri
- the value to setpublic RoverNode.Builder isImportRequested(Boolean isImportRequested)
The flag indicating that customer requests data to be imported to OCI upon Rover node return.
isImportRequested
- the value to setpublic RoverNode.Builder importCompartmentId(String importCompartmentId)
An OCID of a compartment where data will be imported to upon Rover node return.
importCompartmentId
- the value to setpublic RoverNode.Builder importFileBucket(String importFileBucket)
Name of a bucket where files from NFS share will be imported to upon Rover node return.
importFileBucket
- the value to setpublic RoverNode.Builder dataValidationCode(String dataValidationCode)
Validation code returned by data validation tool. Required for return shipping label generation if data import was requested.
dataValidationCode
- the value to setpublic RoverNode.Builder publicKey(String publicKey)
The public key of the resource principal
publicKey
- the value to setpublic RoverNode.Builder imageExportPar(String imageExportPar)
The link to pre-authenticated request for a bucket where image workloads are moved.
imageExportPar
- the value to setpublic RoverNode.Builder masterKeyId(String masterKeyId)
Customer provided master key ID to encrypt secret information. If not provided, Rover’s master key will be used for encryption.
masterKeyId
- the value to setpublic RoverNode.Builder certificateAuthorityId(String certificateAuthorityId)
The certificateAuthorityId of subordinate/intermediate certificate authority.
certificateAuthorityId
- the value to setpublic RoverNode.Builder timeCertValidityEnd(Date timeCertValidityEnd)
The time after which leaf certificate will invalid.
timeCertValidityEnd
- the value to setpublic RoverNode.Builder commonName(String commonName)
The common name for the leaf certificate.
commonName
- the value to setpublic RoverNode.Builder certCompartmentId(String certCompartmentId)
The compartmentId of the leaf certificate.
certCompartmentId
- the value to setpublic RoverNode.Builder certificateVersionNumber(String certificateVersionNumber)
The version number of the leaf certificate.
certificateVersionNumber
- the value to setpublic RoverNode.Builder certificateId(String certificateId)
The id of the leaf certificate.
certificateId
- the value to setpublic RoverNode.Builder certKeyAlgorithm(CertKeyAlgorithm certKeyAlgorithm)
key algorithm for issuing leaf certificate.
certKeyAlgorithm
- the value to setpublic RoverNode.Builder certSignatureAlgorithm(CertSignatureAlgorithm certSignatureAlgorithm)
signature algorithm for issuing leaf certificate.
certSignatureAlgorithm
- the value to setpublic RoverNode.Builder tags(String tags)
The tags associated with tagSlug.
tags
- the value to setpublic RoverNode.Builder freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any. Each tag is a simple key-value
pair with no predefined name, type, or namespace. For more information, see Resource
Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic RoverNode.Builder definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any. Each key is predefined and scoped
to namespaces. For more information, see Resource
Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic RoverNode.Builder systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any. The system tags are set by Oracle
cloud infrastructure services. Each key is predefined and scoped to namespaces. For more
information, see Resource
Tags.
Example: {orcl-cloud: {free-tier-retain: true}}
systemTags
- the value to setpublic RoverNode build()
public RoverNode.Builder copy(RoverNode model)
Copyright © 2016–2024. All rights reserved.