Uses of Class
com.oracle.bmc.bds.model.BdsInstance.LifecycleState
-
Packages that use BdsInstance.LifecycleState Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model com.oracle.bmc.bds.requests -
-
Uses of BdsInstance.LifecycleState in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type BdsInstance.LifecycleState Modifier and Type Method Description Waiter<GetBdsInstanceRequest,GetBdsInstanceResponse>
BdsWaiters. forBdsInstance(GetBdsInstanceRequest request, BdsInstance.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBdsInstanceRequest,GetBdsInstanceResponse>
BdsWaiters. forBdsInstance(GetBdsInstanceRequest request, BdsInstance.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBdsInstanceRequest,GetBdsInstanceResponse>
BdsWaiters. forBdsInstance(GetBdsInstanceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BdsInstance.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of BdsInstance.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return BdsInstance.LifecycleState Modifier and Type Method Description static BdsInstance.LifecycleState
BdsInstance.LifecycleState. create(String key)
BdsInstance.LifecycleState
BdsInstance. getLifecycleState()
The state of the cluster.BdsInstance.LifecycleState
BdsInstanceSummary. getLifecycleState()
The state of the cluster.static BdsInstance.LifecycleState
BdsInstance.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BdsInstance.LifecycleState[]
BdsInstance.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type BdsInstance.LifecycleState Modifier and Type Method Description BdsInstance.Builder
BdsInstance.Builder. lifecycleState(BdsInstance.LifecycleState lifecycleState)
The state of the cluster.BdsInstanceSummary.Builder
BdsInstanceSummary.Builder. lifecycleState(BdsInstance.LifecycleState lifecycleState)
The state of the cluster.Constructors in com.oracle.bmc.bds.model with parameters of type BdsInstance.LifecycleState Constructor Description BdsInstance(String id, String compartmentId, String displayName, BdsInstance.LifecycleState lifecycleState, BdsInstance.ClusterVersion clusterVersion, Boolean isHighAvailability, Boolean isSecure, Boolean isCloudSqlConfigured, Boolean isKafkaConfigured, NetworkConfig networkConfig, ClusterDetails clusterDetails, List<Node> nodes, CloudSqlDetails cloudSqlDetails, String createdBy, Date timeCreated, Date timeUpdated, Integer numberOfNodes, Integer numberOfNodesRequiringMaintenanceReboot, String bootstrapScriptUrl, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String kmsKeyId, BdsInstance.ClusterProfile clusterProfile, BdsClusterVersionSummary bdsClusterVersionSummary)
Deprecated.BdsInstanceSummary(String id, String compartmentId, String displayName, BdsInstance.LifecycleState lifecycleState, Integer numberOfNodes, Integer numberOfNodesRequiringMaintenanceReboot, BdsInstance.ClusterVersion clusterVersion, Boolean isHighAvailability, Boolean isSecure, Boolean isCloudSqlConfigured, Boolean isKafkaConfigured, BdsInstance.ClusterProfile clusterProfile, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of BdsInstance.LifecycleState in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return BdsInstance.LifecycleState Modifier and Type Method Description BdsInstance.LifecycleState
ListBdsInstancesRequest. getLifecycleState()
The state of the cluster.Methods in com.oracle.bmc.bds.requests with parameters of type BdsInstance.LifecycleState Modifier and Type Method Description ListBdsInstancesRequest.Builder
ListBdsInstancesRequest.Builder. lifecycleState(BdsInstance.LifecycleState lifecycleState)
The state of the cluster.
-