Skip to content

Files

Latest commit

419fdbb · Aug 17, 2022

History

History
37 lines (25 loc) · 3.43 KB

VirtualCrossConnect1.md

File metadata and controls

37 lines (25 loc) · 3.43 KB

VirtualCrossConnect1

Properties

Name Type Description Notes
recordType String Identifies the type of the resource. [optional] [readonly]
cloudProvider CloudProviderEnum The Virtual Private Cloud with which you would like to establish a cross connect. [optional]
cloudRegion String The region where your Virtual Private Cloud hosts are located.<br /><br />The available regions can be found using the /virtual_cross_connect_regions endpoint. [optional]
bgpAsn BigDecimal The Border Gateway Protocol (BGP) Autonomous System Number (ASN). If null, value will be assigned by Telnyx. [optional]
bandwidthMbps BigDecimal The desired throughput in Megabits per Second (Mbps) for your Virtual Cross Connect.<br /><br />The available bandwidths can be found using the /virtual_cross_connect_regions endpoint. [optional]
primaryEnabled Boolean Indicates whether the primary circuit is enabled. Setting this to `false` will disable the circuit. [optional] [readonly]
primaryCloudAccountId String The identifier for your Virtual Private Cloud. The number will be different based upon your Cloud provider. [optional]
primaryTelnyxIp String The IP address assigned to the Telnyx side of the Virtual Cross Connect.<br /><br />If none is provided, one will be generated for you.<br /><br />This value should be null for GCE as Google will only inform you of your assigned IP once the connection has been accepted. [optional]
primaryCloudIp String The IP address assigned for your side of the Virtual Cross Connect.<br /><br />If none is provided, one will be generated for you.<br /><br />This value should be null for GCE as Google will only inform you of your assigned IP once the connection has been accepted. [optional]
primaryBgpKey String The authentication key for BGP peer configuration. [optional]
secondaryEnabled Boolean Indicates whether the secondary circuit is enabled. Setting this to `false` will disable the circuit. [optional] [readonly]
secondaryCloudAccountId String The identifier for your Virtual Private Cloud. The number will be different based upon your Cloud provider.<br /><br />This attribute is only necessary for GCE. [optional]
secondaryTelnyxIp String The IP address assigned to the Telnyx side of the Virtual Cross Connect.<br /><br />If none is provided, one will be generated for you.<br /><br />This value should be null for GCE as Google will only inform you of your assigned IP once the connection has been accepted. [optional]
secondaryCloudIp String The IP address assigned for your side of the Virtual Cross Connect.<br /><br />If none is provided, one will be generated for you.<br /><br />This value should be null for GCE as Google will only inform you of your assigned IP once the connection has been accepted. [optional]
secondaryBgpKey String The authentication key for BGP peer configuration. [optional]

Enum: CloudProviderEnum

Name Value
AWS "aws"
AZURE "azure"
GCE "gce"