@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class V1ISCSIVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CHAP_AUTH_DISCOVERY |
static String |
SERIALIZED_NAME_CHAP_AUTH_SESSION |
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_INITIATOR_NAME |
static String |
SERIALIZED_NAME_IQN |
static String |
SERIALIZED_NAME_ISCSI_INTERFACE |
static String |
SERIALIZED_NAME_LUN |
static String |
SERIALIZED_NAME_PORTALS |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_SECRET_REF |
static String |
SERIALIZED_NAME_TARGET_PORTAL |
Constructor and Description |
---|
V1ISCSIVolumeSource() |
Modifier and Type | Method and Description |
---|---|
V1ISCSIVolumeSource |
addPortalsItem(String portalsItem) |
V1ISCSIVolumeSource |
chapAuthDiscovery(Boolean chapAuthDiscovery) |
V1ISCSIVolumeSource |
chapAuthSession(Boolean chapAuthSession) |
boolean |
equals(Object o) |
V1ISCSIVolumeSource |
fsType(String fsType) |
Boolean |
getChapAuthDiscovery()
chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication
|
Boolean |
getChapAuthSession()
chapAuthSession defines whether support iSCSI Session CHAP authentication
|
String |
getFsType()
fsType is the filesystem type of the volume that you want to mount.
|
String |
getInitiatorName()
initiatorName is the custom iSCSI Initiator Name.
|
String |
getIqn()
iqn is the target iSCSI Qualified Name.
|
String |
getIscsiInterface()
iscsiInterface is the interface Name that uses an iSCSI transport.
|
Integer |
getLun()
lun represents iSCSI Target Lun number.
|
List<String> |
getPortals()
portals is the iSCSI Target Portal List.
|
Boolean |
getReadOnly()
readOnly here will force the ReadOnly setting in VolumeMounts.
|
V1LocalObjectReference |
getSecretRef()
Get secretRef
|
String |
getTargetPortal()
targetPortal is iSCSI Target Portal.
|
int |
hashCode() |
V1ISCSIVolumeSource |
initiatorName(String initiatorName) |
V1ISCSIVolumeSource |
iqn(String iqn) |
V1ISCSIVolumeSource |
iscsiInterface(String iscsiInterface) |
V1ISCSIVolumeSource |
lun(Integer lun) |
V1ISCSIVolumeSource |
portals(List<String> portals) |
V1ISCSIVolumeSource |
readOnly(Boolean readOnly) |
V1ISCSIVolumeSource |
secretRef(V1LocalObjectReference secretRef) |
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(V1LocalObjectReference secretRef) |
void |
setTargetPortal(String targetPortal) |
V1ISCSIVolumeSource |
targetPortal(String targetPortal) |
String |
toString() |
public static final String SERIALIZED_NAME_CHAP_AUTH_DISCOVERY
public static final String SERIALIZED_NAME_CHAP_AUTH_SESSION
public static final String SERIALIZED_NAME_FS_TYPE
public static final String SERIALIZED_NAME_INITIATOR_NAME
public static final String SERIALIZED_NAME_IQN
public static final String SERIALIZED_NAME_ISCSI_INTERFACE
public static final String SERIALIZED_NAME_LUN
public static final String SERIALIZED_NAME_PORTALS
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_SECRET_REF
public static final String SERIALIZED_NAME_TARGET_PORTAL
public V1ISCSIVolumeSource chapAuthDiscovery(Boolean chapAuthDiscovery)
@Nullable public Boolean getChapAuthDiscovery()
public void setChapAuthDiscovery(Boolean chapAuthDiscovery)
public V1ISCSIVolumeSource chapAuthSession(Boolean chapAuthSession)
@Nullable public Boolean getChapAuthSession()
public void setChapAuthSession(Boolean chapAuthSession)
public V1ISCSIVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1ISCSIVolumeSource initiatorName(String initiatorName)
@Nullable public String getInitiatorName()
public void setInitiatorName(String initiatorName)
public V1ISCSIVolumeSource iqn(String iqn)
public String getIqn()
public void setIqn(String iqn)
public V1ISCSIVolumeSource iscsiInterface(String iscsiInterface)
@Nullable public String getIscsiInterface()
public void setIscsiInterface(String iscsiInterface)
public V1ISCSIVolumeSource lun(Integer lun)
public Integer getLun()
public void setLun(Integer lun)
public V1ISCSIVolumeSource portals(List<String> portals)
public V1ISCSIVolumeSource addPortalsItem(String portalsItem)
@Nullable public List<String> getPortals()
public V1ISCSIVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1ISCSIVolumeSource secretRef(V1LocalObjectReference secretRef)
@Nullable public V1LocalObjectReference getSecretRef()
public void setSecretRef(V1LocalObjectReference secretRef)
public V1ISCSIVolumeSource targetPortal(String targetPortal)
public String getTargetPortal()
public void setTargetPortal(String targetPortal)
Copyright © 2022. All rights reserved.