Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static Subnet.LifecycleState |
Subnet.LifecycleState.create(String key) |
Subnet.LifecycleState |
Subnet.getLifecycleState()
The subnet’s current state.
|
static Subnet.LifecycleState |
Subnet.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subnet.LifecycleState[] |
Subnet.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Subnet.Builder |
Subnet.Builder.lifecycleState(Subnet.LifecycleState lifecycleState)
The subnet’s current state.
|
Constructor and Description |
---|
Subnet(String availabilityDomain,
String cidrBlock,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String dhcpOptionsId,
String displayName,
String dnsLabel,
Map<String,String> freeformTags,
String id,
String ipv6CidrBlock,
List<String> ipv6CidrBlocks,
String ipv6VirtualRouterIp,
Subnet.LifecycleState lifecycleState,
Boolean prohibitInternetIngress,
Boolean prohibitPublicIpOnVnic,
String routeTableId,
List<String> securityListIds,
String subnetDomainName,
Date timeCreated,
String vcnId,
String virtualRouterIp,
String virtualRouterMac)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.