public class V1AWSElasticBlockStoreVolumeSource extends Object
Constructor and Description |
---|
V1AWSElasticBlockStoreVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1AWSElasticBlockStoreVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type of the volume that you want to mount.
|
Integer |
getPartition()
The partition in the volume that you want to mount.
|
String |
getVolumeID()
Unique ID of the persistent disk resource in AWS (Amazon EBS volume).
|
int |
hashCode() |
Boolean |
isReadOnly()
Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\".
|
V1AWSElasticBlockStoreVolumeSource |
partition(Integer partition) |
V1AWSElasticBlockStoreVolumeSource |
readOnly(Boolean readOnly) |
void |
setFsType(String fsType) |
void |
setPartition(Integer partition) |
void |
setReadOnly(Boolean readOnly) |
void |
setVolumeID(String volumeID) |
String |
toString() |
V1AWSElasticBlockStoreVolumeSource |
volumeID(String volumeID) |
public V1AWSElasticBlockStoreVolumeSource fsType(String fsType)
public String getFsType()
public void setFsType(String fsType)
public V1AWSElasticBlockStoreVolumeSource partition(Integer partition)
public Integer getPartition()
public void setPartition(Integer partition)
public V1AWSElasticBlockStoreVolumeSource readOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setReadOnly(Boolean readOnly)
public V1AWSElasticBlockStoreVolumeSource volumeID(String volumeID)
public String getVolumeID()
public void setVolumeID(String volumeID)
Copyright © 2017. All rights reserved.