Uses of Class
com.oracle.bmc.oda.model.OdaInstanceAttachment.LifecycleState
-
Packages that use OdaInstanceAttachment.LifecycleState Package Description com.oracle.bmc.oda com.oracle.bmc.oda.model -
-
Uses of OdaInstanceAttachment.LifecycleState in com.oracle.bmc.oda
-
Uses of OdaInstanceAttachment.LifecycleState in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaInstanceAttachment.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.oda.model with parameters of type OdaInstanceAttachment.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.oda.model with parameters of type OdaInstanceAttachment.LifecycleState Constructor 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.
-