public class NodeDeploymentSpec extends DynamicData
Java class for NodeDeploymentSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NodeDeploymentSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="esxHost" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="datastore" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="publicNetworkPortGroup" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="clusterNetworkPortGroup" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="folder" type="{urn:vim25}ManagedObjectReference"/>
<element name="resourcePool" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="managementVc" type="{urn:vim25}ServiceLocator" minOccurs="0"/>
<element name="nodeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ipSettings" type="{urn:vim25}CustomizationIPSettings"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
clusterNetworkPortGroup |
protected ManagedObjectReference |
datastore |
protected ManagedObjectReference |
esxHost |
protected ManagedObjectReference |
folder |
protected CustomizationIPSettings |
ipSettings |
protected ServiceLocator |
managementVc |
protected String |
nodeName |
protected ManagedObjectReference |
publicNetworkPortGroup |
protected ManagedObjectReference |
resourcePool |
| Constructor and Description |
|---|
NodeDeploymentSpec() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getClusterNetworkPortGroup()
Gets the value of the clusterNetworkPortGroup property.
|
ManagedObjectReference |
getDatastore()
Gets the value of the datastore property.
|
ManagedObjectReference |
getEsxHost()
Gets the value of the esxHost property.
|
ManagedObjectReference |
getFolder()
Gets the value of the folder property.
|
CustomizationIPSettings |
getIpSettings()
Gets the value of the ipSettings property.
|
ServiceLocator |
getManagementVc()
Gets the value of the managementVc property.
|
String |
getNodeName()
Gets the value of the nodeName property.
|
ManagedObjectReference |
getPublicNetworkPortGroup()
Gets the value of the publicNetworkPortGroup property.
|
ManagedObjectReference |
getResourcePool()
Gets the value of the resourcePool property.
|
void |
setClusterNetworkPortGroup(ManagedObjectReference value)
Sets the value of the clusterNetworkPortGroup property.
|
void |
setDatastore(ManagedObjectReference value)
Sets the value of the datastore property.
|
void |
setEsxHost(ManagedObjectReference value)
Sets the value of the esxHost property.
|
void |
setFolder(ManagedObjectReference value)
Sets the value of the folder property.
|
void |
setIpSettings(CustomizationIPSettings value)
Sets the value of the ipSettings property.
|
void |
setManagementVc(ServiceLocator value)
Sets the value of the managementVc property.
|
void |
setNodeName(String value)
Sets the value of the nodeName property.
|
void |
setPublicNetworkPortGroup(ManagedObjectReference value)
Sets the value of the publicNetworkPortGroup property.
|
void |
setResourcePool(ManagedObjectReference value)
Sets the value of the resourcePool property.
|
protected ManagedObjectReference esxHost
protected ManagedObjectReference datastore
protected ManagedObjectReference publicNetworkPortGroup
protected ManagedObjectReference clusterNetworkPortGroup
protected ManagedObjectReference folder
protected ManagedObjectReference resourcePool
protected ServiceLocator managementVc
protected String nodeName
protected CustomizationIPSettings ipSettings
public ManagedObjectReference getEsxHost()
ManagedObjectReferencepublic void setEsxHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getDatastore()
ManagedObjectReferencepublic void setDatastore(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getPublicNetworkPortGroup()
ManagedObjectReferencepublic void setPublicNetworkPortGroup(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getClusterNetworkPortGroup()
ManagedObjectReferencepublic void setClusterNetworkPortGroup(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getFolder()
ManagedObjectReferencepublic void setFolder(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getResourcePool()
ManagedObjectReferencepublic void setResourcePool(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ServiceLocator getManagementVc()
ServiceLocatorpublic void setManagementVc(ServiceLocator value)
value - allowed object is
ServiceLocatorpublic String getNodeName()
Stringpublic void setNodeName(String value)
value - allowed object is
Stringpublic CustomizationIPSettings getIpSettings()
CustomizationIPSettingspublic void setIpSettings(CustomizationIPSettings value)
value - allowed object is
CustomizationIPSettingsCopyright © 2018. All rights reserved.