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