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