Class V1PhotonPersistentDiskVolumeSource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PhotonPersistentDiskVolumeSource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1PhotonPersistentDiskVolumeSource
extends Object
Represents a Photon Controller persistent disk resource.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Set fsType in a chainable fashion.fsType is the filesystem type to mount.getPdID()
pdID is the ID that identifies Photon Controller persistent diskint
hashCode()
Set pdID in a chainable fashion.void
Set the fsType property valuevoid
Set the pdID property valuetoString()
-
Field Details
-
JSON_PROPERTY_FS_TYPE
- See Also:
-
JSON_PROPERTY_PD_I_D
- See Also:
-
-
Constructor Details
-
V1PhotonPersistentDiskVolumeSource
-
-
Method Details
-
getFsType
fsType is the 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:
- the fsType property value
-
setFsType
Set the fsType property value -
fsType
Set fsType in a chainable fashion.- Returns:
- The same instance of V1PhotonPersistentDiskVolumeSource for chaining.
-
getPdID
pdID is the ID that identifies Photon Controller persistent disk- Returns:
- the pdID property value
-
setPdID
Set the pdID property value -
pdID
Set pdID in a chainable fashion.- Returns:
- The same instance of V1PhotonPersistentDiskVolumeSource for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-