@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class V1GCEPersistentDiskVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_PARTITION |
static String |
SERIALIZED_NAME_PD_NAME |
static String |
SERIALIZED_NAME_READ_ONLY |
Constructor and Description |
---|
V1GCEPersistentDiskVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1GCEPersistentDiskVolumeSource |
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 |
getPdName()
Unique name of the PD resource in GCE.
|
Boolean |
getReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts.
|
int |
hashCode() |
V1GCEPersistentDiskVolumeSource |
partition(Integer partition) |
V1GCEPersistentDiskVolumeSource |
pdName(String pdName) |
V1GCEPersistentDiskVolumeSource |
readOnly(Boolean readOnly) |
void |
setFsType(String fsType) |
void |
setPartition(Integer partition) |
void |
setPdName(String pdName) |
void |
setReadOnly(Boolean readOnly) |
String |
toString() |
public static final String SERIALIZED_NAME_FS_TYPE
public static final String SERIALIZED_NAME_PARTITION
public static final String SERIALIZED_NAME_PD_NAME
public static final String SERIALIZED_NAME_READ_ONLY
public V1GCEPersistentDiskVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1GCEPersistentDiskVolumeSource partition(Integer partition)
@Nullable public Integer getPartition()
public void setPartition(Integer partition)
public V1GCEPersistentDiskVolumeSource pdName(String pdName)
public String getPdName()
public void setPdName(String pdName)
public V1GCEPersistentDiskVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
Copyright © 2019. All rights reserved.