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()BooleangetChapAuthDiscovery()BooleangetChapAuthSession()StringgetFsType()StringgetInitiatorName()StringgetIqn()StringgetIscsiInterface()IntegergetLun()List<String>getPortals()BooleangetReadOnly()SecretReferencegetSecretRef()StringgetTargetPortal()voidsetAdditionalProperty(String name, Object value)voidsetChapAuthDiscovery(Boolean chapAuthDiscovery)voidsetChapAuthSession(Boolean chapAuthSession)voidsetFsType(String fsType)voidsetInitiatorName(String initiatorName)voidsetIqn(String iqn)voidsetIscsiInterface(String iscsiInterface)voidsetLun(Integer lun)voidsetPortals(List<String> portals)voidsetReadOnly(Boolean readOnly)voidsetSecretRef(SecretReference secretRef)voidsetTargetPortal(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
-