VmSelectionType

Type:
VmSelectionType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents details of an vm+nic+iptype selection.
Since:
5.1
Schema:
network.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<VmSelectionType xmlns="http://www.vmware.com/vcloud/v1.5">
    <VAppScopedVmId> xs:string </VAppScopedVmId>
    <VmNicId> xs:int </VmNicId>
    <IpType> xs:string </IpType>
</VmSelectionType>

Elements

Element Type Required Modifiable Since Deprecated Description
IpType string Yes always 5.1 The value can be one of:- assigned: assigned internal IP be automatically choosen. NAT: NATed external IP will be automatically choosen.
VAppScopedVmId string Yes always 5.1 VAppScopedVmId of VM to which this rule applies.
VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.
VmNicId int Yes always 5.1 VM NIC ID to which this rule applies.