Database Table: cloud_networks¶
For each cloud defined within a group, CSV2 process will attempt to retrieve configuration data to inform scheduling decisions and users. These configuration items are set by the cloud administrators and not by CSV2. in oder to change these values, you will to confer with the target cloud support.
The information stored in this table reflect the networks avialable on the target cloud.
Keys:¶
group_name (String(32)):
Group name associated with the cloud the network was queried from.
cloud_name (String(32)):
Name of the cloud the network was queried from
id (String(128)):
Unique ID of the network. This ID is from the source cloud and may not be unique with respect to entries from different clouds.
Columns:¶
name (String(256)):
Name of the network as defined on the cloud.
cloud_type (String(64)):
Type of cloud the network was queried from.
subnets (String(256)):
ID of any subnets within a given network.
tenant_id (String(128)):
ID of the cloud tenant/project associated with a given network
external_route (Boolean):
A boolean representing whether or not the network has an external route.
shared (Boolean):
A boolean representing whether or not the network is shared.
last_updated (Integer):
Timestamp in seconds since epoch representing the last time the network was updated in csv2.