Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CreatePublicIpDetails.Builder |
CreatePublicIpDetails.Builder.lifetime(CreatePublicIpDetails.Lifetime lifetime) |
Constructor and Description |
---|
CreatePublicIpDetails(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
CreatePublicIpDetails.Lifetime lifetime,
String privateIpId)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.