Class ISCSIPersistentVolumeSource

    • Constructor Detail

      • 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 Detail

      • getChapAuthDiscovery

        public Boolean getChapAuthDiscovery()
      • setChapAuthDiscovery

        public void setChapAuthDiscovery​(Boolean chapAuthDiscovery)
      • getChapAuthSession

        public Boolean getChapAuthSession()
      • setChapAuthSession

        public void setChapAuthSession​(Boolean chapAuthSession)
      • getFsType

        public String getFsType()
      • setFsType

        public void setFsType​(String fsType)
      • getInitiatorName

        public String getInitiatorName()
      • setInitiatorName

        public void setInitiatorName​(String initiatorName)
      • getIqn

        public String getIqn()
      • setIqn

        public void setIqn​(String iqn)
      • getIscsiInterface

        public String getIscsiInterface()
      • setIscsiInterface

        public void setIscsiInterface​(String iscsiInterface)
      • setLun

        public void setLun​(Integer lun)
      • setPortals

        public void setPortals​(List<String> portals)
      • getReadOnly

        public Boolean getReadOnly()
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
      • getTargetPortal

        public String getTargetPortal()
      • setTargetPortal

        public void setTargetPortal​(String targetPortal)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)