Uses of Class
com.oracle.bmc.vnmonitoring.model.InternetGateway.LifecycleState
-
Packages that use InternetGateway.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of InternetGateway.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return InternetGateway.LifecycleState Modifier and Type Method Description static InternetGateway.LifecycleState
InternetGateway.LifecycleState. create(String key)
InternetGateway.LifecycleState
InternetGateway. getLifecycleState()
The internet gateway’s current state.static InternetGateway.LifecycleState
InternetGateway.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static InternetGateway.LifecycleState[]
InternetGateway.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 InternetGateway.LifecycleState Modifier and Type Method Description InternetGateway.Builder
InternetGateway.Builder. lifecycleState(InternetGateway.LifecycleState lifecycleState)
The internet gateway’s current state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type InternetGateway.LifecycleState Constructor Description InternetGateway(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Boolean isEnabled, InternetGateway.LifecycleState lifecycleState, Date timeCreated, String vcnId, String routeTableId)
Deprecated.
-