pulumi-gcp 9.1.0a1758696393__py3-none-any.whl → 9.1.0a1758939336__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +56 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +7 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +7 -0
- pulumi_gcp/apigateway/api_iam_binding.py +7 -0
- pulumi_gcp/apigateway/api_iam_member.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +7 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +7 -0
- pulumi_gcp/apigee/environment_iam_binding.py +7 -0
- pulumi_gcp/apigee/environment_iam_member.py +7 -0
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_maven_artifact.py +232 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +7 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +2 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_associations.py +127 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_reference.py +211 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +34 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +7 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +7 -0
- pulumi_gcp/bigquery/__init__.py +5 -0
- pulumi_gcp/bigquery/_inputs.py +185 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +7 -0
- pulumi_gcp/bigquery/connection_iam_member.py +7 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy.py +870 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_binding.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_member.py +838 -0
- pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_policy.py +670 -0
- pulumi_gcp/bigquery/get_datapolicyv2_data_policy_iam_policy.py +182 -0
- pulumi_gcp/bigquery/iam_binding.py +7 -0
- pulumi_gcp/bigquery/iam_member.py +7 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +7 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/_inputs.py +37 -0
- pulumi_gcp/certificateauthority/ca_pool.py +90 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +7 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +7 -0
- pulumi_gcp/certificateauthority/outputs.py +39 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -0
- pulumi_gcp/cloudrun/_inputs.py +21 -1
- pulumi_gcp/cloudrun/iam_binding.py +7 -0
- pulumi_gcp/cloudrun/iam_member.py +7 -0
- pulumi_gcp/cloudrun/outputs.py +27 -2
- pulumi_gcp/cloudrunv2/_inputs.py +83 -3
- pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/outputs.py +104 -6
- pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +7 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +7 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +7 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +214 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +7 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/disk_iam_binding.py +7 -0
- pulumi_gcp/compute/disk_iam_member.py +7 -0
- pulumi_gcp/compute/get_interconnect_location.py +278 -0
- pulumi_gcp/compute/get_interconnect_locations.py +130 -0
- pulumi_gcp/compute/get_security_policy.py +45 -1
- pulumi_gcp/compute/image_iam_binding.py +7 -0
- pulumi_gcp/compute/image_iam_member.py +7 -0
- pulumi_gcp/compute/instance_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_iam_member.py +7 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +7 -0
- pulumi_gcp/compute/instance_template_iam_member.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +7 -0
- pulumi_gcp/compute/machine_image_iam_member.py +7 -0
- pulumi_gcp/compute/outputs.py +348 -0
- pulumi_gcp/compute/region_backend_service.py +21 -7
- pulumi_gcp/compute/region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +7 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +7 -0
- pulumi_gcp/compute/region_disk_iam_member.py +7 -0
- pulumi_gcp/compute/security_policy.py +147 -0
- pulumi_gcp/compute/service_attachment.py +193 -3
- pulumi_gcp/compute/snapshot_iam_binding.py +7 -0
- pulumi_gcp/compute/snapshot_iam_member.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +7 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +7 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +7 -0
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +59 -0
- pulumi_gcp/container/outputs.py +67 -0
- pulumi_gcp/containeranalysis/note_iam_binding.py +7 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +7 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +7 -0
- pulumi_gcp/dataplex/asset_iam_member.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +7 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +7 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +7 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +7 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +7 -0
- pulumi_gcp/dataplex/lake_iam_member.py +7 -0
- pulumi_gcp/dataplex/task_iam_binding.py +7 -0
- pulumi_gcp/dataplex/task_iam_member.py +7 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +7 -0
- pulumi_gcp/dataplex/zone_iam_member.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +7 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +7 -0
- pulumi_gcp/datastream/_inputs.py +21 -1
- pulumi_gcp/datastream/outputs.py +15 -1
- pulumi_gcp/datastream/stream.py +208 -0
- pulumi_gcp/discoveryengine/search_engine.py +100 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +7 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +7 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +7 -0
- pulumi_gcp/endpoints/service_iam_binding.py +7 -0
- pulumi_gcp/endpoints/service_iam_member.py +7 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gemini/repository_group_iam_binding.py +7 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +7 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +7 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +7 -0
- pulumi_gcp/gkehub/feature_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +7 -0
- pulumi_gcp/gkehub/membership_iam_member.py +7 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +7 -0
- pulumi_gcp/gkehub/scope_iam_member.py +7 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/gkeonprem/_inputs.py +56 -0
- pulumi_gcp/gkeonprem/outputs.py +50 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +70 -0
- pulumi_gcp/healthcare/_inputs.py +144 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +7 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +7 -0
- pulumi_gcp/healthcare/fhir_store.py +122 -0
- pulumi_gcp/healthcare/outputs.py +113 -0
- pulumi_gcp/iam/_inputs.py +270 -3
- pulumi_gcp/iam/outputs.py +203 -2
- pulumi_gcp/iam/workforce_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +7 -0
- pulumi_gcp/iam/workforce_pool_provider.py +287 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +7 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +7 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_iam_member.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +7 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_iam_binding.py +7 -0
- pulumi_gcp/iap/web_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +7 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +7 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +7 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/ekm_connection_iam_binding.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +7 -0
- pulumi_gcp/logging/log_view_iam_binding.py +7 -0
- pulumi_gcp/logging/log_view_iam_member.py +7 -0
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/netapp/_inputs.py +44 -1
- pulumi_gcp/netapp/outputs.py +31 -1
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/address_group_iam_binding.py +7 -0
- pulumi_gcp/networksecurity/address_group_iam_member.py +7 -0
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +393 -6
- pulumi_gcp/networkservices/outputs.py +289 -4
- pulumi_gcp/networkservices/wasm_plugin.py +740 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +7 -0
- pulumi_gcp/notebooks/instance_iam_member.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +7 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +7 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/_inputs.py +24 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +26 -1
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +7 -0
- pulumi_gcp/pubsub/schema_iam_member.py +7 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic_iam_binding.py +7 -0
- pulumi_gcp/pubsub/topic_iam_member.py +7 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +7 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +7 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +344 -0
- pulumi_gcp/saasruntime/outputs.py +222 -0
- pulumi_gcp/saasruntime/release.py +1063 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +7 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +7 -0
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/_inputs.py +43 -0
- pulumi_gcp/securesourcemanager/hook.py +758 -0
- pulumi_gcp/securesourcemanager/outputs.py +43 -0
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +7 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +7 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +7 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +7 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +7 -0
- pulumi_gcp/sql/database_instance.py +44 -0
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_key_iam_member.py +7 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +7 -0
- pulumi_gcp/tags/tag_value_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +7 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +7 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +7 -0
- pulumi_gcp/workstations/workstation_iam_member.py +7 -0
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/RECORD +299 -286
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.1.0a1758696393.dist-info → pulumi_gcp-9.1.0a1758939336.dist-info}/top_level.txt +0 -0
@@ -39,6 +39,7 @@ class BackendServiceIamMemberArgs:
|
|
39
39
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
40
40
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
41
41
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
42
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
42
43
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
43
44
|
`compute.BackendServiceIamBinding` can be used per role. Note that custom roles must be of the format
|
44
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -72,6 +73,7 @@ class BackendServiceIamMemberArgs:
|
|
72
73
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
73
74
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
74
75
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
76
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
75
77
|
"""
|
76
78
|
return pulumi.get(self, "member")
|
77
79
|
|
@@ -157,6 +159,7 @@ class _BackendServiceIamMemberState:
|
|
157
159
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
158
160
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
159
161
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
162
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
160
163
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
161
164
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
162
165
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -217,6 +220,7 @@ class _BackendServiceIamMemberState:
|
|
217
220
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
218
221
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
219
222
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
223
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
220
224
|
"""
|
221
225
|
return pulumi.get(self, "member")
|
222
226
|
|
@@ -560,6 +564,7 @@ class BackendServiceIamMember(pulumi.CustomResource):
|
|
560
564
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
561
565
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
562
566
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
567
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
563
568
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
564
569
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
565
570
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -918,6 +923,7 @@ class BackendServiceIamMember(pulumi.CustomResource):
|
|
918
923
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
919
924
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
920
925
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
926
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
921
927
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
922
928
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
923
929
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -969,6 +975,7 @@ class BackendServiceIamMember(pulumi.CustomResource):
|
|
969
975
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
970
976
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
971
977
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
978
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
972
979
|
"""
|
973
980
|
return pulumi.get(self, "member")
|
974
981
|
|
@@ -40,6 +40,7 @@ class DiskIamBindingArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`compute.DiskIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -76,6 +77,7 @@ class DiskIamBindingArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "members")
|
81
83
|
|
@@ -170,6 +172,7 @@ class _DiskIamBindingState:
|
|
170
172
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
171
173
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
172
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
175
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
173
176
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
174
177
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
175
178
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -231,6 +234,7 @@ class _DiskIamBindingState:
|
|
231
234
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
232
235
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
233
236
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
237
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
234
238
|
"""
|
235
239
|
return pulumi.get(self, "members")
|
236
240
|
|
@@ -481,6 +485,7 @@ class DiskIamBinding(pulumi.CustomResource):
|
|
481
485
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
482
486
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
483
487
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
488
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
484
489
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
485
490
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
486
491
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -737,6 +742,7 @@ class DiskIamBinding(pulumi.CustomResource):
|
|
737
742
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
738
743
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
739
744
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
745
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
740
746
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
741
747
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
742
748
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -788,6 +794,7 @@ class DiskIamBinding(pulumi.CustomResource):
|
|
788
794
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
789
795
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
790
796
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
797
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
791
798
|
"""
|
792
799
|
return pulumi.get(self, "members")
|
793
800
|
|
@@ -40,6 +40,7 @@ class DiskIamMemberArgs:
|
|
40
40
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
41
41
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
42
42
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
43
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
43
44
|
:param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
|
44
45
|
`compute.DiskIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -76,6 +77,7 @@ class DiskIamMemberArgs:
|
|
76
77
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
77
78
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
78
79
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
80
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
79
81
|
"""
|
80
82
|
return pulumi.get(self, "member")
|
81
83
|
|
@@ -170,6 +172,7 @@ class _DiskIamMemberState:
|
|
170
172
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
171
173
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
172
174
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
175
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
173
176
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
174
177
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
175
178
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -231,6 +234,7 @@ class _DiskIamMemberState:
|
|
231
234
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
232
235
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
233
236
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
237
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
234
238
|
"""
|
235
239
|
return pulumi.get(self, "member")
|
236
240
|
|
@@ -481,6 +485,7 @@ class DiskIamMember(pulumi.CustomResource):
|
|
481
485
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
482
486
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
483
487
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
488
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
484
489
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
485
490
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
486
491
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -737,6 +742,7 @@ class DiskIamMember(pulumi.CustomResource):
|
|
737
742
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
738
743
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
739
744
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
745
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
740
746
|
:param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
|
741
747
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
742
748
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -788,6 +794,7 @@ class DiskIamMember(pulumi.CustomResource):
|
|
788
794
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
789
795
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
790
796
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
797
|
+
* **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
|
791
798
|
"""
|
792
799
|
return pulumi.get(self, "member")
|
793
800
|
|
@@ -0,0 +1,278 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetInterconnectLocationResult',
|
19
|
+
'AwaitableGetInterconnectLocationResult',
|
20
|
+
'get_interconnect_location',
|
21
|
+
'get_interconnect_location_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetInterconnectLocationResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getInterconnectLocation.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, address=None, availability_zone=None, city=None, continent=None, description=None, facility_provider=None, facility_provider_facility_id=None, id=None, name=None, peeringdb_facility_id=None, project=None, self_link=None, status=None):
|
30
|
+
if address and not isinstance(address, str):
|
31
|
+
raise TypeError("Expected argument 'address' to be a str")
|
32
|
+
pulumi.set(__self__, "address", address)
|
33
|
+
if availability_zone and not isinstance(availability_zone, str):
|
34
|
+
raise TypeError("Expected argument 'availability_zone' to be a str")
|
35
|
+
pulumi.set(__self__, "availability_zone", availability_zone)
|
36
|
+
if city and not isinstance(city, str):
|
37
|
+
raise TypeError("Expected argument 'city' to be a str")
|
38
|
+
pulumi.set(__self__, "city", city)
|
39
|
+
if continent and not isinstance(continent, str):
|
40
|
+
raise TypeError("Expected argument 'continent' to be a str")
|
41
|
+
pulumi.set(__self__, "continent", continent)
|
42
|
+
if description and not isinstance(description, str):
|
43
|
+
raise TypeError("Expected argument 'description' to be a str")
|
44
|
+
pulumi.set(__self__, "description", description)
|
45
|
+
if facility_provider and not isinstance(facility_provider, str):
|
46
|
+
raise TypeError("Expected argument 'facility_provider' to be a str")
|
47
|
+
pulumi.set(__self__, "facility_provider", facility_provider)
|
48
|
+
if facility_provider_facility_id and not isinstance(facility_provider_facility_id, str):
|
49
|
+
raise TypeError("Expected argument 'facility_provider_facility_id' to be a str")
|
50
|
+
pulumi.set(__self__, "facility_provider_facility_id", facility_provider_facility_id)
|
51
|
+
if id and not isinstance(id, str):
|
52
|
+
raise TypeError("Expected argument 'id' to be a str")
|
53
|
+
pulumi.set(__self__, "id", id)
|
54
|
+
if name and not isinstance(name, str):
|
55
|
+
raise TypeError("Expected argument 'name' to be a str")
|
56
|
+
pulumi.set(__self__, "name", name)
|
57
|
+
if peeringdb_facility_id and not isinstance(peeringdb_facility_id, str):
|
58
|
+
raise TypeError("Expected argument 'peeringdb_facility_id' to be a str")
|
59
|
+
pulumi.set(__self__, "peeringdb_facility_id", peeringdb_facility_id)
|
60
|
+
if project and not isinstance(project, str):
|
61
|
+
raise TypeError("Expected argument 'project' to be a str")
|
62
|
+
pulumi.set(__self__, "project", project)
|
63
|
+
if self_link and not isinstance(self_link, str):
|
64
|
+
raise TypeError("Expected argument 'self_link' to be a str")
|
65
|
+
pulumi.set(__self__, "self_link", self_link)
|
66
|
+
if status and not isinstance(status, str):
|
67
|
+
raise TypeError("Expected argument 'status' to be a str")
|
68
|
+
pulumi.set(__self__, "status", status)
|
69
|
+
|
70
|
+
@_builtins.property
|
71
|
+
@pulumi.getter
|
72
|
+
def address(self) -> _builtins.str:
|
73
|
+
"""
|
74
|
+
The postal address of the Point of Presence.
|
75
|
+
"""
|
76
|
+
return pulumi.get(self, "address")
|
77
|
+
|
78
|
+
@_builtins.property
|
79
|
+
@pulumi.getter(name="availabilityZone")
|
80
|
+
def availability_zone(self) -> _builtins.str:
|
81
|
+
"""
|
82
|
+
The availability zone for this InterconnectLocation.
|
83
|
+
"""
|
84
|
+
return pulumi.get(self, "availability_zone")
|
85
|
+
|
86
|
+
@_builtins.property
|
87
|
+
@pulumi.getter
|
88
|
+
def city(self) -> _builtins.str:
|
89
|
+
"""
|
90
|
+
The city for this location.
|
91
|
+
"""
|
92
|
+
return pulumi.get(self, "city")
|
93
|
+
|
94
|
+
@_builtins.property
|
95
|
+
@pulumi.getter
|
96
|
+
def continent(self) -> _builtins.str:
|
97
|
+
"""
|
98
|
+
The continent for this location.
|
99
|
+
"""
|
100
|
+
return pulumi.get(self, "continent")
|
101
|
+
|
102
|
+
@_builtins.property
|
103
|
+
@pulumi.getter
|
104
|
+
def description(self) -> _builtins.str:
|
105
|
+
"""
|
106
|
+
A textual description of the resource.
|
107
|
+
"""
|
108
|
+
return pulumi.get(self, "description")
|
109
|
+
|
110
|
+
@_builtins.property
|
111
|
+
@pulumi.getter(name="facilityProvider")
|
112
|
+
def facility_provider(self) -> _builtins.str:
|
113
|
+
"""
|
114
|
+
The name of the provider for this facility.
|
115
|
+
"""
|
116
|
+
return pulumi.get(self, "facility_provider")
|
117
|
+
|
118
|
+
@_builtins.property
|
119
|
+
@pulumi.getter(name="facilityProviderFacilityId")
|
120
|
+
def facility_provider_facility_id(self) -> _builtins.str:
|
121
|
+
"""
|
122
|
+
A provider-assigned Identifier for this facility.
|
123
|
+
"""
|
124
|
+
return pulumi.get(self, "facility_provider_facility_id")
|
125
|
+
|
126
|
+
@_builtins.property
|
127
|
+
@pulumi.getter
|
128
|
+
def id(self) -> _builtins.str:
|
129
|
+
"""
|
130
|
+
The provider-assigned unique ID for this managed resource.
|
131
|
+
"""
|
132
|
+
return pulumi.get(self, "id")
|
133
|
+
|
134
|
+
@_builtins.property
|
135
|
+
@pulumi.getter
|
136
|
+
def name(self) -> _builtins.str:
|
137
|
+
return pulumi.get(self, "name")
|
138
|
+
|
139
|
+
@_builtins.property
|
140
|
+
@pulumi.getter(name="peeringdbFacilityId")
|
141
|
+
def peeringdb_facility_id(self) -> _builtins.str:
|
142
|
+
"""
|
143
|
+
The PeeringDB facility ID for this facility.
|
144
|
+
"""
|
145
|
+
return pulumi.get(self, "peeringdb_facility_id")
|
146
|
+
|
147
|
+
@_builtins.property
|
148
|
+
@pulumi.getter
|
149
|
+
def project(self) -> _builtins.str:
|
150
|
+
return pulumi.get(self, "project")
|
151
|
+
|
152
|
+
@_builtins.property
|
153
|
+
@pulumi.getter(name="selfLink")
|
154
|
+
def self_link(self) -> _builtins.str:
|
155
|
+
"""
|
156
|
+
The URI of the created resource.
|
157
|
+
"""
|
158
|
+
return pulumi.get(self, "self_link")
|
159
|
+
|
160
|
+
@_builtins.property
|
161
|
+
@pulumi.getter
|
162
|
+
def status(self) -> _builtins.str:
|
163
|
+
"""
|
164
|
+
The status of this InterconnectLocation.
|
165
|
+
"""
|
166
|
+
return pulumi.get(self, "status")
|
167
|
+
|
168
|
+
|
169
|
+
class AwaitableGetInterconnectLocationResult(GetInterconnectLocationResult):
|
170
|
+
# pylint: disable=using-constant-test
|
171
|
+
def __await__(self):
|
172
|
+
if False:
|
173
|
+
yield self
|
174
|
+
return GetInterconnectLocationResult(
|
175
|
+
address=self.address,
|
176
|
+
availability_zone=self.availability_zone,
|
177
|
+
city=self.city,
|
178
|
+
continent=self.continent,
|
179
|
+
description=self.description,
|
180
|
+
facility_provider=self.facility_provider,
|
181
|
+
facility_provider_facility_id=self.facility_provider_facility_id,
|
182
|
+
id=self.id,
|
183
|
+
name=self.name,
|
184
|
+
peeringdb_facility_id=self.peeringdb_facility_id,
|
185
|
+
project=self.project,
|
186
|
+
self_link=self.self_link,
|
187
|
+
status=self.status)
|
188
|
+
|
189
|
+
|
190
|
+
def get_interconnect_location(name: Optional[_builtins.str] = None,
|
191
|
+
project: Optional[_builtins.str] = None,
|
192
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInterconnectLocationResult:
|
193
|
+
"""
|
194
|
+
Get the details of a single interconnect location. For more information see
|
195
|
+
the official [API](https://cloud.google.com/compute/docs/reference/rest/v1/interconnectLocations/get) documentation.
|
196
|
+
|
197
|
+
## Example Usage
|
198
|
+
|
199
|
+
```python
|
200
|
+
import pulumi
|
201
|
+
import pulumi_gcp as gcp
|
202
|
+
|
203
|
+
this = gcp.compute.get_interconnect_location(name="iad-zone1-1")
|
204
|
+
this_interconnect = gcp.compute.Interconnect("this",
|
205
|
+
project=this.project,
|
206
|
+
location=this.self_link,
|
207
|
+
name="my-dedicated-connection-1")
|
208
|
+
```
|
209
|
+
|
210
|
+
|
211
|
+
:param _builtins.str name: The name of the interconnect location.
|
212
|
+
:param _builtins.str project: The project in which the resource belongs. If it
|
213
|
+
is not provided, the provider project is used.
|
214
|
+
"""
|
215
|
+
__args__ = dict()
|
216
|
+
__args__['name'] = name
|
217
|
+
__args__['project'] = project
|
218
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
219
|
+
__ret__ = pulumi.runtime.invoke('gcp:compute/getInterconnectLocation:getInterconnectLocation', __args__, opts=opts, typ=GetInterconnectLocationResult).value
|
220
|
+
|
221
|
+
return AwaitableGetInterconnectLocationResult(
|
222
|
+
address=pulumi.get(__ret__, 'address'),
|
223
|
+
availability_zone=pulumi.get(__ret__, 'availability_zone'),
|
224
|
+
city=pulumi.get(__ret__, 'city'),
|
225
|
+
continent=pulumi.get(__ret__, 'continent'),
|
226
|
+
description=pulumi.get(__ret__, 'description'),
|
227
|
+
facility_provider=pulumi.get(__ret__, 'facility_provider'),
|
228
|
+
facility_provider_facility_id=pulumi.get(__ret__, 'facility_provider_facility_id'),
|
229
|
+
id=pulumi.get(__ret__, 'id'),
|
230
|
+
name=pulumi.get(__ret__, 'name'),
|
231
|
+
peeringdb_facility_id=pulumi.get(__ret__, 'peeringdb_facility_id'),
|
232
|
+
project=pulumi.get(__ret__, 'project'),
|
233
|
+
self_link=pulumi.get(__ret__, 'self_link'),
|
234
|
+
status=pulumi.get(__ret__, 'status'))
|
235
|
+
def get_interconnect_location_output(name: Optional[pulumi.Input[_builtins.str]] = None,
|
236
|
+
project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
237
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetInterconnectLocationResult]:
|
238
|
+
"""
|
239
|
+
Get the details of a single interconnect location. For more information see
|
240
|
+
the official [API](https://cloud.google.com/compute/docs/reference/rest/v1/interconnectLocations/get) documentation.
|
241
|
+
|
242
|
+
## Example Usage
|
243
|
+
|
244
|
+
```python
|
245
|
+
import pulumi
|
246
|
+
import pulumi_gcp as gcp
|
247
|
+
|
248
|
+
this = gcp.compute.get_interconnect_location(name="iad-zone1-1")
|
249
|
+
this_interconnect = gcp.compute.Interconnect("this",
|
250
|
+
project=this.project,
|
251
|
+
location=this.self_link,
|
252
|
+
name="my-dedicated-connection-1")
|
253
|
+
```
|
254
|
+
|
255
|
+
|
256
|
+
:param _builtins.str name: The name of the interconnect location.
|
257
|
+
:param _builtins.str project: The project in which the resource belongs. If it
|
258
|
+
is not provided, the provider project is used.
|
259
|
+
"""
|
260
|
+
__args__ = dict()
|
261
|
+
__args__['name'] = name
|
262
|
+
__args__['project'] = project
|
263
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
264
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getInterconnectLocation:getInterconnectLocation', __args__, opts=opts, typ=GetInterconnectLocationResult)
|
265
|
+
return __ret__.apply(lambda __response__: GetInterconnectLocationResult(
|
266
|
+
address=pulumi.get(__response__, 'address'),
|
267
|
+
availability_zone=pulumi.get(__response__, 'availability_zone'),
|
268
|
+
city=pulumi.get(__response__, 'city'),
|
269
|
+
continent=pulumi.get(__response__, 'continent'),
|
270
|
+
description=pulumi.get(__response__, 'description'),
|
271
|
+
facility_provider=pulumi.get(__response__, 'facility_provider'),
|
272
|
+
facility_provider_facility_id=pulumi.get(__response__, 'facility_provider_facility_id'),
|
273
|
+
id=pulumi.get(__response__, 'id'),
|
274
|
+
name=pulumi.get(__response__, 'name'),
|
275
|
+
peeringdb_facility_id=pulumi.get(__response__, 'peeringdb_facility_id'),
|
276
|
+
project=pulumi.get(__response__, 'project'),
|
277
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
278
|
+
status=pulumi.get(__response__, 'status')))
|
@@ -0,0 +1,130 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetInterconnectLocationsResult',
|
20
|
+
'AwaitableGetInterconnectLocationsResult',
|
21
|
+
'get_interconnect_locations',
|
22
|
+
'get_interconnect_locations_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetInterconnectLocationsResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getInterconnectLocations.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, id=None, locations=None, project=None):
|
31
|
+
if id and not isinstance(id, str):
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
33
|
+
pulumi.set(__self__, "id", id)
|
34
|
+
if locations and not isinstance(locations, list):
|
35
|
+
raise TypeError("Expected argument 'locations' to be a list")
|
36
|
+
pulumi.set(__self__, "locations", locations)
|
37
|
+
if project and not isinstance(project, str):
|
38
|
+
raise TypeError("Expected argument 'project' to be a str")
|
39
|
+
pulumi.set(__self__, "project", project)
|
40
|
+
|
41
|
+
@_builtins.property
|
42
|
+
@pulumi.getter
|
43
|
+
def id(self) -> _builtins.str:
|
44
|
+
"""
|
45
|
+
The provider-assigned unique ID for this managed resource.
|
46
|
+
"""
|
47
|
+
return pulumi.get(self, "id")
|
48
|
+
|
49
|
+
@_builtins.property
|
50
|
+
@pulumi.getter
|
51
|
+
def locations(self) -> Sequence['outputs.GetInterconnectLocationsLocationResult']:
|
52
|
+
"""
|
53
|
+
A list of interconnect locations. Each location will have the following attributes:
|
54
|
+
"""
|
55
|
+
return pulumi.get(self, "locations")
|
56
|
+
|
57
|
+
@_builtins.property
|
58
|
+
@pulumi.getter
|
59
|
+
def project(self) -> _builtins.str:
|
60
|
+
return pulumi.get(self, "project")
|
61
|
+
|
62
|
+
|
63
|
+
class AwaitableGetInterconnectLocationsResult(GetInterconnectLocationsResult):
|
64
|
+
# pylint: disable=using-constant-test
|
65
|
+
def __await__(self):
|
66
|
+
if False:
|
67
|
+
yield self
|
68
|
+
return GetInterconnectLocationsResult(
|
69
|
+
id=self.id,
|
70
|
+
locations=self.locations,
|
71
|
+
project=self.project)
|
72
|
+
|
73
|
+
|
74
|
+
def get_interconnect_locations(project: Optional[_builtins.str] = None,
|
75
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInterconnectLocationsResult:
|
76
|
+
"""
|
77
|
+
Get a list of interconnect locations. For more information see
|
78
|
+
the official [API](https://cloud.google.com/compute/docs/reference/rest/v1/interconnectLocations/list) documentation.
|
79
|
+
|
80
|
+
## Example Usage
|
81
|
+
|
82
|
+
```python
|
83
|
+
import pulumi
|
84
|
+
import pulumi_gcp as gcp
|
85
|
+
|
86
|
+
all = gcp.compute.get_interconnect_locations()
|
87
|
+
pulumi.export("interconnectLocations", all.locations)
|
88
|
+
```
|
89
|
+
|
90
|
+
|
91
|
+
:param _builtins.str project: The project in which the resource belongs. If it
|
92
|
+
is not provided, the provider project is used.
|
93
|
+
"""
|
94
|
+
__args__ = dict()
|
95
|
+
__args__['project'] = project
|
96
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
97
|
+
__ret__ = pulumi.runtime.invoke('gcp:compute/getInterconnectLocations:getInterconnectLocations', __args__, opts=opts, typ=GetInterconnectLocationsResult).value
|
98
|
+
|
99
|
+
return AwaitableGetInterconnectLocationsResult(
|
100
|
+
id=pulumi.get(__ret__, 'id'),
|
101
|
+
locations=pulumi.get(__ret__, 'locations'),
|
102
|
+
project=pulumi.get(__ret__, 'project'))
|
103
|
+
def get_interconnect_locations_output(project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
104
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetInterconnectLocationsResult]:
|
105
|
+
"""
|
106
|
+
Get a list of interconnect locations. For more information see
|
107
|
+
the official [API](https://cloud.google.com/compute/docs/reference/rest/v1/interconnectLocations/list) documentation.
|
108
|
+
|
109
|
+
## Example Usage
|
110
|
+
|
111
|
+
```python
|
112
|
+
import pulumi
|
113
|
+
import pulumi_gcp as gcp
|
114
|
+
|
115
|
+
all = gcp.compute.get_interconnect_locations()
|
116
|
+
pulumi.export("interconnectLocations", all.locations)
|
117
|
+
```
|
118
|
+
|
119
|
+
|
120
|
+
:param _builtins.str project: The project in which the resource belongs. If it
|
121
|
+
is not provided, the provider project is used.
|
122
|
+
"""
|
123
|
+
__args__ = dict()
|
124
|
+
__args__['project'] = project
|
125
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
126
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getInterconnectLocations:getInterconnectLocations', __args__, opts=opts, typ=GetInterconnectLocationsResult)
|
127
|
+
return __ret__.apply(lambda __response__: GetInterconnectLocationsResult(
|
128
|
+
id=pulumi.get(__response__, 'id'),
|
129
|
+
locations=pulumi.get(__response__, 'locations'),
|
130
|
+
project=pulumi.get(__response__, 'project')))
|