core_remote

7 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
pulp_id uuid 2147483647 null
ansible_collectionremote.remote_ptr_id ansible_collectionre_remote_ptr_id_62ff3f5a_fk_core_remoR
ansible_roleremote.remote_ptr_id ansible_roleremote_remote_ptr_id_ac6a1685_fk_core_remoR
container_containerremote.remote_ptr_id container_containerr_remote_ptr_id_1b638ad3_fk_core_remoR
core_basedistribution.remote_id core_basedistribution_remote_id_3e077424_fk_core_remote_pulp_idR
core_remoteartifact.remote_id core_remoteartifact_remote_id_af9354ce_fk_core_remote_pulp_idR
core_repository.remote_id core_repository_remote_id_25c54490_fk_core_remote_pulp_idR
pulp_created timestamptz 35,6 null
pulp_last_updated timestamptz 35,6 null
pulp_type text 2147483647 null
name text 2147483647 null
url text 2147483647 null
ca_cert text 2147483647 null
client_cert text 2147483647 null
client_key text 2147483647 null
tls_validation bool 1 null
proxy_url text 2147483647 null
username text 2147483647 null
password text 2147483647 null
download_concurrency int4 10 null
policy text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
core_remote_pkey Primary key Asc pulp_id
core_remote_name_key Must be unique Asc name

Check Constraints

Constraint Name Constraint
core_remote_download_concurrency_check ((download_concurrency >= 0))

Relationships