Interface V1.FCVolumeSourceOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Filesystem type to mount.
    com.google.protobuf.ByteString
    Filesystem type to mount.
    int
    Optional: FC target lun number +optional
    boolean
    Optional: Defaults to false (read/write).
    getTargetWWNs(int index)
    Optional: FC target worldwide names (WWNs) +optional
    com.google.protobuf.ByteString
    getTargetWWNsBytes(int index)
    Optional: FC target worldwide names (WWNs) +optional
    int
    Optional: FC target worldwide names (WWNs) +optional
    Optional: FC target worldwide names (WWNs) +optional
    getWwids(int index)
    Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
    com.google.protobuf.ByteString
    getWwidsBytes(int index)
    Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
    int
    Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
    Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
    boolean
    Filesystem type to mount.
    boolean
    Optional: FC target lun number +optional
    boolean
    Optional: Defaults to false (read/write).

    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

    • getTargetWWNsList

      List<String> getTargetWWNsList()
       Optional: FC target worldwide names (WWNs)
       +optional
       
      repeated string targetWWNs = 1;
    • getTargetWWNsCount

      int getTargetWWNsCount()
       Optional: FC target worldwide names (WWNs)
       +optional
       
      repeated string targetWWNs = 1;
    • getTargetWWNs

      String getTargetWWNs(int index)
       Optional: FC target worldwide names (WWNs)
       +optional
       
      repeated string targetWWNs = 1;
    • getTargetWWNsBytes

      com.google.protobuf.ByteString getTargetWWNsBytes(int index)
       Optional: FC target worldwide names (WWNs)
       +optional
       
      repeated string targetWWNs = 1;
    • hasLun

      boolean hasLun()
       Optional: FC target lun number
       +optional
       
      optional int32 lun = 2;
    • getLun

      int getLun()
       Optional: FC target lun number
       +optional
       
      optional int32 lun = 2;
    • 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.
       TODO: how do we prevent errors in the filesystem from compromising the machine
       +optional
       
      optional string fsType = 3;
    • 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.
       TODO: how do we prevent errors in the filesystem from compromising the machine
       +optional
       
      optional string fsType = 3;
    • 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.
       TODO: how do we prevent errors in the filesystem from compromising the machine
       +optional
       
      optional string fsType = 3;
    • hasReadOnly

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

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

      List<String> getWwidsList()
       Optional: FC volume world wide identifiers (wwids)
       Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
       +optional
       
      repeated string wwids = 5;
    • getWwidsCount

      int getWwidsCount()
       Optional: FC volume world wide identifiers (wwids)
       Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
       +optional
       
      repeated string wwids = 5;
    • getWwids

      String getWwids(int index)
       Optional: FC volume world wide identifiers (wwids)
       Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
       +optional
       
      repeated string wwids = 5;
    • getWwidsBytes

      com.google.protobuf.ByteString getWwidsBytes(int index)
       Optional: FC volume world wide identifiers (wwids)
       Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
       +optional
       
      repeated string wwids = 5;