VMware Cloud Director API - NatOneToOneVmRuleType
NatOneToOneVmRuleType
- Type:
- NatOneToOneVmRuleType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents the NAT rule for one to one mapping of VM NIC and external IP addresses from a network.
- Since:
- 0.9
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<NatOneToOneVmRuleType xmlns="http://www.vmware.com/vcloud/v1.5">
<MappingMode> xs:string </MappingMode>
<ExternalIpAddress> IpAddressType </ExternalIpAddress>
<VAppScopedVmId> xs:string </VAppScopedVmId>
<VmNicId> xs:int </VmNicId>
</NatOneToOneVmRuleType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description ExternalIpAddress IpAddressType No always 0.9 External IP address to map to VM. MappingMode string Yes always 0.9 Mapping mode. VAppScopedVmId string Yes always 1.0 VAppScopedVmId of the VM to which this rule applies. VCloudExtension VCloudExtensionType No always 0.9 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. VmNicId int Yes always 0.9 VM NIC ID to which this rule applies.