Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static OdaInstanceAttachment.AttachmentType |
OdaInstanceAttachment.AttachmentType.create(String key) |
OdaInstanceAttachment.AttachmentType |
OdaInstanceAttachment.getAttachmentType()
The type of attachment defined as an enum.
|
static OdaInstanceAttachment.AttachmentType |
OdaInstanceAttachment.AttachmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdaInstanceAttachment.AttachmentType[] |
OdaInstanceAttachment.AttachmentType.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.attachmentType(OdaInstanceAttachment.AttachmentType attachmentType)
The type of attachment defined as an enum.
|
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.
|
Copyright © 2016–2025. All rights reserved.