Interface Generated.PortworxVolumeSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFsType()
      fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.
      com.google.protobuf.ByteString getFsTypeBytes()
      fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.
      boolean getReadOnly()
      readOnly defaults to false (read/write).
      String getVolumeID()
      volumeID uniquely identifies a Portworx volume
      com.google.protobuf.ByteString getVolumeIDBytes()
      volumeID uniquely identifies a Portworx volume
      boolean hasFsType()
      fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.
      boolean hasReadOnly()
      readOnly defaults to false (read/write).
      boolean hasVolumeID()
      volumeID uniquely identifies a Portworx volume
      • 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

      • hasVolumeID

        boolean hasVolumeID()
         volumeID uniquely identifies a Portworx volume
         
        optional string volumeID = 1;
        Returns:
        Whether the volumeID field is set.
      • getVolumeID

        String getVolumeID()
         volumeID uniquely identifies a Portworx volume
         
        optional string volumeID = 1;
        Returns:
        The volumeID.
      • getVolumeIDBytes

        com.google.protobuf.ByteString getVolumeIDBytes()
         volumeID uniquely identifies a Portworx volume
         
        optional string volumeID = 1;
        Returns:
        The bytes for volumeID.
      • hasFsType

        boolean hasFsType()
         fSType represents the filesystem type to mount
         Must be a filesystem type supported by the host operating system.
         Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
         
        optional string fsType = 2;
        Returns:
        Whether the fsType field is set.
      • getFsType

        String getFsType()
         fSType represents the filesystem type to mount
         Must be a filesystem type supported by the host operating system.
         Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
         
        optional string fsType = 2;
        Returns:
        The fsType.
      • getFsTypeBytes

        com.google.protobuf.ByteString getFsTypeBytes()
         fSType represents the filesystem type to mount
         Must be a filesystem type supported by the host operating system.
         Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
         
        optional string fsType = 2;
        Returns:
        The bytes for fsType.
      • hasReadOnly

        boolean hasReadOnly()
         readOnly defaults to false (read/write). ReadOnly here will force
         the ReadOnly setting in VolumeMounts.
         +optional
         
        optional bool readOnly = 3;
        Returns:
        Whether the readOnly field is set.
      • getReadOnly

        boolean getReadOnly()
         readOnly defaults to false (read/write). ReadOnly here will force
         the ReadOnly setting in VolumeMounts.
         +optional
         
        optional bool readOnly = 3;
        Returns:
        The readOnly.