Uses of Class
com.oracle.bmc.database.model.VmClusterNetwork.LifecycleState
-
Packages that use VmClusterNetwork.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of VmClusterNetwork.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type VmClusterNetwork.LifecycleState Modifier and Type Method Description Waiter<GetVmClusterNetworkRequest,GetVmClusterNetworkResponse>
DatabaseWaiters. forVmClusterNetwork(GetVmClusterNetworkRequest request, VmClusterNetwork.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVmClusterNetworkRequest,GetVmClusterNetworkResponse>
DatabaseWaiters. forVmClusterNetwork(GetVmClusterNetworkRequest request, VmClusterNetwork.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVmClusterNetworkRequest,GetVmClusterNetworkResponse>
DatabaseWaiters. forVmClusterNetwork(GetVmClusterNetworkRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VmClusterNetwork.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of VmClusterNetwork.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterNetwork.LifecycleState Modifier and Type Method Description static VmClusterNetwork.LifecycleState
VmClusterNetwork.LifecycleState. create(String key)
VmClusterNetwork.LifecycleState
VmClusterNetwork. getLifecycleState()
The current state of the VM cluster network.static VmClusterNetwork.LifecycleState
VmClusterNetwork.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmClusterNetwork.LifecycleState[]
VmClusterNetwork.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type VmClusterNetwork.LifecycleState Modifier and Type Method Description VmClusterNetwork.Builder
VmClusterNetwork.Builder. lifecycleState(VmClusterNetwork.LifecycleState lifecycleState)
The current state of the VM cluster network.Constructors in com.oracle.bmc.database.model with parameters of type VmClusterNetwork.LifecycleState Constructor Description VmClusterNetwork(String id, String exadataInfrastructureId, String compartmentId, String vmClusterId, String displayName, List<ScanDetails> scans, List<String> dns, List<String> ntp, List<VmNetworkDetails> vmNetworks, List<DrScanDetails> drScans, VmClusterNetwork.LifecycleState lifecycleState, Date timeCreated, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-