public class HostEsxAgentHostManagerConfigInfo extends DynamicData
Java class for HostEsxAgentHostManagerConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostEsxAgentHostManagerConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="agentVmDatastore" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="agentVmNetwork" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
agentVmDatastore |
protected ManagedObjectReference |
agentVmNetwork |
| Constructor and Description |
|---|
HostEsxAgentHostManagerConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getAgentVmDatastore()
Gets the value of the agentVmDatastore property.
|
ManagedObjectReference |
getAgentVmNetwork()
Gets the value of the agentVmNetwork property.
|
void |
setAgentVmDatastore(ManagedObjectReference value)
Sets the value of the agentVmDatastore property.
|
void |
setAgentVmNetwork(ManagedObjectReference value)
Sets the value of the agentVmNetwork property.
|
protected ManagedObjectReference agentVmDatastore
protected ManagedObjectReference agentVmNetwork
public ManagedObjectReference getAgentVmDatastore()
ManagedObjectReferencepublic void setAgentVmDatastore(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getAgentVmNetwork()
ManagedObjectReferencepublic void setAgentVmNetwork(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.