Uses of Class
com.oracle.bmc.vnmonitoring.model.VcnDnsResolverAssociation.LifecycleState
-
Packages that use VcnDnsResolverAssociation.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of VcnDnsResolverAssociation.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return VcnDnsResolverAssociation.LifecycleState Modifier and Type Method Description static VcnDnsResolverAssociation.LifecycleState
VcnDnsResolverAssociation.LifecycleState. create(String key)
VcnDnsResolverAssociation.LifecycleState
VcnDnsResolverAssociation. getLifecycleState()
The current state of the association.static VcnDnsResolverAssociation.LifecycleState
VcnDnsResolverAssociation.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VcnDnsResolverAssociation.LifecycleState[]
VcnDnsResolverAssociation.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type VcnDnsResolverAssociation.LifecycleState Modifier and Type Method Description VcnDnsResolverAssociation.Builder
VcnDnsResolverAssociation.Builder. lifecycleState(VcnDnsResolverAssociation.LifecycleState lifecycleState)
The current state of the association.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type VcnDnsResolverAssociation.LifecycleState Constructor Description VcnDnsResolverAssociation(String vcnId, String dnsResolverId, VcnDnsResolverAssociation.LifecycleState lifecycleState)
Deprecated.
-