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