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