public class HostInternetScsiHbaAuthenticationProperties extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
chapAuthEnabled |
String |
chapAuthenticationType |
Boolean |
chapInherited |
String |
chapName |
String |
chapSecret |
String |
mutualChapAuthenticationType |
Boolean |
mutualChapInherited |
String |
mutualChapName |
String |
mutualChapSecret |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostInternetScsiHbaAuthenticationProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChapAuthenticationType() |
Boolean |
getChapInherited() |
String |
getChapName() |
String |
getChapSecret() |
String |
getMutualChapAuthenticationType() |
Boolean |
getMutualChapInherited() |
String |
getMutualChapName() |
String |
getMutualChapSecret() |
boolean |
isChapAuthEnabled() |
void |
setChapAuthEnabled(boolean chapAuthEnabled) |
void |
setChapAuthenticationType(String chapAuthenticationType) |
void |
setChapInherited(Boolean chapInherited) |
void |
setChapName(String chapName) |
void |
setChapSecret(String chapSecret) |
void |
setMutualChapAuthenticationType(String mutualChapAuthenticationType) |
void |
setMutualChapInherited(Boolean mutualChapInherited) |
void |
setMutualChapName(String mutualChapName) |
void |
setMutualChapSecret(String mutualChapSecret) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean chapAuthEnabled
public String chapName
public String chapSecret
public String chapAuthenticationType
public Boolean chapInherited
public String mutualChapName
public String mutualChapSecret
public String mutualChapAuthenticationType
public Boolean mutualChapInherited
public HostInternetScsiHbaAuthenticationProperties()
public boolean isChapAuthEnabled()
public String getChapName()
public String getChapSecret()
public String getChapAuthenticationType()
public Boolean getChapInherited()
public String getMutualChapName()
public String getMutualChapSecret()
public String getMutualChapAuthenticationType()
public Boolean getMutualChapInherited()
public void setChapAuthEnabled(boolean chapAuthEnabled)
public void setChapName(String chapName)
public void setChapSecret(String chapSecret)
public void setChapAuthenticationType(String chapAuthenticationType)
public void setChapInherited(Boolean chapInherited)
public void setMutualChapName(String mutualChapName)
public void setMutualChapSecret(String mutualChapSecret)
public void setMutualChapAuthenticationType(String mutualChapAuthenticationType)
public void setMutualChapInherited(Boolean mutualChapInherited)
Copyright © 2011-2012. All Rights Reserved.