Interface V1.PortworxVolumeSourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.PortworxVolumeSource, V1.PortworxVolumeSource.Builder
Enclosing class:
V1

public static interface V1.PortworxVolumeSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.
    com.google.protobuf.ByteString
    FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.
    boolean
    Defaults to false (read/write).
    VolumeID uniquely identifies a Portworx volume
    com.google.protobuf.ByteString
    VolumeID uniquely identifies a Portworx volume
    boolean
    FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.
    boolean
    Defaults to false (read/write).
    boolean
    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 Details

    • hasVolumeID

      boolean hasVolumeID()
       VolumeID uniquely identifies a Portworx volume
       
      optional string volumeID = 1;
    • getVolumeID

      String getVolumeID()
       VolumeID uniquely identifies a Portworx volume
       
      optional string volumeID = 1;
    • getVolumeIDBytes

      com.google.protobuf.ByteString getVolumeIDBytes()
       VolumeID uniquely identifies a Portworx volume
       
      optional string volumeID = 1;
    • 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;
    • 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;
    • 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;
    • hasReadOnly

      boolean hasReadOnly()
       Defaults to false (read/write). ReadOnly here will force
       the ReadOnly setting in VolumeMounts.
       +optional
       
      optional bool readOnly = 3;
    • getReadOnly

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