Uses of Class
com.oracle.bmc.database.model.VmClusterNetworkSummary.LifecycleState
-
Packages that use VmClusterNetworkSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of VmClusterNetworkSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterNetworkSummary.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type VmClusterNetworkSummary.LifecycleState Modifier and Type Method Description VmClusterNetworkSummary.Builder
VmClusterNetworkSummary.Builder. lifecycleState(VmClusterNetworkSummary.LifecycleState lifecycleState)
The current state of the VM cluster network.Constructors in com.oracle.bmc.database.model with parameters of type VmClusterNetworkSummary.LifecycleState Constructor 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. -
Uses of VmClusterNetworkSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return VmClusterNetworkSummary.LifecycleState Modifier and Type Method Description VmClusterNetworkSummary.LifecycleState
ListVmClusterNetworksRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type VmClusterNetworkSummary.LifecycleState Modifier and Type Method Description ListVmClusterNetworksRequest.Builder
ListVmClusterNetworksRequest.Builder. lifecycleState(VmClusterNetworkSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-