public class V1ISCSIVolumeSource extends Object
Constructor and Description |
---|
V1ISCSIVolumeSource() |
Modifier and Type | Method and Description |
---|---|
V1ISCSIVolumeSource |
addPortalsItem(String portalsItem) |
boolean |
equals(Object o) |
V1ISCSIVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type of the volume that you want to mount.
|
String |
getIqn()
Target iSCSI Qualified Name.
|
String |
getIscsiInterface()
Optional: Defaults to 'default' (tcp).
|
Integer |
getLun()
iSCSI target lun number.
|
List<String> |
getPortals()
iSCSI target portal List.
|
String |
getTargetPortal()
iSCSI target portal.
|
int |
hashCode() |
V1ISCSIVolumeSource |
iqn(String iqn) |
V1ISCSIVolumeSource |
iscsiInterface(String iscsiInterface) |
Boolean |
isReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts.
|
V1ISCSIVolumeSource |
lun(Integer lun) |
V1ISCSIVolumeSource |
portals(List<String> portals) |
V1ISCSIVolumeSource |
readOnly(Boolean readOnly) |
void |
setFsType(String fsType) |
void |
setIqn(String iqn) |
void |
setIscsiInterface(String iscsiInterface) |
void |
setLun(Integer lun) |
void |
setPortals(List<String> portals) |
void |
setReadOnly(Boolean readOnly) |
void |
setTargetPortal(String targetPortal) |
V1ISCSIVolumeSource |
targetPortal(String targetPortal) |
String |
toString() |
public V1ISCSIVolumeSource fsType(String fsType)
public String getFsType()
public void setFsType(String fsType)
public V1ISCSIVolumeSource iqn(String iqn)
public String getIqn()
public void setIqn(String iqn)
public V1ISCSIVolumeSource iscsiInterface(String iscsiInterface)
public String getIscsiInterface()
public void setIscsiInterface(String iscsiInterface)
public V1ISCSIVolumeSource lun(Integer lun)
public Integer getLun()
public void setLun(Integer lun)
public V1ISCSIVolumeSource portals(List<String> portals)
public V1ISCSIVolumeSource addPortalsItem(String portalsItem)
public List<String> getPortals()
public V1ISCSIVolumeSource readOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setReadOnly(Boolean readOnly)
public V1ISCSIVolumeSource targetPortal(String targetPortal)
public String getTargetPortal()
public void setTargetPortal(String targetPortal)
Copyright © 2017. All rights reserved.