Package com.vmware.vim25
Class HostInternetScsiHbaAuthenticationProperties
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostInternetScsiHbaAuthenticationProperties
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetChapAuthEnabled(boolean chapAuthEnabled) voidsetChapAuthenticationType(String chapAuthenticationType) voidsetChapInherited(Boolean chapInherited) voidsetChapName(String chapName) voidsetChapSecret(String chapSecret) voidsetMutualChapAuthenticationType(String mutualChapAuthenticationType) voidsetMutualChapInherited(Boolean mutualChapInherited) voidsetMutualChapName(String mutualChapName) voidsetMutualChapSecret(String mutualChapSecret) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
chapAuthEnabled
public boolean chapAuthEnabled -
chapName
-
chapSecret
-
chapAuthenticationType
-
chapInherited
-
mutualChapName
-
mutualChapSecret
-
mutualChapAuthenticationType
-
mutualChapInherited
-
-
Constructor Details
-
HostInternetScsiHbaAuthenticationProperties
public HostInternetScsiHbaAuthenticationProperties()
-
-
Method Details
-
isChapAuthEnabled
public boolean isChapAuthEnabled() -
getChapName
-
getChapSecret
-
getChapAuthenticationType
-
getChapInherited
-
getMutualChapName
-
getMutualChapSecret
-
getMutualChapAuthenticationType
-
getMutualChapInherited
-
setChapAuthEnabled
public void setChapAuthEnabled(boolean chapAuthEnabled) -
setChapName
-
setChapSecret
-
setChapAuthenticationType
-
setChapInherited
-
setMutualChapName
-
setMutualChapSecret
-
setMutualChapAuthenticationType
-
setMutualChapInherited
-