Package io.kubernetes.client.proto
Interface V1.PhotonPersistentDiskVolumeSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.PhotonPersistentDiskVolumeSource
,V1.PhotonPersistentDiskVolumeSource.Builder
- Enclosing class:
- V1
public static interface V1.PhotonPersistentDiskVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFilesystem type to mount.com.google.protobuf.ByteString
Filesystem type to mount.getPdID()
ID that identifies Photon Controller persistent diskcom.google.protobuf.ByteString
ID that identifies Photon Controller persistent diskboolean
Filesystem type to mount.boolean
hasPdID()
ID that identifies Photon Controller persistent diskMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPdID
boolean hasPdID()ID that identifies Photon Controller persistent disk
optional string pdID = 1;
-
getPdID
String getPdID()ID that identifies Photon Controller persistent disk
optional string pdID = 1;
-
getPdIDBytes
com.google.protobuf.ByteString getPdIDBytes()ID that identifies Photon Controller persistent disk
optional string pdID = 1;
-
hasFsType
boolean hasFsType()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;
-
getFsType
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.
optional string fsType = 2;
-
getFsTypeBytes
com.google.protobuf.ByteString getFsTypeBytes()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;
-