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