Class HostInternetScsiHbaAuthenticationProperties

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostInternetScsiHbaAuthenticationProperties
All Implemented Interfaces:
Serializable

public class HostInternetScsiHbaAuthenticationProperties extends DynamicData
See Also:
  • Field Details

    • chapAuthEnabled

      public boolean chapAuthEnabled
    • chapName

      public String chapName
    • chapSecret

      public String chapSecret
    • chapAuthenticationType

      public String chapAuthenticationType
    • chapInherited

      public Boolean chapInherited
    • mutualChapName

      public String mutualChapName
    • mutualChapSecret

      public String mutualChapSecret
    • mutualChapAuthenticationType

      public String mutualChapAuthenticationType
    • mutualChapInherited

      public Boolean mutualChapInherited
  • Constructor Details

    • HostInternetScsiHbaAuthenticationProperties

      public HostInternetScsiHbaAuthenticationProperties()
  • Method Details

    • isChapAuthEnabled

      public boolean isChapAuthEnabled()
    • getChapName

      public String getChapName()
    • getChapSecret

      public String getChapSecret()
    • getChapAuthenticationType

      public String getChapAuthenticationType()
    • getChapInherited

      public Boolean getChapInherited()
    • getMutualChapName

      public String getMutualChapName()
    • getMutualChapSecret

      public String getMutualChapSecret()
    • getMutualChapAuthenticationType

      public String getMutualChapAuthenticationType()
    • getMutualChapInherited

      public Boolean getMutualChapInherited()
    • setChapAuthEnabled

      public void setChapAuthEnabled(boolean chapAuthEnabled)
    • setChapName

      public void setChapName(String chapName)
    • setChapSecret

      public void setChapSecret(String chapSecret)
    • setChapAuthenticationType

      public void setChapAuthenticationType(String chapAuthenticationType)
    • setChapInherited

      public void setChapInherited(Boolean chapInherited)
    • setMutualChapName

      public void setMutualChapName(String mutualChapName)
    • setMutualChapSecret

      public void setMutualChapSecret(String mutualChapSecret)
    • setMutualChapAuthenticationType

      public void setMutualChapAuthenticationType(String mutualChapAuthenticationType)
    • setMutualChapInherited

      public void setMutualChapInherited(Boolean mutualChapInherited)