public interface FCVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.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).
|
java.lang.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)
|
java.util.List<java.lang.String> |
getTargetWWNsList()
Required: FC target worldwide names (WWNs)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getTargetWWNsList()
Required: FC target worldwide names (WWNs)
repeated string targetWWNs = 1;int getTargetWWNsCount()
Required: FC target worldwide names (WWNs)
repeated string targetWWNs = 1;java.lang.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;int getLun()
Required: FC target lun number
optional int32 lun = 2;java.lang.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 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 string fsType = 3;boolean getReadOnly()
Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
optional bool readOnly = 4;