Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static PublicIpPool.LifecycleState |
PublicIpPool.LifecycleState.create(String key) |
PublicIpPool.LifecycleState |
PublicIpPool.getLifecycleState()
The public IP pool’s current state.
|
PublicIpPool.LifecycleState |
PublicIpPoolSummary.getLifecycleState()
The public IP pool’s current state.
|
static PublicIpPool.LifecycleState |
PublicIpPool.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicIpPool.LifecycleState[] |
PublicIpPool.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PublicIpPool.Builder |
PublicIpPool.Builder.lifecycleState(PublicIpPool.LifecycleState lifecycleState)
The public IP pool’s current state.
|
PublicIpPoolSummary.Builder |
PublicIpPoolSummary.Builder.lifecycleState(PublicIpPool.LifecycleState lifecycleState)
The public IP pool’s current state.
|
Constructor and Description |
---|
PublicIpPool(List<String> cidrBlocks,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
PublicIpPool.LifecycleState lifecycleState,
Date timeCreated)
Deprecated.
|
PublicIpPoolSummary(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
PublicIpPool.LifecycleState lifecycleState,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.