pulumi-gcp 7.24.0a1715926460__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/_inputs.py +16 -0
- 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_access.py +56 -0
- 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/outputs.py +16 -0
- 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.py +21 -0
- 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 +681 -0
- pulumi_gcp/compute/backend_service.py +315 -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 +701 -0
- pulumi_gcp/compute/region_backend_service.py +315 -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/router_peer.py +88 -0
- pulumi_gcp/compute/security_policy.py +49 -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 +14 -2
- pulumi_gcp/container/outputs.py +16 -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 +190 -46
- 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 +182 -46
- 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 +254 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
- pulumi_gcp/networkservices/outputs.py +265 -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/_inputs.py +10 -0
- pulumi_gcp/organizations/iam_member.py +16 -16
- pulumi_gcp/organizations/iam_policy.py +16 -16
- pulumi_gcp/organizations/outputs.py +10 -0
- 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.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/RECORD +327 -324
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -181,6 +181,10 @@ __all__ = [
|
|
181
181
|
'InstanceTemplateServiceAccountArgs',
|
182
182
|
'InstanceTemplateShieldedInstanceConfigArgs',
|
183
183
|
'InterconnectAttachmentPrivateInterconnectInfoArgs',
|
184
|
+
'InterconnectCircuitInfoArgs',
|
185
|
+
'InterconnectExpectedOutageArgs',
|
186
|
+
'InterconnectMacsecArgs',
|
187
|
+
'InterconnectMacsecPreSharedKeyArgs',
|
184
188
|
'MachineImageIamBindingConditionArgs',
|
185
189
|
'MachineImageIamMemberConditionArgs',
|
186
190
|
'MachineImageMachineImageEncryptionKeyArgs',
|
@@ -309,6 +313,7 @@ __all__ = [
|
|
309
313
|
'RegionSecurityPolicyDdosProtectionConfigArgs',
|
310
314
|
'RegionSecurityPolicyRuleMatchArgs',
|
311
315
|
'RegionSecurityPolicyRuleMatchConfigArgs',
|
316
|
+
'RegionSecurityPolicyRuleMatchExprArgs',
|
312
317
|
'RegionSecurityPolicyRuleNetworkMatchArgs',
|
313
318
|
'RegionSecurityPolicyRuleNetworkMatchUserDefinedFieldArgs',
|
314
319
|
'RegionSecurityPolicyRulePreconfiguredWafConfigArgs',
|
@@ -3016,6 +3021,25 @@ class BackendServiceLocalityLbPolicyPolicyArgs:
|
|
3016
3021
|
Note that specifying the same policy more than once for a backend is
|
3017
3022
|
not a valid configuration and will be rejected.
|
3018
3023
|
The possible values are:
|
3024
|
+
* `ROUND_ROBIN`: This is a simple policy in which each healthy backend
|
3025
|
+
is selected in round robin order.
|
3026
|
+
* `LEAST_REQUEST`: An O(1) algorithm which selects two random healthy
|
3027
|
+
hosts and picks the host which has fewer active requests.
|
3028
|
+
* `RING_HASH`: The ring/modulo hash load balancer implements consistent
|
3029
|
+
hashing to backends. The algorithm has the property that the
|
3030
|
+
addition/removal of a host from a set of N hosts only affects
|
3031
|
+
1/N of the requests.
|
3032
|
+
* `RANDOM`: The load balancer selects a random healthy host.
|
3033
|
+
* `ORIGINAL_DESTINATION`: Backend host is selected based on the client
|
3034
|
+
connection metadata, i.e., connections are opened
|
3035
|
+
to the same address as the destination address of
|
3036
|
+
the incoming connection before the connection
|
3037
|
+
was redirected to the load balancer.
|
3038
|
+
* `MAGLEV`: used as a drop in replacement for the ring hash load balancer.
|
3039
|
+
Maglev is not as stable as ring hash but has faster table lookup
|
3040
|
+
build times and host selection times. For more information about
|
3041
|
+
Maglev, refer to https://ai.google/research/pubs/pub44824
|
3042
|
+
Possible values are: `ROUND_ROBIN`, `LEAST_REQUEST`, `RING_HASH`, `RANDOM`, `ORIGINAL_DESTINATION`, `MAGLEV`.
|
3019
3043
|
"""
|
3020
3044
|
pulumi.set(__self__, "name", name)
|
3021
3045
|
|
@@ -3031,6 +3055,25 @@ class BackendServiceLocalityLbPolicyPolicyArgs:
|
|
3031
3055
|
Note that specifying the same policy more than once for a backend is
|
3032
3056
|
not a valid configuration and will be rejected.
|
3033
3057
|
The possible values are:
|
3058
|
+
* `ROUND_ROBIN`: This is a simple policy in which each healthy backend
|
3059
|
+
is selected in round robin order.
|
3060
|
+
* `LEAST_REQUEST`: An O(1) algorithm which selects two random healthy
|
3061
|
+
hosts and picks the host which has fewer active requests.
|
3062
|
+
* `RING_HASH`: The ring/modulo hash load balancer implements consistent
|
3063
|
+
hashing to backends. The algorithm has the property that the
|
3064
|
+
addition/removal of a host from a set of N hosts only affects
|
3065
|
+
1/N of the requests.
|
3066
|
+
* `RANDOM`: The load balancer selects a random healthy host.
|
3067
|
+
* `ORIGINAL_DESTINATION`: Backend host is selected based on the client
|
3068
|
+
connection metadata, i.e., connections are opened
|
3069
|
+
to the same address as the destination address of
|
3070
|
+
the incoming connection before the connection
|
3071
|
+
was redirected to the load balancer.
|
3072
|
+
* `MAGLEV`: used as a drop in replacement for the ring hash load balancer.
|
3073
|
+
Maglev is not as stable as ring hash but has faster table lookup
|
3074
|
+
build times and host selection times. For more information about
|
3075
|
+
Maglev, refer to https://ai.google/research/pubs/pub44824
|
3076
|
+
Possible values are: `ROUND_ROBIN`, `LEAST_REQUEST`, `RING_HASH`, `RANDOM`, `ORIGINAL_DESTINATION`, `MAGLEV`.
|
3034
3077
|
"""
|
3035
3078
|
return pulumi.get(self, "name")
|
3036
3079
|
|
@@ -4583,6 +4626,15 @@ class HealthCheckGrpcHealthCheckArgs:
|
|
4583
4626
|
port_name are defined, port takes precedence.
|
4584
4627
|
:param pulumi.Input[str] port_specification: Specifies how port is selected for health checking, can be one of the
|
4585
4628
|
following values:
|
4629
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
4630
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
4631
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
4632
|
+
network endpoint is used for health checking. For other backends, the
|
4633
|
+
port or named port specified in the Backend Service is used for health
|
4634
|
+
checking.
|
4635
|
+
If not specified, gRPC health check follows behavior specified in `port` and
|
4636
|
+
`portName` fields.
|
4637
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
4586
4638
|
"""
|
4587
4639
|
if grpc_service_name is not None:
|
4588
4640
|
pulumi.set(__self__, "grpc_service_name", grpc_service_name)
|
@@ -4642,6 +4694,15 @@ class HealthCheckGrpcHealthCheckArgs:
|
|
4642
4694
|
"""
|
4643
4695
|
Specifies how port is selected for health checking, can be one of the
|
4644
4696
|
following values:
|
4697
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
4698
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
4699
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
4700
|
+
network endpoint is used for health checking. For other backends, the
|
4701
|
+
port or named port specified in the Backend Service is used for health
|
4702
|
+
checking.
|
4703
|
+
If not specified, gRPC health check follows behavior specified in `port` and
|
4704
|
+
`portName` fields.
|
4705
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
4645
4706
|
"""
|
4646
4707
|
return pulumi.get(self, "port_specification")
|
4647
4708
|
|
@@ -4831,6 +4892,15 @@ class HealthCheckHttpHealthCheckArgs:
|
|
4831
4892
|
port_name are defined, port takes precedence.
|
4832
4893
|
:param pulumi.Input[str] port_specification: Specifies how port is selected for health checking, can be one of the
|
4833
4894
|
following values:
|
4895
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
4896
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
4897
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
4898
|
+
network endpoint is used for health checking. For other backends, the
|
4899
|
+
port or named port specified in the Backend Service is used for health
|
4900
|
+
checking.
|
4901
|
+
If not specified, HTTP health check follows behavior specified in `port` and
|
4902
|
+
`portName` fields.
|
4903
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
4834
4904
|
:param pulumi.Input[str] proxy_header: Specifies the type of proxy header to append before sending data to the
|
4835
4905
|
backend.
|
4836
4906
|
Default value is `NONE`.
|
@@ -4902,6 +4972,15 @@ class HealthCheckHttpHealthCheckArgs:
|
|
4902
4972
|
"""
|
4903
4973
|
Specifies how port is selected for health checking, can be one of the
|
4904
4974
|
following values:
|
4975
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
4976
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
4977
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
4978
|
+
network endpoint is used for health checking. For other backends, the
|
4979
|
+
port or named port specified in the Backend Service is used for health
|
4980
|
+
checking.
|
4981
|
+
If not specified, HTTP health check follows behavior specified in `port` and
|
4982
|
+
`portName` fields.
|
4983
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
4905
4984
|
"""
|
4906
4985
|
return pulumi.get(self, "port_specification")
|
4907
4986
|
|
@@ -4972,6 +5051,15 @@ class HealthCheckHttpsHealthCheckArgs:
|
|
4972
5051
|
port_name are defined, port takes precedence.
|
4973
5052
|
:param pulumi.Input[str] port_specification: Specifies how port is selected for health checking, can be one of the
|
4974
5053
|
following values:
|
5054
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
5055
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
5056
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
5057
|
+
network endpoint is used for health checking. For other backends, the
|
5058
|
+
port or named port specified in the Backend Service is used for health
|
5059
|
+
checking.
|
5060
|
+
If not specified, HTTPS health check follows behavior specified in `port` and
|
5061
|
+
`portName` fields.
|
5062
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
4975
5063
|
:param pulumi.Input[str] proxy_header: Specifies the type of proxy header to append before sending data to the
|
4976
5064
|
backend.
|
4977
5065
|
Default value is `NONE`.
|
@@ -5043,6 +5131,15 @@ class HealthCheckHttpsHealthCheckArgs:
|
|
5043
5131
|
"""
|
5044
5132
|
Specifies how port is selected for health checking, can be one of the
|
5045
5133
|
following values:
|
5134
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
5135
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
5136
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
5137
|
+
network endpoint is used for health checking. For other backends, the
|
5138
|
+
port or named port specified in the Backend Service is used for health
|
5139
|
+
checking.
|
5140
|
+
If not specified, HTTPS health check follows behavior specified in `port` and
|
5141
|
+
`portName` fields.
|
5142
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
5046
5143
|
"""
|
5047
5144
|
return pulumi.get(self, "port_specification")
|
5048
5145
|
|
@@ -5134,6 +5231,15 @@ class HealthCheckSslHealthCheckArgs:
|
|
5134
5231
|
port_name are defined, port takes precedence.
|
5135
5232
|
:param pulumi.Input[str] port_specification: Specifies how port is selected for health checking, can be one of the
|
5136
5233
|
following values:
|
5234
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
5235
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
5236
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
5237
|
+
network endpoint is used for health checking. For other backends, the
|
5238
|
+
port or named port specified in the Backend Service is used for health
|
5239
|
+
checking.
|
5240
|
+
If not specified, HTTP2 health check follows behavior specified in `port` and
|
5241
|
+
`portName` fields.
|
5242
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
5137
5243
|
:param pulumi.Input[str] proxy_header: Specifies the type of proxy header to append before sending data to the
|
5138
5244
|
backend.
|
5139
5245
|
Default value is `NONE`.
|
@@ -5191,6 +5297,15 @@ class HealthCheckSslHealthCheckArgs:
|
|
5191
5297
|
"""
|
5192
5298
|
Specifies how port is selected for health checking, can be one of the
|
5193
5299
|
following values:
|
5300
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
5301
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
5302
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
5303
|
+
network endpoint is used for health checking. For other backends, the
|
5304
|
+
port or named port specified in the Backend Service is used for health
|
5305
|
+
checking.
|
5306
|
+
If not specified, HTTP2 health check follows behavior specified in `port` and
|
5307
|
+
`portName` fields.
|
5308
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
5194
5309
|
"""
|
5195
5310
|
return pulumi.get(self, "port_specification")
|
5196
5311
|
|
@@ -5259,6 +5374,15 @@ class HealthCheckTcpHealthCheckArgs:
|
|
5259
5374
|
port_name are defined, port takes precedence.
|
5260
5375
|
:param pulumi.Input[str] port_specification: Specifies how port is selected for health checking, can be one of the
|
5261
5376
|
following values:
|
5377
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
5378
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
5379
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
5380
|
+
network endpoint is used for health checking. For other backends, the
|
5381
|
+
port or named port specified in the Backend Service is used for health
|
5382
|
+
checking.
|
5383
|
+
If not specified, TCP health check follows behavior specified in `port` and
|
5384
|
+
`portName` fields.
|
5385
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
5262
5386
|
:param pulumi.Input[str] proxy_header: Specifies the type of proxy header to append before sending data to the
|
5263
5387
|
backend.
|
5264
5388
|
Default value is `NONE`.
|
@@ -5316,6 +5440,15 @@ class HealthCheckTcpHealthCheckArgs:
|
|
5316
5440
|
"""
|
5317
5441
|
Specifies how port is selected for health checking, can be one of the
|
5318
5442
|
following values:
|
5443
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
5444
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
5445
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
5446
|
+
network endpoint is used for health checking. For other backends, the
|
5447
|
+
port or named port specified in the Backend Service is used for health
|
5448
|
+
checking.
|
5449
|
+
If not specified, TCP health check follows behavior specified in `port` and
|
5450
|
+
`portName` fields.
|
5451
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
5319
5452
|
"""
|
5320
5453
|
return pulumi.get(self, "port_specification")
|
5321
5454
|
|
@@ -13122,6 +13255,362 @@ class InterconnectAttachmentPrivateInterconnectInfoArgs:
|
|
13122
13255
|
pulumi.set(self, "tag8021q", value)
|
13123
13256
|
|
13124
13257
|
|
13258
|
+
@pulumi.input_type
|
13259
|
+
class InterconnectCircuitInfoArgs:
|
13260
|
+
def __init__(__self__, *,
|
13261
|
+
customer_demarc_id: Optional[pulumi.Input[str]] = None,
|
13262
|
+
google_circuit_id: Optional[pulumi.Input[str]] = None,
|
13263
|
+
google_demarc_id: Optional[pulumi.Input[str]] = None):
|
13264
|
+
"""
|
13265
|
+
:param pulumi.Input[str] customer_demarc_id: (Output)
|
13266
|
+
Customer-side demarc ID for this circuit.
|
13267
|
+
:param pulumi.Input[str] google_circuit_id: (Output)
|
13268
|
+
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
|
13269
|
+
:param pulumi.Input[str] google_demarc_id: (Output)
|
13270
|
+
Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by
|
13271
|
+
Google to the customer in the LOA.
|
13272
|
+
"""
|
13273
|
+
if customer_demarc_id is not None:
|
13274
|
+
pulumi.set(__self__, "customer_demarc_id", customer_demarc_id)
|
13275
|
+
if google_circuit_id is not None:
|
13276
|
+
pulumi.set(__self__, "google_circuit_id", google_circuit_id)
|
13277
|
+
if google_demarc_id is not None:
|
13278
|
+
pulumi.set(__self__, "google_demarc_id", google_demarc_id)
|
13279
|
+
|
13280
|
+
@property
|
13281
|
+
@pulumi.getter(name="customerDemarcId")
|
13282
|
+
def customer_demarc_id(self) -> Optional[pulumi.Input[str]]:
|
13283
|
+
"""
|
13284
|
+
(Output)
|
13285
|
+
Customer-side demarc ID for this circuit.
|
13286
|
+
"""
|
13287
|
+
return pulumi.get(self, "customer_demarc_id")
|
13288
|
+
|
13289
|
+
@customer_demarc_id.setter
|
13290
|
+
def customer_demarc_id(self, value: Optional[pulumi.Input[str]]):
|
13291
|
+
pulumi.set(self, "customer_demarc_id", value)
|
13292
|
+
|
13293
|
+
@property
|
13294
|
+
@pulumi.getter(name="googleCircuitId")
|
13295
|
+
def google_circuit_id(self) -> Optional[pulumi.Input[str]]:
|
13296
|
+
"""
|
13297
|
+
(Output)
|
13298
|
+
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
|
13299
|
+
"""
|
13300
|
+
return pulumi.get(self, "google_circuit_id")
|
13301
|
+
|
13302
|
+
@google_circuit_id.setter
|
13303
|
+
def google_circuit_id(self, value: Optional[pulumi.Input[str]]):
|
13304
|
+
pulumi.set(self, "google_circuit_id", value)
|
13305
|
+
|
13306
|
+
@property
|
13307
|
+
@pulumi.getter(name="googleDemarcId")
|
13308
|
+
def google_demarc_id(self) -> Optional[pulumi.Input[str]]:
|
13309
|
+
"""
|
13310
|
+
(Output)
|
13311
|
+
Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by
|
13312
|
+
Google to the customer in the LOA.
|
13313
|
+
"""
|
13314
|
+
return pulumi.get(self, "google_demarc_id")
|
13315
|
+
|
13316
|
+
@google_demarc_id.setter
|
13317
|
+
def google_demarc_id(self, value: Optional[pulumi.Input[str]]):
|
13318
|
+
pulumi.set(self, "google_demarc_id", value)
|
13319
|
+
|
13320
|
+
|
13321
|
+
@pulumi.input_type
|
13322
|
+
class InterconnectExpectedOutageArgs:
|
13323
|
+
def __init__(__self__, *,
|
13324
|
+
affected_circuits: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
13325
|
+
description: Optional[pulumi.Input[str]] = None,
|
13326
|
+
end_time: Optional[pulumi.Input[str]] = None,
|
13327
|
+
issue_type: Optional[pulumi.Input[str]] = None,
|
13328
|
+
name: Optional[pulumi.Input[str]] = None,
|
13329
|
+
source: Optional[pulumi.Input[str]] = None,
|
13330
|
+
start_time: Optional[pulumi.Input[str]] = None,
|
13331
|
+
state: Optional[pulumi.Input[str]] = None):
|
13332
|
+
"""
|
13333
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] affected_circuits: (Output)
|
13334
|
+
If issueType is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be
|
13335
|
+
affected.
|
13336
|
+
:param pulumi.Input[str] description: An optional description of this resource. Provide this property when you create the resource.
|
13337
|
+
:param pulumi.Input[str] end_time: (Output)
|
13338
|
+
Scheduled end time for the outage (milliseconds since Unix epoch).
|
13339
|
+
:param pulumi.Input[str] issue_type: (Output)
|
13340
|
+
Form this outage is expected to take. Note that the versions of this enum prefixed with
|
13341
|
+
"IT_" have been deprecated in favor of the unprefixed values. Can take one of the
|
13342
|
+
following values:
|
13343
|
+
- OUTAGE: The Interconnect may be completely out of service for some or all of the
|
13344
|
+
specified window.
|
13345
|
+
- PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain
|
13346
|
+
up, but with reduced bandwidth.
|
13347
|
+
:param pulumi.Input[str] name: Name of the resource. Provided by the client when the resource is created. The name must be
|
13348
|
+
1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
|
13349
|
+
long and match the regular expression `a-z?` which means the first
|
13350
|
+
character must be a lowercase letter, and all following characters must be a dash,
|
13351
|
+
lowercase letter, or digit, except the last character, which cannot be a dash.
|
13352
|
+
:param pulumi.Input[str] source: (Output)
|
13353
|
+
The party that generated this notification. Note that the value of NSRC_GOOGLE has been
|
13354
|
+
deprecated in favor of GOOGLE. Can take the following value:
|
13355
|
+
- GOOGLE: this notification as generated by Google.
|
13356
|
+
:param pulumi.Input[str] start_time: (Output)
|
13357
|
+
Scheduled start time for the outage (milliseconds since Unix epoch).
|
13358
|
+
:param pulumi.Input[str] state: (Output)
|
13359
|
+
State of this notification. Note that the versions of this enum prefixed with "NS_" have
|
13360
|
+
been deprecated in favor of the unprefixed values. Can take one of the following values:
|
13361
|
+
- ACTIVE: This outage notification is active. The event could be in the past, present,
|
13362
|
+
or future. See startTime and endTime for scheduling.
|
13363
|
+
- CANCELLED: The outage associated with this notification was cancelled before the
|
13364
|
+
outage was due to start.
|
13365
|
+
- COMPLETED: The outage associated with this notification is complete.
|
13366
|
+
"""
|
13367
|
+
if affected_circuits is not None:
|
13368
|
+
pulumi.set(__self__, "affected_circuits", affected_circuits)
|
13369
|
+
if description is not None:
|
13370
|
+
pulumi.set(__self__, "description", description)
|
13371
|
+
if end_time is not None:
|
13372
|
+
pulumi.set(__self__, "end_time", end_time)
|
13373
|
+
if issue_type is not None:
|
13374
|
+
pulumi.set(__self__, "issue_type", issue_type)
|
13375
|
+
if name is not None:
|
13376
|
+
pulumi.set(__self__, "name", name)
|
13377
|
+
if source is not None:
|
13378
|
+
pulumi.set(__self__, "source", source)
|
13379
|
+
if start_time is not None:
|
13380
|
+
pulumi.set(__self__, "start_time", start_time)
|
13381
|
+
if state is not None:
|
13382
|
+
pulumi.set(__self__, "state", state)
|
13383
|
+
|
13384
|
+
@property
|
13385
|
+
@pulumi.getter(name="affectedCircuits")
|
13386
|
+
def affected_circuits(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
13387
|
+
"""
|
13388
|
+
(Output)
|
13389
|
+
If issueType is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be
|
13390
|
+
affected.
|
13391
|
+
"""
|
13392
|
+
return pulumi.get(self, "affected_circuits")
|
13393
|
+
|
13394
|
+
@affected_circuits.setter
|
13395
|
+
def affected_circuits(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
13396
|
+
pulumi.set(self, "affected_circuits", value)
|
13397
|
+
|
13398
|
+
@property
|
13399
|
+
@pulumi.getter
|
13400
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
13401
|
+
"""
|
13402
|
+
An optional description of this resource. Provide this property when you create the resource.
|
13403
|
+
"""
|
13404
|
+
return pulumi.get(self, "description")
|
13405
|
+
|
13406
|
+
@description.setter
|
13407
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
13408
|
+
pulumi.set(self, "description", value)
|
13409
|
+
|
13410
|
+
@property
|
13411
|
+
@pulumi.getter(name="endTime")
|
13412
|
+
def end_time(self) -> Optional[pulumi.Input[str]]:
|
13413
|
+
"""
|
13414
|
+
(Output)
|
13415
|
+
Scheduled end time for the outage (milliseconds since Unix epoch).
|
13416
|
+
"""
|
13417
|
+
return pulumi.get(self, "end_time")
|
13418
|
+
|
13419
|
+
@end_time.setter
|
13420
|
+
def end_time(self, value: Optional[pulumi.Input[str]]):
|
13421
|
+
pulumi.set(self, "end_time", value)
|
13422
|
+
|
13423
|
+
@property
|
13424
|
+
@pulumi.getter(name="issueType")
|
13425
|
+
def issue_type(self) -> Optional[pulumi.Input[str]]:
|
13426
|
+
"""
|
13427
|
+
(Output)
|
13428
|
+
Form this outage is expected to take. Note that the versions of this enum prefixed with
|
13429
|
+
"IT_" have been deprecated in favor of the unprefixed values. Can take one of the
|
13430
|
+
following values:
|
13431
|
+
- OUTAGE: The Interconnect may be completely out of service for some or all of the
|
13432
|
+
specified window.
|
13433
|
+
- PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain
|
13434
|
+
up, but with reduced bandwidth.
|
13435
|
+
"""
|
13436
|
+
return pulumi.get(self, "issue_type")
|
13437
|
+
|
13438
|
+
@issue_type.setter
|
13439
|
+
def issue_type(self, value: Optional[pulumi.Input[str]]):
|
13440
|
+
pulumi.set(self, "issue_type", value)
|
13441
|
+
|
13442
|
+
@property
|
13443
|
+
@pulumi.getter
|
13444
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
13445
|
+
"""
|
13446
|
+
Name of the resource. Provided by the client when the resource is created. The name must be
|
13447
|
+
1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
|
13448
|
+
long and match the regular expression `a-z?` which means the first
|
13449
|
+
character must be a lowercase letter, and all following characters must be a dash,
|
13450
|
+
lowercase letter, or digit, except the last character, which cannot be a dash.
|
13451
|
+
"""
|
13452
|
+
return pulumi.get(self, "name")
|
13453
|
+
|
13454
|
+
@name.setter
|
13455
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
13456
|
+
pulumi.set(self, "name", value)
|
13457
|
+
|
13458
|
+
@property
|
13459
|
+
@pulumi.getter
|
13460
|
+
def source(self) -> Optional[pulumi.Input[str]]:
|
13461
|
+
"""
|
13462
|
+
(Output)
|
13463
|
+
The party that generated this notification. Note that the value of NSRC_GOOGLE has been
|
13464
|
+
deprecated in favor of GOOGLE. Can take the following value:
|
13465
|
+
- GOOGLE: this notification as generated by Google.
|
13466
|
+
"""
|
13467
|
+
return pulumi.get(self, "source")
|
13468
|
+
|
13469
|
+
@source.setter
|
13470
|
+
def source(self, value: Optional[pulumi.Input[str]]):
|
13471
|
+
pulumi.set(self, "source", value)
|
13472
|
+
|
13473
|
+
@property
|
13474
|
+
@pulumi.getter(name="startTime")
|
13475
|
+
def start_time(self) -> Optional[pulumi.Input[str]]:
|
13476
|
+
"""
|
13477
|
+
(Output)
|
13478
|
+
Scheduled start time for the outage (milliseconds since Unix epoch).
|
13479
|
+
"""
|
13480
|
+
return pulumi.get(self, "start_time")
|
13481
|
+
|
13482
|
+
@start_time.setter
|
13483
|
+
def start_time(self, value: Optional[pulumi.Input[str]]):
|
13484
|
+
pulumi.set(self, "start_time", value)
|
13485
|
+
|
13486
|
+
@property
|
13487
|
+
@pulumi.getter
|
13488
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
13489
|
+
"""
|
13490
|
+
(Output)
|
13491
|
+
State of this notification. Note that the versions of this enum prefixed with "NS_" have
|
13492
|
+
been deprecated in favor of the unprefixed values. Can take one of the following values:
|
13493
|
+
- ACTIVE: This outage notification is active. The event could be in the past, present,
|
13494
|
+
or future. See startTime and endTime for scheduling.
|
13495
|
+
- CANCELLED: The outage associated with this notification was cancelled before the
|
13496
|
+
outage was due to start.
|
13497
|
+
- COMPLETED: The outage associated with this notification is complete.
|
13498
|
+
"""
|
13499
|
+
return pulumi.get(self, "state")
|
13500
|
+
|
13501
|
+
@state.setter
|
13502
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
13503
|
+
pulumi.set(self, "state", value)
|
13504
|
+
|
13505
|
+
|
13506
|
+
@pulumi.input_type
|
13507
|
+
class InterconnectMacsecArgs:
|
13508
|
+
def __init__(__self__, *,
|
13509
|
+
pre_shared_keys: pulumi.Input[Sequence[pulumi.Input['InterconnectMacsecPreSharedKeyArgs']]]):
|
13510
|
+
"""
|
13511
|
+
:param pulumi.Input[Sequence[pulumi.Input['InterconnectMacsecPreSharedKeyArgs']]] pre_shared_keys: A keychain placeholder describing a set of named key objects along with their
|
13512
|
+
start times. A MACsec CKN/CAK is generated for each key in the key chain.
|
13513
|
+
Google router automatically picks the key with the most recent startTime when establishing
|
13514
|
+
or re-establishing a MACsec secure link.
|
13515
|
+
Structure is documented below.
|
13516
|
+
"""
|
13517
|
+
pulumi.set(__self__, "pre_shared_keys", pre_shared_keys)
|
13518
|
+
|
13519
|
+
@property
|
13520
|
+
@pulumi.getter(name="preSharedKeys")
|
13521
|
+
def pre_shared_keys(self) -> pulumi.Input[Sequence[pulumi.Input['InterconnectMacsecPreSharedKeyArgs']]]:
|
13522
|
+
"""
|
13523
|
+
A keychain placeholder describing a set of named key objects along with their
|
13524
|
+
start times. A MACsec CKN/CAK is generated for each key in the key chain.
|
13525
|
+
Google router automatically picks the key with the most recent startTime when establishing
|
13526
|
+
or re-establishing a MACsec secure link.
|
13527
|
+
Structure is documented below.
|
13528
|
+
"""
|
13529
|
+
return pulumi.get(self, "pre_shared_keys")
|
13530
|
+
|
13531
|
+
@pre_shared_keys.setter
|
13532
|
+
def pre_shared_keys(self, value: pulumi.Input[Sequence[pulumi.Input['InterconnectMacsecPreSharedKeyArgs']]]):
|
13533
|
+
pulumi.set(self, "pre_shared_keys", value)
|
13534
|
+
|
13535
|
+
|
13536
|
+
@pulumi.input_type
|
13537
|
+
class InterconnectMacsecPreSharedKeyArgs:
|
13538
|
+
def __init__(__self__, *,
|
13539
|
+
name: pulumi.Input[str],
|
13540
|
+
fail_open: Optional[pulumi.Input[bool]] = None,
|
13541
|
+
start_time: Optional[pulumi.Input[str]] = None):
|
13542
|
+
"""
|
13543
|
+
:param pulumi.Input[str] name: A name for this pre-shared key. The name must be 1-63 characters long, and
|
13544
|
+
comply with RFC1035. Specifically, the name must be 1-63 characters long and match
|
13545
|
+
the regular expression `a-z?` which means the first character
|
13546
|
+
must be a lowercase letter, and all following characters must be a dash, lowercase
|
13547
|
+
letter, or digit, except the last character, which cannot be a dash.
|
13548
|
+
:param pulumi.Input[bool] fail_open: If set to true, the Interconnect connection is configured with a should-secure
|
13549
|
+
MACsec security policy, that allows the Google router to fallback to cleartext
|
13550
|
+
traffic if the MKA session cannot be established. By default, the Interconnect
|
13551
|
+
connection is configured with a must-secure security policy that drops all traffic
|
13552
|
+
if the MKA session cannot be established with your router.
|
13553
|
+
:param pulumi.Input[str] start_time: A RFC3339 timestamp on or after which the key is valid. startTime can be in the
|
13554
|
+
future. If the keychain has a single key, startTime can be omitted. If the keychain
|
13555
|
+
has multiple keys, startTime is mandatory for each key. The start times of keys must
|
13556
|
+
be in increasing order. The start times of two consecutive keys must be at least 6
|
13557
|
+
hours apart.
|
13558
|
+
"""
|
13559
|
+
pulumi.set(__self__, "name", name)
|
13560
|
+
if fail_open is not None:
|
13561
|
+
pulumi.set(__self__, "fail_open", fail_open)
|
13562
|
+
if start_time is not None:
|
13563
|
+
pulumi.set(__self__, "start_time", start_time)
|
13564
|
+
|
13565
|
+
@property
|
13566
|
+
@pulumi.getter
|
13567
|
+
def name(self) -> pulumi.Input[str]:
|
13568
|
+
"""
|
13569
|
+
A name for this pre-shared key. The name must be 1-63 characters long, and
|
13570
|
+
comply with RFC1035. Specifically, the name must be 1-63 characters long and match
|
13571
|
+
the regular expression `a-z?` which means the first character
|
13572
|
+
must be a lowercase letter, and all following characters must be a dash, lowercase
|
13573
|
+
letter, or digit, except the last character, which cannot be a dash.
|
13574
|
+
"""
|
13575
|
+
return pulumi.get(self, "name")
|
13576
|
+
|
13577
|
+
@name.setter
|
13578
|
+
def name(self, value: pulumi.Input[str]):
|
13579
|
+
pulumi.set(self, "name", value)
|
13580
|
+
|
13581
|
+
@property
|
13582
|
+
@pulumi.getter(name="failOpen")
|
13583
|
+
def fail_open(self) -> Optional[pulumi.Input[bool]]:
|
13584
|
+
"""
|
13585
|
+
If set to true, the Interconnect connection is configured with a should-secure
|
13586
|
+
MACsec security policy, that allows the Google router to fallback to cleartext
|
13587
|
+
traffic if the MKA session cannot be established. By default, the Interconnect
|
13588
|
+
connection is configured with a must-secure security policy that drops all traffic
|
13589
|
+
if the MKA session cannot be established with your router.
|
13590
|
+
"""
|
13591
|
+
return pulumi.get(self, "fail_open")
|
13592
|
+
|
13593
|
+
@fail_open.setter
|
13594
|
+
def fail_open(self, value: Optional[pulumi.Input[bool]]):
|
13595
|
+
pulumi.set(self, "fail_open", value)
|
13596
|
+
|
13597
|
+
@property
|
13598
|
+
@pulumi.getter(name="startTime")
|
13599
|
+
def start_time(self) -> Optional[pulumi.Input[str]]:
|
13600
|
+
"""
|
13601
|
+
A RFC3339 timestamp on or after which the key is valid. startTime can be in the
|
13602
|
+
future. If the keychain has a single key, startTime can be omitted. If the keychain
|
13603
|
+
has multiple keys, startTime is mandatory for each key. The start times of keys must
|
13604
|
+
be in increasing order. The start times of two consecutive keys must be at least 6
|
13605
|
+
hours apart.
|
13606
|
+
"""
|
13607
|
+
return pulumi.get(self, "start_time")
|
13608
|
+
|
13609
|
+
@start_time.setter
|
13610
|
+
def start_time(self, value: Optional[pulumi.Input[str]]):
|
13611
|
+
pulumi.set(self, "start_time", value)
|
13612
|
+
|
13613
|
+
|
13125
13614
|
@pulumi.input_type
|
13126
13615
|
class MachineImageIamBindingConditionArgs:
|
13127
13616
|
def __init__(__self__, *,
|
@@ -17765,6 +18254,15 @@ class RegionHealthCheckGrpcHealthCheckArgs:
|
|
17765
18254
|
port_name are defined, port takes precedence.
|
17766
18255
|
:param pulumi.Input[str] port_specification: Specifies how port is selected for health checking, can be one of the
|
17767
18256
|
following values:
|
18257
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
18258
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
18259
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
18260
|
+
network endpoint is used for health checking. For other backends, the
|
18261
|
+
port or named port specified in the Backend Service is used for health
|
18262
|
+
checking.
|
18263
|
+
If not specified, gRPC health check follows behavior specified in `port` and
|
18264
|
+
`portName` fields.
|
18265
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
17768
18266
|
"""
|
17769
18267
|
if grpc_service_name is not None:
|
17770
18268
|
pulumi.set(__self__, "grpc_service_name", grpc_service_name)
|
@@ -17824,6 +18322,15 @@ class RegionHealthCheckGrpcHealthCheckArgs:
|
|
17824
18322
|
"""
|
17825
18323
|
Specifies how port is selected for health checking, can be one of the
|
17826
18324
|
following values:
|
18325
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
18326
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
18327
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
18328
|
+
network endpoint is used for health checking. For other backends, the
|
18329
|
+
port or named port specified in the Backend Service is used for health
|
18330
|
+
checking.
|
18331
|
+
If not specified, gRPC health check follows behavior specified in `port` and
|
18332
|
+
`portName` fields.
|
18333
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
17827
18334
|
"""
|
17828
18335
|
return pulumi.get(self, "port_specification")
|
17829
18336
|
|
@@ -18013,6 +18520,15 @@ class RegionHealthCheckHttpHealthCheckArgs:
|
|
18013
18520
|
port_name are defined, port takes precedence.
|
18014
18521
|
:param pulumi.Input[str] port_specification: Specifies how port is selected for health checking, can be one of the
|
18015
18522
|
following values:
|
18523
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
18524
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
18525
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
18526
|
+
network endpoint is used for health checking. For other backends, the
|
18527
|
+
port or named port specified in the Backend Service is used for health
|
18528
|
+
checking.
|
18529
|
+
If not specified, HTTP health check follows behavior specified in `port` and
|
18530
|
+
`portName` fields.
|
18531
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
18016
18532
|
:param pulumi.Input[str] proxy_header: Specifies the type of proxy header to append before sending data to the
|
18017
18533
|
backend.
|
18018
18534
|
Default value is `NONE`.
|
@@ -18084,6 +18600,15 @@ class RegionHealthCheckHttpHealthCheckArgs:
|
|
18084
18600
|
"""
|
18085
18601
|
Specifies how port is selected for health checking, can be one of the
|
18086
18602
|
following values:
|
18603
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
18604
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
18605
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
18606
|
+
network endpoint is used for health checking. For other backends, the
|
18607
|
+
port or named port specified in the Backend Service is used for health
|
18608
|
+
checking.
|
18609
|
+
If not specified, HTTP health check follows behavior specified in `port` and
|
18610
|
+
`portName` fields.
|
18611
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
18087
18612
|
"""
|
18088
18613
|
return pulumi.get(self, "port_specification")
|
18089
18614
|
|
@@ -18154,6 +18679,15 @@ class RegionHealthCheckHttpsHealthCheckArgs:
|
|
18154
18679
|
port_name are defined, port takes precedence.
|
18155
18680
|
:param pulumi.Input[str] port_specification: Specifies how port is selected for health checking, can be one of the
|
18156
18681
|
following values:
|
18682
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
18683
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
18684
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
18685
|
+
network endpoint is used for health checking. For other backends, the
|
18686
|
+
port or named port specified in the Backend Service is used for health
|
18687
|
+
checking.
|
18688
|
+
If not specified, HTTPS health check follows behavior specified in `port` and
|
18689
|
+
`portName` fields.
|
18690
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
18157
18691
|
:param pulumi.Input[str] proxy_header: Specifies the type of proxy header to append before sending data to the
|
18158
18692
|
backend.
|
18159
18693
|
Default value is `NONE`.
|
@@ -18225,6 +18759,15 @@ class RegionHealthCheckHttpsHealthCheckArgs:
|
|
18225
18759
|
"""
|
18226
18760
|
Specifies how port is selected for health checking, can be one of the
|
18227
18761
|
following values:
|
18762
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
18763
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
18764
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
18765
|
+
network endpoint is used for health checking. For other backends, the
|
18766
|
+
port or named port specified in the Backend Service is used for health
|
18767
|
+
checking.
|
18768
|
+
If not specified, HTTPS health check follows behavior specified in `port` and
|
18769
|
+
`portName` fields.
|
18770
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
18228
18771
|
"""
|
18229
18772
|
return pulumi.get(self, "port_specification")
|
18230
18773
|
|
@@ -18316,6 +18859,15 @@ class RegionHealthCheckSslHealthCheckArgs:
|
|
18316
18859
|
port_name are defined, port takes precedence.
|
18317
18860
|
:param pulumi.Input[str] port_specification: Specifies how port is selected for health checking, can be one of the
|
18318
18861
|
following values:
|
18862
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
18863
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
18864
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
18865
|
+
network endpoint is used for health checking. For other backends, the
|
18866
|
+
port or named port specified in the Backend Service is used for health
|
18867
|
+
checking.
|
18868
|
+
If not specified, HTTP2 health check follows behavior specified in `port` and
|
18869
|
+
`portName` fields.
|
18870
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
18319
18871
|
:param pulumi.Input[str] proxy_header: Specifies the type of proxy header to append before sending data to the
|
18320
18872
|
backend.
|
18321
18873
|
Default value is `NONE`.
|
@@ -18373,6 +18925,15 @@ class RegionHealthCheckSslHealthCheckArgs:
|
|
18373
18925
|
"""
|
18374
18926
|
Specifies how port is selected for health checking, can be one of the
|
18375
18927
|
following values:
|
18928
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
18929
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
18930
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
18931
|
+
network endpoint is used for health checking. For other backends, the
|
18932
|
+
port or named port specified in the Backend Service is used for health
|
18933
|
+
checking.
|
18934
|
+
If not specified, HTTP2 health check follows behavior specified in `port` and
|
18935
|
+
`portName` fields.
|
18936
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
18376
18937
|
"""
|
18377
18938
|
return pulumi.get(self, "port_specification")
|
18378
18939
|
|
@@ -18441,6 +19002,15 @@ class RegionHealthCheckTcpHealthCheckArgs:
|
|
18441
19002
|
port_name are defined, port takes precedence.
|
18442
19003
|
:param pulumi.Input[str] port_specification: Specifies how port is selected for health checking, can be one of the
|
18443
19004
|
following values:
|
19005
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
19006
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
19007
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
19008
|
+
network endpoint is used for health checking. For other backends, the
|
19009
|
+
port or named port specified in the Backend Service is used for health
|
19010
|
+
checking.
|
19011
|
+
If not specified, TCP health check follows behavior specified in `port` and
|
19012
|
+
`portName` fields.
|
19013
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
18444
19014
|
:param pulumi.Input[str] proxy_header: Specifies the type of proxy header to append before sending data to the
|
18445
19015
|
backend.
|
18446
19016
|
Default value is `NONE`.
|
@@ -18498,6 +19068,15 @@ class RegionHealthCheckTcpHealthCheckArgs:
|
|
18498
19068
|
"""
|
18499
19069
|
Specifies how port is selected for health checking, can be one of the
|
18500
19070
|
following values:
|
19071
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
19072
|
+
* `USE_NAMED_PORT`: The `portName` is used for health checking.
|
19073
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
19074
|
+
network endpoint is used for health checking. For other backends, the
|
19075
|
+
port or named port specified in the Backend Service is used for health
|
19076
|
+
checking.
|
19077
|
+
If not specified, TCP health check follows behavior specified in `port` and
|
19078
|
+
`portName` fields.
|
19079
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
18501
19080
|
"""
|
18502
19081
|
return pulumi.get(self, "port_specification")
|
18503
19082
|
|
@@ -21924,17 +22503,22 @@ class RegionSecurityPolicyDdosProtectionConfigArgs:
|
|
21924
22503
|
class RegionSecurityPolicyRuleMatchArgs:
|
21925
22504
|
def __init__(__self__, *,
|
21926
22505
|
config: Optional[pulumi.Input['RegionSecurityPolicyRuleMatchConfigArgs']] = None,
|
22506
|
+
expr: Optional[pulumi.Input['RegionSecurityPolicyRuleMatchExprArgs']] = None,
|
21927
22507
|
versioned_expr: Optional[pulumi.Input[str]] = None):
|
21928
22508
|
"""
|
21929
22509
|
:param pulumi.Input['RegionSecurityPolicyRuleMatchConfigArgs'] config: The configuration options available when specifying versionedExpr.
|
21930
22510
|
This field must be specified if versionedExpr is specified and cannot be specified if versionedExpr is not specified.
|
21931
22511
|
Structure is documented below.
|
22512
|
+
:param pulumi.Input['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.
|
22513
|
+
Structure is documented below.
|
21932
22514
|
:param pulumi.Input[str] versioned_expr: Preconfigured versioned expression. If this field is specified, config must also be specified.
|
21933
22515
|
Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config.
|
21934
22516
|
Possible values are: `SRC_IPS_V1`.
|
21935
22517
|
"""
|
21936
22518
|
if config is not None:
|
21937
22519
|
pulumi.set(__self__, "config", config)
|
22520
|
+
if expr is not None:
|
22521
|
+
pulumi.set(__self__, "expr", expr)
|
21938
22522
|
if versioned_expr is not None:
|
21939
22523
|
pulumi.set(__self__, "versioned_expr", versioned_expr)
|
21940
22524
|
|
@@ -21952,6 +22536,19 @@ class RegionSecurityPolicyRuleMatchArgs:
|
|
21952
22536
|
def config(self, value: Optional[pulumi.Input['RegionSecurityPolicyRuleMatchConfigArgs']]):
|
21953
22537
|
pulumi.set(self, "config", value)
|
21954
22538
|
|
22539
|
+
@property
|
22540
|
+
@pulumi.getter
|
22541
|
+
def expr(self) -> Optional[pulumi.Input['RegionSecurityPolicyRuleMatchExprArgs']]:
|
22542
|
+
"""
|
22543
|
+
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.
|
22544
|
+
Structure is documented below.
|
22545
|
+
"""
|
22546
|
+
return pulumi.get(self, "expr")
|
22547
|
+
|
22548
|
+
@expr.setter
|
22549
|
+
def expr(self, value: Optional[pulumi.Input['RegionSecurityPolicyRuleMatchExprArgs']]):
|
22550
|
+
pulumi.set(self, "expr", value)
|
22551
|
+
|
21955
22552
|
@property
|
21956
22553
|
@pulumi.getter(name="versionedExpr")
|
21957
22554
|
def versioned_expr(self) -> Optional[pulumi.Input[str]]:
|
@@ -21990,6 +22587,28 @@ class RegionSecurityPolicyRuleMatchConfigArgs:
|
|
21990
22587
|
pulumi.set(self, "src_ip_ranges", value)
|
21991
22588
|
|
21992
22589
|
|
22590
|
+
@pulumi.input_type
|
22591
|
+
class RegionSecurityPolicyRuleMatchExprArgs:
|
22592
|
+
def __init__(__self__, *,
|
22593
|
+
expression: pulumi.Input[str]):
|
22594
|
+
"""
|
22595
|
+
:param pulumi.Input[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.
|
22596
|
+
"""
|
22597
|
+
pulumi.set(__self__, "expression", expression)
|
22598
|
+
|
22599
|
+
@property
|
22600
|
+
@pulumi.getter
|
22601
|
+
def expression(self) -> pulumi.Input[str]:
|
22602
|
+
"""
|
22603
|
+
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.
|
22604
|
+
"""
|
22605
|
+
return pulumi.get(self, "expression")
|
22606
|
+
|
22607
|
+
@expression.setter
|
22608
|
+
def expression(self, value: pulumi.Input[str]):
|
22609
|
+
pulumi.set(self, "expression", value)
|
22610
|
+
|
22611
|
+
|
21993
22612
|
@pulumi.input_type
|
21994
22613
|
class RegionSecurityPolicyRuleNetworkMatchArgs:
|
21995
22614
|
def __init__(__self__, *,
|
@@ -29583,7 +30202,11 @@ class SecurityPolicyAdvancedOptionsConfigArgs:
|
|
29583
30202
|
:param pulumi.Input['SecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgs'] json_custom_config: Custom configuration to apply the JSON parsing. Only applicable when
|
29584
30203
|
`json_parsing` is set to `STANDARD`. Structure is documented below.
|
29585
30204
|
:param pulumi.Input[str] json_parsing: Whether or not to JSON parse the payload body. Defaults to `DISABLED`.
|
30205
|
+
* `DISABLED` - Don't parse JSON payloads in POST bodies.
|
30206
|
+
* `STANDARD` - Parse JSON payloads in POST bodies.
|
29586
30207
|
:param pulumi.Input[str] log_level: Log level to use. Defaults to `NORMAL`.
|
30208
|
+
* `NORMAL` - Normal log level.
|
30209
|
+
* `VERBOSE` - Verbose log level.
|
29587
30210
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_ip_request_headers: An optional list of case-insensitive request header names to use for resolving the callers client IP address.
|
29588
30211
|
"""
|
29589
30212
|
if json_custom_config is not None:
|
@@ -29613,6 +30236,8 @@ class SecurityPolicyAdvancedOptionsConfigArgs:
|
|
29613
30236
|
def json_parsing(self) -> Optional[pulumi.Input[str]]:
|
29614
30237
|
"""
|
29615
30238
|
Whether or not to JSON parse the payload body. Defaults to `DISABLED`.
|
30239
|
+
* `DISABLED` - Don't parse JSON payloads in POST bodies.
|
30240
|
+
* `STANDARD` - Parse JSON payloads in POST bodies.
|
29616
30241
|
"""
|
29617
30242
|
return pulumi.get(self, "json_parsing")
|
29618
30243
|
|
@@ -29625,6 +30250,8 @@ class SecurityPolicyAdvancedOptionsConfigArgs:
|
|
29625
30250
|
def log_level(self) -> Optional[pulumi.Input[str]]:
|
29626
30251
|
"""
|
29627
30252
|
Log level to use. Defaults to `NORMAL`.
|
30253
|
+
* `NORMAL` - Normal log level.
|
30254
|
+
* `VERBOSE` - Verbose log level.
|
29628
30255
|
"""
|
29629
30256
|
return pulumi.get(self, "log_level")
|
29630
30257
|
|
@@ -30391,10 +31018,22 @@ class SecurityPolicyRuleRateLimitOptionsArgs:
|
|
30391
31018
|
If specified, the key will be banned for the configured `ban_duration_sec` when the number of requests that exceed the `rate_limit_threshold` also
|
30392
31019
|
exceed this `ban_threshold`. Structure is documented below.
|
30393
31020
|
:param pulumi.Input[str] enforce_on_key: Determines the key to enforce the rate_limit_threshold on. If not specified, defaults to `ALL`.
|
31021
|
+
|
31022
|
+
* `ALL`: A single rate limit threshold is applied to all the requests matching this rule.
|
31023
|
+
* `IP`: The source IP address of the request is the key. Each IP has this limit enforced separately.
|
31024
|
+
* `HTTP_HEADER`: The value of the HTTP header whose name is configured under `enforce_on_key_name`. The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to `ALL`.
|
31025
|
+
* `XFF_IP`: The first IP address (i.e. the originating client IP address) specified in the list of IPs under `X-Forwarded-For` HTTP header. If no such header is present or the value is not a valid IP, the key type defaults to `ALL`.
|
31026
|
+
* `HTTP_COOKIE`: The value of the HTTP cookie whose name is configured under `enforce_on_key_name`. The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to `ALL`.
|
31027
|
+
* `HTTP_PATH`: The URL path of the HTTP request. The key value is truncated to the first 128 bytes
|
31028
|
+
* `SNI`: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to `ALL` on a HTTP session.
|
31029
|
+
* `REGION_CODE`: The country/region from which the request originates.
|
30394
31030
|
:param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigArgs']]] enforce_on_key_configs: If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which rate limit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If `enforce_on_key_configs` is specified, `enforce_on_key` must be set to an empty string. Structure is documented below.
|
30395
31031
|
|
30396
31032
|
**Note:** To avoid the conflict between `enforce_on_key` and `enforce_on_key_configs`, the field `enforce_on_key` needs to be set to an empty string.
|
30397
31033
|
:param pulumi.Input[str] enforce_on_key_name: Rate limit key name applicable only for the following key types:
|
31034
|
+
|
31035
|
+
* `HTTP_HEADER` -- Name of the HTTP header whose value is taken as the key value.
|
31036
|
+
* `HTTP_COOKIE` -- Name of the HTTP cookie whose value is taken as the key value.
|
30398
31037
|
:param pulumi.Input['SecurityPolicyRuleRateLimitOptionsExceedRedirectOptionsArgs'] exceed_redirect_options: Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect.
|
30399
31038
|
"""
|
30400
31039
|
pulumi.set(__self__, "conform_action", conform_action)
|
@@ -30482,6 +31121,15 @@ class SecurityPolicyRuleRateLimitOptionsArgs:
|
|
30482
31121
|
def enforce_on_key(self) -> Optional[pulumi.Input[str]]:
|
30483
31122
|
"""
|
30484
31123
|
Determines the key to enforce the rate_limit_threshold on. If not specified, defaults to `ALL`.
|
31124
|
+
|
31125
|
+
* `ALL`: A single rate limit threshold is applied to all the requests matching this rule.
|
31126
|
+
* `IP`: The source IP address of the request is the key. Each IP has this limit enforced separately.
|
31127
|
+
* `HTTP_HEADER`: The value of the HTTP header whose name is configured under `enforce_on_key_name`. The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to `ALL`.
|
31128
|
+
* `XFF_IP`: The first IP address (i.e. the originating client IP address) specified in the list of IPs under `X-Forwarded-For` HTTP header. If no such header is present or the value is not a valid IP, the key type defaults to `ALL`.
|
31129
|
+
* `HTTP_COOKIE`: The value of the HTTP cookie whose name is configured under `enforce_on_key_name`. The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to `ALL`.
|
31130
|
+
* `HTTP_PATH`: The URL path of the HTTP request. The key value is truncated to the first 128 bytes
|
31131
|
+
* `SNI`: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to `ALL` on a HTTP session.
|
31132
|
+
* `REGION_CODE`: The country/region from which the request originates.
|
30485
31133
|
"""
|
30486
31134
|
return pulumi.get(self, "enforce_on_key")
|
30487
31135
|
|
@@ -30508,6 +31156,9 @@ class SecurityPolicyRuleRateLimitOptionsArgs:
|
|
30508
31156
|
def enforce_on_key_name(self) -> Optional[pulumi.Input[str]]:
|
30509
31157
|
"""
|
30510
31158
|
Rate limit key name applicable only for the following key types:
|
31159
|
+
|
31160
|
+
* `HTTP_HEADER` -- Name of the HTTP header whose value is taken as the key value.
|
31161
|
+
* `HTTP_COOKIE` -- Name of the HTTP cookie whose value is taken as the key value.
|
30511
31162
|
"""
|
30512
31163
|
return pulumi.get(self, "enforce_on_key_name")
|
30513
31164
|
|
@@ -30572,7 +31223,19 @@ class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigArgs:
|
|
30572
31223
|
enforce_on_key_type: Optional[pulumi.Input[str]] = None):
|
30573
31224
|
"""
|
30574
31225
|
:param pulumi.Input[str] enforce_on_key_name: Rate limit key name applicable only for the following key types:
|
31226
|
+
|
31227
|
+
* `HTTP_HEADER` -- Name of the HTTP header whose value is taken as the key value.
|
31228
|
+
* `HTTP_COOKIE` -- Name of the HTTP cookie whose value is taken as the key value.
|
30575
31229
|
:param pulumi.Input[str] enforce_on_key_type: Determines the key to enforce the `rate_limit_threshold` on. If not specified, defaults to `ALL`.
|
31230
|
+
|
31231
|
+
* `ALL`: A single rate limit threshold is applied to all the requests matching this rule.
|
31232
|
+
* `IP`: The source IP address of the request is the key. Each IP has this limit enforced separately.
|
31233
|
+
* `HTTP_HEADER`: The value of the HTTP header whose name is configured on `enforce_on_key_name`. The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to `ALL`.
|
31234
|
+
* `XFF_IP`: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key type defaults to `ALL`.
|
31235
|
+
* `HTTP_COOKIE`: The value of the HTTP cookie whose name is configured under `enforce_on_key_name`. The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to `ALL`.
|
31236
|
+
* `HTTP_PATH`: The URL path of the HTTP request. The key value is truncated to the first 128 bytes
|
31237
|
+
* `SNI`: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to `ALL` on a HTTP session.
|
31238
|
+
* `REGION_CODE`: The country/region from which the request originates.
|
30576
31239
|
"""
|
30577
31240
|
if enforce_on_key_name is not None:
|
30578
31241
|
pulumi.set(__self__, "enforce_on_key_name", enforce_on_key_name)
|
@@ -30584,6 +31247,9 @@ class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigArgs:
|
|
30584
31247
|
def enforce_on_key_name(self) -> Optional[pulumi.Input[str]]:
|
30585
31248
|
"""
|
30586
31249
|
Rate limit key name applicable only for the following key types:
|
31250
|
+
|
31251
|
+
* `HTTP_HEADER` -- Name of the HTTP header whose value is taken as the key value.
|
31252
|
+
* `HTTP_COOKIE` -- Name of the HTTP cookie whose value is taken as the key value.
|
30587
31253
|
"""
|
30588
31254
|
return pulumi.get(self, "enforce_on_key_name")
|
30589
31255
|
|
@@ -30596,6 +31262,15 @@ class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigArgs:
|
|
30596
31262
|
def enforce_on_key_type(self) -> Optional[pulumi.Input[str]]:
|
30597
31263
|
"""
|
30598
31264
|
Determines the key to enforce the `rate_limit_threshold` on. If not specified, defaults to `ALL`.
|
31265
|
+
|
31266
|
+
* `ALL`: A single rate limit threshold is applied to all the requests matching this rule.
|
31267
|
+
* `IP`: The source IP address of the request is the key. Each IP has this limit enforced separately.
|
31268
|
+
* `HTTP_HEADER`: The value of the HTTP header whose name is configured on `enforce_on_key_name`. The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to `ALL`.
|
31269
|
+
* `XFF_IP`: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key type defaults to `ALL`.
|
31270
|
+
* `HTTP_COOKIE`: The value of the HTTP cookie whose name is configured under `enforce_on_key_name`. The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to `ALL`.
|
31271
|
+
* `HTTP_PATH`: The URL path of the HTTP request. The key value is truncated to the first 128 bytes
|
31272
|
+
* `SNI`: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to `ALL` on a HTTP session.
|
31273
|
+
* `REGION_CODE`: The country/region from which the request originates.
|
30599
31274
|
"""
|
30600
31275
|
return pulumi.get(self, "enforce_on_key_type")
|
30601
31276
|
|
@@ -30686,6 +31361,9 @@ class SecurityPolicyRuleRedirectOptionsArgs:
|
|
30686
31361
|
target: Optional[pulumi.Input[str]] = None):
|
30687
31362
|
"""
|
30688
31363
|
:param pulumi.Input[str] type: Type of redirect action.
|
31364
|
+
|
31365
|
+
* `EXTERNAL_302`: Redirect to an external address, configured in `target`.
|
31366
|
+
* `GOOGLE_RECAPTCHA`: Redirect to Google reCAPTCHA.
|
30689
31367
|
:param pulumi.Input[str] target: External redirection target when `EXTERNAL_302` is set in `type`.
|
30690
31368
|
"""
|
30691
31369
|
pulumi.set(__self__, "type", type)
|
@@ -30697,6 +31375,9 @@ class SecurityPolicyRuleRedirectOptionsArgs:
|
|
30697
31375
|
def type(self) -> pulumi.Input[str]:
|
30698
31376
|
"""
|
30699
31377
|
Type of redirect action.
|
31378
|
+
|
31379
|
+
* `EXTERNAL_302`: Redirect to an external address, configured in `target`.
|
31380
|
+
* `GOOGLE_RECAPTCHA`: Redirect to Google reCAPTCHA.
|
30700
31381
|
"""
|
30701
31382
|
return pulumi.get(self, "type")
|
30702
31383
|
|