Package io.kubernetes.client.proto
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 TypeMethodDescriptionFilesystem type to mount.com.google.protobuf.ByteStringFilesystem type to mount.intgetLun()Optional: FC target lun number +optionalbooleanOptional: Defaults to false (read/write).getTargetWWNs(int index) Optional: FC target worldwide names (WWNs) +optionalcom.google.protobuf.ByteStringgetTargetWWNsBytes(int index) Optional: FC target worldwide names (WWNs) +optionalintOptional: FC target worldwide names (WWNs) +optionalOptional: FC target worldwide names (WWNs) +optionalgetWwids(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.ByteStringgetWwidsBytes(int index) Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.intOptional: 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.booleanFilesystem type to mount.booleanhasLun()Optional: FC target lun number +optionalbooleanOptional: Defaults to false (read/write).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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
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;
-