vCloud API - GatewayInterfacesType
GatewayInterfacesType
- Type:
- GatewayInterfacesType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- A list of Gateway Interfaces.
- Since:
- 5.1
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
- <GatewayInterfacesType xmlns="http://www.vmware.com/vcloud/v1.5">
<VCloudExtension required="xs:boolean"/>
<GatewayInterface>
<VCloudExtension required="xs:boolean"/>
<Name> xs:string </Name>
<DisplayName> xs:string </DisplayName>
<Network href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
<VCloudExtension required="xs:boolean"/>
</Network>
<InterfaceType> xs:string </InterfaceType>
<SubnetParticipation>
<VCloudExtension required="xs:boolean"/>
<Gateway> IpAddressType </Gateway>
<Netmask> IpAddressType </Netmask>
<IpAddress> IpAddressType </IpAddress>
<IpRanges>
<VCloudExtension required="xs:boolean"/>
<IpRange>
<VCloudExtension required="xs:boolean"/>
<StartAddress> IpAddressType </StartAddress>
<EndAddress> IpAddressType </EndAddress>
</IpRange>
</IpRanges>
</SubnetParticipation>
<ApplyRateLimit> xs:boolean </ApplyRateLimit>
<InRateLimit> xs:double </InRateLimit>
<OutRateLimit> xs:double </OutRateLimit>
<UseForDefaultRoute> xs:boolean </UseForDefaultRoute>
</GatewayInterface>
</GatewayInterfacesType>
Elements
-
Element Type Required Modifiable Since Deprecated Description GatewayInterface GatewayInterfaceType Yes 5.1 Gateway Interface. 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.