public class V1ISCSIPersistentVolumeSource extends Object
Constructor and Description |
---|
V1ISCSIPersistentVolumeSource() |
public V1ISCSIPersistentVolumeSource chapAuthDiscovery(Boolean chapAuthDiscovery)
public Boolean isChapAuthDiscovery()
public void setChapAuthDiscovery(Boolean chapAuthDiscovery)
public V1ISCSIPersistentVolumeSource chapAuthSession(Boolean chapAuthSession)
public Boolean isChapAuthSession()
public void setChapAuthSession(Boolean chapAuthSession)
public V1ISCSIPersistentVolumeSource fsType(String fsType)
public String getFsType()
public void setFsType(String fsType)
public V1ISCSIPersistentVolumeSource initiatorName(String initiatorName)
public String getInitiatorName()
public void setInitiatorName(String initiatorName)
public V1ISCSIPersistentVolumeSource iqn(String iqn)
public String getIqn()
public void setIqn(String iqn)
public V1ISCSIPersistentVolumeSource iscsiInterface(String iscsiInterface)
public String getIscsiInterface()
public void setIscsiInterface(String iscsiInterface)
public V1ISCSIPersistentVolumeSource lun(Integer lun)
public Integer getLun()
public void setLun(Integer lun)
public V1ISCSIPersistentVolumeSource portals(List<String> portals)
public V1ISCSIPersistentVolumeSource addPortalsItem(String portalsItem)
public List<String> getPortals()
public V1ISCSIPersistentVolumeSource readOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setReadOnly(Boolean readOnly)
public V1ISCSIPersistentVolumeSource secretRef(V1SecretReference secretRef)
public V1SecretReference getSecretRef()
public void setSecretRef(V1SecretReference secretRef)
public V1ISCSIPersistentVolumeSource targetPortal(String targetPortal)
public String getTargetPortal()
public void setTargetPortal(String targetPortal)
Copyright © 2019. All rights reserved.