DirectConnection
Fields
| name | type | nullable | description |
|---|---|---|---|
name | String | true | -- |
id | String | false | -- |
tags | List<String> | false | -- |
isUp | Bool | false | -- |
cloudIp | IpSubnet | true | -- |
customerIp | IpSubnet | true | -- |
vlanId | Integer | true | -- |
virtualIfaceId | String | true | -- |
backupCustomerIp | IpSubnet | true | -- |
serviceProviderName | String | true | -- |
peeringLocation | String | true | -- |
Used by
network → cloudAccounts → dcGateways → directConnections
See also
Data model path
- network:
Network- cloudAccounts: List<
CloudAccount>- dcGateways: List<
DcGateway>- directConnections: List<
DirectConnection>
- directConnections: List<
- dcGateways: List<
- cloudAccounts: List<