@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class V1ISCSIPersistentVolumeSource 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 |
---|
V1ISCSIPersistentVolumeSource() |
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 V1ISCSIPersistentVolumeSource chapAuthDiscovery(Boolean chapAuthDiscovery)
@Nullable public Boolean getChapAuthDiscovery()
public void setChapAuthDiscovery(Boolean chapAuthDiscovery)
public V1ISCSIPersistentVolumeSource chapAuthSession(Boolean chapAuthSession)
@Nullable public Boolean getChapAuthSession()
public void setChapAuthSession(Boolean chapAuthSession)
public V1ISCSIPersistentVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1ISCSIPersistentVolumeSource initiatorName(String initiatorName)
@Nullable public String getInitiatorName()
public void setInitiatorName(String initiatorName)
public V1ISCSIPersistentVolumeSource iqn(String iqn)
public String getIqn()
public void setIqn(String iqn)
public V1ISCSIPersistentVolumeSource iscsiInterface(String iscsiInterface)
@Nullable public String getIscsiInterface()
public void setIscsiInterface(String iscsiInterface)
public V1ISCSIPersistentVolumeSource lun(Integer lun)
public Integer getLun()
public void setLun(Integer lun)
public V1ISCSIPersistentVolumeSource portals(List<String> portals)
public V1ISCSIPersistentVolumeSource addPortalsItem(String portalsItem)
@Nullable public List<String> getPortals()
public V1ISCSIPersistentVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1ISCSIPersistentVolumeSource secretRef(V1SecretReference secretRef)
@Nullable public V1SecretReference getSecretRef()
public void setSecretRef(V1SecretReference secretRef)
public V1ISCSIPersistentVolumeSource targetPortal(String targetPortal)
public String getTargetPortal()
public void setTargetPortal(String targetPortal)
Copyright © 2023. All rights reserved.