Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static CreateOdaInstanceAttachmentDetails.AttachmentType |
CreateOdaInstanceAttachmentDetails.AttachmentType.create(String key) |
CreateOdaInstanceAttachmentDetails.AttachmentType |
CreateOdaInstanceAttachmentDetails.getAttachmentType()
The type of target instance which this ODA instance is being attached.
|
static CreateOdaInstanceAttachmentDetails.AttachmentType |
CreateOdaInstanceAttachmentDetails.AttachmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateOdaInstanceAttachmentDetails.AttachmentType[] |
CreateOdaInstanceAttachmentDetails.AttachmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateOdaInstanceAttachmentDetails.Builder |
CreateOdaInstanceAttachmentDetails.Builder.attachmentType(CreateOdaInstanceAttachmentDetails.AttachmentType attachmentType)
The type of target instance which this ODA instance is being attached.
|
Constructor and Description |
---|
CreateOdaInstanceAttachmentDetails(String attachToId,
CreateOdaInstanceAttachmentDetails.AttachmentType attachmentType,
String attachmentMetadata,
List<String> restrictedOperations,
OdaInstanceAttachmentOwner owner,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.