vCloud API - IpScopesType
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">
<VCloudExtension required="xs:boolean"/>
<IpScope>
<VCloudExtension required="xs:boolean"/>
<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>
<VCloudExtension required="xs:boolean"/>
<IpRange>
<VCloudExtension required="xs:boolean"/>
<StartAddress> IpAddressType </StartAddress>
<EndAddress> IpAddressType </EndAddress>
</IpRange>
</IpRanges>
<AllocatedIpAddresses>
<VCloudExtension required="xs:boolean"/>
<IpAddress> IpAddressType </IpAddress>
</AllocatedIpAddresses>
<SubAllocations href="xs:anyURI" type="xs:string">
<VCloudExtension required="xs:boolean"/>
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string">
<VCloudExtension required="xs:boolean"/>
</Link>
<SubAllocation>
<VCloudExtension required="xs:boolean"/>
<EdgeGateway href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
<VCloudExtension required="xs:boolean"/>
</EdgeGateway>
<IpRanges>
<VCloudExtension required="xs:boolean"/>
<IpRange>
<VCloudExtension required="xs:boolean"/>
<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.