IpScopesType

Type:
IpScopesType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents a list of IP scopes.
Since:
5.1
Schema:
network.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<IpScopesType xmlns="http://www.vmware.com/vcloud/v1.5">
    <IpScope>
        <IsInherited> xs:boolean </IsInherited>
        <Gateway> IpAddressType </Gateway>
        <Netmask> IpAddressType </Netmask>
        <Dns1> IpAddressType </Dns1>
        <Dns2> IpAddressType </Dns2>
        <DnsSuffix> xs:string </DnsSuffix>
        <IsEnabled> xs:boolean </IsEnabled>
        <IpRanges>
            <IpRange>
                <StartAddress> IpAddressType </StartAddress>
                <EndAddress> IpAddressType </EndAddress>
            </IpRange>
        </IpRanges>
        <AllocatedIpAddresses>
            <IpAddress> IpAddressType </IpAddress>
        </AllocatedIpAddresses>
        <SubAllocations href="xs:anyURI" type="xs:string">
            <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                    rel="xs:string"/>
            <SubAllocation>
                <EdgeGateway href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
                <IpRanges>
                    <IpRange>
                        <StartAddress> IpAddressType </StartAddress>
                        <EndAddress> IpAddressType </EndAddress>
                    </IpRange>
                </IpRanges>
            </SubAllocation>
        </SubAllocations>
    </IpScope>
</IpScopesType>

Elements

Element Type Required Modifiable Since Deprecated Description
IpScope IpScopeType Yes always 5.1 IP scope.
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.