public class V1FCVolumeSource extends Object
Constructor and Description |
---|
V1FCVolumeSource() |
Modifier and Type | Method and Description |
---|---|
V1FCVolumeSource |
addTargetWWNsItem(String targetWWNsItem) |
boolean |
equals(Object o) |
V1FCVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type to mount.
|
Integer |
getLun()
Required: FC target lun number
|
List<String> |
getTargetWWNs()
Required: FC target worldwide names (WWNs)
|
int |
hashCode() |
Boolean |
isReadOnly()
Optional: Defaults to false (read/write).
|
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) |
V1FCVolumeSource |
targetWWNs(List<String> targetWWNs) |
String |
toString() |
public V1FCVolumeSource fsType(String fsType)
public String getFsType()
public void setFsType(String fsType)
public V1FCVolumeSource lun(Integer lun)
public Integer getLun()
public void setLun(Integer lun)
public V1FCVolumeSource readOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setReadOnly(Boolean readOnly)
public V1FCVolumeSource targetWWNs(List<String> targetWWNs)
public V1FCVolumeSource addTargetWWNsItem(String targetWWNsItem)
public List<String> getTargetWWNs()
Copyright © 2017. All rights reserved.