Package io.fabric8.kubernetes.api.model
Class ISCSIPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class ISCSIPersistentVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ISCSIPersistentVolumeSource()
No args constructor for use in serializationISCSIPersistentVolumeSource(Boolean chapAuthDiscovery, Boolean chapAuthSession, String fsType, String initiatorName, String iqn, String iscsiInterface, Integer lun, List<String> portals, Boolean readOnly, SecretReference secretRef, String targetPortal)
-
Method Summary
Modifier and Type Method 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)
-
Constructor Details
-
ISCSIPersistentVolumeSource
public ISCSIPersistentVolumeSource()No args constructor for use in serialization -
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)- Parameters:
chapAuthSession
-iscsiInterface
-lun
-chapAuthDiscovery
-iqn
-portals
-secretRef
-initiatorName
-readOnly
-fsType
-targetPortal
-
-
-
Method Details
-
getChapAuthDiscovery
- Returns:
- The chapAuthDiscovery
-
setChapAuthDiscovery
- Parameters:
chapAuthDiscovery
- The chapAuthDiscovery
-
getChapAuthSession
- Returns:
- The chapAuthSession
-
setChapAuthSession
- Parameters:
chapAuthSession
- The chapAuthSession
-
getFsType
- Returns:
- The fsType
-
setFsType
- Parameters:
fsType
- The fsType
-
getInitiatorName
- Returns:
- The initiatorName
-
setInitiatorName
- Parameters:
initiatorName
- The initiatorName
-
getIqn
- Returns:
- The iqn
-
setIqn
- Parameters:
iqn
- The iqn
-
getIscsiInterface
- Returns:
- The iscsiInterface
-
setIscsiInterface
- Parameters:
iscsiInterface
- The iscsiInterface
-
getLun
- Returns:
- The lun
-
setLun
- Parameters:
lun
- The lun
-
getPortals
- Returns:
- The portals
-
setPortals
- Parameters:
portals
- The portals
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly
- The readOnly
-
getSecretRef
- Returns:
- The secretRef
-
setSecretRef
- Parameters:
secretRef
- The secretRef
-
getTargetPortal
- Returns:
- The targetPortal
-
setTargetPortal
- Parameters:
targetPortal
- The targetPortal
-
getAdditionalProperties
-
setAdditionalProperty
-