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

RouterConnection

Describes the connection between a routed network and an edge gateway. This must be set if converting from an isolated to a routed network.


Properties

boolean
connected Optional

Whether network is marked as connected in NSX.


connectionType Optional

How the network is connected to the edge gateway. This field is updatable to allow conversions between different types. If owner is a VDC group that is backed by a NSX-V network provider, this field does not need to be set. The organization VDC network will be automatically connected to the distributed router associated with the VDC group.


string
connectionTypeValue Optional

How the network is connected to the edge gateway. This field is updatable to allow conversions between different types. If owner is a VDC group that is backed by a NSX-V network provider, this field does not need to be set. The organization VDC network will be automatically connected to the distributed router associated with the VDC group. The supported values are INTERNAL, DISTRIBUTED, SUBINTERFACE and NON_DISTRIBUTED.


routerRef Optional

The edge gateway that this network is attached to.

JSON Example

{
	"connected": false,
	"connectionType": "enum",
	"connectionTypeValue": "string",
	"routerRef": {
		"id": "string",
		"name": "string"
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    connected:
        x-vcloud-added-in: "33.0"
    connectionType:
        x-vcloud-deprecated-alternative: connectionTypeValue
        x-vcloud-deprecated-in: "36.2"
    connectionTypeValue:
        x-vcloud-added-in: "36.2"
[{"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 31.0
Property Of

InlineVdcNetwork1

Feedback

Was this page helpful?