Class Iscsi
- java.lang.Object
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Iscsi
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class Iscsi extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Iscsi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetChapAuthDiscovery()BooleangetChapAuthSession()StringgetFsType()StringgetInitiatorName()StringgetIqn()StringgetIscsiInterface()IntegergetLun()List<String>getPortals()BooleangetReadOnly()SecretRefgetSecretRef()StringgetTargetPortal()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(SecretRef secretRef)voidsetTargetPortal(String 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 SecretRef getSecretRef()
-
setSecretRef
public void setSecretRef(SecretRef secretRef)
-
getTargetPortal
public String getTargetPortal()
-
setTargetPortal
public void setTargetPortal(String targetPortal)
-
-