Uses of Class
com.oracle.bmc.vnmonitoring.model.NatGateway.LifecycleState
-
Packages that use NatGateway.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of NatGateway.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return NatGateway.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type NatGateway.LifecycleState Modifier and Type Method Description NatGateway.Builder
NatGateway.Builder. lifecycleState(NatGateway.LifecycleState lifecycleState)
The NAT gateway’s current state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type NatGateway.LifecycleState Constructor 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.
-