public static class UpdateRoverClusterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateRoverClusterDetails |
build() |
UpdateRoverClusterDetails.Builder |
clusterSize(Integer clusterSize)
Number of nodes desired in the cluster, in standalone clusters, between 5 and 15
inclusive.
|
UpdateRoverClusterDetails.Builder |
clusterWorkloads(List<RoverWorkload> clusterWorkloads)
List of existing workloads that should be provisioned on the nodes.
|
UpdateRoverClusterDetails.Builder |
copy(UpdateRoverClusterDetails model) |
UpdateRoverClusterDetails.Builder |
customerShippingAddress(ShippingAddress customerShippingAddress) |
UpdateRoverClusterDetails.Builder |
dataValidationCode(String dataValidationCode)
Validation code returned by data validation tool.
|
UpdateRoverClusterDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
UpdateRoverClusterDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
UpdateRoverClusterDetails.Builder |
enclosureType(EnclosureType enclosureType)
The type of enclosure rover nodes in this cluster are shipped in.
|
UpdateRoverClusterDetails.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
UpdateRoverClusterDetails.Builder |
importCompartmentId(String importCompartmentId)
An OCID of a compartment where data will be imported to upon Rover cluster return.
|
UpdateRoverClusterDetails.Builder |
importFileBucket(String importFileBucket)
Name of a bucket where files from NFS share will be imported to upon Rover cluster
return.
|
UpdateRoverClusterDetails.Builder |
isImportRequested(Boolean isImportRequested)
The flag indicating that customer requests data to be imported to OCI upon Rover cluster
return.
|
UpdateRoverClusterDetails.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the RoverCluster.
|
UpdateRoverClusterDetails.Builder |
lifecycleStateDetails(String lifecycleStateDetails)
A property that can contain details on the lifecycle.
|
UpdateRoverClusterDetails.Builder |
oracleShippingTrackingUrl(String oracleShippingTrackingUrl)
Tracking Url for the shipped Rover Cluster.
|
UpdateRoverClusterDetails.Builder |
pointOfContact(String pointOfContact)
Name of point of contact for this order if customer is picking up.
|
UpdateRoverClusterDetails.Builder |
pointOfContactPhoneNumber(String pointOfContactPhoneNumber)
Phone number of point of contact for this order if customer is picking up.
|
UpdateRoverClusterDetails.Builder |
shippingPreference(UpdateRoverClusterDetails.ShippingPreference shippingPreference)
Preference for device delivery.
|
UpdateRoverClusterDetails.Builder |
shippingVendor(String shippingVendor)
Shipping vendor of choice for orace to customer shipping.
|
UpdateRoverClusterDetails.Builder |
subscriptionId(String subscriptionId)
ID provided to customer after successful subscription to Rover Stations.
|
UpdateRoverClusterDetails.Builder |
superUserPassword(String superUserPassword)
Root password for the rover cluster.
|
UpdateRoverClusterDetails.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
UpdateRoverClusterDetails.Builder |
timePickupExpected(Date timePickupExpected)
Expected date when customer wants to pickup the device if they chose customer pickup.
|
UpdateRoverClusterDetails.Builder |
unlockPassphrase(String unlockPassphrase)
Password to unlock the rover cluster.
|
public UpdateRoverClusterDetails.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 UpdateRoverClusterDetails.Builder clusterSize(Integer clusterSize)
Number of nodes desired in the cluster, in standalone clusters, between 5 and 15 inclusive. In station clusters, between 15 and 30 inclusive.
clusterSize
- the value to setpublic UpdateRoverClusterDetails.Builder customerShippingAddress(ShippingAddress customerShippingAddress)
public UpdateRoverClusterDetails.Builder clusterWorkloads(List<RoverWorkload> clusterWorkloads)
List of existing workloads that should be provisioned on the nodes.
clusterWorkloads
- the value to setpublic UpdateRoverClusterDetails.Builder superUserPassword(String superUserPassword)
Root password for the rover cluster.
superUserPassword
- the value to setpublic UpdateRoverClusterDetails.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the RoverCluster.
lifecycleState
- the value to setpublic UpdateRoverClusterDetails.Builder lifecycleStateDetails(String lifecycleStateDetails)
A property that can contain details on the lifecycle.
lifecycleStateDetails
- the value to setpublic UpdateRoverClusterDetails.Builder unlockPassphrase(String unlockPassphrase)
Password to unlock the rover cluster.
unlockPassphrase
- the value to setpublic UpdateRoverClusterDetails.Builder enclosureType(EnclosureType enclosureType)
The type of enclosure rover nodes in this cluster are shipped in.
enclosureType
- the value to setpublic UpdateRoverClusterDetails.Builder pointOfContact(String pointOfContact)
Name of point of contact for this order if customer is picking up.
pointOfContact
- the value to setpublic UpdateRoverClusterDetails.Builder pointOfContactPhoneNumber(String pointOfContactPhoneNumber)
Phone number of point of contact for this order if customer is picking up.
pointOfContactPhoneNumber
- the value to setpublic UpdateRoverClusterDetails.Builder shippingPreference(UpdateRoverClusterDetails.ShippingPreference shippingPreference)
Preference for device delivery.
shippingPreference
- the value to setpublic UpdateRoverClusterDetails.Builder oracleShippingTrackingUrl(String oracleShippingTrackingUrl)
Tracking Url for the shipped Rover Cluster.
oracleShippingTrackingUrl
- the value to setpublic UpdateRoverClusterDetails.Builder subscriptionId(String subscriptionId)
ID provided to customer after successful subscription to Rover Stations.
subscriptionId
- the value to setpublic UpdateRoverClusterDetails.Builder shippingVendor(String shippingVendor)
Shipping vendor of choice for orace to customer shipping.
shippingVendor
- the value to setpublic UpdateRoverClusterDetails.Builder timePickupExpected(Date timePickupExpected)
Expected date when customer wants to pickup the device if they chose customer pickup.
timePickupExpected
- the value to setpublic UpdateRoverClusterDetails.Builder isImportRequested(Boolean isImportRequested)
The flag indicating that customer requests data to be imported to OCI upon Rover cluster return.
isImportRequested
- the value to setpublic UpdateRoverClusterDetails.Builder importCompartmentId(String importCompartmentId)
An OCID of a compartment where data will be imported to upon Rover cluster return.
importCompartmentId
- the value to setpublic UpdateRoverClusterDetails.Builder importFileBucket(String importFileBucket)
Name of a bucket where files from NFS share will be imported to upon Rover cluster return.
importFileBucket
- the value to setpublic UpdateRoverClusterDetails.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 UpdateRoverClusterDetails.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 UpdateRoverClusterDetails.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 UpdateRoverClusterDetails.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 UpdateRoverClusterDetails build()
public UpdateRoverClusterDetails.Builder copy(UpdateRoverClusterDetails model)
Copyright © 2016–2024. All rights reserved.