pulumi-gcp 7.24.0a1716510380__py3-none-any.whl → 7.24.0a1716588893__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 +16 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
- pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
- pulumi_gcp/apigateway/api_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_iam_policy.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
- pulumi_gcp/apigee/environment_iam_binding.py +12 -12
- pulumi_gcp/apigee/environment_iam_member.py +12 -12
- pulumi_gcp/apigee/environment_iam_policy.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
- pulumi_gcp/bigquery/connection.py +126 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
- pulumi_gcp/bigquery/connection_iam_member.py +12 -12
- pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
- pulumi_gcp/bigquery/iam_binding.py +12 -12
- pulumi_gcp/bigquery/iam_member.py +12 -12
- pulumi_gcp/bigquery/iam_policy.py +12 -12
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
- pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
- pulumi_gcp/bigtable/instance_iam_member.py +12 -12
- pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
- pulumi_gcp/bigtable/table_iam_binding.py +12 -12
- pulumi_gcp/bigtable/table_iam_member.py +12 -12
- pulumi_gcp/bigtable/table_iam_policy.py +12 -12
- pulumi_gcp/billing/account_iam_binding.py +12 -12
- pulumi_gcp/billing/account_iam_member.py +12 -12
- pulumi_gcp/billing/account_iam_policy.py +12 -12
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
- pulumi_gcp/cloudasset/__init__.py +1 -0
- pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
- pulumi_gcp/cloudasset/outputs.py +184 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
- pulumi_gcp/cloudrun/iam_binding.py +12 -12
- pulumi_gcp/cloudrun/iam_member.py +12 -12
- pulumi_gcp/cloudrun/iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +401 -0
- pulumi_gcp/compute/disk_iam_binding.py +12 -12
- pulumi_gcp/compute/disk_iam_member.py +12 -12
- pulumi_gcp/compute/disk_iam_policy.py +12 -12
- pulumi_gcp/compute/forwarding_rule.py +6 -6
- pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_router_nat.py +11 -1
- pulumi_gcp/compute/get_snapshot.py +2 -0
- pulumi_gcp/compute/image_iam_binding.py +12 -12
- pulumi_gcp/compute/image_iam_member.py +12 -12
- pulumi_gcp/compute/image_iam_policy.py +12 -12
- pulumi_gcp/compute/instance_iam_binding.py +12 -12
- pulumi_gcp/compute/instance_iam_member.py +12 -12
- pulumi_gcp/compute/instance_iam_policy.py +12 -12
- pulumi_gcp/compute/interconnect.py +1683 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
- pulumi_gcp/compute/machine_image_iam_member.py +8 -8
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
- pulumi_gcp/compute/outputs.py +413 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
- pulumi_gcp/compute/region_disk_iam_member.py +12 -12
- pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
- pulumi_gcp/compute/router_nat.py +68 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
- pulumi_gcp/compute/snapshot_iam_member.py +12 -12
- pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/target_pool.py +21 -21
- pulumi_gcp/container/_inputs.py +2 -2
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
- pulumi_gcp/dataloss/_inputs.py +420 -13
- pulumi_gcp/dataloss/outputs.py +439 -13
- pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
- pulumi_gcp/dataplex/asset_iam_member.py +12 -12
- pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
- pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
- pulumi_gcp/dataplex/lake_iam_member.py +12 -12
- pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +12 -12
- pulumi_gcp/dataplex/task_iam_member.py +12 -12
- pulumi_gcp/dataplex/task_iam_policy.py +12 -12
- pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
- pulumi_gcp/dataplex/zone_iam_member.py +12 -12
- pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
- pulumi_gcp/dataproc/_inputs.py +70 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
- pulumi_gcp/dataproc/job_iam_binding.py +12 -12
- pulumi_gcp/dataproc/job_iam_member.py +12 -12
- pulumi_gcp/dataproc/job_iam_policy.py +12 -12
- pulumi_gcp/dataproc/metastore_federation.py +4 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
- pulumi_gcp/dataproc/outputs.py +62 -0
- pulumi_gcp/datastream/_inputs.py +1789 -820
- pulumi_gcp/datastream/connection_profile.py +163 -3
- pulumi_gcp/datastream/outputs.py +864 -5
- pulumi_gcp/datastream/stream.py +174 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
- pulumi_gcp/endpoints/service_iam_binding.py +12 -12
- pulumi_gcp/endpoints/service_iam_member.py +12 -12
- pulumi_gcp/endpoints/service_iam_policy.py +12 -12
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +23 -23
- pulumi_gcp/folder/iam_member.py +16 -16
- pulumi_gcp/folder/iam_policy.py +16 -16
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
- pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
- pulumi_gcp/gkehub/feature_iam_member.py +12 -12
- pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
- pulumi_gcp/gkehub/membership_iam_member.py +12 -12
- pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
- pulumi_gcp/gkehub/scope_iam_member.py +12 -12
- pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_iam_binding.py +12 -12
- pulumi_gcp/iap/web_iam_member.py +12 -12
- pulumi_gcp/iap/web_iam_policy.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
- pulumi_gcp/kms/key_ring_iam_member.py +12 -12
- pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
- pulumi_gcp/netapp/storage_pool.py +7 -7
- pulumi_gcp/netapp/volume.py +4 -4
- pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
- pulumi_gcp/networksecurity/tls_inspection_policy.py +419 -5
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +236 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
- pulumi_gcp/networkservices/outputs.py +247 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
- pulumi_gcp/notebooks/instance_iam_member.py +12 -12
- pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
- pulumi_gcp/organizations/iam_member.py +16 -16
- pulumi_gcp/organizations/iam_policy.py +16 -16
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/projects/iam_audit_config.py +23 -23
- pulumi_gcp/projects/iam_binding.py +23 -23
- pulumi_gcp/projects/iam_member.py +23 -23
- pulumi_gcp/projects/iam_policy.py +16 -16
- pulumi_gcp/projects/service.py +2 -43
- pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
- pulumi_gcp/pubsub/schema_iam_member.py +12 -12
- pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
- pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
- pulumi_gcp/pubsub/topic_iam_member.py +12 -12
- pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
- pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
- pulumi_gcp/spanner/database_iam_binding.py +12 -12
- pulumi_gcp/spanner/database_iam_member.py +12 -12
- pulumi_gcp/spanner/database_iam_policy.py +12 -12
- pulumi_gcp/spanner/instance_iam_binding.py +12 -12
- pulumi_gcp/spanner/instance_iam_member.py +12 -12
- pulumi_gcp/spanner/instance_iam_policy.py +12 -12
- pulumi_gcp/storage/_inputs.py +12 -10
- pulumi_gcp/storage/bucket.py +44 -0
- pulumi_gcp/storage/bucket_iam_binding.py +12 -12
- pulumi_gcp/storage/bucket_iam_member.py +12 -12
- pulumi_gcp/storage/bucket_iam_policy.py +12 -12
- pulumi_gcp/storage/outputs.py +12 -10
- pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_key_iam_member.py +12 -12
- pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
- pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_value_iam_member.py +12 -12
- pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/RECORD +317 -314
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/top_level.txt +0 -0
@@ -321,7 +321,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
321
321
|
machine_image=image["name"],
|
322
322
|
policy_data=admin.policy_data)
|
323
323
|
```
|
324
|
-
##
|
324
|
+
## compute.MachineImageIamBinding
|
325
325
|
|
326
326
|
```python
|
327
327
|
import pulumi
|
@@ -351,7 +351,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
351
351
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
352
352
|
))
|
353
353
|
```
|
354
|
-
##
|
354
|
+
## compute.MachineImageIamMember
|
355
355
|
|
356
356
|
```python
|
357
357
|
import pulumi
|
@@ -418,7 +418,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
418
418
|
machine_image=image["name"],
|
419
419
|
policy_data=admin.policy_data)
|
420
420
|
```
|
421
|
-
##
|
421
|
+
## compute.MachineImageIamBinding
|
422
422
|
|
423
423
|
```python
|
424
424
|
import pulumi
|
@@ -448,7 +448,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
448
448
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
449
449
|
))
|
450
450
|
```
|
451
|
-
##
|
451
|
+
## compute.MachineImageIamMember
|
452
452
|
|
453
453
|
```python
|
454
454
|
import pulumi
|
@@ -595,7 +595,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
595
595
|
machine_image=image["name"],
|
596
596
|
policy_data=admin.policy_data)
|
597
597
|
```
|
598
|
-
##
|
598
|
+
## compute.MachineImageIamBinding
|
599
599
|
|
600
600
|
```python
|
601
601
|
import pulumi
|
@@ -625,7 +625,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
625
625
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
626
626
|
))
|
627
627
|
```
|
628
|
-
##
|
628
|
+
## compute.MachineImageIamMember
|
629
629
|
|
630
630
|
```python
|
631
631
|
import pulumi
|
@@ -692,7 +692,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
692
692
|
machine_image=image["name"],
|
693
693
|
policy_data=admin.policy_data)
|
694
694
|
```
|
695
|
-
##
|
695
|
+
## compute.MachineImageIamBinding
|
696
696
|
|
697
697
|
```python
|
698
698
|
import pulumi
|
@@ -722,7 +722,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
722
722
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
723
723
|
))
|
724
724
|
```
|
725
|
-
##
|
725
|
+
## compute.MachineImageIamMember
|
726
726
|
|
727
727
|
```python
|
728
728
|
import pulumi
|
@@ -321,7 +321,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
321
321
|
machine_image=image["name"],
|
322
322
|
policy_data=admin.policy_data)
|
323
323
|
```
|
324
|
-
##
|
324
|
+
## compute.MachineImageIamBinding
|
325
325
|
|
326
326
|
```python
|
327
327
|
import pulumi
|
@@ -351,7 +351,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
351
351
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
352
352
|
))
|
353
353
|
```
|
354
|
-
##
|
354
|
+
## compute.MachineImageIamMember
|
355
355
|
|
356
356
|
```python
|
357
357
|
import pulumi
|
@@ -418,7 +418,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
418
418
|
machine_image=image["name"],
|
419
419
|
policy_data=admin.policy_data)
|
420
420
|
```
|
421
|
-
##
|
421
|
+
## compute.MachineImageIamBinding
|
422
422
|
|
423
423
|
```python
|
424
424
|
import pulumi
|
@@ -448,7 +448,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
448
448
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
449
449
|
))
|
450
450
|
```
|
451
|
-
##
|
451
|
+
## compute.MachineImageIamMember
|
452
452
|
|
453
453
|
```python
|
454
454
|
import pulumi
|
@@ -595,7 +595,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
595
595
|
machine_image=image["name"],
|
596
596
|
policy_data=admin.policy_data)
|
597
597
|
```
|
598
|
-
##
|
598
|
+
## compute.MachineImageIamBinding
|
599
599
|
|
600
600
|
```python
|
601
601
|
import pulumi
|
@@ -625,7 +625,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
625
625
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
626
626
|
))
|
627
627
|
```
|
628
|
-
##
|
628
|
+
## compute.MachineImageIamMember
|
629
629
|
|
630
630
|
```python
|
631
631
|
import pulumi
|
@@ -692,7 +692,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
692
692
|
machine_image=image["name"],
|
693
693
|
policy_data=admin.policy_data)
|
694
694
|
```
|
695
|
-
##
|
695
|
+
## compute.MachineImageIamBinding
|
696
696
|
|
697
697
|
```python
|
698
698
|
import pulumi
|
@@ -722,7 +722,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
722
722
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
723
723
|
))
|
724
724
|
```
|
725
|
-
##
|
725
|
+
## compute.MachineImageIamMember
|
726
726
|
|
727
727
|
```python
|
728
728
|
import pulumi
|
@@ -206,7 +206,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
206
206
|
machine_image=image["name"],
|
207
207
|
policy_data=admin.policy_data)
|
208
208
|
```
|
209
|
-
##
|
209
|
+
## compute.MachineImageIamBinding
|
210
210
|
|
211
211
|
```python
|
212
212
|
import pulumi
|
@@ -236,7 +236,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
236
236
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
237
237
|
))
|
238
238
|
```
|
239
|
-
##
|
239
|
+
## compute.MachineImageIamMember
|
240
240
|
|
241
241
|
```python
|
242
242
|
import pulumi
|
@@ -303,7 +303,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
303
303
|
machine_image=image["name"],
|
304
304
|
policy_data=admin.policy_data)
|
305
305
|
```
|
306
|
-
##
|
306
|
+
## compute.MachineImageIamBinding
|
307
307
|
|
308
308
|
```python
|
309
309
|
import pulumi
|
@@ -333,7 +333,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
333
333
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
334
334
|
))
|
335
335
|
```
|
336
|
-
##
|
336
|
+
## compute.MachineImageIamMember
|
337
337
|
|
338
338
|
```python
|
339
339
|
import pulumi
|
@@ -466,7 +466,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
466
466
|
machine_image=image["name"],
|
467
467
|
policy_data=admin.policy_data)
|
468
468
|
```
|
469
|
-
##
|
469
|
+
## compute.MachineImageIamBinding
|
470
470
|
|
471
471
|
```python
|
472
472
|
import pulumi
|
@@ -496,7 +496,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
496
496
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
497
497
|
))
|
498
498
|
```
|
499
|
-
##
|
499
|
+
## compute.MachineImageIamMember
|
500
500
|
|
501
501
|
```python
|
502
502
|
import pulumi
|
@@ -563,7 +563,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
563
563
|
machine_image=image["name"],
|
564
564
|
policy_data=admin.policy_data)
|
565
565
|
```
|
566
|
-
##
|
566
|
+
## compute.MachineImageIamBinding
|
567
567
|
|
568
568
|
```python
|
569
569
|
import pulumi
|
@@ -593,7 +593,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
593
593
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
594
594
|
))
|
595
595
|
```
|
596
|
-
##
|
596
|
+
## compute.MachineImageIamMember
|
597
597
|
|
598
598
|
```python
|
599
599
|
import pulumi
|
pulumi_gcp/compute/outputs.py
CHANGED
@@ -182,6 +182,10 @@ __all__ = [
|
|
182
182
|
'InstanceTemplateServiceAccount',
|
183
183
|
'InstanceTemplateShieldedInstanceConfig',
|
184
184
|
'InterconnectAttachmentPrivateInterconnectInfo',
|
185
|
+
'InterconnectCircuitInfo',
|
186
|
+
'InterconnectExpectedOutage',
|
187
|
+
'InterconnectMacsec',
|
188
|
+
'InterconnectMacsecPreSharedKey',
|
185
189
|
'MachineImageIamBindingCondition',
|
186
190
|
'MachineImageIamMemberCondition',
|
187
191
|
'MachineImageMachineImageEncryptionKey',
|
@@ -310,6 +314,7 @@ __all__ = [
|
|
310
314
|
'RegionSecurityPolicyDdosProtectionConfig',
|
311
315
|
'RegionSecurityPolicyRuleMatch',
|
312
316
|
'RegionSecurityPolicyRuleMatchConfig',
|
317
|
+
'RegionSecurityPolicyRuleMatchExpr',
|
313
318
|
'RegionSecurityPolicyRuleNetworkMatch',
|
314
319
|
'RegionSecurityPolicyRuleNetworkMatchUserDefinedField',
|
315
320
|
'RegionSecurityPolicyRulePreconfiguredWafConfig',
|
@@ -13313,6 +13318,382 @@ class InterconnectAttachmentPrivateInterconnectInfo(dict):
|
|
13313
13318
|
return pulumi.get(self, "tag8021q")
|
13314
13319
|
|
13315
13320
|
|
13321
|
+
@pulumi.output_type
|
13322
|
+
class InterconnectCircuitInfo(dict):
|
13323
|
+
@staticmethod
|
13324
|
+
def __key_warning(key: str):
|
13325
|
+
suggest = None
|
13326
|
+
if key == "customerDemarcId":
|
13327
|
+
suggest = "customer_demarc_id"
|
13328
|
+
elif key == "googleCircuitId":
|
13329
|
+
suggest = "google_circuit_id"
|
13330
|
+
elif key == "googleDemarcId":
|
13331
|
+
suggest = "google_demarc_id"
|
13332
|
+
|
13333
|
+
if suggest:
|
13334
|
+
pulumi.log.warn(f"Key '{key}' not found in InterconnectCircuitInfo. Access the value via the '{suggest}' property getter instead.")
|
13335
|
+
|
13336
|
+
def __getitem__(self, key: str) -> Any:
|
13337
|
+
InterconnectCircuitInfo.__key_warning(key)
|
13338
|
+
return super().__getitem__(key)
|
13339
|
+
|
13340
|
+
def get(self, key: str, default = None) -> Any:
|
13341
|
+
InterconnectCircuitInfo.__key_warning(key)
|
13342
|
+
return super().get(key, default)
|
13343
|
+
|
13344
|
+
def __init__(__self__, *,
|
13345
|
+
customer_demarc_id: Optional[str] = None,
|
13346
|
+
google_circuit_id: Optional[str] = None,
|
13347
|
+
google_demarc_id: Optional[str] = None):
|
13348
|
+
"""
|
13349
|
+
:param str customer_demarc_id: (Output)
|
13350
|
+
Customer-side demarc ID for this circuit.
|
13351
|
+
:param str google_circuit_id: (Output)
|
13352
|
+
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
|
13353
|
+
:param str google_demarc_id: (Output)
|
13354
|
+
Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by
|
13355
|
+
Google to the customer in the LOA.
|
13356
|
+
"""
|
13357
|
+
if customer_demarc_id is not None:
|
13358
|
+
pulumi.set(__self__, "customer_demarc_id", customer_demarc_id)
|
13359
|
+
if google_circuit_id is not None:
|
13360
|
+
pulumi.set(__self__, "google_circuit_id", google_circuit_id)
|
13361
|
+
if google_demarc_id is not None:
|
13362
|
+
pulumi.set(__self__, "google_demarc_id", google_demarc_id)
|
13363
|
+
|
13364
|
+
@property
|
13365
|
+
@pulumi.getter(name="customerDemarcId")
|
13366
|
+
def customer_demarc_id(self) -> Optional[str]:
|
13367
|
+
"""
|
13368
|
+
(Output)
|
13369
|
+
Customer-side demarc ID for this circuit.
|
13370
|
+
"""
|
13371
|
+
return pulumi.get(self, "customer_demarc_id")
|
13372
|
+
|
13373
|
+
@property
|
13374
|
+
@pulumi.getter(name="googleCircuitId")
|
13375
|
+
def google_circuit_id(self) -> Optional[str]:
|
13376
|
+
"""
|
13377
|
+
(Output)
|
13378
|
+
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
|
13379
|
+
"""
|
13380
|
+
return pulumi.get(self, "google_circuit_id")
|
13381
|
+
|
13382
|
+
@property
|
13383
|
+
@pulumi.getter(name="googleDemarcId")
|
13384
|
+
def google_demarc_id(self) -> Optional[str]:
|
13385
|
+
"""
|
13386
|
+
(Output)
|
13387
|
+
Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by
|
13388
|
+
Google to the customer in the LOA.
|
13389
|
+
"""
|
13390
|
+
return pulumi.get(self, "google_demarc_id")
|
13391
|
+
|
13392
|
+
|
13393
|
+
@pulumi.output_type
|
13394
|
+
class InterconnectExpectedOutage(dict):
|
13395
|
+
@staticmethod
|
13396
|
+
def __key_warning(key: str):
|
13397
|
+
suggest = None
|
13398
|
+
if key == "affectedCircuits":
|
13399
|
+
suggest = "affected_circuits"
|
13400
|
+
elif key == "endTime":
|
13401
|
+
suggest = "end_time"
|
13402
|
+
elif key == "issueType":
|
13403
|
+
suggest = "issue_type"
|
13404
|
+
elif key == "startTime":
|
13405
|
+
suggest = "start_time"
|
13406
|
+
|
13407
|
+
if suggest:
|
13408
|
+
pulumi.log.warn(f"Key '{key}' not found in InterconnectExpectedOutage. Access the value via the '{suggest}' property getter instead.")
|
13409
|
+
|
13410
|
+
def __getitem__(self, key: str) -> Any:
|
13411
|
+
InterconnectExpectedOutage.__key_warning(key)
|
13412
|
+
return super().__getitem__(key)
|
13413
|
+
|
13414
|
+
def get(self, key: str, default = None) -> Any:
|
13415
|
+
InterconnectExpectedOutage.__key_warning(key)
|
13416
|
+
return super().get(key, default)
|
13417
|
+
|
13418
|
+
def __init__(__self__, *,
|
13419
|
+
affected_circuits: Optional[Sequence[str]] = None,
|
13420
|
+
description: Optional[str] = None,
|
13421
|
+
end_time: Optional[str] = None,
|
13422
|
+
issue_type: Optional[str] = None,
|
13423
|
+
name: Optional[str] = None,
|
13424
|
+
source: Optional[str] = None,
|
13425
|
+
start_time: Optional[str] = None,
|
13426
|
+
state: Optional[str] = None):
|
13427
|
+
"""
|
13428
|
+
:param Sequence[str] affected_circuits: (Output)
|
13429
|
+
If issueType is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be
|
13430
|
+
affected.
|
13431
|
+
:param str description: An optional description of this resource. Provide this property when you create the resource.
|
13432
|
+
:param str end_time: (Output)
|
13433
|
+
Scheduled end time for the outage (milliseconds since Unix epoch).
|
13434
|
+
:param str issue_type: (Output)
|
13435
|
+
Form this outage is expected to take. Note that the versions of this enum prefixed with
|
13436
|
+
"IT_" have been deprecated in favor of the unprefixed values. Can take one of the
|
13437
|
+
following values:
|
13438
|
+
- OUTAGE: The Interconnect may be completely out of service for some or all of the
|
13439
|
+
specified window.
|
13440
|
+
- PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain
|
13441
|
+
up, but with reduced bandwidth.
|
13442
|
+
:param str name: Name of the resource. Provided by the client when the resource is created. The name must be
|
13443
|
+
1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
|
13444
|
+
long and match the regular expression `a-z?` which means the first
|
13445
|
+
character must be a lowercase letter, and all following characters must be a dash,
|
13446
|
+
lowercase letter, or digit, except the last character, which cannot be a dash.
|
13447
|
+
:param str source: (Output)
|
13448
|
+
The party that generated this notification. Note that the value of NSRC_GOOGLE has been
|
13449
|
+
deprecated in favor of GOOGLE. Can take the following value:
|
13450
|
+
- GOOGLE: this notification as generated by Google.
|
13451
|
+
:param str start_time: (Output)
|
13452
|
+
Scheduled start time for the outage (milliseconds since Unix epoch).
|
13453
|
+
:param str state: (Output)
|
13454
|
+
State of this notification. Note that the versions of this enum prefixed with "NS_" have
|
13455
|
+
been deprecated in favor of the unprefixed values. Can take one of the following values:
|
13456
|
+
- ACTIVE: This outage notification is active. The event could be in the past, present,
|
13457
|
+
or future. See startTime and endTime for scheduling.
|
13458
|
+
- CANCELLED: The outage associated with this notification was cancelled before the
|
13459
|
+
outage was due to start.
|
13460
|
+
- COMPLETED: The outage associated with this notification is complete.
|
13461
|
+
"""
|
13462
|
+
if affected_circuits is not None:
|
13463
|
+
pulumi.set(__self__, "affected_circuits", affected_circuits)
|
13464
|
+
if description is not None:
|
13465
|
+
pulumi.set(__self__, "description", description)
|
13466
|
+
if end_time is not None:
|
13467
|
+
pulumi.set(__self__, "end_time", end_time)
|
13468
|
+
if issue_type is not None:
|
13469
|
+
pulumi.set(__self__, "issue_type", issue_type)
|
13470
|
+
if name is not None:
|
13471
|
+
pulumi.set(__self__, "name", name)
|
13472
|
+
if source is not None:
|
13473
|
+
pulumi.set(__self__, "source", source)
|
13474
|
+
if start_time is not None:
|
13475
|
+
pulumi.set(__self__, "start_time", start_time)
|
13476
|
+
if state is not None:
|
13477
|
+
pulumi.set(__self__, "state", state)
|
13478
|
+
|
13479
|
+
@property
|
13480
|
+
@pulumi.getter(name="affectedCircuits")
|
13481
|
+
def affected_circuits(self) -> Optional[Sequence[str]]:
|
13482
|
+
"""
|
13483
|
+
(Output)
|
13484
|
+
If issueType is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be
|
13485
|
+
affected.
|
13486
|
+
"""
|
13487
|
+
return pulumi.get(self, "affected_circuits")
|
13488
|
+
|
13489
|
+
@property
|
13490
|
+
@pulumi.getter
|
13491
|
+
def description(self) -> Optional[str]:
|
13492
|
+
"""
|
13493
|
+
An optional description of this resource. Provide this property when you create the resource.
|
13494
|
+
"""
|
13495
|
+
return pulumi.get(self, "description")
|
13496
|
+
|
13497
|
+
@property
|
13498
|
+
@pulumi.getter(name="endTime")
|
13499
|
+
def end_time(self) -> Optional[str]:
|
13500
|
+
"""
|
13501
|
+
(Output)
|
13502
|
+
Scheduled end time for the outage (milliseconds since Unix epoch).
|
13503
|
+
"""
|
13504
|
+
return pulumi.get(self, "end_time")
|
13505
|
+
|
13506
|
+
@property
|
13507
|
+
@pulumi.getter(name="issueType")
|
13508
|
+
def issue_type(self) -> Optional[str]:
|
13509
|
+
"""
|
13510
|
+
(Output)
|
13511
|
+
Form this outage is expected to take. Note that the versions of this enum prefixed with
|
13512
|
+
"IT_" have been deprecated in favor of the unprefixed values. Can take one of the
|
13513
|
+
following values:
|
13514
|
+
- OUTAGE: The Interconnect may be completely out of service for some or all of the
|
13515
|
+
specified window.
|
13516
|
+
- PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain
|
13517
|
+
up, but with reduced bandwidth.
|
13518
|
+
"""
|
13519
|
+
return pulumi.get(self, "issue_type")
|
13520
|
+
|
13521
|
+
@property
|
13522
|
+
@pulumi.getter
|
13523
|
+
def name(self) -> Optional[str]:
|
13524
|
+
"""
|
13525
|
+
Name of the resource. Provided by the client when the resource is created. The name must be
|
13526
|
+
1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
|
13527
|
+
long and match the regular expression `a-z?` which means the first
|
13528
|
+
character must be a lowercase letter, and all following characters must be a dash,
|
13529
|
+
lowercase letter, or digit, except the last character, which cannot be a dash.
|
13530
|
+
"""
|
13531
|
+
return pulumi.get(self, "name")
|
13532
|
+
|
13533
|
+
@property
|
13534
|
+
@pulumi.getter
|
13535
|
+
def source(self) -> Optional[str]:
|
13536
|
+
"""
|
13537
|
+
(Output)
|
13538
|
+
The party that generated this notification. Note that the value of NSRC_GOOGLE has been
|
13539
|
+
deprecated in favor of GOOGLE. Can take the following value:
|
13540
|
+
- GOOGLE: this notification as generated by Google.
|
13541
|
+
"""
|
13542
|
+
return pulumi.get(self, "source")
|
13543
|
+
|
13544
|
+
@property
|
13545
|
+
@pulumi.getter(name="startTime")
|
13546
|
+
def start_time(self) -> Optional[str]:
|
13547
|
+
"""
|
13548
|
+
(Output)
|
13549
|
+
Scheduled start time for the outage (milliseconds since Unix epoch).
|
13550
|
+
"""
|
13551
|
+
return pulumi.get(self, "start_time")
|
13552
|
+
|
13553
|
+
@property
|
13554
|
+
@pulumi.getter
|
13555
|
+
def state(self) -> Optional[str]:
|
13556
|
+
"""
|
13557
|
+
(Output)
|
13558
|
+
State of this notification. Note that the versions of this enum prefixed with "NS_" have
|
13559
|
+
been deprecated in favor of the unprefixed values. Can take one of the following values:
|
13560
|
+
- ACTIVE: This outage notification is active. The event could be in the past, present,
|
13561
|
+
or future. See startTime and endTime for scheduling.
|
13562
|
+
- CANCELLED: The outage associated with this notification was cancelled before the
|
13563
|
+
outage was due to start.
|
13564
|
+
- COMPLETED: The outage associated with this notification is complete.
|
13565
|
+
"""
|
13566
|
+
return pulumi.get(self, "state")
|
13567
|
+
|
13568
|
+
|
13569
|
+
@pulumi.output_type
|
13570
|
+
class InterconnectMacsec(dict):
|
13571
|
+
@staticmethod
|
13572
|
+
def __key_warning(key: str):
|
13573
|
+
suggest = None
|
13574
|
+
if key == "preSharedKeys":
|
13575
|
+
suggest = "pre_shared_keys"
|
13576
|
+
|
13577
|
+
if suggest:
|
13578
|
+
pulumi.log.warn(f"Key '{key}' not found in InterconnectMacsec. Access the value via the '{suggest}' property getter instead.")
|
13579
|
+
|
13580
|
+
def __getitem__(self, key: str) -> Any:
|
13581
|
+
InterconnectMacsec.__key_warning(key)
|
13582
|
+
return super().__getitem__(key)
|
13583
|
+
|
13584
|
+
def get(self, key: str, default = None) -> Any:
|
13585
|
+
InterconnectMacsec.__key_warning(key)
|
13586
|
+
return super().get(key, default)
|
13587
|
+
|
13588
|
+
def __init__(__self__, *,
|
13589
|
+
pre_shared_keys: Sequence['outputs.InterconnectMacsecPreSharedKey']):
|
13590
|
+
"""
|
13591
|
+
:param Sequence['InterconnectMacsecPreSharedKeyArgs'] pre_shared_keys: A keychain placeholder describing a set of named key objects along with their
|
13592
|
+
start times. A MACsec CKN/CAK is generated for each key in the key chain.
|
13593
|
+
Google router automatically picks the key with the most recent startTime when establishing
|
13594
|
+
or re-establishing a MACsec secure link.
|
13595
|
+
Structure is documented below.
|
13596
|
+
"""
|
13597
|
+
pulumi.set(__self__, "pre_shared_keys", pre_shared_keys)
|
13598
|
+
|
13599
|
+
@property
|
13600
|
+
@pulumi.getter(name="preSharedKeys")
|
13601
|
+
def pre_shared_keys(self) -> Sequence['outputs.InterconnectMacsecPreSharedKey']:
|
13602
|
+
"""
|
13603
|
+
A keychain placeholder describing a set of named key objects along with their
|
13604
|
+
start times. A MACsec CKN/CAK is generated for each key in the key chain.
|
13605
|
+
Google router automatically picks the key with the most recent startTime when establishing
|
13606
|
+
or re-establishing a MACsec secure link.
|
13607
|
+
Structure is documented below.
|
13608
|
+
"""
|
13609
|
+
return pulumi.get(self, "pre_shared_keys")
|
13610
|
+
|
13611
|
+
|
13612
|
+
@pulumi.output_type
|
13613
|
+
class InterconnectMacsecPreSharedKey(dict):
|
13614
|
+
@staticmethod
|
13615
|
+
def __key_warning(key: str):
|
13616
|
+
suggest = None
|
13617
|
+
if key == "failOpen":
|
13618
|
+
suggest = "fail_open"
|
13619
|
+
elif key == "startTime":
|
13620
|
+
suggest = "start_time"
|
13621
|
+
|
13622
|
+
if suggest:
|
13623
|
+
pulumi.log.warn(f"Key '{key}' not found in InterconnectMacsecPreSharedKey. Access the value via the '{suggest}' property getter instead.")
|
13624
|
+
|
13625
|
+
def __getitem__(self, key: str) -> Any:
|
13626
|
+
InterconnectMacsecPreSharedKey.__key_warning(key)
|
13627
|
+
return super().__getitem__(key)
|
13628
|
+
|
13629
|
+
def get(self, key: str, default = None) -> Any:
|
13630
|
+
InterconnectMacsecPreSharedKey.__key_warning(key)
|
13631
|
+
return super().get(key, default)
|
13632
|
+
|
13633
|
+
def __init__(__self__, *,
|
13634
|
+
name: str,
|
13635
|
+
fail_open: Optional[bool] = None,
|
13636
|
+
start_time: Optional[str] = None):
|
13637
|
+
"""
|
13638
|
+
:param str name: A name for this pre-shared key. The name must be 1-63 characters long, and
|
13639
|
+
comply with RFC1035. Specifically, the name must be 1-63 characters long and match
|
13640
|
+
the regular expression `a-z?` which means the first character
|
13641
|
+
must be a lowercase letter, and all following characters must be a dash, lowercase
|
13642
|
+
letter, or digit, except the last character, which cannot be a dash.
|
13643
|
+
:param bool fail_open: If set to true, the Interconnect connection is configured with a should-secure
|
13644
|
+
MACsec security policy, that allows the Google router to fallback to cleartext
|
13645
|
+
traffic if the MKA session cannot be established. By default, the Interconnect
|
13646
|
+
connection is configured with a must-secure security policy that drops all traffic
|
13647
|
+
if the MKA session cannot be established with your router.
|
13648
|
+
:param str start_time: A RFC3339 timestamp on or after which the key is valid. startTime can be in the
|
13649
|
+
future. If the keychain has a single key, startTime can be omitted. If the keychain
|
13650
|
+
has multiple keys, startTime is mandatory for each key. The start times of keys must
|
13651
|
+
be in increasing order. The start times of two consecutive keys must be at least 6
|
13652
|
+
hours apart.
|
13653
|
+
"""
|
13654
|
+
pulumi.set(__self__, "name", name)
|
13655
|
+
if fail_open is not None:
|
13656
|
+
pulumi.set(__self__, "fail_open", fail_open)
|
13657
|
+
if start_time is not None:
|
13658
|
+
pulumi.set(__self__, "start_time", start_time)
|
13659
|
+
|
13660
|
+
@property
|
13661
|
+
@pulumi.getter
|
13662
|
+
def name(self) -> str:
|
13663
|
+
"""
|
13664
|
+
A name for this pre-shared key. The name must be 1-63 characters long, and
|
13665
|
+
comply with RFC1035. Specifically, the name must be 1-63 characters long and match
|
13666
|
+
the regular expression `a-z?` which means the first character
|
13667
|
+
must be a lowercase letter, and all following characters must be a dash, lowercase
|
13668
|
+
letter, or digit, except the last character, which cannot be a dash.
|
13669
|
+
"""
|
13670
|
+
return pulumi.get(self, "name")
|
13671
|
+
|
13672
|
+
@property
|
13673
|
+
@pulumi.getter(name="failOpen")
|
13674
|
+
def fail_open(self) -> Optional[bool]:
|
13675
|
+
"""
|
13676
|
+
If set to true, the Interconnect connection is configured with a should-secure
|
13677
|
+
MACsec security policy, that allows the Google router to fallback to cleartext
|
13678
|
+
traffic if the MKA session cannot be established. By default, the Interconnect
|
13679
|
+
connection is configured with a must-secure security policy that drops all traffic
|
13680
|
+
if the MKA session cannot be established with your router.
|
13681
|
+
"""
|
13682
|
+
return pulumi.get(self, "fail_open")
|
13683
|
+
|
13684
|
+
@property
|
13685
|
+
@pulumi.getter(name="startTime")
|
13686
|
+
def start_time(self) -> Optional[str]:
|
13687
|
+
"""
|
13688
|
+
A RFC3339 timestamp on or after which the key is valid. startTime can be in the
|
13689
|
+
future. If the keychain has a single key, startTime can be omitted. If the keychain
|
13690
|
+
has multiple keys, startTime is mandatory for each key. The start times of keys must
|
13691
|
+
be in increasing order. The start times of two consecutive keys must be at least 6
|
13692
|
+
hours apart.
|
13693
|
+
"""
|
13694
|
+
return pulumi.get(self, "start_time")
|
13695
|
+
|
13696
|
+
|
13316
13697
|
@pulumi.output_type
|
13317
13698
|
class MachineImageIamBindingCondition(dict):
|
13318
13699
|
def __init__(__self__, *,
|
@@ -22274,17 +22655,22 @@ class RegionSecurityPolicyRuleMatch(dict):
|
|
22274
22655
|
|
22275
22656
|
def __init__(__self__, *,
|
22276
22657
|
config: Optional['outputs.RegionSecurityPolicyRuleMatchConfig'] = None,
|
22658
|
+
expr: Optional['outputs.RegionSecurityPolicyRuleMatchExpr'] = None,
|
22277
22659
|
versioned_expr: Optional[str] = None):
|
22278
22660
|
"""
|
22279
22661
|
:param 'RegionSecurityPolicyRuleMatchConfigArgs' config: The configuration options available when specifying versionedExpr.
|
22280
22662
|
This field must be specified if versionedExpr is specified and cannot be specified if versionedExpr is not specified.
|
22281
22663
|
Structure is documented below.
|
22664
|
+
:param 'RegionSecurityPolicyRuleMatchExprArgs' expr: User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
|
22665
|
+
Structure is documented below.
|
22282
22666
|
:param str versioned_expr: Preconfigured versioned expression. If this field is specified, config must also be specified.
|
22283
22667
|
Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config.
|
22284
22668
|
Possible values are: `SRC_IPS_V1`.
|
22285
22669
|
"""
|
22286
22670
|
if config is not None:
|
22287
22671
|
pulumi.set(__self__, "config", config)
|
22672
|
+
if expr is not None:
|
22673
|
+
pulumi.set(__self__, "expr", expr)
|
22288
22674
|
if versioned_expr is not None:
|
22289
22675
|
pulumi.set(__self__, "versioned_expr", versioned_expr)
|
22290
22676
|
|
@@ -22298,6 +22684,15 @@ class RegionSecurityPolicyRuleMatch(dict):
|
|
22298
22684
|
"""
|
22299
22685
|
return pulumi.get(self, "config")
|
22300
22686
|
|
22687
|
+
@property
|
22688
|
+
@pulumi.getter
|
22689
|
+
def expr(self) -> Optional['outputs.RegionSecurityPolicyRuleMatchExpr']:
|
22690
|
+
"""
|
22691
|
+
User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
|
22692
|
+
Structure is documented below.
|
22693
|
+
"""
|
22694
|
+
return pulumi.get(self, "expr")
|
22695
|
+
|
22301
22696
|
@property
|
22302
22697
|
@pulumi.getter(name="versionedExpr")
|
22303
22698
|
def versioned_expr(self) -> Optional[str]:
|
@@ -22345,6 +22740,24 @@ class RegionSecurityPolicyRuleMatchConfig(dict):
|
|
22345
22740
|
return pulumi.get(self, "src_ip_ranges")
|
22346
22741
|
|
22347
22742
|
|
22743
|
+
@pulumi.output_type
|
22744
|
+
class RegionSecurityPolicyRuleMatchExpr(dict):
|
22745
|
+
def __init__(__self__, *,
|
22746
|
+
expression: str):
|
22747
|
+
"""
|
22748
|
+
:param str expression: Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
|
22749
|
+
"""
|
22750
|
+
pulumi.set(__self__, "expression", expression)
|
22751
|
+
|
22752
|
+
@property
|
22753
|
+
@pulumi.getter
|
22754
|
+
def expression(self) -> str:
|
22755
|
+
"""
|
22756
|
+
Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
|
22757
|
+
"""
|
22758
|
+
return pulumi.get(self, "expression")
|
22759
|
+
|
22760
|
+
|
22348
22761
|
@pulumi.output_type
|
22349
22762
|
class RegionSecurityPolicyRuleNetworkMatch(dict):
|
22350
22763
|
@staticmethod
|