public class V1PhotonPersistentDiskVolumeSource extends Object
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 V1PhotonPersistentDiskVolumeSource fsType(String fsType)
public String getFsType()
public void setFsType(String fsType)
public V1PhotonPersistentDiskVolumeSource pdID(String pdID)
public String getPdID()
public void setPdID(String pdID)
Copyright © 2019. All rights reserved.