[{"label":"Latest (v37.1)","version":"latest"},{"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

EdgeIpSecVpnTunnelStatus

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


Properties

ikeStatus Optional

Status for the actual IKE Session for the given tunnel.


tunnelStatus Optional

Gives the overall IPSec VPN Tunnel Status. If IKE is properly set and the tunnel is up, the tunnel status will be UP.

JSON Example

{
	"ikeStatus": {
		"failReason": "string",
		"ikeServiceStatus": "enum"
	},
	"tunnelStatus": "enum"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    ikeStatus:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    tunnelStatus:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"label":"Latest (v37.1)","version":"latest"},{"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 33.0
Returned By

Get IP Sec VPN Tunnel Status

Feedback

Was this page helpful?