Package com.vmware.vim25
Class HostInternetScsiHbaAuthenticationCapabilities
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostInternetScsiHbaAuthenticationCapabilities
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidsetChapAuthSettable(boolean chapAuthSettable) voidsetKrb5AuthSettable(boolean krb5AuthSettable) voidsetMutualChapSettable(Boolean mutualChapSettable) voidsetSpkmAuthSettable(boolean spkmAuthSettable) voidsetSrpAuthSettable(boolean srpAuthSettable) voidsetTargetChapSettable(Boolean targetChapSettable) voidsetTargetMutualChapSettable(Boolean targetMutualChapSettable) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
chapAuthSettable
public boolean chapAuthSettable -
krb5AuthSettable
public boolean krb5AuthSettable -
srpAuthSettable
public boolean srpAuthSettable -
spkmAuthSettable
public boolean spkmAuthSettable -
mutualChapSettable
-
targetChapSettable
-
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
-
getTargetChapSettable
-
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
-
setTargetChapSettable
-
setTargetMutualChapSettable
-