public class V1ISCSIVolumeSource extends Object
Constructor and Description |
---|
V1ISCSIVolumeSource() |
public V1ISCSIVolumeSource chapAuthDiscovery(Boolean chapAuthDiscovery)
public Boolean isChapAuthDiscovery()
public void setChapAuthDiscovery(Boolean chapAuthDiscovery)
public V1ISCSIVolumeSource chapAuthSession(Boolean chapAuthSession)
public Boolean isChapAuthSession()
public void setChapAuthSession(Boolean chapAuthSession)
public V1ISCSIVolumeSource fsType(String fsType)
public String getFsType()
public void setFsType(String fsType)
public V1ISCSIVolumeSource initiatorName(String initiatorName)
public String getInitiatorName()
public void setInitiatorName(String initiatorName)
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 secretRef(V1LocalObjectReference secretRef)
public V1LocalObjectReference getSecretRef()
public void setSecretRef(V1LocalObjectReference secretRef)
public V1ISCSIVolumeSource targetPortal(String targetPortal)
public String getTargetPortal()
public void setTargetPortal(String targetPortal)
Copyright © 2018. All rights reserved.