A VMWare deployment destination.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| assignIpFromPool | string | element | 0/1 | Checks if is assign ip from pool. | |
| datacenter | ManagedObjectReference | element | 0/1 | Gets the datacenter. | |
| datastores | list of ManagedObjectReference | element | 0/unbounded | Gets the datastores. | |
| diskFormat | DiskFormat | element | 0/1 | Gets the disk format. | |
| fencedNetworkConfig | FencedNetworkConfig | element | 0/1 | Gets the fenced network config. | |
| folder | ManagedObjectReference | element | 0/1 | Gets the folder. | |
| |
|
|
|
|
|
| networks | list of ManagedObjectReference | element | 0/unbounded | Gets the networks. | |
| peakCapacity | string | element | 0/1 | Checks if is peak capacity. | |
Properties inherited from DeploymentDestination |
|||||
| appliedPlacementAttributes | list of AppliedPlacementAttribute | element | 0/unbounded | the placement attributes that have been applied | |
| id | long | element | 1/1 | The ID of this provisioning destination. | |
| managementServer | ManagedObjectReference | element | 0/1 | The management server of this provisioning destination. | |
| name | string | element | 0/1 | The name of this provisioning destination. | |
| organizations | list of ManagedObjectReference | element | 0/unbounded | Gets the organizations. | |
| target | ManagedObjectReference | element | 0/1 | The target to deploy the virtual machine to. | |
| users | list of OwnerInfo | element | 0/unbounded | Gets the users. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<VMWareDeploymentDestination xsitype="...">
<assignIpFromPool>...</assignIpFromPool>
<peakCapacity>...</peakCapacity>
<datastores xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</datastores>
<networks xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</networks>
<datacenter xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</datacenter>
<folder xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</folder>
<fencedNetworkConfig xsitype="...">
<externalNetwork>
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</externalNetwork>
<vlanIds>...</vlanIds>
<distributedSwitch>
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</distributedSwitch>
<standardSwitches>
<host/>
<switchName>...</switchName>
</standardSwitches>
</fencedNetworkConfig>
<diskFormat>...</diskFormat>
<id>...</id>
<name>...</name>
<managementServer>
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</managementServer>
<target>
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</target>
<users>
<id>...</id>
<loginId>...</loginId>
<displayName>...</displayName>
<email>...</email>
<itContact>...</itContact>
<primary>...</primary>
</users>
<organizations>
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</organizations>
<appliedPlacementAttributes>
<placementAttribute/>
<allowedValues>...</allowedValues>
</appliedPlacementAttributes>
</VMWareDeploymentDestination>