public static class CreateRoverNodeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateRoverNodeDetails |
build() |
CreateRoverNodeDetails.Builder |
certCompartmentId(String certCompartmentId)
The compartmentId of the leaf certificate.
|
CreateRoverNodeDetails.Builder |
certificateAuthorityId(String certificateAuthorityId)
The certificateAuthorityId of subordinate/intermediate certificate authority.
|
CreateRoverNodeDetails.Builder |
certKeyAlgorithm(CertKeyAlgorithm certKeyAlgorithm)
key algorithm for issuing leaf certificate.
|
CreateRoverNodeDetails.Builder |
certSignatureAlgorithm(CertSignatureAlgorithm certSignatureAlgorithm)
signature algorithm for issuing leaf certificate.
|
CreateRoverNodeDetails.Builder |
commonName(String commonName)
The common name for the leaf certificate.
|
CreateRoverNodeDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the RoverNode.
|
CreateRoverNodeDetails.Builder |
copy(CreateRoverNodeDetails model) |
CreateRoverNodeDetails.Builder |
customerShippingAddress(ShippingAddress customerShippingAddress) |
CreateRoverNodeDetails.Builder |
dataValidationCode(String dataValidationCode)
Validation code returned by data validation tool.
|
CreateRoverNodeDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
CreateRoverNodeDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
CreateRoverNodeDetails.Builder |
enclosureType(EnclosureType enclosureType)
The type of enclosure rover nodes in this cluster are shipped in.
|
CreateRoverNodeDetails.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
CreateRoverNodeDetails.Builder |
importCompartmentId(String importCompartmentId)
An OCID of a compartment where data will be imported to upon Rover node return.
|
CreateRoverNodeDetails.Builder |
importFileBucket(String importFileBucket)
Name of a bucket where files from NFS share will be imported to upon Rover node return.
|
CreateRoverNodeDetails.Builder |
isImportRequested(Boolean isImportRequested)
The flag indicating that customer requests data to be imported to OCI upon Rover node
return.
|
CreateRoverNodeDetails.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the RoverNode.
|
CreateRoverNodeDetails.Builder |
lifecycleStateDetails(String lifecycleStateDetails)
A property that can contain details on the lifecycle.
|
CreateRoverNodeDetails.Builder |
masterKeyId(String masterKeyId)
Customer provided master key ID to encrypt secret information.
|
CreateRoverNodeDetails.Builder |
nodeWorkloads(List<RoverWorkload> nodeWorkloads)
List of existing workloads that should be provisioned on the node.
|
CreateRoverNodeDetails.Builder |
oracleShippingTrackingUrl(String oracleShippingTrackingUrl)
Tracking Url for the shipped FmsRoverNode.
|
CreateRoverNodeDetails.Builder |
pointOfContact(String pointOfContact)
Name of point of contact for this order if customer is picking up.
|
CreateRoverNodeDetails.Builder |
pointOfContactPhoneNumber(String pointOfContactPhoneNumber)
Phone number of point of contact for this order if customer is picking up.
|
CreateRoverNodeDetails.Builder |
publicKey(String publicKey)
The public key of the resource principal
|
CreateRoverNodeDetails.Builder |
serialNumber(String serialNumber)
Serial number of the node.
|
CreateRoverNodeDetails.Builder |
shape(String shape)
The shape of the node.
|
CreateRoverNodeDetails.Builder |
shippingPreference(CreateRoverNodeDetails.ShippingPreference shippingPreference)
Preference for device delivery.
|
CreateRoverNodeDetails.Builder |
shippingVendor(String shippingVendor)
Shipping vendor of choice for orace to customer shipping.
|
CreateRoverNodeDetails.Builder |
superUserPassword(String superUserPassword)
Root password for the rover node.
|
CreateRoverNodeDetails.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
CreateRoverNodeDetails.Builder |
timeCertValidityEnd(Date timeCertValidityEnd)
The time after which leaf certificate will invalid.
|
CreateRoverNodeDetails.Builder |
timePickupExpected(Date timePickupExpected)
Expected date when customer wants to pickup the device if they chose customer pickup.
|
CreateRoverNodeDetails.Builder |
timeReturnWindowEnds(Date timeReturnWindowEnds)
End time for the window to pickup the device from customer.
|
CreateRoverNodeDetails.Builder |
timeReturnWindowStarts(Date timeReturnWindowStarts)
Start time for the window to pickup the device from customer.
|
CreateRoverNodeDetails.Builder |
unlockPassphrase(String unlockPassphrase)
Passphrase to unlock the rover node.
|
public CreateRoverNodeDetails.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 CreateRoverNodeDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the RoverNode.
compartmentId
- the value to setpublic CreateRoverNodeDetails.Builder shape(String shape)
The shape of the node.
shape
- the value to setpublic CreateRoverNodeDetails.Builder customerShippingAddress(ShippingAddress customerShippingAddress)
public CreateRoverNodeDetails.Builder nodeWorkloads(List<RoverWorkload> nodeWorkloads)
List of existing workloads that should be provisioned on the node.
nodeWorkloads
- the value to setpublic CreateRoverNodeDetails.Builder superUserPassword(String superUserPassword)
Root password for the rover node.
superUserPassword
- the value to setpublic CreateRoverNodeDetails.Builder unlockPassphrase(String unlockPassphrase)
Passphrase to unlock the rover node.
unlockPassphrase
- the value to setpublic CreateRoverNodeDetails.Builder pointOfContact(String pointOfContact)
Name of point of contact for this order if customer is picking up.
pointOfContact
- the value to setpublic CreateRoverNodeDetails.Builder pointOfContactPhoneNumber(String pointOfContactPhoneNumber)
Phone number of point of contact for this order if customer is picking up.
pointOfContactPhoneNumber
- the value to setpublic CreateRoverNodeDetails.Builder shippingPreference(CreateRoverNodeDetails.ShippingPreference shippingPreference)
Preference for device delivery.
shippingPreference
- the value to setpublic CreateRoverNodeDetails.Builder shippingVendor(String shippingVendor)
Shipping vendor of choice for orace to customer shipping.
shippingVendor
- the value to setpublic CreateRoverNodeDetails.Builder timePickupExpected(Date timePickupExpected)
Expected date when customer wants to pickup the device if they chose customer pickup.
timePickupExpected
- the value to setpublic CreateRoverNodeDetails.Builder publicKey(String publicKey)
The public key of the resource principal
publicKey
- the value to setpublic CreateRoverNodeDetails.Builder timeReturnWindowStarts(Date timeReturnWindowStarts)
Start time for the window to pickup the device from customer.
timeReturnWindowStarts
- the value to setpublic CreateRoverNodeDetails.Builder timeReturnWindowEnds(Date timeReturnWindowEnds)
End time for the window to pickup the device from customer.
timeReturnWindowEnds
- the value to setpublic CreateRoverNodeDetails.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the RoverNode.
lifecycleState
- the value to setpublic CreateRoverNodeDetails.Builder enclosureType(EnclosureType enclosureType)
The type of enclosure rover nodes in this cluster are shipped in.
enclosureType
- the value to setpublic CreateRoverNodeDetails.Builder lifecycleStateDetails(String lifecycleStateDetails)
A property that can contain details on the lifecycle.
lifecycleStateDetails
- the value to setpublic CreateRoverNodeDetails.Builder serialNumber(String serialNumber)
Serial number of the node.
serialNumber
- the value to setpublic CreateRoverNodeDetails.Builder oracleShippingTrackingUrl(String oracleShippingTrackingUrl)
Tracking Url for the shipped FmsRoverNode.
oracleShippingTrackingUrl
- the value to setpublic CreateRoverNodeDetails.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 CreateRoverNodeDetails.Builder importCompartmentId(String importCompartmentId)
An OCID of a compartment where data will be imported to upon Rover node return.
importCompartmentId
- the value to setpublic CreateRoverNodeDetails.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 CreateRoverNodeDetails.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 CreateRoverNodeDetails.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 CreateRoverNodeDetails.Builder certificateAuthorityId(String certificateAuthorityId)
The certificateAuthorityId of subordinate/intermediate certificate authority.
certificateAuthorityId
- the value to setpublic CreateRoverNodeDetails.Builder timeCertValidityEnd(Date timeCertValidityEnd)
The time after which leaf certificate will invalid.
timeCertValidityEnd
- the value to setpublic CreateRoverNodeDetails.Builder commonName(String commonName)
The common name for the leaf certificate.
commonName
- the value to setpublic CreateRoverNodeDetails.Builder certCompartmentId(String certCompartmentId)
The compartmentId of the leaf certificate.
certCompartmentId
- the value to setpublic CreateRoverNodeDetails.Builder certKeyAlgorithm(CertKeyAlgorithm certKeyAlgorithm)
key algorithm for issuing leaf certificate.
certKeyAlgorithm
- the value to setpublic CreateRoverNodeDetails.Builder certSignatureAlgorithm(CertSignatureAlgorithm certSignatureAlgorithm)
signature algorithm for issuing leaf certificate.
certSignatureAlgorithm
- the value to setpublic CreateRoverNodeDetails.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 CreateRoverNodeDetails.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 CreateRoverNodeDetails.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 CreateRoverNodeDetails build()
public CreateRoverNodeDetails.Builder copy(CreateRoverNodeDetails model)
Copyright © 2016–2024. All rights reserved.