Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PublicIp.Builder |
PublicIp.Builder.lifecycleState(PublicIp.LifecycleState lifecycleState)
The public IP’s current state.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.