Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1PhotonPersistentDiskVolumeSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1PhotonPersistentDiskVolumeSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1PhotonPersistentDiskVolumeSource extends Object
Represents a Photon Controller persistent disk resource.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FS_TYPEstatic StringJSON_PROPERTY_PD_I_D
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1PhotonPersistentDiskVolumeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiCoreV1PhotonPersistentDiskVolumeSourcefsType(String fsType)StringgetFsType()Filesystem type to mount.StringgetPdID()ID that identifies Photon Controller persistent diskinthashCode()IoK8sApiCoreV1PhotonPersistentDiskVolumeSourcepdID(String pdID)voidsetFsType(String fsType)voidsetPdID(String pdID)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FS_TYPE
public static final String JSON_PROPERTY_FS_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PD_I_D
public static final String JSON_PROPERTY_PD_I_D
- See Also:
- Constant Field Values
-
-
Method Detail
-
fsType
public IoK8sApiCoreV1PhotonPersistentDiskVolumeSource fsType(String fsType)
-
getFsType
@Nullable public String getFsType()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.- Returns:
- fsType
-
setFsType
public void setFsType(String fsType)
-
pdID
public IoK8sApiCoreV1PhotonPersistentDiskVolumeSource pdID(String pdID)
-
getPdID
public String getPdID()
ID that identifies Photon Controller persistent disk- Returns:
- pdID
-
setPdID
public void setPdID(String pdID)
-
-