Package com.ibm.cloud.is.vpc.v1.model
Class VolumeAttachmentReferenceVolumeContext
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VolumeAttachmentReferenceVolumeContext
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VolumeAttachmentReferenceVolumeContext extends com.ibm.cloud.sdk.core.service.model.GenericModelVolumeAttachmentReferenceVolumeContext.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVolumeAttachmentReferenceVolumeContext.TypeThe type of volume attachment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VolumeAttachmentReferenceVolumeContextDeletedgetDeleted()Gets the deleted.VolumeAttachmentDevicegetDevice()Gets the device.StringgetHref()Gets the href.StringgetId()Gets the id.InstanceReferencegetInstance()Gets the instance.StringgetName()Gets the name.StringgetType()Gets the type.BooleanisDeleteVolumeOnInstanceDelete()Gets the deleteVolumeOnInstanceDelete.
-
-
-
Method Detail
-
isDeleteVolumeOnInstanceDelete
public Boolean isDeleteVolumeOnInstanceDelete()
Gets the deleteVolumeOnInstanceDelete. Indicates whether deleting the instance will also delete the attached volume.- Returns:
- the deleteVolumeOnInstanceDelete
-
getDeleted
public VolumeAttachmentReferenceVolumeContextDeleted getDeleted()
Gets the deleted. If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.- Returns:
- the deleted
-
getDevice
public VolumeAttachmentDevice getDevice()
Gets the device. Information about how the volume is exposed to the instance operating system. This property may be absent if the volume attachment's `status` is not `attached`.- Returns:
- the device
-
getHref
public String getHref()
Gets the href. The URL for this volume attachment.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this volume attachment.- Returns:
- the id
-
getInstance
public InstanceReference getInstance()
Gets the instance. The attached instance.- Returns:
- the instance
-
getName
public String getName()
Gets the name. The name for this volume attachment. The name is unique across all volume attachments on the instance.- Returns:
- the name
-
getType
public String getType()
Gets the type. The type of volume attachment.- Returns:
- the type
-
-