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">
    <GatewayInterface>
        <Name> xs:string </Name>
        <DisplayName> xs:string </DisplayName>
        <Network href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
        <InterfaceType> xs:string </InterfaceType>
        <SubnetParticipation>
            <Gateway> IpAddressType </Gateway>
            <Netmask> IpAddressType </Netmask>
            <IpAddress> IpAddressType </IpAddress>
            <IpRanges>
                <IpRange>
                    <StartAddress> IpAddressType </StartAddress>
                    <EndAddress> IpAddressType </EndAddress>
                </IpRange>
            </IpRanges>
            <UseForDefaultRoute> xs:boolean </UseForDefaultRoute>
        </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.