Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.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)
Defines when the public IP is deleted and released back to the Oracle Cloud
Infrastructure public IP pool.
|
Constructor and Description |
---|
CreatePublicIpDetails(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
CreatePublicIpDetails.Lifetime lifetime,
String privateIpId,
String publicIpPoolId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.