Package io.fabric8.kubernetes.api.model
Class ISCSIVolumeSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.ISCSIVolumeSource
-
- All Implemented Interfaces:
KubernetesResource,Serializable
public class ISCSIVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ISCSIVolumeSource()No args constructor for use in serializationISCSIVolumeSource(Boolean chapAuthDiscovery, Boolean chapAuthSession, String fsType, String initiatorName, String iqn, String iscsiInterface, Integer lun, List<String> portals, Boolean readOnly, LocalObjectReference secretRef, String targetPortal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()BooleangetChapAuthDiscovery()BooleangetChapAuthSession()StringgetFsType()StringgetInitiatorName()StringgetIqn()StringgetIscsiInterface()IntegergetLun()List<String>getPortals()BooleangetReadOnly()LocalObjectReferencegetSecretRef()StringgetTargetPortal()voidsetAdditionalProperty(String name, Object value)voidsetChapAuthDiscovery(Boolean chapAuthDiscovery)voidsetChapAuthSession(Boolean chapAuthSession)voidsetFsType(String fsType)voidsetInitiatorName(String initiatorName)voidsetIqn(String iqn)voidsetIscsiInterface(String iscsiInterface)voidsetLun(Integer lun)voidsetPortals(List<String> portals)voidsetReadOnly(Boolean readOnly)voidsetSecretRef(LocalObjectReference secretRef)voidsetTargetPortal(String targetPortal)
-
-
-
Constructor Detail
-
ISCSIVolumeSource
public ISCSIVolumeSource()
No args constructor for use in serialization
-
ISCSIVolumeSource
public ISCSIVolumeSource(Boolean chapAuthDiscovery, Boolean chapAuthSession, String fsType, String initiatorName, String iqn, String iscsiInterface, Integer lun, List<String> portals, Boolean readOnly, LocalObjectReference secretRef, String targetPortal)
- Parameters:
chapAuthSession-iscsiInterface-lun-chapAuthDiscovery-iqn-portals-secretRef-initiatorName-readOnly-fsType-targetPortal-
-
-
Method Detail
-
getChapAuthDiscovery
public Boolean getChapAuthDiscovery()
-
setChapAuthDiscovery
public void setChapAuthDiscovery(Boolean chapAuthDiscovery)
-
getChapAuthSession
public Boolean getChapAuthSession()
-
setChapAuthSession
public void setChapAuthSession(Boolean chapAuthSession)
-
getFsType
public String getFsType()
-
setFsType
public void setFsType(String fsType)
-
getInitiatorName
public String getInitiatorName()
-
setInitiatorName
public void setInitiatorName(String initiatorName)
-
getIqn
public String getIqn()
-
setIqn
public void setIqn(String iqn)
-
getIscsiInterface
public String getIscsiInterface()
-
setIscsiInterface
public void setIscsiInterface(String iscsiInterface)
-
getLun
public Integer getLun()
-
setLun
public void setLun(Integer lun)
-
getReadOnly
public Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
getSecretRef
public LocalObjectReference getSecretRef()
-
setSecretRef
public void setSecretRef(LocalObjectReference secretRef)
-
getTargetPortal
public String getTargetPortal()
-
setTargetPortal
public void setTargetPortal(String targetPortal)
-
-