public class HostInternetScsiHbaAuthenticationCapabilities extends DynamicData
Java class for HostInternetScsiHbaAuthenticationCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostInternetScsiHbaAuthenticationCapabilities">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="chapAuthSettable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="krb5AuthSettable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="srpAuthSettable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="spkmAuthSettable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="mutualChapSettable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="targetChapSettable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="targetMutualChapSettable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
chapAuthSettable |
protected boolean |
krb5AuthSettable |
protected Boolean |
mutualChapSettable |
protected boolean |
spkmAuthSettable |
protected boolean |
srpAuthSettable |
protected Boolean |
targetChapSettable |
protected Boolean |
targetMutualChapSettable |
| Constructor and Description |
|---|
HostInternetScsiHbaAuthenticationCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isChapAuthSettable()
Gets the value of the chapAuthSettable property.
|
boolean |
isKrb5AuthSettable()
Gets the value of the krb5AuthSettable property.
|
Boolean |
isMutualChapSettable()
Gets the value of the mutualChapSettable property.
|
boolean |
isSpkmAuthSettable()
Gets the value of the spkmAuthSettable property.
|
boolean |
isSrpAuthSettable()
Gets the value of the srpAuthSettable property.
|
Boolean |
isTargetChapSettable()
Gets the value of the targetChapSettable property.
|
Boolean |
isTargetMutualChapSettable()
Gets the value of the targetMutualChapSettable property.
|
void |
setChapAuthSettable(boolean value)
Sets the value of the chapAuthSettable property.
|
void |
setKrb5AuthSettable(boolean value)
Sets the value of the krb5AuthSettable property.
|
void |
setMutualChapSettable(Boolean value)
Sets the value of the mutualChapSettable property.
|
void |
setSpkmAuthSettable(boolean value)
Sets the value of the spkmAuthSettable property.
|
void |
setSrpAuthSettable(boolean value)
Sets the value of the srpAuthSettable property.
|
void |
setTargetChapSettable(Boolean value)
Sets the value of the targetChapSettable property.
|
void |
setTargetMutualChapSettable(Boolean value)
Sets the value of the targetMutualChapSettable property.
|
protected boolean chapAuthSettable
protected boolean krb5AuthSettable
protected boolean srpAuthSettable
protected boolean spkmAuthSettable
protected Boolean mutualChapSettable
protected Boolean targetChapSettable
protected Boolean targetMutualChapSettable
public HostInternetScsiHbaAuthenticationCapabilities()
public boolean isChapAuthSettable()
public void setChapAuthSettable(boolean value)
public boolean isKrb5AuthSettable()
public void setKrb5AuthSettable(boolean value)
public boolean isSrpAuthSettable()
public void setSrpAuthSettable(boolean value)
public boolean isSpkmAuthSettable()
public void setSpkmAuthSettable(boolean value)
public Boolean isMutualChapSettable()
Booleanpublic void setMutualChapSettable(Boolean value)
value - allowed object is
Booleanpublic Boolean isTargetChapSettable()
Booleanpublic void setTargetChapSettable(Boolean value)
value - allowed object is
Booleanpublic Boolean isTargetMutualChapSettable()
BooleanCopyright © 2018. All rights reserved.