Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
VcnDnsResolverAssociation.Builder |
VcnDnsResolverAssociation.Builder.lifecycleState(VcnDnsResolverAssociation.LifecycleState lifecycleState)
The current state of the association.
|
Constructor and Description |
---|
VcnDnsResolverAssociation(String vcnId,
String dnsResolverId,
VcnDnsResolverAssociation.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.