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()
Required: FC target lun number
|
boolean |
getReadOnly()
Optional: Defaults to false (read/write).
|
String |
getTargetWWNs(int index)
Required: FC target worldwide names (WWNs)
|
com.google.protobuf.ByteString |
getTargetWWNsBytes(int index)
Required: FC target worldwide names (WWNs)
|
int |
getTargetWWNsCount()
Required: FC target worldwide names (WWNs)
|
List<String> |
getTargetWWNsList()
Required: FC target worldwide names (WWNs)
|
boolean |
hasFsType()
Filesystem type to mount.
|
boolean |
hasLun()
Required: FC target lun number
|
boolean |
hasReadOnly()
Optional: Defaults to false (read/write).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getTargetWWNsList()
Required: FC target worldwide names (WWNs)
repeated string targetWWNs = 1;int getTargetWWNsCount()
Required: FC target worldwide names (WWNs)
repeated string targetWWNs = 1;String getTargetWWNs(int index)
Required: FC target worldwide names (WWNs)
repeated string targetWWNs = 1;com.google.protobuf.ByteString getTargetWWNsBytes(int index)
Required: FC target worldwide names (WWNs)
repeated string targetWWNs = 1;boolean hasLun()
Required: FC target lun number
optional int32 lun = 2;int getLun()
Required: FC target lun number
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;Copyright © 2018. All rights reserved.