Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('gcp_compute_network_peerings_id_seq'::regclass) |
|
|
||||
network_id | int8 | 19 | √ | null |
|
|
||||
auto_create_routes | bool | 1 | √ | null |
|
|
||||
exchange_subnet_routes | bool | 1 | √ | null |
|
|
||||
export_custom_routes | bool | 1 | √ | null |
|
|
||||
export_subnet_routes_with_public_ip | bool | 1 | √ | null |
|
|
||||
import_custom_routes | bool | 1 | √ | null |
|
|
||||
import_subnet_routes_with_public_ip | bool | 1 | √ | null |
|
|
||||
name | text | 2147483647 | √ | null |
|
|
||||
network | text | 2147483647 | √ | null |
|
|
||||
peer_mtu | int8 | 19 | √ | null |
|
|
||||
state | text | 2147483647 | √ | null |
|
|
||||
state_details | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
gcp_compute_network_peerings_pkey | Primary key | Asc | id |