Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static NatGateway.LifecycleState |
NatGateway.LifecycleState.create(String key) |
NatGateway.LifecycleState |
NatGateway.getLifecycleState()
The NAT gateway’s current state.
|
static NatGateway.LifecycleState |
NatGateway.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NatGateway.LifecycleState[] |
NatGateway.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NatGateway.Builder |
NatGateway.Builder.lifecycleState(NatGateway.LifecycleState lifecycleState)
The NAT gateway’s current state.
|
Constructor and Description |
---|
NatGateway(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
Boolean blockTraffic,
NatGateway.LifecycleState lifecycleState,
String natIp,
Date timeCreated,
String vcnId,
String publicIpId,
String routeTableId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.