Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVmClusterNetworkRequest,GetVmClusterNetworkResponse> |
DatabaseWaiters.forVmClusterNetwork(GetVmClusterNetworkRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
VmClusterNetwork.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVmClusterNetworkRequest,GetVmClusterNetworkResponse> |
DatabaseWaiters.forVmClusterNetwork(GetVmClusterNetworkRequest request,
VmClusterNetwork.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVmClusterNetworkRequest,GetVmClusterNetworkResponse> |
DatabaseWaiters.forVmClusterNetwork(GetVmClusterNetworkRequest request,
VmClusterNetwork.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
VmClusterNetwork.Builder |
VmClusterNetwork.Builder.lifecycleState(VmClusterNetwork.LifecycleState lifecycleState)
The current state of the VM cluster network.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.