public class ISCSIPersistentVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
ISCSIPersistentVolumeSource()
No args constructor for use in serialization
|
ISCSIPersistentVolumeSource(Boolean chapAuthDiscovery,
Boolean chapAuthSession,
String fsType,
String initiatorName,
String iqn,
String iscsiInterface,
Integer lun,
List<String> portals,
Boolean readOnly,
SecretReference secretRef,
String targetPortal) |
| Modifier and Type | Method and 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) |
public 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)
chapAuthSession - iscsiInterface - lun - chapAuthDiscovery - iqn - portals - secretRef - initiatorName - readOnly - fsType - targetPortal - public Boolean getChapAuthDiscovery()
public void setChapAuthDiscovery(Boolean chapAuthDiscovery)
public Boolean getChapAuthSession()
public void setChapAuthSession(Boolean chapAuthSession)
public String getFsType()
public void setFsType(String fsType)
public String getInitiatorName()
public void setInitiatorName(String initiatorName)
public String getIqn()
public void setIqn(String iqn)
public String getIscsiInterface()
public void setIscsiInterface(String iscsiInterface)
public Integer getLun()
public void setLun(Integer lun)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public SecretReference getSecretRef()
public void setSecretRef(SecretReference secretRef)
public String getTargetPortal()
public void setTargetPortal(String targetPortal)
Copyright © 2015–2022 Red Hat. All rights reserved.