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