Package k8s.io.api.core.v1
Interface Generated.PhotonPersistentDiskVolumeSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.PhotonPersistentDiskVolumeSource,Generated.PhotonPersistentDiskVolumeSource.Builder
- Enclosing class:
- Generated
public static interface Generated.PhotonPersistentDiskVolumeSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFsType()fsType is the filesystem type to mount.com.google.protobuf.ByteStringgetFsTypeBytes()fsType is the filesystem type to mount.StringgetPdID()pdID is the ID that identifies Photon Controller persistent diskcom.google.protobuf.ByteStringgetPdIDBytes()pdID is the ID that identifies Photon Controller persistent diskbooleanhasFsType()fsType is the filesystem type to mount.booleanhasPdID()pdID is the ID that identifies Photon Controller persistent disk-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPdID
boolean hasPdID()
pdID is the ID that identifies Photon Controller persistent disk
optional string pdID = 1;- Returns:
- Whether the pdID field is set.
-
getPdID
String getPdID()
pdID is the ID that identifies Photon Controller persistent disk
optional string pdID = 1;- Returns:
- The pdID.
-
getPdIDBytes
com.google.protobuf.ByteString getPdIDBytes()
pdID is the ID that identifies Photon Controller persistent disk
optional string pdID = 1;- Returns:
- The bytes for pdID.
-
hasFsType
boolean hasFsType()
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.
optional string fsType = 2;- Returns:
- Whether the fsType field is set.
-
getFsType
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.
optional string fsType = 2;- Returns:
- The fsType.
-
getFsTypeBytes
com.google.protobuf.ByteString getFsTypeBytes()
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.
optional string fsType = 2;- Returns:
- The bytes for fsType.
-
-