Package | Description |
---|---|
com.oracle.bmc.oda | |
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static OdaInstanceAttachment.LifecycleState |
OdaInstanceAttachment.LifecycleState.create(String key) |
OdaInstanceAttachment.LifecycleState |
OdaInstanceAttachment.getLifecycleState()
The current state of the attachment.
|
OdaInstanceAttachment.LifecycleState |
OdaInstanceAttachmentSummary.getLifecycleState()
The current state of the attachment.
|
static OdaInstanceAttachment.LifecycleState |
OdaInstanceAttachment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdaInstanceAttachment.LifecycleState[] |
OdaInstanceAttachment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OdaInstanceAttachment.Builder |
OdaInstanceAttachment.Builder.lifecycleState(OdaInstanceAttachment.LifecycleState lifecycleState)
The current state of the attachment.
|
OdaInstanceAttachmentSummary.Builder |
OdaInstanceAttachmentSummary.Builder.lifecycleState(OdaInstanceAttachment.LifecycleState lifecycleState)
The current state of the attachment.
|
Constructor and Description |
---|
OdaInstanceAttachment(String id,
String instanceId,
String attachToId,
OdaInstanceAttachment.AttachmentType attachmentType,
String attachmentMetadata,
List<String> restrictedOperations,
OdaInstanceOwner owner,
Date timeCreated,
Date timeLastUpdate,
OdaInstanceAttachment.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
OdaInstanceAttachmentSummary(String id,
String instanceId,
String attachToId,
OdaInstanceAttachmentSummary.AttachmentType attachmentType,
String attachmentMetadata,
List<String> restrictedOperations,
OdaInstanceOwner owner,
Date timeCreated,
Date timeLastUpdate,
OdaInstanceAttachment.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.