Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static VmClusterNetworkSummary.LifecycleState |
VmClusterNetworkSummary.LifecycleState.create(String key) |
VmClusterNetworkSummary.LifecycleState |
VmClusterNetworkSummary.getLifecycleState()
The current state of the VM cluster network.
|
static VmClusterNetworkSummary.LifecycleState |
VmClusterNetworkSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmClusterNetworkSummary.LifecycleState[] |
VmClusterNetworkSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VmClusterNetworkSummary.Builder |
VmClusterNetworkSummary.Builder.lifecycleState(VmClusterNetworkSummary.LifecycleState lifecycleState)
The current state of the VM cluster network.
|
Constructor and Description |
---|
VmClusterNetworkSummary(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,
VmClusterNetworkSummary.LifecycleState lifecycleState,
Date timeCreated,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VmClusterNetworkSummary.LifecycleState |
ListVmClusterNetworksRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListVmClusterNetworksRequest.Builder |
ListVmClusterNetworksRequest.Builder.lifecycleState(VmClusterNetworkSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.