Class HostInternetScsiHbaAuthenticationCapabilities

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

public class HostInternetScsiHbaAuthenticationCapabilities extends DynamicData
See Also:
  • Field Details

    • chapAuthSettable

      public boolean chapAuthSettable
    • krb5AuthSettable

      public boolean krb5AuthSettable
    • srpAuthSettable

      public boolean srpAuthSettable
    • spkmAuthSettable

      public boolean spkmAuthSettable
    • mutualChapSettable

      public Boolean mutualChapSettable
    • targetChapSettable

      public Boolean targetChapSettable
    • targetMutualChapSettable

      public Boolean targetMutualChapSettable
  • Constructor Details

    • HostInternetScsiHbaAuthenticationCapabilities

      public HostInternetScsiHbaAuthenticationCapabilities()
  • Method Details

    • isChapAuthSettable

      public boolean isChapAuthSettable()
    • isKrb5AuthSettable

      public boolean isKrb5AuthSettable()
    • isSrpAuthSettable

      public boolean isSrpAuthSettable()
    • isSpkmAuthSettable

      public boolean isSpkmAuthSettable()
    • getMutualChapSettable

      public Boolean getMutualChapSettable()
    • getTargetChapSettable

      public Boolean getTargetChapSettable()
    • getTargetMutualChapSettable

      public Boolean getTargetMutualChapSettable()
    • setChapAuthSettable

      public void setChapAuthSettable(boolean chapAuthSettable)
    • setKrb5AuthSettable

      public void setKrb5AuthSettable(boolean krb5AuthSettable)
    • setSrpAuthSettable

      public void setSrpAuthSettable(boolean srpAuthSettable)
    • setSpkmAuthSettable

      public void setSpkmAuthSettable(boolean spkmAuthSettable)
    • setMutualChapSettable

      public void setMutualChapSettable(Boolean mutualChapSettable)
    • setTargetChapSettable

      public void setTargetChapSettable(Boolean targetChapSettable)
    • setTargetMutualChapSettable

      public void setTargetMutualChapSettable(Boolean targetMutualChapSettable)