Uses of Class
com.oracle.bmc.datacc.model.VmClusterNetworkLifecycleState
-
Packages that use VmClusterNetworkLifecycleState Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.model com.oracle.bmc.datacc.requests -
-
Uses of VmClusterNetworkLifecycleState in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc with parameters of type VmClusterNetworkLifecycleState Modifier and Type Method Description Waiter<GetVmClusterNetworkRequest,GetVmClusterNetworkResponse>BaseinfraWaiters. forVmClusterNetwork(GetVmClusterNetworkRequest request, VmClusterNetworkLifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetVmClusterNetworkRequest,GetVmClusterNetworkResponse>BaseinfraWaiters. forVmClusterNetwork(GetVmClusterNetworkRequest request, VmClusterNetworkLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetVmClusterNetworkRequest,GetVmClusterNetworkResponse>BaseinfraWaiters. forVmClusterNetwork(GetVmClusterNetworkRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VmClusterNetworkLifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of VmClusterNetworkLifecycleState in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return VmClusterNetworkLifecycleState Modifier and Type Method Description static VmClusterNetworkLifecycleStateVmClusterNetworkLifecycleState. create(String key)VmClusterNetworkLifecycleStateVmClusterNetwork. getLifecycleState()The current state of the virtual machine cluster network.VmClusterNetworkLifecycleStateVmClusterNetworkSummary. getLifecycleState()The current state of the virtual machine cluster network.static VmClusterNetworkLifecycleStateVmClusterNetworkLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static VmClusterNetworkLifecycleState[]VmClusterNetworkLifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacc.model with parameters of type VmClusterNetworkLifecycleState Modifier and Type Method Description VmClusterNetwork.BuilderVmClusterNetwork.Builder. lifecycleState(VmClusterNetworkLifecycleState lifecycleState)The current state of the virtual machine cluster network.VmClusterNetworkSummary.BuilderVmClusterNetworkSummary.Builder. lifecycleState(VmClusterNetworkLifecycleState lifecycleState)The current state of the virtual machine cluster network.Constructors in com.oracle.bmc.datacc.model with parameters of type VmClusterNetworkLifecycleState Constructor Description VmClusterNetwork(String id, String compartmentId, Integer nodeCount, String infrastructureId, String baseVmClusterId, String displayName, Boolean isScanEnabled, List<ScanDetails> scans, Integer listenerPort, Integer listenerPortSsl, List<String> dnsServers, List<String> ntpServers, List<VmNetworkDetails> vmNetworks, VmClusterNetworkLifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, String associatedResourceId, VmNetworkConsumerType consumerType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.VmClusterNetworkSummary(String id, String compartmentId, Integer nodeCount, String infrastructureId, String baseVmClusterId, String displayName, Boolean isScanEnabled, List<ScanDetails> scans, Integer listenerPort, Integer listenerPortSsl, List<String> dnsServers, List<String> ntpServers, List<VmNetworkDetails> vmNetworks, VmClusterNetworkLifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, String associatedResourceId, VmNetworkConsumerType consumerType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of VmClusterNetworkLifecycleState in com.oracle.bmc.datacc.requests
Methods in com.oracle.bmc.datacc.requests that return types with arguments of type VmClusterNetworkLifecycleState Modifier and Type Method Description List<VmClusterNetworkLifecycleState>ListVmClusterNetworksRequest. getLifecycleState()A filter to return resources that match the specified lifecycle state.Methods in com.oracle.bmc.datacc.requests with parameters of type VmClusterNetworkLifecycleState Modifier and Type Method Description ListVmClusterNetworksRequest.BuilderListVmClusterNetworksRequest.Builder. lifecycleState(VmClusterNetworkLifecycleState singularValue)Singular setter.Method parameters in com.oracle.bmc.datacc.requests with type arguments of type VmClusterNetworkLifecycleState Modifier and Type Method Description ListVmClusterNetworksRequest.BuilderListVmClusterNetworksRequest.Builder. lifecycleState(List<VmClusterNetworkLifecycleState> lifecycleState)A filter to return resources that match the specified lifecycle state.
-