ProviderGatewayGreTunnel
Information about the GRE Tunnel on the Provider Gateway.
{
"id": "string",
"name": "string",
"description": "string",
"destinationAddress": "string",
"tunnelAddresses": [
{
"sourceAddress": "string",
"edgeNodeRef": {
"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
"name": "string",
"type": "string"
},
"tunnelInterfaces": [
"string"
]
}
],
"active": false,
"mtu": 0,
"keepAlive": {
"active": false,
"sendAck": false,
"deadMultiplier": 0,
"interval": 0
},
"version": {
"version": 0
},
"realizedState": {
"status": "string"
},
"aggregatedConnectivityStatus": "string"
}
The unique ID of this GRE tunnel. On updates, the ID is required for the object, while for create a new ID will be generated. This ID is not a VCD URN.
The name of the tunnel.
Description of the tunnel.
The destination IP Address of the tunnel. IPv4 only.
The tunnel addresses of the tunnel. Specifies the source IP address to use per edge node, for the tunnel interface. Supports IPv4 and IPv6.
Whether the tunnel is active. If set to null, will use the default value.
The maximum transmission unit (in bytes) of the tunnel. If set to null, will use the default value.
The keep-alive of the tunnel. Properties set to null will use their default value.
This property describes the current version of the entity. To prevent clients from overwriting each other's changes, update operations must include the version which can be obtained by issuing a GET operation. If the version number on an update call is missing, the operation will be rejected. This is only needed on update calls.
The connectivity status of the GRE Tunnel, aggregated across Tunnel Addresses (edge nodes). One of the following:
- UP
- DOWN
- UNKNOWN