public static interface V1.FCVolumeSourceOrBuilder
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.
|
int |
getLun()
Optional: FC target lun number
+optional
|
boolean |
getReadOnly()
Optional: Defaults to false (read/write).
|
String |
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 |
getTargetWWNsCount()
Optional: FC target worldwide names (WWNs)
+optional
|
List<String> |
getTargetWWNsList()
Optional: FC target worldwide names (WWNs)
+optional
|
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.
|
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 |
getWwidsCount()
Optional: FC volume world wide identifiers (wwids)
Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
|
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.
|
boolean |
hasFsType()
Filesystem type to mount.
|
boolean |
hasLun()
Optional: FC target lun number
+optional
|
boolean |
hasReadOnly()
Optional: Defaults to false (read/write).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getTargetWWNsList()
Optional: FC target worldwide names (WWNs) +optional
repeated string targetWWNs = 1;int getTargetWWNsCount()
Optional: FC target worldwide names (WWNs) +optional
repeated string targetWWNs = 1;String getTargetWWNs(int index)
Optional: FC target worldwide names (WWNs) +optional
repeated string targetWWNs = 1;com.google.protobuf.ByteString getTargetWWNsBytes(int index)
Optional: FC target worldwide names (WWNs) +optional
repeated string targetWWNs = 1;boolean hasLun()
Optional: FC target lun number +optional
optional int32 lun = 2;int getLun()
Optional: FC target lun number +optional
optional int32 lun = 2;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;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;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;boolean hasReadOnly()
Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 4;boolean getReadOnly()
Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 4;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;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;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;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;Copyright © 2019. All rights reserved.