Uses of Class
com.oracle.bmc.clusterplacementgroups.model.ClusterPlacementGroup.LifecycleState
-
Packages that use ClusterPlacementGroup.LifecycleState Package Description com.oracle.bmc.clusterplacementgroups com.oracle.bmc.clusterplacementgroups.model com.oracle.bmc.clusterplacementgroups.requests -
-
Uses of ClusterPlacementGroup.LifecycleState in com.oracle.bmc.clusterplacementgroups
-
Uses of ClusterPlacementGroup.LifecycleState in com.oracle.bmc.clusterplacementgroups.model
Methods in com.oracle.bmc.clusterplacementgroups.model that return ClusterPlacementGroup.LifecycleState Modifier and Type Method Description static ClusterPlacementGroup.LifecycleState
ClusterPlacementGroup.LifecycleState. create(String key)
ClusterPlacementGroup.LifecycleState
ClusterPlacementGroup. getLifecycleState()
The current state of the ClusterPlacementGroup.ClusterPlacementGroup.LifecycleState
ClusterPlacementGroupSummary. getLifecycleState()
The current state of the cluster placement group.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.Methods in com.oracle.bmc.clusterplacementgroups.model with parameters of type ClusterPlacementGroup.LifecycleState Modifier and Type Method Description ClusterPlacementGroup.Builder
ClusterPlacementGroup.Builder. lifecycleState(ClusterPlacementGroup.LifecycleState lifecycleState)
The current state of the ClusterPlacementGroup.ClusterPlacementGroupSummary.Builder
ClusterPlacementGroupSummary.Builder. lifecycleState(ClusterPlacementGroup.LifecycleState lifecycleState)
The current state of the cluster placement group.Constructors in com.oracle.bmc.clusterplacementgroups.model with parameters of type ClusterPlacementGroup.LifecycleState Constructor 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. -
Uses of ClusterPlacementGroup.LifecycleState in com.oracle.bmc.clusterplacementgroups.requests
Methods in com.oracle.bmc.clusterplacementgroups.requests that return ClusterPlacementGroup.LifecycleState Modifier and Type Method Description ClusterPlacementGroup.LifecycleState
ListClusterPlacementGroupsRequest. getLifecycleState()
A filter to return only the resources that match the specified lifecycle state.Methods in com.oracle.bmc.clusterplacementgroups.requests with parameters of type ClusterPlacementGroup.LifecycleState Modifier and Type Method Description ListClusterPlacementGroupsRequest.Builder
ListClusterPlacementGroupsRequest.Builder. lifecycleState(ClusterPlacementGroup.LifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle state.
-