[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

EdgeL2VpnTunnelStatistics

Specifies the statistics for the given L2 VPN Tunnel.


Properties

integer as int64
bumBytesIn Optional

Broadcast, Unknown unicast, and Multicast (BUM) bytes in.


integer as int64
bumBytesOut Optional

Broadcast, Unknown unicast, and Multicast (BUM) bytes out.


integer as int64
bumPacketsIn Optional

Broadcast, Unknown unicast, and Multicast (BUM) packets in.


integer as int64
bumPacketsOut Optional

Broadcast, Unknown unicast, and Multicast (BUM) packets out.


integer as int64
bytesIn Optional

Total number of incoming bytes.


integer as int64
bytesOut Optional

Total number of outgoing bytes.


integer as int64
packetsIn Optional

Total number of incoming packets.


integer as int64
packetsOut Optional

Total number of outgoing packets.


integer as int64
packetsReceiveError Optional

Total number of incoming packets dropped.


integer as int64
packetsSentError Optional

Total number of packets dropped while sending for any reason.


string
segmentPath Optional

Policy path referencing the segment on which stats are gathered.

JSON Example

{
	"bumBytesIn": 0,
	"bumBytesOut": 0,
	"bumPacketsIn": 0,
	"bumPacketsOut": 0,
	"bytesIn": 0,
	"bytesOut": 0,
	"packetsIn": 0,
	"packetsOut": 0,
	"packetsReceiveError": 0,
	"packetsSentError": 0,
	"segmentPath": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    bumBytesIn:
        x-vcloud-constraints:
            - constraint: ReadOnly
    bumBytesOut:
        x-vcloud-constraints:
            - constraint: ReadOnly
    bumPacketsIn:
        x-vcloud-constraints:
            - constraint: ReadOnly
    bumPacketsOut:
        x-vcloud-constraints:
            - constraint: ReadOnly
    bytesIn:
        x-vcloud-constraints:
            - constraint: ReadOnly
    bytesOut:
        x-vcloud-constraints:
            - constraint: ReadOnly
    packetsIn:
        x-vcloud-constraints:
            - constraint: ReadOnly
    packetsOut:
        x-vcloud-constraints:
            - constraint: ReadOnly
    packetsReceiveError:
        x-vcloud-constraints:
            - constraint: ReadOnly
    packetsSentError:
        x-vcloud-constraints:
            - constraint: ReadOnly
    segmentPath:
        x-vcloud-constraints:
            - constraint: ReadOnly
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 35.0
Returned By

Get L2 VPN Tunnel Statistics

Feedback

Was this page helpful?