Uses of Class
com.oracle.bmc.vnmonitoring.model.CreatePublicIpDetails.Lifetime
-
Packages that use CreatePublicIpDetails.Lifetime Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of CreatePublicIpDetails.Lifetime in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return CreatePublicIpDetails.Lifetime Modifier and Type Method Description static CreatePublicIpDetails.Lifetime
CreatePublicIpDetails.Lifetime. create(String key)
CreatePublicIpDetails.Lifetime
CreatePublicIpDetails. getLifetime()
Defines when the public IP is deleted and released back to the Oracle Cloud Infrastructure public IP pool.static CreatePublicIpDetails.Lifetime
CreatePublicIpDetails.Lifetime. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreatePublicIpDetails.Lifetime[]
CreatePublicIpDetails.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 CreatePublicIpDetails.Lifetime Modifier and Type Method Description CreatePublicIpDetails.Builder
CreatePublicIpDetails.Builder. lifetime(CreatePublicIpDetails.Lifetime lifetime)
Defines when the public IP is deleted and released back to the Oracle Cloud Infrastructure public IP pool.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type CreatePublicIpDetails.Lifetime Constructor Description CreatePublicIpDetails(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, CreatePublicIpDetails.Lifetime lifetime, String privateIpId, String publicIpPoolId)
Deprecated.
-