@Generated(value="org.jsonschema2pojo") public class ISCSIPersistentVolumeSource extends java.lang.Object implements KubernetesResource
| Constructor and Description |
|---|
ISCSIPersistentVolumeSource()
No args constructor for use in serialization
|
ISCSIPersistentVolumeSource(java.lang.Boolean chapAuthDiscovery,
java.lang.Boolean chapAuthSession,
java.lang.String fsType,
java.lang.String initiatorName,
java.lang.String iqn,
java.lang.String iscsiInterface,
java.lang.Integer lun,
java.util.List<java.lang.String> portals,
java.lang.Boolean readOnly,
SecretReference secretRef,
java.lang.String targetPortal) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties() |
java.lang.Boolean |
getChapAuthDiscovery() |
java.lang.Boolean |
getChapAuthSession() |
java.lang.String |
getFsType() |
java.lang.String |
getInitiatorName() |
java.lang.String |
getIqn() |
java.lang.String |
getIscsiInterface() |
java.lang.Integer |
getLun() |
java.util.List<java.lang.String> |
getPortals() |
java.lang.Boolean |
getReadOnly() |
SecretReference |
getSecretRef() |
java.lang.String |
getTargetPortal() |
void |
setAdditionalProperty(java.lang.String name,
java.lang.Object value) |
void |
setChapAuthDiscovery(java.lang.Boolean chapAuthDiscovery) |
void |
setChapAuthSession(java.lang.Boolean chapAuthSession) |
void |
setFsType(java.lang.String fsType) |
void |
setInitiatorName(java.lang.String initiatorName) |
void |
setIqn(java.lang.String iqn) |
void |
setIscsiInterface(java.lang.String iscsiInterface) |
void |
setLun(java.lang.Integer lun) |
void |
setPortals(java.util.List<java.lang.String> portals) |
void |
setReadOnly(java.lang.Boolean readOnly) |
void |
setSecretRef(SecretReference secretRef) |
void |
setTargetPortal(java.lang.String targetPortal) |
public ISCSIPersistentVolumeSource()
public ISCSIPersistentVolumeSource(java.lang.Boolean chapAuthDiscovery,
java.lang.Boolean chapAuthSession,
java.lang.String fsType,
java.lang.String initiatorName,
java.lang.String iqn,
java.lang.String iscsiInterface,
java.lang.Integer lun,
java.util.List<java.lang.String> portals,
java.lang.Boolean readOnly,
SecretReference secretRef,
java.lang.String targetPortal)
chapAuthSession - iscsiInterface - lun - chapAuthDiscovery - iqn - portals - secretRef - initiatorName - readOnly - fsType - targetPortal - public java.lang.Boolean getChapAuthDiscovery()
public void setChapAuthDiscovery(java.lang.Boolean chapAuthDiscovery)
chapAuthDiscovery - The chapAuthDiscoverypublic java.lang.Boolean getChapAuthSession()
public void setChapAuthSession(java.lang.Boolean chapAuthSession)
chapAuthSession - The chapAuthSessionpublic java.lang.String getFsType()
public void setFsType(java.lang.String fsType)
fsType - The fsTypepublic java.lang.String getInitiatorName()
public void setInitiatorName(java.lang.String initiatorName)
initiatorName - The initiatorNamepublic java.lang.String getIqn()
public void setIqn(java.lang.String iqn)
iqn - The iqnpublic java.lang.String getIscsiInterface()
public void setIscsiInterface(java.lang.String iscsiInterface)
iscsiInterface - The iscsiInterfacepublic java.lang.Integer getLun()
public void setLun(java.lang.Integer lun)
lun - The lunpublic java.util.List<java.lang.String> getPortals()
public void setPortals(java.util.List<java.lang.String> portals)
portals - The portalspublic java.lang.Boolean getReadOnly()
public void setReadOnly(java.lang.Boolean readOnly)
readOnly - The readOnlypublic SecretReference getSecretRef()
public void setSecretRef(SecretReference secretRef)
secretRef - The secretRefpublic java.lang.String getTargetPortal()
public void setTargetPortal(java.lang.String targetPortal)
targetPortal - The targetPortalpublic java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public void setAdditionalProperty(java.lang.String name,
java.lang.Object value)
Copyright © 2015-2019 Red Hat. All Rights Reserved.