Home
last modified time | relevance | path

Searched defs:tenant_id (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dmulti_view.sql404 CREATE TABLE large (id int, tenant_id int); field
406 CREATE TABLE small (id int, tenant_id int, unique(tenant_id)); field
494 CREATE TABLE small (id int, tenant_id int); field
496 CREATE TABLE large_partitioned (id int, tenant_id int) partition by range(tenant_id); field
562 CREATE TABLE large (id int, tenant_id int); field
564 CREATE TABLE small (id int, tenant_id int, unique(tenant_id)); field
H A Dmaterialized_view.sql156 CREATE TABLE large (id int, tenant_id int); field
157 CREATE TABLE small (id int, tenant_id int); field
202 CREATE TABLE small (id int, tenant_id int); field
204 CREATE TABLE large_partitioned (id int, tenant_id int) partition by range(tenant_id); field
H A Dwith_transactions.sql8 CREATE TABLE with_transactions.raw_table (tenant_id int, income float, created_at timestamptz); field
11 CREATE TABLE with_transactions.second_raw_table (tenant_id int, income float, created_at timestampt… field
H A Dwith_dml.sql4 CREATE TABLE with_dml.distributed_table (tenant_id text PRIMARY KEY, dept int); field
8 CREATE TABLE with_dml.second_distributed_table (tenant_id text, dept int); field
H A Dnon_colocated_subquery_joins.sql787 CREATE TABLE table1 (id int, tenant_id int); field
789 CREATE TABLE table2 (id int, tenant_id int) partition by range(tenant_id); field
H A Dmulti_deparse_shard_query.sql16 (tenant_id bigint, field
31 (tenant_id bigint, field
45 (tenant_id bigint, field
H A Drecursive_dml_with_different_planners_executors.sql4 CREATE TABLE distributed_table (tenant_id text, dept int, info jsonb); field
7 CREATE TABLE second_distributed_table (tenant_id text, dept int, info jsonb); field
H A Ddml_recursive.sql5 CREATE TABLE recursive_dml_queries.distributed_table (tenant_id text, dept int, info jsonb); field
8 CREATE TABLE recursive_dml_queries.second_distributed_table (tenant_id text, dept int, info jsonb); field
H A Drecursive_dml_queries_mx.sql6 CREATE TABLE recursive_dml_queries_mx.distributed_table (tenant_id text, dept int, info jsonb); field
9 CREATE TABLE recursive_dml_queries_mx.second_distributed_table (tenant_id text, dept int, info json… field
/dports/net/py-python-novaclient/python-novaclient-17.1.0/novaclient/v2/
H A Dquotas.py29 def get(self, tenant_id, user_id=None, detail=False): argument
46 def update(self, tenant_id, **kwargs): argument
65 def update(self, tenant_id, user_id=None, force=False, argument
95 def defaults(self, tenant_id): argument
99 def delete(self, tenant_id, user_id=None): argument
/dports/net/py-python-cinderclient/python-cinderclient-7.2.0/cinderclient/v2/
H A Dquotas.py33 def get(self, tenant_id, usage=False): argument
39 def update(self, tenant_id, **updates): argument
49 def defaults(self, tenant_id): argument
53 def delete(self, tenant_id): argument
/dports/www/py-falcon/falcon-2.0.0/falcon/bench/queues/
H A Dqueues.py19 def on_put(self, req, resp, tenant_id, queue_name): argument
22 def on_get(self, req, resp, tenant_id, queue_name): argument
25 def on_delete(self, req, resp, tenant_id, queue_name): argument
31 def on_get(self, req, resp, tenant_id): argument
H A Dmessages.py19 def on_post(self, req, resp, tenant_id, queue_name): argument
22 def on_get(self, req, resp, tenant_id, queue_name): argument
28 def on_get(self, req, resp, tenant_id, queue_name, message_id): argument
31 def on_delete(self, req, resp, tenant_id, queue_name, message_id): argument
H A Dclaims.py19 def on_post(self, req, resp, tenant_id, queue_name): argument
25 def on_get(self, req, resp, tenant_id, queue_name, claim_id): argument
28 def on_patch(self, req, resp, tenant_id, queue_name, claim_id): argument
31 def on_delete(self, req, resp, tenant_id, queue_name, claim_id): argument
/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/tests/functional/core/
H A Dtest_purge.py30 def _create_subnet(self, name, tenant_id, cidr): argument
41 def _create_router(self, name, tenant_id): argument
50 def _create_floatingip(self, network, tenant_id): argument
59 def _create_resources(self, name, tenant_id, shared_tenant_id=None): argument
/dports/devel/py-oci/oci-2.53.1/src/oci/identity_data_plane/models/
H A Dprincipal.py75 def tenant_id(self): member in Principal
87 def tenant_id(self, tenant_id): argument
H A Dauth_service_user.py89 def tenant_id(self): member in AuthServiceUser
101 def tenant_id(self, tenant_id): argument
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/usage/
H A Dquotas.py173 def get_default_quota_data(request, disabled_quotas=None, tenant_id=None): argument
213 def get_tenant_quota_data(request, disabled_quotas=None, tenant_id=None): argument
322 def _get_tenant_compute_usages(request, usages, disabled_quotas, tenant_id): argument
349 def _get_tenant_network_usages(request, usages, disabled_quotas, tenant_id): argument
364 def _get_tenant_volume_usages(request, usages, disabled_quotas, tenant_id): argument
384 def tenant_quota_usages(request, tenant_id=None, targets=None): argument
/dports/net/py-python-novaclient/python-novaclient-17.1.0/novaclient/tests/unit/fixture_data/
H A Dquotas.py53 def test_quota(self, tenant_id='test'): argument
77 def test_quota(self, tenant_id='test'): argument
/dports/devel/py-azure-graphrbac/azure-graphrbac-0.61.1/azure/graphrbac/
H A Dgraph_rbac_management_client.py42 self, credentials, tenant_id, base_url=None): argument
94 self, credentials, tenant_id, base_url=None): argument
/dports/devel/py-azure-identity/azure-identity-1.5.0/azure/identity/_internal/
H A Dclient_secret_credential_base.py24 def __init__(self, tenant_id, client_id, client_secret, **kwargs): argument
48 def _get_auth_client(self, tenant_id, client_id, **kwargs): argument
H A Dcertificate_credential_base.py30 def __init__(self, tenant_id, client_id, certificate_path, **kwargs): argument
60 def _get_auth_client(self, tenant_id, client_id, **kwargs): argument
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/openstack_v1.1/
H A D_v2_0__security_groups.json8 "tenant_id": "68" string
25 "tenant_id": "68" string
H A D_os_security_groups.json8 "tenant_id": "68" string
27 "tenant_id": "68" string
/dports/devel/py-oci/oci-2.53.1/src/oci/logging/models/
H A Dservice_summary.py79 def tenant_id(self): member in ServiceSummary
91 def tenant_id(self, tenant_id): member in ServiceSummary

12345678