Package | Description |
---|---|
com.oracle.bmc.rover.model | |
com.oracle.bmc.rover.requests |
Modifier and Type | Method and Description |
---|---|
static ClusterType |
ClusterType.create(String key) |
ClusterType |
CreateRoverClusterDetails.getClusterType()
Type of cluster.
|
ClusterType |
RoverCluster.getClusterType()
Type of cluster.
|
ClusterType |
RoverClusterSummary.getClusterType()
Type of cluster.
|
static ClusterType |
ClusterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterType[] |
ClusterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateRoverClusterDetails.Builder |
CreateRoverClusterDetails.Builder.clusterType(ClusterType clusterType)
Type of cluster.
|
RoverCluster.Builder |
RoverCluster.Builder.clusterType(ClusterType clusterType)
Type of cluster.
|
RoverClusterSummary.Builder |
RoverClusterSummary.Builder.clusterType(ClusterType clusterType)
Type of cluster.
|
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.
|
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.
|
RoverClusterSummary(String id,
String compartmentId,
String displayName,
Date timeCreated,
List<String> nodes,
Integer clusterSize,
ClusterType clusterType,
LifecycleState lifecycleState,
String lifecycleStateDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClusterType |
ListRoverClustersRequest.getClusterType()
A filter to return only Clusters of type matched with the given cluster type.
|
Modifier and Type | Method and Description |
---|---|
ListRoverClustersRequest.Builder |
ListRoverClustersRequest.Builder.clusterType(ClusterType clusterType)
A filter to return only Clusters of type matched with the given cluster type.
|
Copyright © 2016–2024. All rights reserved.