1. Packages
  2. Equinix
  3. API Docs
  4. fabric
  5. getConnection
Equinix v0.8.0 published on Tuesday, Apr 2, 2024 by Equinix

equinix.fabric.getConnection

Explore with Pulumi AI

equinix logo
Equinix v0.8.0 published on Tuesday, Apr 2, 2024 by Equinix

    Fabric V4 API compatible data resource that allow user to fetch connection for a given UUID

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as equinix from "@pulumi/equinix";
    
    const connectionDataName = equinix.fabric.getConnection({
        uuid: "<uuid_of_connection>",
    });
    
    import pulumi
    import pulumi_equinix as equinix
    
    connection_data_name = equinix.fabric.get_connection(uuid="<uuid_of_connection>")
    
    package main
    
    import (
    	"github.com/equinix/pulumi-equinix/sdk/go/equinix/fabric"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fabric.LookupConnection(ctx, &fabric.LookupConnectionArgs{
    			Uuid: "<uuid_of_connection>",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Equinix = Pulumi.Equinix;
    
    return await Deployment.RunAsync(() => 
    {
        var connectionDataName = Equinix.Fabric.GetConnection.Invoke(new()
        {
            Uuid = "<uuid_of_connection>",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.equinix.fabric.FabricFunctions;
    import com.pulumi.equinix.fabric.inputs.GetConnectionArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var connectionDataName = FabricFunctions.getConnection(GetConnectionArgs.builder()
                .uuid("<uuid_of_connection>")
                .build());
    
        }
    }
    
    variables:
      connectionDataName:
        fn::invoke:
          Function: equinix:fabric:getConnection
          Arguments:
            uuid: <uuid_of_connection>
    

    Using getConnection

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getConnection(args: GetConnectionArgs, opts?: InvokeOptions): Promise<GetConnectionResult>
    function getConnectionOutput(args: GetConnectionOutputArgs, opts?: InvokeOptions): Output<GetConnectionResult>
    def get_connection(uuid: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetConnectionResult
    def get_connection_output(uuid: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetConnectionResult]
    func LookupConnection(ctx *Context, args *LookupConnectionArgs, opts ...InvokeOption) (*LookupConnectionResult, error)
    func LookupConnectionOutput(ctx *Context, args *LookupConnectionOutputArgs, opts ...InvokeOption) LookupConnectionResultOutput

    > Note: This function is named LookupConnection in the Go SDK.

    public static class GetConnection 
    {
        public static Task<GetConnectionResult> InvokeAsync(GetConnectionArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectionResult> Invoke(GetConnectionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectionResult> getConnection(GetConnectionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: equinix:fabric/getConnection:getConnection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Uuid string
    Uuid string
    uuid String
    uuid string
    uuid str
    uuid String

    getConnection Result

    The following output properties are available:

    ASide GetConnectionASide
    Requester or Customer side connection configuration object of the multi-segment connection
    Account GetConnectionAccount
    Customer account information that is associated with this connection
    AdditionalInfo List<ImmutableDictionary<string, object>>
    Connection additional information
    Bandwidth int
    Connection bandwidth in Mbps
    ChangeLog GetConnectionChangeLog
    Captures connection lifecycle change information
    Description string
    Customer-provided connection description
    Direction string
    Connection directionality from the requester point of view
    Href string
    Connection URI information
    Id string
    The provider-assigned unique ID for this managed resource.
    IsRemote bool
    Connection property derived from access point locations
    Name string
    Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    Notifications List<GetConnectionNotification>
    Preferences for notifications on connection configuration or status changes
    Operation GetConnectionOperation
    Connection type-specific operational data
    Order GetConnectionOrder
    Order details
    Project GetConnectionProject
    Project information
    Redundancy GetConnectionRedundancy
    Connection Redundancy Configuration
    State string
    Connection overall state
    Type string
    Defines the connection type like EVPLVC, EPLVC, IPWANVC, IPVC, ACCESSEPLVC, EVPLANVC, EPLANVC, EIAVC, ECVC
    Uuid string
    Equinix-assigned connection identifier
    ZSide GetConnectionZSide
    Destination or Provider side connection configuration object of the multi-segment connection
    ASide GetConnectionASide
    Requester or Customer side connection configuration object of the multi-segment connection
    Account GetConnectionAccount
    Customer account information that is associated with this connection
    AdditionalInfo []map[string]interface{}
    Connection additional information
    Bandwidth int
    Connection bandwidth in Mbps
    ChangeLog GetConnectionChangeLog
    Captures connection lifecycle change information
    Description string
    Customer-provided connection description
    Direction string
    Connection directionality from the requester point of view
    Href string
    Connection URI information
    Id string
    The provider-assigned unique ID for this managed resource.
    IsRemote bool
    Connection property derived from access point locations
    Name string
    Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    Notifications []GetConnectionNotification
    Preferences for notifications on connection configuration or status changes
    Operation GetConnectionOperation
    Connection type-specific operational data
    Order GetConnectionOrder
    Order details
    Project GetConnectionProject
    Project information
    Redundancy GetConnectionRedundancy
    Connection Redundancy Configuration
    State string
    Connection overall state
    Type string
    Defines the connection type like EVPLVC, EPLVC, IPWANVC, IPVC, ACCESSEPLVC, EVPLANVC, EPLANVC, EIAVC, ECVC
    Uuid string
    Equinix-assigned connection identifier
    ZSide GetConnectionZSide
    Destination or Provider side connection configuration object of the multi-segment connection
    aSide GetConnectionASide
    Requester or Customer side connection configuration object of the multi-segment connection
    account GetConnectionAccount
    Customer account information that is associated with this connection
    additionalInfo List<Map<String,Object>>
    Connection additional information
    bandwidth Integer
    Connection bandwidth in Mbps
    changeLog GetConnectionChangeLog
    Captures connection lifecycle change information
    description String
    Customer-provided connection description
    direction String
    Connection directionality from the requester point of view
    href String
    Connection URI information
    id String
    The provider-assigned unique ID for this managed resource.
    isRemote Boolean
    Connection property derived from access point locations
    name String
    Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications List<GetConnectionNotification>
    Preferences for notifications on connection configuration or status changes
    operation GetConnectionOperation
    Connection type-specific operational data
    order GetConnectionOrder
    Order details
    project GetConnectionProject
    Project information
    redundancy GetConnectionRedundancy
    Connection Redundancy Configuration
    state String
    Connection overall state
    type String
    Defines the connection type like EVPLVC, EPLVC, IPWANVC, IPVC, ACCESSEPLVC, EVPLANVC, EPLANVC, EIAVC, ECVC
    uuid String
    Equinix-assigned connection identifier
    zSide GetConnectionZSide
    Destination or Provider side connection configuration object of the multi-segment connection
    aSide GetConnectionASide
    Requester or Customer side connection configuration object of the multi-segment connection
    account GetConnectionAccount
    Customer account information that is associated with this connection
    additionalInfo {[key: string]: any}[]
    Connection additional information
    bandwidth number
    Connection bandwidth in Mbps
    changeLog GetConnectionChangeLog
    Captures connection lifecycle change information
    description string
    Customer-provided connection description
    direction string
    Connection directionality from the requester point of view
    href string
    Connection URI information
    id string
    The provider-assigned unique ID for this managed resource.
    isRemote boolean
    Connection property derived from access point locations
    name string
    Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications GetConnectionNotification[]
    Preferences for notifications on connection configuration or status changes
    operation GetConnectionOperation
    Connection type-specific operational data
    order GetConnectionOrder
    Order details
    project GetConnectionProject
    Project information
    redundancy GetConnectionRedundancy
    Connection Redundancy Configuration
    state string
    Connection overall state
    type string
    Defines the connection type like EVPLVC, EPLVC, IPWANVC, IPVC, ACCESSEPLVC, EVPLANVC, EPLANVC, EIAVC, ECVC
    uuid string
    Equinix-assigned connection identifier
    zSide GetConnectionZSide
    Destination or Provider side connection configuration object of the multi-segment connection
    a_side GetConnectionASide
    Requester or Customer side connection configuration object of the multi-segment connection
    account GetConnectionAccount
    Customer account information that is associated with this connection
    additional_info Sequence[Mapping[str, Any]]
    Connection additional information
    bandwidth int
    Connection bandwidth in Mbps
    change_log GetConnectionChangeLog
    Captures connection lifecycle change information
    description str
    Customer-provided connection description
    direction str
    Connection directionality from the requester point of view
    href str
    Connection URI information
    id str
    The provider-assigned unique ID for this managed resource.
    is_remote bool
    Connection property derived from access point locations
    name str
    Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications Sequence[GetConnectionNotification]
    Preferences for notifications on connection configuration or status changes
    operation GetConnectionOperation
    Connection type-specific operational data
    order GetConnectionOrder
    Order details
    project GetConnectionProject
    Project information
    redundancy GetConnectionRedundancy
    Connection Redundancy Configuration
    state str
    Connection overall state
    type str
    Defines the connection type like EVPLVC, EPLVC, IPWANVC, IPVC, ACCESSEPLVC, EVPLANVC, EPLANVC, EIAVC, ECVC
    uuid str
    Equinix-assigned connection identifier
    z_side GetConnectionZSide
    Destination or Provider side connection configuration object of the multi-segment connection
    aSide Property Map
    Requester or Customer side connection configuration object of the multi-segment connection
    account Property Map
    Customer account information that is associated with this connection
    additionalInfo List<Map<Any>>
    Connection additional information
    bandwidth Number
    Connection bandwidth in Mbps
    changeLog Property Map
    Captures connection lifecycle change information
    description String
    Customer-provided connection description
    direction String
    Connection directionality from the requester point of view
    href String
    Connection URI information
    id String
    The provider-assigned unique ID for this managed resource.
    isRemote Boolean
    Connection property derived from access point locations
    name String
    Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications List<Property Map>
    Preferences for notifications on connection configuration or status changes
    operation Property Map
    Connection type-specific operational data
    order Property Map
    Order details
    project Property Map
    Project information
    redundancy Property Map
    Connection Redundancy Configuration
    state String
    Connection overall state
    type String
    Defines the connection type like EVPLVC, EPLVC, IPWANVC, IPVC, ACCESSEPLVC, EVPLANVC, EPLANVC, EIAVC, ECVC
    uuid String
    Equinix-assigned connection identifier
    zSide Property Map
    Destination or Provider side connection configuration object of the multi-segment connection

    Supporting Types

    GetConnectionASide

    AccessPoint GetConnectionASideAccessPoint
    Point of access details
    AdditionalInfos List<GetConnectionASideAdditionalInfo>
    Connection side additional information
    ServiceToken GetConnectionASideServiceToken
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets
    AccessPoint GetConnectionASideAccessPoint
    Point of access details
    AdditionalInfos []GetConnectionASideAdditionalInfo
    Connection side additional information
    ServiceToken GetConnectionASideServiceToken
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets
    accessPoint GetConnectionASideAccessPoint
    Point of access details
    additionalInfos List<GetConnectionASideAdditionalInfo>
    Connection side additional information
    serviceToken GetConnectionASideServiceToken
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets
    accessPoint GetConnectionASideAccessPoint
    Point of access details
    additionalInfos GetConnectionASideAdditionalInfo[]
    Connection side additional information
    serviceToken GetConnectionASideServiceToken
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets
    access_point GetConnectionASideAccessPoint
    Point of access details
    additional_infos Sequence[GetConnectionASideAdditionalInfo]
    Connection side additional information
    service_token GetConnectionASideServiceToken
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets
    accessPoint Property Map
    Point of access details
    additionalInfos List<Property Map>
    Connection side additional information
    serviceToken Property Map
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets

    GetConnectionASideAccessPoint

    Accounts List<GetConnectionASideAccessPointAccount>
    Account
    Location GetConnectionASideAccessPointLocation
    Access point location
    AuthenticationKey string
    Authentication key for provider based connections
    Gateway GetConnectionASideAccessPointGateway
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    Interface GetConnectionASideAccessPointInterface
    Virtual device interface
    LinkProtocol GetConnectionASideAccessPointLinkProtocol
    Connection link protocol
    Network GetConnectionASideAccessPointNetwork
    network access point information
    PeeringType string
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    Port GetConnectionASideAccessPointPort
    Port access point information
    Profile GetConnectionASideAccessPointProfile
    Service Profile
    ProviderConnectionId string
    Provider assigned Connection Id
    Router GetConnectionASideAccessPointRouter
    Cloud Router access point information that replaces gateway
    SellerRegion string
    Access point seller region
    Type string
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    VirtualDevice GetConnectionASideAccessPointVirtualDevice
    Virtual device
    Accounts []GetConnectionASideAccessPointAccount
    Account
    Location GetConnectionASideAccessPointLocation
    Access point location
    AuthenticationKey string
    Authentication key for provider based connections
    Gateway GetConnectionASideAccessPointGateway
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    Interface GetConnectionASideAccessPointInterface
    Virtual device interface
    LinkProtocol GetConnectionASideAccessPointLinkProtocol
    Connection link protocol
    Network GetConnectionASideAccessPointNetwork
    network access point information
    PeeringType string
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    Port GetConnectionASideAccessPointPort
    Port access point information
    Profile GetConnectionASideAccessPointProfile
    Service Profile
    ProviderConnectionId string
    Provider assigned Connection Id
    Router GetConnectionASideAccessPointRouter
    Cloud Router access point information that replaces gateway
    SellerRegion string
    Access point seller region
    Type string
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    VirtualDevice GetConnectionASideAccessPointVirtualDevice
    Virtual device
    accounts List<GetConnectionASideAccessPointAccount>
    Account
    location GetConnectionASideAccessPointLocation
    Access point location
    authenticationKey String
    Authentication key for provider based connections
    gateway GetConnectionASideAccessPointGateway
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    interface_ GetConnectionASideAccessPointInterface
    Virtual device interface
    linkProtocol GetConnectionASideAccessPointLinkProtocol
    Connection link protocol
    network GetConnectionASideAccessPointNetwork
    network access point information
    peeringType String
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    port GetConnectionASideAccessPointPort
    Port access point information
    profile GetConnectionASideAccessPointProfile
    Service Profile
    providerConnectionId String
    Provider assigned Connection Id
    router GetConnectionASideAccessPointRouter
    Cloud Router access point information that replaces gateway
    sellerRegion String
    Access point seller region
    type String
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    virtualDevice GetConnectionASideAccessPointVirtualDevice
    Virtual device
    accounts GetConnectionASideAccessPointAccount[]
    Account
    location GetConnectionASideAccessPointLocation
    Access point location
    authenticationKey string
    Authentication key for provider based connections
    gateway GetConnectionASideAccessPointGateway
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    interface GetConnectionASideAccessPointInterface
    Virtual device interface
    linkProtocol GetConnectionASideAccessPointLinkProtocol
    Connection link protocol
    network GetConnectionASideAccessPointNetwork
    network access point information
    peeringType string
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    port GetConnectionASideAccessPointPort
    Port access point information
    profile GetConnectionASideAccessPointProfile
    Service Profile
    providerConnectionId string
    Provider assigned Connection Id
    router GetConnectionASideAccessPointRouter
    Cloud Router access point information that replaces gateway
    sellerRegion string
    Access point seller region
    type string
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    virtualDevice GetConnectionASideAccessPointVirtualDevice
    Virtual device
    accounts Sequence[GetConnectionASideAccessPointAccount]
    Account
    location GetConnectionASideAccessPointLocation
    Access point location
    authentication_key str
    Authentication key for provider based connections
    gateway GetConnectionASideAccessPointGateway
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    interface GetConnectionASideAccessPointInterface
    Virtual device interface
    link_protocol GetConnectionASideAccessPointLinkProtocol
    Connection link protocol
    network GetConnectionASideAccessPointNetwork
    network access point information
    peering_type str
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    port GetConnectionASideAccessPointPort
    Port access point information
    profile GetConnectionASideAccessPointProfile
    Service Profile
    provider_connection_id str
    Provider assigned Connection Id
    router GetConnectionASideAccessPointRouter
    Cloud Router access point information that replaces gateway
    seller_region str
    Access point seller region
    type str
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    virtual_device GetConnectionASideAccessPointVirtualDevice
    Virtual device
    accounts List<Property Map>
    Account
    location Property Map
    Access point location
    authenticationKey String
    Authentication key for provider based connections
    gateway Property Map
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    interface Property Map
    Virtual device interface
    linkProtocol Property Map
    Connection link protocol
    network Property Map
    network access point information
    peeringType String
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    port Property Map
    Port access point information
    profile Property Map
    Service Profile
    providerConnectionId String
    Provider assigned Connection Id
    router Property Map
    Cloud Router access point information that replaces gateway
    sellerRegion String
    Access point seller region
    type String
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    virtualDevice Property Map
    Virtual device

    GetConnectionASideAccessPointAccount

    AccountName string
    Legal name of the accountholder.
    AccountNumber int
    Equinix-assigned account number.
    GlobalCustId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrgId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrganizationName string
    Equinix-assigned name of the subscriber's parent organization.
    OrgId int
    Equinix-assigned ID of the subscriber's organization.
    OrganizationName string
    Equinix-assigned name of the subscriber's organization.
    UcmId string
    Enterprise datastore id
    AccountName string
    Legal name of the accountholder.
    AccountNumber int
    Equinix-assigned account number.
    GlobalCustId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrgId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrganizationName string
    Equinix-assigned name of the subscriber's parent organization.
    OrgId int
    Equinix-assigned ID of the subscriber's organization.
    OrganizationName string
    Equinix-assigned name of the subscriber's organization.
    UcmId string
    Enterprise datastore id
    accountName String
    Legal name of the accountholder.
    accountNumber Integer
    Equinix-assigned account number.
    globalCustId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrgId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrganizationName String
    Equinix-assigned name of the subscriber's parent organization.
    orgId Integer
    Equinix-assigned ID of the subscriber's organization.
    organizationName String
    Equinix-assigned name of the subscriber's organization.
    ucmId String
    Enterprise datastore id
    accountName string
    Legal name of the accountholder.
    accountNumber number
    Equinix-assigned account number.
    globalCustId string
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrgId string
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrganizationName string
    Equinix-assigned name of the subscriber's parent organization.
    orgId number
    Equinix-assigned ID of the subscriber's organization.
    organizationName string
    Equinix-assigned name of the subscriber's organization.
    ucmId string
    Enterprise datastore id
    account_name str
    Legal name of the accountholder.
    account_number int
    Equinix-assigned account number.
    global_cust_id str
    Equinix-assigned ID of the subscriber's parent organization.
    global_org_id str
    Equinix-assigned ID of the subscriber's parent organization.
    global_organization_name str
    Equinix-assigned name of the subscriber's parent organization.
    org_id int
    Equinix-assigned ID of the subscriber's organization.
    organization_name str
    Equinix-assigned name of the subscriber's organization.
    ucm_id str
    Enterprise datastore id
    accountName String
    Legal name of the accountholder.
    accountNumber Number
    Equinix-assigned account number.
    globalCustId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrgId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrganizationName String
    Equinix-assigned name of the subscriber's parent organization.
    orgId Number
    Equinix-assigned ID of the subscriber's organization.
    organizationName String
    Equinix-assigned name of the subscriber's organization.
    ucmId String
    Enterprise datastore id

    GetConnectionASideAccessPointGateway

    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned virtual gateway identifier
    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned virtual gateway identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned virtual gateway identifier
    href string
    Unique Resource Identifier
    uuid string
    Equinix-assigned virtual gateway identifier
    href str
    Unique Resource Identifier
    uuid str
    Equinix-assigned virtual gateway identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned virtual gateway identifier

    GetConnectionASideAccessPointInterface

    Id int
    id
    Type string
    Interface type
    Uuid string
    Equinix-assigned interface identifier
    Id int
    id
    Type string
    Interface type
    Uuid string
    Equinix-assigned interface identifier
    id Integer
    id
    type String
    Interface type
    uuid String
    Equinix-assigned interface identifier
    id number
    id
    type string
    Interface type
    uuid string
    Equinix-assigned interface identifier
    id int
    id
    type str
    Interface type
    uuid str
    Equinix-assigned interface identifier
    id Number
    id
    type String
    Interface type
    uuid String
    Equinix-assigned interface identifier

    GetConnectionASideAccessPointLinkProtocol

    VlanCTag int
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    VlanSTag int
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    VlanTag int
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    Type string
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN
    VlanCTag int
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    VlanSTag int
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    VlanTag int
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    Type string
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN
    vlanCTag Integer
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    vlanSTag Integer
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    vlanTag Integer
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    type String
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN
    vlanCTag number
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    vlanSTag number
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    vlanTag number
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    type string
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN
    vlan_c_tag int
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    vlan_s_tag int
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    vlan_tag int
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    type str
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN
    vlanCTag Number
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    vlanSTag Number
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    vlanTag Number
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    type String
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN

    GetConnectionASideAccessPointLocation

    Ibx string
    IBX Code
    MetroCode string
    Access point metro code
    MetroName string
    Access point metro name
    Region string
    Access point region
    Ibx string
    IBX Code
    MetroCode string
    Access point metro code
    MetroName string
    Access point metro name
    Region string
    Access point region
    ibx String
    IBX Code
    metroCode String
    Access point metro code
    metroName String
    Access point metro name
    region String
    Access point region
    ibx string
    IBX Code
    metroCode string
    Access point metro code
    metroName string
    Access point metro name
    region string
    Access point region
    ibx str
    IBX Code
    metro_code str
    Access point metro code
    metro_name str
    Access point metro name
    region str
    Access point region
    ibx String
    IBX Code
    metroCode String
    Access point metro code
    metroName String
    Access point metro name
    region String
    Access point region

    GetConnectionASideAccessPointNetwork

    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned Network identifier
    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned Network identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned Network identifier
    href string
    Unique Resource Identifier
    uuid string
    Equinix-assigned Network identifier
    href str
    Unique Resource Identifier
    uuid str
    Equinix-assigned Network identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned Network identifier

    GetConnectionASideAccessPointPort

    Href string
    Unique Resource Identifier
    Name string
    Port name
    Redundancies List<GetConnectionASideAccessPointPortRedundancy>
    Redundancy Information
    Uuid string
    Equinix-assigned Port identifier
    Href string
    Unique Resource Identifier
    Name string
    Port name
    Redundancies []GetConnectionASideAccessPointPortRedundancy
    Redundancy Information
    Uuid string
    Equinix-assigned Port identifier
    href String
    Unique Resource Identifier
    name String
    Port name
    redundancies List<GetConnectionASideAccessPointPortRedundancy>
    Redundancy Information
    uuid String
    Equinix-assigned Port identifier
    href string
    Unique Resource Identifier
    name string
    Port name
    redundancies GetConnectionASideAccessPointPortRedundancy[]
    Redundancy Information
    uuid string
    Equinix-assigned Port identifier
    href str
    Unique Resource Identifier
    name str
    Port name
    redundancies Sequence[GetConnectionASideAccessPointPortRedundancy]
    Redundancy Information
    uuid str
    Equinix-assigned Port identifier
    href String
    Unique Resource Identifier
    name String
    Port name
    redundancies List<Property Map>
    Redundancy Information
    uuid String
    Equinix-assigned Port identifier

    GetConnectionASideAccessPointPortRedundancy

    Enabled bool
    Access point redundancy
    Group string
    Port redundancy group
    Priority string
    Priority type-Primary or Secondary
    Enabled bool
    Access point redundancy
    Group string
    Port redundancy group
    Priority string
    Priority type-Primary or Secondary
    enabled Boolean
    Access point redundancy
    group String
    Port redundancy group
    priority String
    Priority type-Primary or Secondary
    enabled boolean
    Access point redundancy
    group string
    Port redundancy group
    priority string
    Priority type-Primary or Secondary
    enabled bool
    Access point redundancy
    group str
    Port redundancy group
    priority str
    Priority type-Primary or Secondary
    enabled Boolean
    Access point redundancy
    group String
    Port redundancy group
    priority String
    Priority type-Primary or Secondary

    GetConnectionASideAccessPointProfile

    AccessPointTypeConfigs List<GetConnectionASideAccessPointProfileAccessPointTypeConfig>
    Access point config information
    Description string
    User-provided service description
    Href string
    Service Profile URI response attribute
    Name string
    Customer-assigned service profile name
    Type string
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    Uuid string
    Equinix assigned service profile identifier
    AccessPointTypeConfigs []GetConnectionASideAccessPointProfileAccessPointTypeConfig
    Access point config information
    Description string
    User-provided service description
    Href string
    Service Profile URI response attribute
    Name string
    Customer-assigned service profile name
    Type string
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    Uuid string
    Equinix assigned service profile identifier
    accessPointTypeConfigs List<GetConnectionASideAccessPointProfileAccessPointTypeConfig>
    Access point config information
    description String
    User-provided service description
    href String
    Service Profile URI response attribute
    name String
    Customer-assigned service profile name
    type String
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    uuid String
    Equinix assigned service profile identifier
    accessPointTypeConfigs GetConnectionASideAccessPointProfileAccessPointTypeConfig[]
    Access point config information
    description string
    User-provided service description
    href string
    Service Profile URI response attribute
    name string
    Customer-assigned service profile name
    type string
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    uuid string
    Equinix assigned service profile identifier
    access_point_type_configs Sequence[GetConnectionASideAccessPointProfileAccessPointTypeConfig]
    Access point config information
    description str
    User-provided service description
    href str
    Service Profile URI response attribute
    name str
    Customer-assigned service profile name
    type str
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    uuid str
    Equinix assigned service profile identifier
    accessPointTypeConfigs List<Property Map>
    Access point config information
    description String
    User-provided service description
    href String
    Service Profile URI response attribute
    name String
    Customer-assigned service profile name
    type String
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    uuid String
    Equinix assigned service profile identifier

    GetConnectionASideAccessPointProfileAccessPointTypeConfig

    Type string
    Type of access point type config - VD, COLO
    Uuid string
    Equinix-assigned access point type config identifier
    Type string
    Type of access point type config - VD, COLO
    Uuid string
    Equinix-assigned access point type config identifier
    type String
    Type of access point type config - VD, COLO
    uuid String
    Equinix-assigned access point type config identifier
    type string
    Type of access point type config - VD, COLO
    uuid string
    Equinix-assigned access point type config identifier
    type str
    Type of access point type config - VD, COLO
    uuid str
    Equinix-assigned access point type config identifier
    type String
    Type of access point type config - VD, COLO
    uuid String
    Equinix-assigned access point type config identifier

    GetConnectionASideAccessPointRouter

    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned virtual gateway identifier
    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned virtual gateway identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned virtual gateway identifier
    href string
    Unique Resource Identifier
    uuid string
    Equinix-assigned virtual gateway identifier
    href str
    Unique Resource Identifier
    uuid str
    Equinix-assigned virtual gateway identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned virtual gateway identifier

    GetConnectionASideAccessPointVirtualDevice

    Href string
    Unique Resource Identifier
    Name string
    Customer-assigned Virtual Device Name
    Type string
    Virtual Device type
    Uuid string
    Equinix-assigned Virtual Device identifier
    Href string
    Unique Resource Identifier
    Name string
    Customer-assigned Virtual Device Name
    Type string
    Virtual Device type
    Uuid string
    Equinix-assigned Virtual Device identifier
    href String
    Unique Resource Identifier
    name String
    Customer-assigned Virtual Device Name
    type String
    Virtual Device type
    uuid String
    Equinix-assigned Virtual Device identifier
    href string
    Unique Resource Identifier
    name string
    Customer-assigned Virtual Device Name
    type string
    Virtual Device type
    uuid string
    Equinix-assigned Virtual Device identifier
    href str
    Unique Resource Identifier
    name str
    Customer-assigned Virtual Device Name
    type str
    Virtual Device type
    uuid str
    Equinix-assigned Virtual Device identifier
    href String
    Unique Resource Identifier
    name String
    Customer-assigned Virtual Device Name
    type String
    Virtual Device type
    uuid String
    Equinix-assigned Virtual Device identifier

    GetConnectionASideAdditionalInfo

    Key string
    Additional information key
    Value string
    Additional information value
    Key string
    Additional information key
    Value string
    Additional information value
    key String
    Additional information key
    value String
    Additional information value
    key string
    Additional information key
    value string
    Additional information value
    key str
    Additional information key
    value str
    Additional information value
    key String
    Additional information key
    value String
    Additional information value

    GetConnectionASideServiceToken

    Description string
    Service token description
    Href string
    An absolute URL that is the subject of the link's context
    Type string
    Token type - VC_TOKEN
    Uuid string
    Equinix-assigned service token identifier
    Description string
    Service token description
    Href string
    An absolute URL that is the subject of the link's context
    Type string
    Token type - VC_TOKEN
    Uuid string
    Equinix-assigned service token identifier
    description String
    Service token description
    href String
    An absolute URL that is the subject of the link's context
    type String
    Token type - VC_TOKEN
    uuid String
    Equinix-assigned service token identifier
    description string
    Service token description
    href string
    An absolute URL that is the subject of the link's context
    type string
    Token type - VC_TOKEN
    uuid string
    Equinix-assigned service token identifier
    description str
    Service token description
    href str
    An absolute URL that is the subject of the link's context
    type str
    Token type - VC_TOKEN
    uuid str
    Equinix-assigned service token identifier
    description String
    Service token description
    href String
    An absolute URL that is the subject of the link's context
    type String
    Token type - VC_TOKEN
    uuid String
    Equinix-assigned service token identifier

    GetConnectionAccount

    AccountName string
    Legal name of the accountholder.
    AccountNumber int
    Equinix-assigned account number.
    GlobalCustId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrgId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrganizationName string
    Equinix-assigned name of the subscriber's parent organization.
    OrgId int
    Equinix-assigned ID of the subscriber's organization.
    OrganizationName string
    Equinix-assigned name of the subscriber's organization.
    UcmId string
    Enterprise datastore id
    AccountName string
    Legal name of the accountholder.
    AccountNumber int
    Equinix-assigned account number.
    GlobalCustId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrgId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrganizationName string
    Equinix-assigned name of the subscriber's parent organization.
    OrgId int
    Equinix-assigned ID of the subscriber's organization.
    OrganizationName string
    Equinix-assigned name of the subscriber's organization.
    UcmId string
    Enterprise datastore id
    accountName String
    Legal name of the accountholder.
    accountNumber Integer
    Equinix-assigned account number.
    globalCustId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrgId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrganizationName String
    Equinix-assigned name of the subscriber's parent organization.
    orgId Integer
    Equinix-assigned ID of the subscriber's organization.
    organizationName String
    Equinix-assigned name of the subscriber's organization.
    ucmId String
    Enterprise datastore id
    accountName string
    Legal name of the accountholder.
    accountNumber number
    Equinix-assigned account number.
    globalCustId string
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrgId string
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrganizationName string
    Equinix-assigned name of the subscriber's parent organization.
    orgId number
    Equinix-assigned ID of the subscriber's organization.
    organizationName string
    Equinix-assigned name of the subscriber's organization.
    ucmId string
    Enterprise datastore id
    account_name str
    Legal name of the accountholder.
    account_number int
    Equinix-assigned account number.
    global_cust_id str
    Equinix-assigned ID of the subscriber's parent organization.
    global_org_id str
    Equinix-assigned ID of the subscriber's parent organization.
    global_organization_name str
    Equinix-assigned name of the subscriber's parent organization.
    org_id int
    Equinix-assigned ID of the subscriber's organization.
    organization_name str
    Equinix-assigned name of the subscriber's organization.
    ucm_id str
    Enterprise datastore id
    accountName String
    Legal name of the accountholder.
    accountNumber Number
    Equinix-assigned account number.
    globalCustId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrgId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrganizationName String
    Equinix-assigned name of the subscriber's parent organization.
    orgId Number
    Equinix-assigned ID of the subscriber's organization.
    organizationName String
    Equinix-assigned name of the subscriber's organization.
    ucmId String
    Enterprise datastore id

    GetConnectionChangeLog

    CreatedBy string
    Created by User Key
    CreatedByEmail string
    Created by User Email Address
    CreatedByFullName string
    Created by User Full Name
    CreatedDateTime string
    Created by Date and Time
    DeletedBy string
    Deleted by User Key
    DeletedByEmail string
    Deleted by User Email Address
    DeletedByFullName string
    Deleted by User Full Name
    DeletedDateTime string
    Deleted by Date and Time
    UpdatedBy string
    Updated by User Key
    UpdatedByEmail string
    Updated by User Email Address
    UpdatedByFullName string
    Updated by User Full Name
    UpdatedDateTime string
    Updated by Date and Time
    CreatedBy string
    Created by User Key
    CreatedByEmail string
    Created by User Email Address
    CreatedByFullName string
    Created by User Full Name
    CreatedDateTime string
    Created by Date and Time
    DeletedBy string
    Deleted by User Key
    DeletedByEmail string
    Deleted by User Email Address
    DeletedByFullName string
    Deleted by User Full Name
    DeletedDateTime string
    Deleted by Date and Time
    UpdatedBy string
    Updated by User Key
    UpdatedByEmail string
    Updated by User Email Address
    UpdatedByFullName string
    Updated by User Full Name
    UpdatedDateTime string
    Updated by Date and Time
    createdBy String
    Created by User Key
    createdByEmail String
    Created by User Email Address
    createdByFullName String
    Created by User Full Name
    createdDateTime String
    Created by Date and Time
    deletedBy String
    Deleted by User Key
    deletedByEmail String
    Deleted by User Email Address
    deletedByFullName String
    Deleted by User Full Name
    deletedDateTime String
    Deleted by Date and Time
    updatedBy String
    Updated by User Key
    updatedByEmail String
    Updated by User Email Address
    updatedByFullName String
    Updated by User Full Name
    updatedDateTime String
    Updated by Date and Time
    createdBy string
    Created by User Key
    createdByEmail string
    Created by User Email Address
    createdByFullName string
    Created by User Full Name
    createdDateTime string
    Created by Date and Time
    deletedBy string
    Deleted by User Key
    deletedByEmail string
    Deleted by User Email Address
    deletedByFullName string
    Deleted by User Full Name
    deletedDateTime string
    Deleted by Date and Time
    updatedBy string
    Updated by User Key
    updatedByEmail string
    Updated by User Email Address
    updatedByFullName string
    Updated by User Full Name
    updatedDateTime string
    Updated by Date and Time
    created_by str
    Created by User Key
    created_by_email str
    Created by User Email Address
    created_by_full_name str
    Created by User Full Name
    created_date_time str
    Created by Date and Time
    deleted_by str
    Deleted by User Key
    deleted_by_email str
    Deleted by User Email Address
    deleted_by_full_name str
    Deleted by User Full Name
    deleted_date_time str
    Deleted by Date and Time
    updated_by str
    Updated by User Key
    updated_by_email str
    Updated by User Email Address
    updated_by_full_name str
    Updated by User Full Name
    updated_date_time str
    Updated by Date and Time
    createdBy String
    Created by User Key
    createdByEmail String
    Created by User Email Address
    createdByFullName String
    Created by User Full Name
    createdDateTime String
    Created by Date and Time
    deletedBy String
    Deleted by User Key
    deletedByEmail String
    Deleted by User Email Address
    deletedByFullName String
    Deleted by User Full Name
    deletedDateTime String
    Deleted by Date and Time
    updatedBy String
    Updated by User Key
    updatedByEmail String
    Updated by User Email Address
    updatedByFullName String
    Updated by User Full Name
    updatedDateTime String
    Updated by Date and Time

    GetConnectionNotification

    Emails List<string>
    Array of contact emails
    Type string
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    SendInterval string
    Send interval
    Emails []string
    Array of contact emails
    Type string
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    SendInterval string
    Send interval
    emails List<String>
    Array of contact emails
    type String
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    sendInterval String
    Send interval
    emails string[]
    Array of contact emails
    type string
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    sendInterval string
    Send interval
    emails Sequence[str]
    Array of contact emails
    type str
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    send_interval str
    Send interval
    emails List<String>
    Array of contact emails
    type String
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    sendInterval String
    Send interval

    GetConnectionOperation

    EquinixStatus string
    Connection status
    Errors List<GetConnectionOperationError>
    Errors occurred
    ProviderStatus string
    Connection provider readiness status
    EquinixStatus string
    Connection status
    Errors []GetConnectionOperationError
    Errors occurred
    ProviderStatus string
    Connection provider readiness status
    equinixStatus String
    Connection status
    errors List<GetConnectionOperationError>
    Errors occurred
    providerStatus String
    Connection provider readiness status
    equinixStatus string
    Connection status
    errors GetConnectionOperationError[]
    Errors occurred
    providerStatus string
    Connection provider readiness status
    equinix_status str
    Connection status
    errors Sequence[GetConnectionOperationError]
    Errors occurred
    provider_status str
    Connection provider readiness status
    equinixStatus String
    Connection status
    errors List<Property Map>
    Errors occurred
    providerStatus String
    Connection provider readiness status

    GetConnectionOperationError

    AdditionalInfos List<GetConnectionOperationErrorAdditionalInfo>
    Pricing error additional Info
    CorrelationId string
    CorrelationId
    Details string
    Details
    ErrorCode string
    Error code
    ErrorMessage string
    Error Message
    Help string
    Help
    AdditionalInfos []GetConnectionOperationErrorAdditionalInfo
    Pricing error additional Info
    CorrelationId string
    CorrelationId
    Details string
    Details
    ErrorCode string
    Error code
    ErrorMessage string
    Error Message
    Help string
    Help
    additionalInfos List<GetConnectionOperationErrorAdditionalInfo>
    Pricing error additional Info
    correlationId String
    CorrelationId
    details String
    Details
    errorCode String
    Error code
    errorMessage String
    Error Message
    help String
    Help
    additionalInfos GetConnectionOperationErrorAdditionalInfo[]
    Pricing error additional Info
    correlationId string
    CorrelationId
    details string
    Details
    errorCode string
    Error code
    errorMessage string
    Error Message
    help string
    Help
    additional_infos Sequence[GetConnectionOperationErrorAdditionalInfo]
    Pricing error additional Info
    correlation_id str
    CorrelationId
    details str
    Details
    error_code str
    Error code
    error_message str
    Error Message
    help str
    Help
    additionalInfos List<Property Map>
    Pricing error additional Info
    correlationId String
    CorrelationId
    details String
    Details
    errorCode String
    Error code
    errorMessage String
    Error Message
    help String
    Help

    GetConnectionOperationErrorAdditionalInfo

    Property string
    Property at which the error potentially occurred
    Reason string
    Reason for the error
    Property string
    Property at which the error potentially occurred
    Reason string
    Reason for the error
    property String
    Property at which the error potentially occurred
    reason String
    Reason for the error
    property string
    Property at which the error potentially occurred
    reason string
    Reason for the error
    property str
    Property at which the error potentially occurred
    reason str
    Reason for the error
    property String
    Property at which the error potentially occurred
    reason String
    Reason for the error

    GetConnectionOrder

    BillingTier string
    Billing tier for connection bandwidth
    OrderId string
    Order Identification
    OrderNumber string
    Order Reference Number
    PurchaseOrderNumber string
    Purchase order number
    BillingTier string
    Billing tier for connection bandwidth
    OrderId string
    Order Identification
    OrderNumber string
    Order Reference Number
    PurchaseOrderNumber string
    Purchase order number
    billingTier String
    Billing tier for connection bandwidth
    orderId String
    Order Identification
    orderNumber String
    Order Reference Number
    purchaseOrderNumber String
    Purchase order number
    billingTier string
    Billing tier for connection bandwidth
    orderId string
    Order Identification
    orderNumber string
    Order Reference Number
    purchaseOrderNumber string
    Purchase order number
    billing_tier str
    Billing tier for connection bandwidth
    order_id str
    Order Identification
    order_number str
    Order Reference Number
    purchase_order_number str
    Purchase order number
    billingTier String
    Billing tier for connection bandwidth
    orderId String
    Order Identification
    orderNumber String
    Order Reference Number
    purchaseOrderNumber String
    Purchase order number

    GetConnectionProject

    Href string
    Unique Resource URL
    ProjectId string
    Project Id
    Href string
    Unique Resource URL
    ProjectId string
    Project Id
    href String
    Unique Resource URL
    projectId String
    Project Id
    href string
    Unique Resource URL
    projectId string
    Project Id
    href str
    Unique Resource URL
    project_id str
    Project Id
    href String
    Unique Resource URL
    projectId String
    Project Id

    GetConnectionRedundancy

    Group string
    Redundancy group identifier (Use the redundancy.0.group UUID of primary connection; e.g. one(equinix_fabric_connection.primary_port_connection.redundancy).group or equinix_fabric_connection.primary_port_connection.redundancy.0.group)
    Priority string
    Connection priority in redundancy group - PRIMARY, SECONDARY
    Group string
    Redundancy group identifier (Use the redundancy.0.group UUID of primary connection; e.g. one(equinix_fabric_connection.primary_port_connection.redundancy).group or equinix_fabric_connection.primary_port_connection.redundancy.0.group)
    Priority string
    Connection priority in redundancy group - PRIMARY, SECONDARY
    group String
    Redundancy group identifier (Use the redundancy.0.group UUID of primary connection; e.g. one(equinix_fabric_connection.primary_port_connection.redundancy).group or equinix_fabric_connection.primary_port_connection.redundancy.0.group)
    priority String
    Connection priority in redundancy group - PRIMARY, SECONDARY
    group string
    Redundancy group identifier (Use the redundancy.0.group UUID of primary connection; e.g. one(equinix_fabric_connection.primary_port_connection.redundancy).group or equinix_fabric_connection.primary_port_connection.redundancy.0.group)
    priority string
    Connection priority in redundancy group - PRIMARY, SECONDARY
    group str
    Redundancy group identifier (Use the redundancy.0.group UUID of primary connection; e.g. one(equinix_fabric_connection.primary_port_connection.redundancy).group or equinix_fabric_connection.primary_port_connection.redundancy.0.group)
    priority str
    Connection priority in redundancy group - PRIMARY, SECONDARY
    group String
    Redundancy group identifier (Use the redundancy.0.group UUID of primary connection; e.g. one(equinix_fabric_connection.primary_port_connection.redundancy).group or equinix_fabric_connection.primary_port_connection.redundancy.0.group)
    priority String
    Connection priority in redundancy group - PRIMARY, SECONDARY

    GetConnectionZSide

    AccessPoint GetConnectionZSideAccessPoint
    Point of access details
    AdditionalInfos List<GetConnectionZSideAdditionalInfo>
    Connection side additional information
    ServiceToken GetConnectionZSideServiceToken
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets
    AccessPoint GetConnectionZSideAccessPoint
    Point of access details
    AdditionalInfos []GetConnectionZSideAdditionalInfo
    Connection side additional information
    ServiceToken GetConnectionZSideServiceToken
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets
    accessPoint GetConnectionZSideAccessPoint
    Point of access details
    additionalInfos List<GetConnectionZSideAdditionalInfo>
    Connection side additional information
    serviceToken GetConnectionZSideServiceToken
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets
    accessPoint GetConnectionZSideAccessPoint
    Point of access details
    additionalInfos GetConnectionZSideAdditionalInfo[]
    Connection side additional information
    serviceToken GetConnectionZSideServiceToken
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets
    access_point GetConnectionZSideAccessPoint
    Point of access details
    additional_infos Sequence[GetConnectionZSideAdditionalInfo]
    Connection side additional information
    service_token GetConnectionZSideServiceToken
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets
    accessPoint Property Map
    Point of access details
    additionalInfos List<Property Map>
    Connection side additional information
    serviceToken Property Map
    For service token based connections, Service tokens authorize users to access protected resources and services. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets

    GetConnectionZSideAccessPoint

    Accounts List<GetConnectionZSideAccessPointAccount>
    Account
    Location GetConnectionZSideAccessPointLocation
    Access point location
    AuthenticationKey string
    Authentication key for provider based connections
    Gateway GetConnectionZSideAccessPointGateway
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    Interface GetConnectionZSideAccessPointInterface
    Virtual device interface
    LinkProtocol GetConnectionZSideAccessPointLinkProtocol
    Connection link protocol
    Network GetConnectionZSideAccessPointNetwork
    network access point information
    PeeringType string
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    Port GetConnectionZSideAccessPointPort
    Port access point information
    Profile GetConnectionZSideAccessPointProfile
    Service Profile
    ProviderConnectionId string
    Provider assigned Connection Id
    Router GetConnectionZSideAccessPointRouter
    Cloud Router access point information that replaces gateway
    SellerRegion string
    Access point seller region
    Type string
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    VirtualDevice GetConnectionZSideAccessPointVirtualDevice
    Virtual device
    Accounts []GetConnectionZSideAccessPointAccount
    Account
    Location GetConnectionZSideAccessPointLocation
    Access point location
    AuthenticationKey string
    Authentication key for provider based connections
    Gateway GetConnectionZSideAccessPointGateway
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    Interface GetConnectionZSideAccessPointInterface
    Virtual device interface
    LinkProtocol GetConnectionZSideAccessPointLinkProtocol
    Connection link protocol
    Network GetConnectionZSideAccessPointNetwork
    network access point information
    PeeringType string
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    Port GetConnectionZSideAccessPointPort
    Port access point information
    Profile GetConnectionZSideAccessPointProfile
    Service Profile
    ProviderConnectionId string
    Provider assigned Connection Id
    Router GetConnectionZSideAccessPointRouter
    Cloud Router access point information that replaces gateway
    SellerRegion string
    Access point seller region
    Type string
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    VirtualDevice GetConnectionZSideAccessPointVirtualDevice
    Virtual device
    accounts List<GetConnectionZSideAccessPointAccount>
    Account
    location GetConnectionZSideAccessPointLocation
    Access point location
    authenticationKey String
    Authentication key for provider based connections
    gateway GetConnectionZSideAccessPointGateway
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    interface_ GetConnectionZSideAccessPointInterface
    Virtual device interface
    linkProtocol GetConnectionZSideAccessPointLinkProtocol
    Connection link protocol
    network GetConnectionZSideAccessPointNetwork
    network access point information
    peeringType String
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    port GetConnectionZSideAccessPointPort
    Port access point information
    profile GetConnectionZSideAccessPointProfile
    Service Profile
    providerConnectionId String
    Provider assigned Connection Id
    router GetConnectionZSideAccessPointRouter
    Cloud Router access point information that replaces gateway
    sellerRegion String
    Access point seller region
    type String
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    virtualDevice GetConnectionZSideAccessPointVirtualDevice
    Virtual device
    accounts GetConnectionZSideAccessPointAccount[]
    Account
    location GetConnectionZSideAccessPointLocation
    Access point location
    authenticationKey string
    Authentication key for provider based connections
    gateway GetConnectionZSideAccessPointGateway
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    interface GetConnectionZSideAccessPointInterface
    Virtual device interface
    linkProtocol GetConnectionZSideAccessPointLinkProtocol
    Connection link protocol
    network GetConnectionZSideAccessPointNetwork
    network access point information
    peeringType string
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    port GetConnectionZSideAccessPointPort
    Port access point information
    profile GetConnectionZSideAccessPointProfile
    Service Profile
    providerConnectionId string
    Provider assigned Connection Id
    router GetConnectionZSideAccessPointRouter
    Cloud Router access point information that replaces gateway
    sellerRegion string
    Access point seller region
    type string
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    virtualDevice GetConnectionZSideAccessPointVirtualDevice
    Virtual device
    accounts Sequence[GetConnectionZSideAccessPointAccount]
    Account
    location GetConnectionZSideAccessPointLocation
    Access point location
    authentication_key str
    Authentication key for provider based connections
    gateway GetConnectionZSideAccessPointGateway
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    interface GetConnectionZSideAccessPointInterface
    Virtual device interface
    link_protocol GetConnectionZSideAccessPointLinkProtocol
    Connection link protocol
    network GetConnectionZSideAccessPointNetwork
    network access point information
    peering_type str
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    port GetConnectionZSideAccessPointPort
    Port access point information
    profile GetConnectionZSideAccessPointProfile
    Service Profile
    provider_connection_id str
    Provider assigned Connection Id
    router GetConnectionZSideAccessPointRouter
    Cloud Router access point information that replaces gateway
    seller_region str
    Access point seller region
    type str
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    virtual_device GetConnectionZSideAccessPointVirtualDevice
    Virtual device
    accounts List<Property Map>
    Account
    location Property Map
    Access point location
    authenticationKey String
    Authentication key for provider based connections
    gateway Property Map
    Deprecated gateway Use router attribute instead

    Deprecated: use router attribute instead; gateway is no longer a part of the supported backend

    interface Property Map
    Virtual device interface
    linkProtocol Property Map
    Connection link protocol
    network Property Map
    network access point information
    peeringType String
    Peering Type- PRIVATE,MICROSOFT,PUBLIC, MANUAL
    port Property Map
    Port access point information
    profile Property Map
    Service Profile
    providerConnectionId String
    Provider assigned Connection Id
    router Property Map
    Cloud Router access point information that replaces gateway
    sellerRegion String
    Access point seller region
    type String
    Access point type - COLO, VD, VG, SP, IGW, SUBNET, CLOUD_ROUTER, NETWORK
    virtualDevice Property Map
    Virtual device

    GetConnectionZSideAccessPointAccount

    AccountName string
    Legal name of the accountholder.
    AccountNumber int
    Equinix-assigned account number.
    GlobalCustId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrgId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrganizationName string
    Equinix-assigned name of the subscriber's parent organization.
    OrgId int
    Equinix-assigned ID of the subscriber's organization.
    OrganizationName string
    Equinix-assigned name of the subscriber's organization.
    UcmId string
    Enterprise datastore id
    AccountName string
    Legal name of the accountholder.
    AccountNumber int
    Equinix-assigned account number.
    GlobalCustId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrgId string
    Equinix-assigned ID of the subscriber's parent organization.
    GlobalOrganizationName string
    Equinix-assigned name of the subscriber's parent organization.
    OrgId int
    Equinix-assigned ID of the subscriber's organization.
    OrganizationName string
    Equinix-assigned name of the subscriber's organization.
    UcmId string
    Enterprise datastore id
    accountName String
    Legal name of the accountholder.
    accountNumber Integer
    Equinix-assigned account number.
    globalCustId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrgId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrganizationName String
    Equinix-assigned name of the subscriber's parent organization.
    orgId Integer
    Equinix-assigned ID of the subscriber's organization.
    organizationName String
    Equinix-assigned name of the subscriber's organization.
    ucmId String
    Enterprise datastore id
    accountName string
    Legal name of the accountholder.
    accountNumber number
    Equinix-assigned account number.
    globalCustId string
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrgId string
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrganizationName string
    Equinix-assigned name of the subscriber's parent organization.
    orgId number
    Equinix-assigned ID of the subscriber's organization.
    organizationName string
    Equinix-assigned name of the subscriber's organization.
    ucmId string
    Enterprise datastore id
    account_name str
    Legal name of the accountholder.
    account_number int
    Equinix-assigned account number.
    global_cust_id str
    Equinix-assigned ID of the subscriber's parent organization.
    global_org_id str
    Equinix-assigned ID of the subscriber's parent organization.
    global_organization_name str
    Equinix-assigned name of the subscriber's parent organization.
    org_id int
    Equinix-assigned ID of the subscriber's organization.
    organization_name str
    Equinix-assigned name of the subscriber's organization.
    ucm_id str
    Enterprise datastore id
    accountName String
    Legal name of the accountholder.
    accountNumber Number
    Equinix-assigned account number.
    globalCustId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrgId String
    Equinix-assigned ID of the subscriber's parent organization.
    globalOrganizationName String
    Equinix-assigned name of the subscriber's parent organization.
    orgId Number
    Equinix-assigned ID of the subscriber's organization.
    organizationName String
    Equinix-assigned name of the subscriber's organization.
    ucmId String
    Enterprise datastore id

    GetConnectionZSideAccessPointGateway

    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned virtual gateway identifier
    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned virtual gateway identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned virtual gateway identifier
    href string
    Unique Resource Identifier
    uuid string
    Equinix-assigned virtual gateway identifier
    href str
    Unique Resource Identifier
    uuid str
    Equinix-assigned virtual gateway identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned virtual gateway identifier

    GetConnectionZSideAccessPointInterface

    Id int
    id
    Type string
    Interface type
    Uuid string
    Equinix-assigned interface identifier
    Id int
    id
    Type string
    Interface type
    Uuid string
    Equinix-assigned interface identifier
    id Integer
    id
    type String
    Interface type
    uuid String
    Equinix-assigned interface identifier
    id number
    id
    type string
    Interface type
    uuid string
    Equinix-assigned interface identifier
    id int
    id
    type str
    Interface type
    uuid str
    Equinix-assigned interface identifier
    id Number
    id
    type String
    Interface type
    uuid String
    Equinix-assigned interface identifier

    GetConnectionZSideAccessPointLinkProtocol

    VlanCTag int
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    VlanSTag int
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    VlanTag int
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    Type string
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN
    VlanCTag int
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    VlanSTag int
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    VlanTag int
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    Type string
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN
    vlanCTag Integer
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    vlanSTag Integer
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    vlanTag Integer
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    type String
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN
    vlanCTag number
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    vlanSTag number
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    vlanTag number
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    type string
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN
    vlan_c_tag int
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    vlan_s_tag int
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    vlan_tag int
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    type str
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN
    vlanCTag Number
    Vlan Customer Tag information, vlanCTag value specified for QINQ connections
    vlanSTag Number
    Vlan Provider Tag information, vlanSTag value specified for QINQ connections
    vlanTag Number
    Vlan Tag information, vlanTag value specified for DOT1Q connections
    type String
    Type of the link protocol - UNTAGGED, DOT1Q, QINQ, EVPN_VXLAN

    GetConnectionZSideAccessPointLocation

    Ibx string
    IBX Code
    MetroCode string
    Access point metro code
    MetroName string
    Access point metro name
    Region string
    Access point region
    Ibx string
    IBX Code
    MetroCode string
    Access point metro code
    MetroName string
    Access point metro name
    Region string
    Access point region
    ibx String
    IBX Code
    metroCode String
    Access point metro code
    metroName String
    Access point metro name
    region String
    Access point region
    ibx string
    IBX Code
    metroCode string
    Access point metro code
    metroName string
    Access point metro name
    region string
    Access point region
    ibx str
    IBX Code
    metro_code str
    Access point metro code
    metro_name str
    Access point metro name
    region str
    Access point region
    ibx String
    IBX Code
    metroCode String
    Access point metro code
    metroName String
    Access point metro name
    region String
    Access point region

    GetConnectionZSideAccessPointNetwork

    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned Network identifier
    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned Network identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned Network identifier
    href string
    Unique Resource Identifier
    uuid string
    Equinix-assigned Network identifier
    href str
    Unique Resource Identifier
    uuid str
    Equinix-assigned Network identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned Network identifier

    GetConnectionZSideAccessPointPort

    Href string
    Unique Resource Identifier
    Name string
    Port name
    Redundancies List<GetConnectionZSideAccessPointPortRedundancy>
    Redundancy Information
    Uuid string
    Equinix-assigned Port identifier
    Href string
    Unique Resource Identifier
    Name string
    Port name
    Redundancies []GetConnectionZSideAccessPointPortRedundancy
    Redundancy Information
    Uuid string
    Equinix-assigned Port identifier
    href String
    Unique Resource Identifier
    name String
    Port name
    redundancies List<GetConnectionZSideAccessPointPortRedundancy>
    Redundancy Information
    uuid String
    Equinix-assigned Port identifier
    href string
    Unique Resource Identifier
    name string
    Port name
    redundancies GetConnectionZSideAccessPointPortRedundancy[]
    Redundancy Information
    uuid string
    Equinix-assigned Port identifier
    href str
    Unique Resource Identifier
    name str
    Port name
    redundancies Sequence[GetConnectionZSideAccessPointPortRedundancy]
    Redundancy Information
    uuid str
    Equinix-assigned Port identifier
    href String
    Unique Resource Identifier
    name String
    Port name
    redundancies List<Property Map>
    Redundancy Information
    uuid String
    Equinix-assigned Port identifier

    GetConnectionZSideAccessPointPortRedundancy

    Enabled bool
    Access point redundancy
    Group string
    Port redundancy group
    Priority string
    Priority type-Primary or Secondary
    Enabled bool
    Access point redundancy
    Group string
    Port redundancy group
    Priority string
    Priority type-Primary or Secondary
    enabled Boolean
    Access point redundancy
    group String
    Port redundancy group
    priority String
    Priority type-Primary or Secondary
    enabled boolean
    Access point redundancy
    group string
    Port redundancy group
    priority string
    Priority type-Primary or Secondary
    enabled bool
    Access point redundancy
    group str
    Port redundancy group
    priority str
    Priority type-Primary or Secondary
    enabled Boolean
    Access point redundancy
    group String
    Port redundancy group
    priority String
    Priority type-Primary or Secondary

    GetConnectionZSideAccessPointProfile

    AccessPointTypeConfigs List<GetConnectionZSideAccessPointProfileAccessPointTypeConfig>
    Access point config information
    Description string
    User-provided service description
    Href string
    Service Profile URI response attribute
    Name string
    Customer-assigned service profile name
    Type string
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    Uuid string
    Equinix assigned service profile identifier
    AccessPointTypeConfigs []GetConnectionZSideAccessPointProfileAccessPointTypeConfig
    Access point config information
    Description string
    User-provided service description
    Href string
    Service Profile URI response attribute
    Name string
    Customer-assigned service profile name
    Type string
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    Uuid string
    Equinix assigned service profile identifier
    accessPointTypeConfigs List<GetConnectionZSideAccessPointProfileAccessPointTypeConfig>
    Access point config information
    description String
    User-provided service description
    href String
    Service Profile URI response attribute
    name String
    Customer-assigned service profile name
    type String
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    uuid String
    Equinix assigned service profile identifier
    accessPointTypeConfigs GetConnectionZSideAccessPointProfileAccessPointTypeConfig[]
    Access point config information
    description string
    User-provided service description
    href string
    Service Profile URI response attribute
    name string
    Customer-assigned service profile name
    type string
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    uuid string
    Equinix assigned service profile identifier
    access_point_type_configs Sequence[GetConnectionZSideAccessPointProfileAccessPointTypeConfig]
    Access point config information
    description str
    User-provided service description
    href str
    Service Profile URI response attribute
    name str
    Customer-assigned service profile name
    type str
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    uuid str
    Equinix assigned service profile identifier
    accessPointTypeConfigs List<Property Map>
    Access point config information
    description String
    User-provided service description
    href String
    Service Profile URI response attribute
    name String
    Customer-assigned service profile name
    type String
    Service profile type - L2_PROFILE, L3_PROFILE, ECIA_PROFILE, ECMC_PROFILE
    uuid String
    Equinix assigned service profile identifier

    GetConnectionZSideAccessPointProfileAccessPointTypeConfig

    Type string
    Type of access point type config - VD, COLO
    Uuid string
    Equinix-assigned access point type config identifier
    Type string
    Type of access point type config - VD, COLO
    Uuid string
    Equinix-assigned access point type config identifier
    type String
    Type of access point type config - VD, COLO
    uuid String
    Equinix-assigned access point type config identifier
    type string
    Type of access point type config - VD, COLO
    uuid string
    Equinix-assigned access point type config identifier
    type str
    Type of access point type config - VD, COLO
    uuid str
    Equinix-assigned access point type config identifier
    type String
    Type of access point type config - VD, COLO
    uuid String
    Equinix-assigned access point type config identifier

    GetConnectionZSideAccessPointRouter

    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned virtual gateway identifier
    Href string
    Unique Resource Identifier
    Uuid string
    Equinix-assigned virtual gateway identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned virtual gateway identifier
    href string
    Unique Resource Identifier
    uuid string
    Equinix-assigned virtual gateway identifier
    href str
    Unique Resource Identifier
    uuid str
    Equinix-assigned virtual gateway identifier
    href String
    Unique Resource Identifier
    uuid String
    Equinix-assigned virtual gateway identifier

    GetConnectionZSideAccessPointVirtualDevice

    Href string
    Unique Resource Identifier
    Name string
    Customer-assigned Virtual Device Name
    Type string
    Virtual Device type
    Uuid string
    Equinix-assigned Virtual Device identifier
    Href string
    Unique Resource Identifier
    Name string
    Customer-assigned Virtual Device Name
    Type string
    Virtual Device type
    Uuid string
    Equinix-assigned Virtual Device identifier
    href String
    Unique Resource Identifier
    name String
    Customer-assigned Virtual Device Name
    type String
    Virtual Device type
    uuid String
    Equinix-assigned Virtual Device identifier
    href string
    Unique Resource Identifier
    name string
    Customer-assigned Virtual Device Name
    type string
    Virtual Device type
    uuid string
    Equinix-assigned Virtual Device identifier
    href str
    Unique Resource Identifier
    name str
    Customer-assigned Virtual Device Name
    type str
    Virtual Device type
    uuid str
    Equinix-assigned Virtual Device identifier
    href String
    Unique Resource Identifier
    name String
    Customer-assigned Virtual Device Name
    type String
    Virtual Device type
    uuid String
    Equinix-assigned Virtual Device identifier

    GetConnectionZSideAdditionalInfo

    Key string
    Additional information key
    Value string
    Additional information value
    Key string
    Additional information key
    Value string
    Additional information value
    key String
    Additional information key
    value String
    Additional information value
    key string
    Additional information key
    value string
    Additional information value
    key str
    Additional information key
    value str
    Additional information value
    key String
    Additional information key
    value String
    Additional information value

    GetConnectionZSideServiceToken

    Description string
    Service token description
    Href string
    An absolute URL that is the subject of the link's context
    Type string
    Token type - VC_TOKEN
    Uuid string
    Equinix-assigned service token identifier
    Description string
    Service token description
    Href string
    An absolute URL that is the subject of the link's context
    Type string
    Token type - VC_TOKEN
    Uuid string
    Equinix-assigned service token identifier
    description String
    Service token description
    href String
    An absolute URL that is the subject of the link's context
    type String
    Token type - VC_TOKEN
    uuid String
    Equinix-assigned service token identifier
    description string
    Service token description
    href string
    An absolute URL that is the subject of the link's context
    type string
    Token type - VC_TOKEN
    uuid string
    Equinix-assigned service token identifier
    description str
    Service token description
    href str
    An absolute URL that is the subject of the link's context
    type str
    Token type - VC_TOKEN
    uuid str
    Equinix-assigned service token identifier
    description String
    Service token description
    href String
    An absolute URL that is the subject of the link's context
    type String
    Token type - VC_TOKEN
    uuid String
    Equinix-assigned service token identifier

    Package Details

    Repository
    equinix equinix/pulumi-equinix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the equinix Terraform Provider.
    equinix logo
    Equinix v0.8.0 published on Tuesday, Apr 2, 2024 by Equinix