Skip to main content

Update the Virtual Cross Connect

PATCH 
/virtual_cross_connects/:id

Update the Virtual Cross Connect.

Cloud IPs can only be patched during the created state, as GCE will only inform you of your generated IP once the pending connection requested has been accepted. Once the Virtual Cross Connect has moved to provisioning, the IPs can no longer be patched.

Once the Virtual Cross Connect has moved to provisioned and you are ready to enable routing, you can toggle the routing announcements to true.

Request

Path Parameters

    id uuidrequired

    Identifies the resource.

Body

required

    primary_enabled boolean

    Indicates whether the primary circuit is enabled. Setting this to false will disable the circuit.

    primary_routing_announcement boolean

    Whether the primary BGP route is being announced.

    primary_cloud_ip ipv4

    The IP address assigned for your side of the Virtual Cross Connect.

    If none is provided, one will be generated for you.

    This value can not be patched once the VXC has bene provisioned.

    secondary_enabled boolean

    Indicates whether the secondary circuit is enabled. Setting this to false will disable the circuit.

    secondary_routing_announcement boolean

    Whether the secondary BGP route is being announced.

    secondary_cloud_ip ipv4

    The IP address assigned for your side of the Virtual Cross Connect.

    If none is provided, one will be generated for you.

    This value can not be patched once the VXC has bene provisioned.

Responses

200: Successful response

422: Unprocessable entity. Check the 'detail' field in response for details.

default: Unexpected error

Loading...