public class HostAuthenticationStoreInfo extends DynamicData
Java class for HostAuthenticationStoreInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostAuthenticationStoreInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enabled |
| Constructor and Description |
|---|
HostAuthenticationStoreInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
Copyright © 2018. All rights reserved.