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