Package | Description |
---|---|
com.oracle.bmc.clusterplacementgroups | |
com.oracle.bmc.clusterplacementgroups.model | |
com.oracle.bmc.clusterplacementgroups.requests |
Modifier and Type | Method and Description |
---|---|
static ClusterPlacementGroup.LifecycleState |
ClusterPlacementGroup.LifecycleState.create(String key) |
ClusterPlacementGroup.LifecycleState |
ClusterPlacementGroupSummary.getLifecycleState()
The current state of the cluster placement group.
|
ClusterPlacementGroup.LifecycleState |
ClusterPlacementGroup.getLifecycleState()
The current state of the ClusterPlacementGroup.
|
static ClusterPlacementGroup.LifecycleState |
ClusterPlacementGroup.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterPlacementGroup.LifecycleState[] |
ClusterPlacementGroup.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClusterPlacementGroupSummary.Builder |
ClusterPlacementGroupSummary.Builder.lifecycleState(ClusterPlacementGroup.LifecycleState lifecycleState)
The current state of the cluster placement group.
|
ClusterPlacementGroup.Builder |
ClusterPlacementGroup.Builder.lifecycleState(ClusterPlacementGroup.LifecycleState lifecycleState)
The current state of the ClusterPlacementGroup.
|
Constructor and Description |
---|
ClusterPlacementGroup(String id,
String name,
String description,
String compartmentId,
String availabilityDomain,
ClusterPlacementGroupType clusterPlacementGroupType,
Date timeCreated,
Date timeUpdated,
ClusterPlacementGroup.LifecycleState lifecycleState,
String lifecycleDetails,
PlacementInstructionDetails placementInstruction,
CapabilitiesCollection capabilities,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ClusterPlacementGroupSummary(String id,
String name,
String compartmentId,
String availabilityDomain,
ClusterPlacementGroupType clusterPlacementGroupType,
Date timeCreated,
Date timeUpdated,
ClusterPlacementGroup.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClusterPlacementGroup.LifecycleState |
ListClusterPlacementGroupsRequest.getLifecycleState()
A filter to return only the resources that match the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListClusterPlacementGroupsRequest.Builder |
ListClusterPlacementGroupsRequest.Builder.lifecycleState(ClusterPlacementGroup.LifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.