Interface Generated.PhotonPersistentDiskVolumeSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFsType()
      fsType is the filesystem type to mount.
      com.google.protobuf.ByteString getFsTypeBytes()
      fsType is the filesystem type to mount.
      String getPdID()
      pdID is the ID that identifies Photon Controller persistent disk
      com.google.protobuf.ByteString getPdIDBytes()
      pdID is the ID that identifies Photon Controller persistent disk
      boolean hasFsType()
      fsType is the filesystem type to mount.
      boolean hasPdID()
      pdID is the ID that identifies Photon Controller persistent disk
      • Methods 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 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.