public class V1beta1VolumeAttachmentStatus extends Object
Constructor and Description |
---|
V1beta1VolumeAttachmentStatus() |
Modifier and Type | Method and Description |
---|---|
V1beta1VolumeAttachmentStatus |
attached(Boolean attached) |
V1beta1VolumeAttachmentStatus |
attachError(V1beta1VolumeError attachError) |
V1beta1VolumeAttachmentStatus |
attachmentMetadata(Map<String,String> attachmentMetadata) |
V1beta1VolumeAttachmentStatus |
detachError(V1beta1VolumeError detachError) |
boolean |
equals(Object o) |
V1beta1VolumeError |
getAttachError()
The last error encountered during attach operation, if any.
|
Map<String,String> |
getAttachmentMetadata()
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls.
|
V1beta1VolumeError |
getDetachError()
The last error encountered during detach operation, if any.
|
int |
hashCode() |
Boolean |
isAttached()
Indicates the volume is successfully attached.
|
V1beta1VolumeAttachmentStatus |
putAttachmentMetadataItem(String key,
String attachmentMetadataItem) |
void |
setAttached(Boolean attached) |
void |
setAttachError(V1beta1VolumeError attachError) |
void |
setAttachmentMetadata(Map<String,String> attachmentMetadata) |
void |
setDetachError(V1beta1VolumeError detachError) |
String |
toString() |
public V1beta1VolumeAttachmentStatus attachError(V1beta1VolumeError attachError)
public V1beta1VolumeError getAttachError()
public void setAttachError(V1beta1VolumeError attachError)
public V1beta1VolumeAttachmentStatus attached(Boolean attached)
public Boolean isAttached()
public void setAttached(Boolean attached)
public V1beta1VolumeAttachmentStatus attachmentMetadata(Map<String,String> attachmentMetadata)
public V1beta1VolumeAttachmentStatus putAttachmentMetadataItem(String key, String attachmentMetadataItem)
public Map<String,String> getAttachmentMetadata()
public V1beta1VolumeAttachmentStatus detachError(V1beta1VolumeError detachError)
public V1beta1VolumeError getDetachError()
public void setDetachError(V1beta1VolumeError detachError)
Copyright © 2019. All rights reserved.