@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1PhotonPersistentDiskVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_PD_I_D |
Constructor and Description |
---|
V1PhotonPersistentDiskVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1PhotonPersistentDiskVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type to mount.
|
String |
getPdID()
ID that identifies Photon Controller persistent disk
|
int |
hashCode() |
V1PhotonPersistentDiskVolumeSource |
pdID(String pdID) |
void |
setFsType(String fsType) |
void |
setPdID(String pdID) |
String |
toString() |
public static final String SERIALIZED_NAME_FS_TYPE
public static final String SERIALIZED_NAME_PD_I_D
public V1PhotonPersistentDiskVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1PhotonPersistentDiskVolumeSource pdID(String pdID)
public String getPdID()
public void setPdID(String pdID)
Copyright © 2020. All rights reserved.