VMware Cloud Director API - IpRangesType
IpRangesType
- Type:
- IpRangesType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents a list of IP ranges.
- Since:
- 0.9
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<IpRangesType xmlns="http://www.vmware.com/vcloud/v1.5">
<IpRange>
<StartAddress> IpAddressType </StartAddress>
<EndAddress> IpAddressType </EndAddress>
</IpRange>
</IpRangesType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description IpRange IpRangeType No always 0.9 IP range. 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.