@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1FCVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_LUN |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_TARGET_W_W_NS |
static String |
SERIALIZED_NAME_WWIDS |
Constructor and Description |
---|
V1FCVolumeSource() |
Modifier and Type | Method and Description |
---|---|
V1FCVolumeSource |
addTargetWWNsItem(String targetWWNsItem) |
V1FCVolumeSource |
addWwidsItem(String wwidsItem) |
boolean |
equals(Object o) |
V1FCVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type to mount.
|
Integer |
getLun()
Optional: FC target lun number
|
Boolean |
getReadOnly()
Optional: Defaults to false (read/write).
|
List<String> |
getTargetWWNs()
Optional: FC target worldwide names (WWNs)
|
List<String> |
getWwids()
Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs
and lun must be set, but not both simultaneously.
|
int |
hashCode() |
V1FCVolumeSource |
lun(Integer lun) |
V1FCVolumeSource |
readOnly(Boolean readOnly) |
void |
setFsType(String fsType) |
void |
setLun(Integer lun) |
void |
setReadOnly(Boolean readOnly) |
void |
setTargetWWNs(List<String> targetWWNs) |
void |
setWwids(List<String> wwids) |
V1FCVolumeSource |
targetWWNs(List<String> targetWWNs) |
String |
toString() |
V1FCVolumeSource |
wwids(List<String> wwids) |
public static final String SERIALIZED_NAME_FS_TYPE
public static final String SERIALIZED_NAME_LUN
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_TARGET_W_W_NS
public static final String SERIALIZED_NAME_WWIDS
public V1FCVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1FCVolumeSource lun(Integer lun)
public void setLun(Integer lun)
public V1FCVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1FCVolumeSource targetWWNs(List<String> targetWWNs)
public V1FCVolumeSource addTargetWWNsItem(String targetWWNsItem)
@Nullable public List<String> getTargetWWNs()
public V1FCVolumeSource wwids(List<String> wwids)
public V1FCVolumeSource addWwidsItem(String wwidsItem)
@Nullable public List<String> getWwids()
Copyright © 2020. All rights reserved.