Package | Description |
---|---|
com.oracle.bmc.rover.model |
Modifier and Type | Method and Description |
---|---|
static UpdateRoverClusterDetails.ShippingPreference |
UpdateRoverClusterDetails.ShippingPreference.create(String key) |
UpdateRoverClusterDetails.ShippingPreference |
UpdateRoverClusterDetails.getShippingPreference()
Preference for device delivery.
|
static UpdateRoverClusterDetails.ShippingPreference |
UpdateRoverClusterDetails.ShippingPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateRoverClusterDetails.ShippingPreference[] |
UpdateRoverClusterDetails.ShippingPreference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateRoverClusterDetails.Builder |
UpdateRoverClusterDetails.Builder.shippingPreference(UpdateRoverClusterDetails.ShippingPreference shippingPreference)
Preference for device delivery.
|
Constructor and Description |
---|
UpdateRoverClusterDetails(String displayName,
Integer clusterSize,
ShippingAddress customerShippingAddress,
List<RoverWorkload> clusterWorkloads,
String superUserPassword,
LifecycleState lifecycleState,
String lifecycleStateDetails,
String unlockPassphrase,
EnclosureType enclosureType,
String pointOfContact,
String pointOfContactPhoneNumber,
UpdateRoverClusterDetails.ShippingPreference shippingPreference,
String oracleShippingTrackingUrl,
String subscriptionId,
String shippingVendor,
Date timePickupExpected,
Boolean isImportRequested,
String importCompartmentId,
String importFileBucket,
String dataValidationCode,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.