Uses of Class
com.oracle.bmc.core.model.ClusterNetworkSummary.LifecycleState
-
Packages that use ClusterNetworkSummary.LifecycleState Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of ClusterNetworkSummary.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ClusterNetworkSummary.LifecycleState Modifier and Type Method Description static ClusterNetworkSummary.LifecycleState
ClusterNetworkSummary.LifecycleState. create(String key)
ClusterNetworkSummary.LifecycleState
ClusterNetworkSummary. getLifecycleState()
The current state of the cluster network.static ClusterNetworkSummary.LifecycleState
ClusterNetworkSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterNetworkSummary.LifecycleState[]
ClusterNetworkSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type ClusterNetworkSummary.LifecycleState Modifier and Type Method Description ClusterNetworkSummary.Builder
ClusterNetworkSummary.Builder. lifecycleState(ClusterNetworkSummary.LifecycleState lifecycleState)
The current state of the cluster network.Constructors in com.oracle.bmc.core.model with parameters of type ClusterNetworkSummary.LifecycleState Constructor Description ClusterNetworkSummary(String id, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, List<InstancePoolSummary> instancePools, ClusterNetworkSummary.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated. -
Uses of ClusterNetworkSummary.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ClusterNetworkSummary.LifecycleState Modifier and Type Method Description ClusterNetworkSummary.LifecycleState
ListClusterNetworksRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type ClusterNetworkSummary.LifecycleState Modifier and Type Method Description ListClusterNetworksRequest.Builder
ListClusterNetworksRequest.Builder. lifecycleState(ClusterNetworkSummary.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-