Uses of Class
com.oracle.bmc.core.model.ClusterNetwork.LifecycleState
-
Packages that use ClusterNetwork.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of ClusterNetwork.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ClusterNetwork.LifecycleState Modifier and Type Method Description Waiter<GetClusterNetworkRequest,GetClusterNetworkResponse>
ComputeManagementWaiters. forClusterNetwork(GetClusterNetworkRequest request, ClusterNetwork.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetClusterNetworkRequest,GetClusterNetworkResponse>
ComputeManagementWaiters. forClusterNetwork(GetClusterNetworkRequest request, ClusterNetwork.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetClusterNetworkRequest,GetClusterNetworkResponse>
ComputeManagementWaiters. forClusterNetwork(GetClusterNetworkRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ClusterNetwork.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ClusterNetwork.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ClusterNetwork.LifecycleState Modifier and Type Method Description static ClusterNetwork.LifecycleState
ClusterNetwork.LifecycleState. create(String key)
ClusterNetwork.LifecycleState
ClusterNetwork. getLifecycleState()
The current state of the cluster network.static ClusterNetwork.LifecycleState
ClusterNetwork.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterNetwork.LifecycleState[]
ClusterNetwork.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 ClusterNetwork.LifecycleState Modifier and Type Method Description ClusterNetwork.Builder
ClusterNetwork.Builder. lifecycleState(ClusterNetwork.LifecycleState lifecycleState)
The current state of the cluster network.Constructors in com.oracle.bmc.core.model with parameters of type ClusterNetwork.LifecycleState Constructor Description ClusterNetwork(String id, String compartmentId, String hpcIslandId, List<String> networkBlockIds, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, List<InstancePool> instancePools, ClusterNetworkPlacementConfigurationDetails placementConfiguration, ClusterNetwork.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.
-