public class HostInternetScsiHbaAuthenticationProperties extends DynamicData
Java class for HostInternetScsiHbaAuthenticationProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostInternetScsiHbaAuthenticationProperties">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="chapAuthEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="chapName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="chapSecret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="chapAuthenticationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="chapInherited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="mutualChapName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mutualChapSecret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mutualChapAuthenticationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mutualChapInherited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
chapAuthEnabled |
protected String |
chapAuthenticationType |
protected Boolean |
chapInherited |
protected String |
chapName |
protected String |
chapSecret |
protected String |
mutualChapAuthenticationType |
protected Boolean |
mutualChapInherited |
protected String |
mutualChapName |
protected String |
mutualChapSecret |
| Constructor and Description |
|---|
HostInternetScsiHbaAuthenticationProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChapAuthenticationType()
Gets the value of the chapAuthenticationType property.
|
String |
getChapName()
Gets the value of the chapName property.
|
String |
getChapSecret()
Gets the value of the chapSecret property.
|
String |
getMutualChapAuthenticationType()
Gets the value of the mutualChapAuthenticationType property.
|
String |
getMutualChapName()
Gets the value of the mutualChapName property.
|
String |
getMutualChapSecret()
Gets the value of the mutualChapSecret property.
|
boolean |
isChapAuthEnabled()
Gets the value of the chapAuthEnabled property.
|
Boolean |
isChapInherited()
Gets the value of the chapInherited property.
|
Boolean |
isMutualChapInherited()
Gets the value of the mutualChapInherited property.
|
void |
setChapAuthEnabled(boolean value)
Sets the value of the chapAuthEnabled property.
|
void |
setChapAuthenticationType(String value)
Sets the value of the chapAuthenticationType property.
|
void |
setChapInherited(Boolean value)
Sets the value of the chapInherited property.
|
void |
setChapName(String value)
Sets the value of the chapName property.
|
void |
setChapSecret(String value)
Sets the value of the chapSecret property.
|
void |
setMutualChapAuthenticationType(String value)
Sets the value of the mutualChapAuthenticationType property.
|
void |
setMutualChapInherited(Boolean value)
Sets the value of the mutualChapInherited property.
|
void |
setMutualChapName(String value)
Sets the value of the mutualChapName property.
|
void |
setMutualChapSecret(String value)
Sets the value of the mutualChapSecret property.
|
protected boolean chapAuthEnabled
protected String chapName
protected String chapSecret
protected String chapAuthenticationType
protected Boolean chapInherited
protected String mutualChapName
protected String mutualChapSecret
protected String mutualChapAuthenticationType
protected Boolean mutualChapInherited
public HostInternetScsiHbaAuthenticationProperties()
public boolean isChapAuthEnabled()
public void setChapAuthEnabled(boolean value)
public String getChapName()
Stringpublic void setChapName(String value)
value - allowed object is
Stringpublic String getChapSecret()
Stringpublic void setChapSecret(String value)
value - allowed object is
Stringpublic String getChapAuthenticationType()
Stringpublic void setChapAuthenticationType(String value)
value - allowed object is
Stringpublic Boolean isChapInherited()
Booleanpublic void setChapInherited(Boolean value)
value - allowed object is
Booleanpublic String getMutualChapName()
Stringpublic void setMutualChapName(String value)
value - allowed object is
Stringpublic String getMutualChapSecret()
Stringpublic void setMutualChapSecret(String value)
value - allowed object is
Stringpublic String getMutualChapAuthenticationType()
Stringpublic void setMutualChapAuthenticationType(String value)
value - allowed object is
Stringpublic Boolean isMutualChapInherited()
BooleanCopyright © 2018. All rights reserved.