Package io.fabric8.kubernetes.api.model
Class ISCSIPersistentVolumeSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSource
-
- All Implemented Interfaces:
KubernetesResource
,Serializable
public class ISCSIPersistentVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ISCSIPersistentVolumeSource()
No args constructor for use in serializationISCSIPersistentVolumeSource(Boolean chapAuthDiscovery, Boolean chapAuthSession, String fsType, String initiatorName, String iqn, String iscsiInterface, Integer lun, List<String> portals, Boolean readOnly, SecretReference secretRef, String targetPortal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
Boolean
getChapAuthDiscovery()
Boolean
getChapAuthSession()
String
getFsType()
String
getInitiatorName()
String
getIqn()
String
getIscsiInterface()
Integer
getLun()
List<String>
getPortals()
Boolean
getReadOnly()
SecretReference
getSecretRef()
String
getTargetPortal()
void
setAdditionalProperty(String name, Object value)
void
setChapAuthDiscovery(Boolean chapAuthDiscovery)
void
setChapAuthSession(Boolean chapAuthSession)
void
setFsType(String fsType)
void
setInitiatorName(String initiatorName)
void
setIqn(String iqn)
void
setIscsiInterface(String iscsiInterface)
void
setLun(Integer lun)
void
setPortals(List<String> portals)
void
setReadOnly(Boolean readOnly)
void
setSecretRef(SecretReference secretRef)
void
setTargetPortal(String targetPortal)
-
-
-
Constructor Detail
-
ISCSIPersistentVolumeSource
public ISCSIPersistentVolumeSource()
No args constructor for use in serialization
-
ISCSIPersistentVolumeSource
public ISCSIPersistentVolumeSource(Boolean chapAuthDiscovery, Boolean chapAuthSession, String fsType, String initiatorName, String iqn, String iscsiInterface, Integer lun, List<String> portals, Boolean readOnly, SecretReference 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 SecretReference getSecretRef()
-
setSecretRef
public void setSecretRef(SecretReference secretRef)
-
getTargetPortal
public String getTargetPortal()
-
setTargetPortal
public void setTargetPortal(String targetPortal)
-
-