[{"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

EdgeL2VpnTunnelStatus

This includes the L2 VPN tunnel status such as whether the tunnel is up or down and the IKE Session status.


Properties

string
failureReason Optional

The error message which led to this tunnel’s failure (if applicable).


string
runtimeStatus Optional

Gives the overall L2 VPN Runtime Status (one of either UP or DOWN).

  • UP - Indicating that the tunnel connection has been successfully established.
  • DOWN - Indicating that the tunnel connection has not yet been successfully established.

JSON Example

{
	"failureReason": "string",
	"runtimeStatus": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    failureReason:
        x-vcloud-constraints:
            - constraint: ReadOnly
    runtimeStatus:
        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 Status

Feedback

Was this page helpful?