Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static Vnic.LifecycleState |
Vnic.LifecycleState.create(String key) |
Vnic.LifecycleState |
Vnic.getLifecycleState()
The current state of the VNIC.
|
static Vnic.LifecycleState |
Vnic.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vnic.LifecycleState[] |
Vnic.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Vnic.Builder |
Vnic.Builder.lifecycleState(Vnic.LifecycleState lifecycleState)
The current state of the VNIC.
|
Constructor and Description |
---|
Vnic(String availabilityDomain,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String hostnameLabel,
String id,
Boolean isPrimary,
Vnic.LifecycleState lifecycleState,
String macAddress,
List<String> nsgIds,
String vlanId,
String privateIp,
String publicIp,
Boolean skipSourceDestCheck,
String subnetId,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.