EdgeGatewaySummaryType

Type:
EdgeGatewaySummaryType
Namespace:
http://www.vmware.com/vcloud/networkservice/1.0
Description:
Summary Information for a specific Edge Gateway
Since:
Schema:
network.xsd
Media type(s):
None
Extends:
VdcAwareEntityType
XML Representation:
<EdgeGatewaySummaryType xmlns="http://www.vmware.com/vcloud/networkservice/1.0" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5"
        xmlns:common_1.0="http://www.vmware.com/vcloud/networkservice/common/1.0" xmlns:ipam_1.0="http://www.vmware.com/vcloud/networkservice/ipam/1.0">
    <EdgeGatewayName> xs:string </EdgeGatewayName>
    <vcloud_v1.5:EdgeGatewayIP> vcloud_v1.5:IpAddressType </vcloud_v1.5:EdgeGatewayIP>
    <EdgeGatewayBackingConfig> xs:string </EdgeGatewayBackingConfig>
    <HaEnabled> xs:boolean </HaEnabled>
    <NumberOfOrgNetworks> xs:int </NumberOfOrgNetworks>
    <EdgeGatewayStatus> xs:string </EdgeGatewayStatus>
    <ipam_1.0:PublicIP> ipam_1.0:IpAddressUsageType </ipam_1.0:PublicIP>
    <IPAddressUsageList>
        <EdgeGatewayIpAddress>
            <GatewayInterfaceNetworkName> xs:string </GatewayInterfaceNetworkName>
            <GatewayInterfaceNetworkUri> xs:string </GatewayInterfaceNetworkUri>
        </EdgeGatewayIpAddress>
    </IPAddressUsageList>
</EdgeGatewaySummaryType>

Elements

Element Type Required Modifiable Since Deprecated Description
EdgeGatewayBackingConfig string Yes The Gateway Backing Config i.e "compact" or "full"
EdgeGatewayIP IpAddressType Yes Gateway IP of this EdgeGateway
EdgeGatewayName string Yes EdgeGateway Name
EdgeGatewayStatus string Yes The status of this EdgeGateway. {READY, NOT-READY}
HaEnabled boolean Yes
IPAddressUsageList EdgeGatewayIpAddressListType Yes The List of IPs with Usage details, that are in the sub-allocation IP-pool of the EdgeGateway
NumberOfOrgNetworks int Yes Number of Org VDC Networks connected to the EdgeGateway
PublicIP IpAddressUsageType Yes The Usage count of IPs in the sub-allocation IP-pool of the EdgeGateway