public class HostProfileHostBasedConfigSpec extends HostProfileConfigSpec
Java class for HostProfileHostBasedConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostProfileHostBasedConfigSpec">
<complexContent>
<extension base="{urn:vim25}HostProfileConfigSpec">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="useHostProfileEngine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
host |
protected Boolean |
useHostProfileEngine |
annotation, enabled, name| Constructor and Description |
|---|
HostProfileHostBasedConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
Boolean |
isUseHostProfileEngine()
Gets the value of the useHostProfileEngine property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setUseHostProfileEngine(Boolean value)
Sets the value of the useHostProfileEngine property.
|
getAnnotation, getName, isEnabled, setAnnotation, setEnabled, setNameprotected ManagedObjectReference host
protected Boolean useHostProfileEngine
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isUseHostProfileEngine()
BooleanCopyright © 2018. All rights reserved.