Package io.fabric8.kubernetes.api.model
Class PhotonPersistentDiskVolumeSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.PhotonPersistentDiskVolumeSource
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PhotonPersistentDiskVolumeSourceBuilder>
,KubernetesResource
,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PhotonPersistentDiskVolumeSource extends Object implements io.fabric8.kubernetes.api.builder.Editable<PhotonPersistentDiskVolumeSourceBuilder>, KubernetesResource
Represents a Photon Controller persistent disk resource.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PhotonPersistentDiskVolumeSource()
No args constructor for use in serializationPhotonPersistentDiskVolumeSource(String fsType, String pdID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhotonPersistentDiskVolumeSourceBuilder
edit()
Map<String,Object>
getAdditionalProperties()
String
getFsType()
fsType is the filesystem type to mount.String
getPdID()
pdID is the ID that identifies Photon Controller persistent diskvoid
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setFsType(String fsType)
fsType is the filesystem type to mount.void
setPdID(String pdID)
pdID is the ID that identifies Photon Controller persistent diskPhotonPersistentDiskVolumeSourceBuilder
toBuilder()
-
-
-
Method Detail
-
getFsType
public String 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.
-
setFsType
public void setFsType(String fsType)
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.
-
getPdID
public String getPdID()
pdID is the ID that identifies Photon Controller persistent disk
-
setPdID
public void setPdID(String pdID)
pdID is the ID that identifies Photon Controller persistent disk
-
edit
public PhotonPersistentDiskVolumeSourceBuilder edit()
- Specified by:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<PhotonPersistentDiskVolumeSourceBuilder>
-
toBuilder
public PhotonPersistentDiskVolumeSourceBuilder toBuilder()
-
-