public class HostProfileManagerHostToConfigSpecMap extends DynamicData
Java class for HostProfileManagerHostToConfigSpecMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostProfileManagerHostToConfigSpecMap">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="configSpec" type="{urn:vim25}AnswerFileCreateSpec"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AnswerFileCreateSpec |
configSpec |
protected ManagedObjectReference |
host |
| Constructor and Description |
|---|
HostProfileManagerHostToConfigSpecMap() |
| Modifier and Type | Method and Description |
|---|---|
AnswerFileCreateSpec |
getConfigSpec()
Gets the value of the configSpec property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
void |
setConfigSpec(AnswerFileCreateSpec value)
Sets the value of the configSpec property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
protected ManagedObjectReference host
protected AnswerFileCreateSpec configSpec
public HostProfileManagerHostToConfigSpecMap()
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic AnswerFileCreateSpec getConfigSpec()
AnswerFileCreateSpecpublic void setConfigSpec(AnswerFileCreateSpec value)
value - allowed object is
AnswerFileCreateSpecCopyright © 2018. All rights reserved.