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