Skip to content
Docs

    Connect

    ModelsExpand Collapse
    ConnectBandwidthMbps = 50 or 200 or 500 or 2 more

    Connect Connection speed in Mbps

    One of the following:
    50
    200
    500
    1000
    2000
    ConnectConnection object { id, asn, aws, 13 more }

    Connect Connection details.

    id: string

    Unique identifier for the Connect Connection

    asn: number

    ASN

    AWS provider configuration

    region: string

    AWS region where the connection is established

    bandwidth_mbps: ConnectBandwidthMbps

    Connect Connection speed in Mbps

    One of the following:
    50
    200
    500
    1000
    2000
    cidrs: array of string

    CIDRs for the Connect Connection

    created_at: string

    When the Connect Connection was created

    formatdate-time
    name: string

    Name of the Connect Connection

    project_id: string

    Project ID the Connect Connection belongs to

    provider_asn: number

    Provider ASN

    provider_cidrs: array of string

    Provider CIDRs for the Connect Connection

    provider_router_ip: string

    Provider Router IP for the Connect Connection

    region: RegionName

    Region the resource is in.

    router_ip: string

    Router IP

    Status of the resource.

    One of the following:
    "pending"
    "creating"
    "updating"
    "ready"
    "deleting"
    "deleted"
    "error"
    tags: array of string

    Tags to attach to the Connect Connection

    updated_at: string

    When the Connect Connection was updated

    formatdate-time
    ConnectConnectionAWSConfig object { region }

    AWS provider configuration

    region: string

    AWS region where the connection is established

    ConnectConnectionAWSConfigRequest object { account_id, region }

    AWS provider configuration

    account_id: string

    AWS account id

    maxLength12
    minLength12
    region: string

    AWS region where the connection will be established

    ConnectConnectionList object { items, pagination }
    items: array of ConnectConnection { id, asn, aws, 13 more }
    id: string

    Unique identifier for the Connect Connection

    asn: number

    ASN

    AWS provider configuration

    region: string

    AWS region where the connection is established

    bandwidth_mbps: ConnectBandwidthMbps

    Connect Connection speed in Mbps

    One of the following:
    50
    200
    500
    1000
    2000
    cidrs: array of string

    CIDRs for the Connect Connection

    created_at: string

    When the Connect Connection was created

    formatdate-time
    name: string

    Name of the Connect Connection

    project_id: string

    Project ID the Connect Connection belongs to

    provider_asn: number

    Provider ASN

    provider_cidrs: array of string

    Provider CIDRs for the Connect Connection

    provider_router_ip: string

    Provider Router IP for the Connect Connection

    region: RegionName

    Region the resource is in.

    router_ip: string

    Router IP

    Status of the resource.

    One of the following:
    "pending"
    "creating"
    "updating"
    "ready"
    "deleting"
    "deleted"
    "error"
    tags: array of string

    Tags to attach to the Connect Connection

    updated_at: string

    When the Connect Connection was updated

    formatdate-time
    ConnectRoute object { nirvana_region, provider, provider_region }

    Routes supported for Connect.

    nirvana_region: RegionName

    Region the resource is in.

    provider: string

    Provider name.

    provider_region: string

    Provider region name.

    ConnectRouteList object { items, pagination }
    items: array of ConnectRoute { nirvana_region, provider, provider_region }
    nirvana_region: RegionName

    Region the resource is in.

    provider: string

    Provider name.

    provider_region: string

    Provider region name.

    ConnectConnections

    Create Connect Connection
    POST/v1/networking/connect/connections
    Get Connect Connection
    GET/v1/networking/connect/connections/{connection_id}
    Update Connect Connection
    PATCH/v1/networking/connect/connections/{connection_id}
    Delete Connect Connection
    DELETE/v1/networking/connect/connections/{connection_id}
    List Connect Connection
    GET/v1/networking/connect/connections

    ConnectConnectionsCost

    Estimate Connect Connection Create Cost
    POST/v1/networking/connect/connections/cost
    Estimate Connect Connection Update Cost
    PATCH/v1/networking/connect/connections/{connection_id}/cost

    ConnectRoutes

    List Connect Supported Routes
    GET/v1/networking/connect/routes