Package | Description |
---|---|
com.oracle.bmc.rover.model |
Modifier and Type | Method and Description |
---|---|
ShippingAddress |
ShippingAddress.Builder.build() |
ShippingAddress |
UpdateRoverClusterDetails.getCustomerShippingAddress() |
ShippingAddress |
CreateRoverClusterDetails.getCustomerShippingAddress() |
ShippingAddress |
RoverNode.getCustomerShippingAddress() |
ShippingAddress |
UpdateRoverNodeDetails.getCustomerShippingAddress() |
ShippingAddress |
RoverCluster.getCustomerShippingAddress() |
ShippingAddress |
CreateRoverNodeDetails.getCustomerShippingAddress() |
Modifier and Type | Method and Description |
---|---|
ShippingAddress.Builder |
ShippingAddress.Builder.copy(ShippingAddress model) |
UpdateRoverClusterDetails.Builder |
UpdateRoverClusterDetails.Builder.customerShippingAddress(ShippingAddress customerShippingAddress) |
CreateRoverClusterDetails.Builder |
CreateRoverClusterDetails.Builder.customerShippingAddress(ShippingAddress customerShippingAddress) |
RoverNode.Builder |
RoverNode.Builder.customerShippingAddress(ShippingAddress customerShippingAddress) |
UpdateRoverNodeDetails.Builder |
UpdateRoverNodeDetails.Builder.customerShippingAddress(ShippingAddress customerShippingAddress) |
RoverCluster.Builder |
RoverCluster.Builder.customerShippingAddress(ShippingAddress customerShippingAddress) |
CreateRoverNodeDetails.Builder |
CreateRoverNodeDetails.Builder.customerShippingAddress(ShippingAddress customerShippingAddress) |
Constructor and Description |
---|
CreateRoverClusterDetails(String displayName,
String compartmentId,
Integer clusterSize,
ShippingAddress customerShippingAddress,
List<RoverWorkload> clusterWorkloads,
ClusterType clusterType,
String superUserPassword,
EnclosureType enclosureType,
String unlockPassphrase,
String pointOfContact,
String pointOfContactPhoneNumber,
CreateRoverClusterDetails.ShippingPreference shippingPreference,
String shippingVendor,
Date timePickupExpected,
String oracleShippingTrackingUrl,
String subscriptionId,
LifecycleState lifecycleState,
String lifecycleStateDetails,
Boolean isImportRequested,
String importCompartmentId,
String importFileBucket,
String dataValidationCode,
String masterKeyId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
CreateRoverNodeDetails(String displayName,
String compartmentId,
String shape,
ShippingAddress customerShippingAddress,
List<RoverWorkload> nodeWorkloads,
String superUserPassword,
String unlockPassphrase,
String pointOfContact,
String pointOfContactPhoneNumber,
CreateRoverNodeDetails.ShippingPreference shippingPreference,
String shippingVendor,
Date timePickupExpected,
String publicKey,
Date timeReturnWindowStarts,
Date timeReturnWindowEnds,
LifecycleState lifecycleState,
EnclosureType enclosureType,
String lifecycleStateDetails,
String serialNumber,
String oracleShippingTrackingUrl,
Boolean isImportRequested,
String importCompartmentId,
String importFileBucket,
String dataValidationCode,
String masterKeyId,
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.
|
RoverCluster(String id,
String compartmentId,
String displayName,
Integer clusterSize,
Date timeCreated,
LifecycleState lifecycleState,
String lifecycleStateDetails,
ShippingAddress customerShippingAddress,
List<RoverNodeSummary> nodes,
EnclosureType enclosureType,
Date timeCustomerReceived,
Date timeCustomerReturned,
String deliveryTrackingInfo,
List<RoverWorkload> clusterWorkloads,
ClusterType clusterType,
String subscriptionId,
String exteriorDoorCode,
String interiorAlarmDisarmCode,
String superUserPassword,
String unlockPassphrase,
String pointOfContact,
String pointOfContactPhoneNumber,
RoverCluster.ShippingPreference shippingPreference,
String oracleShippingTrackingUrl,
String shippingVendor,
Date timePickupExpected,
Date timeReturnWindowStarts,
Date timeReturnWindowEnds,
String returnShippingLabelUri,
Boolean isImportRequested,
String importCompartmentId,
String importFileBucket,
String dataValidationCode,
String imageExportPar,
String masterKeyId,
String tags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
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.
|
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.
|
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.