public static interface V1.PhotonPersistentDiskVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFsType()
Filesystem type to mount.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
Filesystem type to mount.
|
String |
getPdID()
ID that identifies Photon Controller persistent disk
|
com.google.protobuf.ByteString |
getPdIDBytes()
ID that identifies Photon Controller persistent disk
|
boolean |
hasFsType()
Filesystem type to mount.
|
boolean |
hasPdID()
ID that identifies Photon Controller persistent disk
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPdID()
ID that identifies Photon Controller persistent disk
optional string pdID = 1;String getPdID()
ID that identifies Photon Controller persistent disk
optional string pdID = 1;com.google.protobuf.ByteString getPdIDBytes()
ID that identifies Photon Controller persistent disk
optional string pdID = 1;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;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;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;Copyright © 2021. All rights reserved.