Uses of Class
com.oracle.bmc.vnmonitoring.model.PublicIp.Lifetime
-
Packages that use PublicIp.Lifetime Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of PublicIp.Lifetime in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return PublicIp.Lifetime Modifier and Type Method Description static PublicIp.Lifetime
PublicIp.Lifetime. create(String key)
PublicIp.Lifetime
PublicIp. getLifetime()
Defines when the public IP is deleted and released back to Oracle’s public IP pool.static PublicIp.Lifetime
PublicIp.Lifetime. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublicIp.Lifetime[]
PublicIp.Lifetime. 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.Lifetime Modifier and Type Method Description PublicIp.Builder
PublicIp.Builder. lifetime(PublicIp.Lifetime lifetime)
Defines when the public IP is deleted and released back to Oracle’s public IP pool.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type PublicIp.Lifetime 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.
-