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