IpRangeType

Type:
IpRangeType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents a range of IP addresses, start and end inclusive.
Since:
0.9
Schema:
network.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<IpRangeType xmlns="http://www.vmware.com/vcloud/v1.5">
    <StartAddress> IpAddressType </StartAddress>
    <EndAddress> IpAddressType </EndAddress>
</IpRangeType>

Elements

Element Type Required Modifiable Since Deprecated Description
EndAddress IpAddressType Yes always 0.9 End address of the IP range.
StartAddress IpAddressType Yes always 0.9 Start address of the 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.