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/router_nat.py
CHANGED
@@ -18,6 +18,7 @@ class RouterNatArgs:
|
|
18
18
|
def __init__(__self__, *,
|
19
19
|
router: pulumi.Input[str],
|
20
20
|
source_subnetwork_ip_ranges_to_nat: pulumi.Input[str],
|
21
|
+
auto_network_tier: Optional[pulumi.Input[str]] = None,
|
21
22
|
drain_nat_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
22
23
|
enable_dynamic_port_allocation: Optional[pulumi.Input[bool]] = None,
|
23
24
|
enable_endpoint_independent_mapping: Optional[pulumi.Input[bool]] = None,
|
@@ -55,6 +56,10 @@ class RouterNatArgs:
|
|
55
56
|
ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any
|
56
57
|
other RouterNat section in any Router for this network in this region.
|
57
58
|
Possible values are: `ALL_SUBNETWORKS_ALL_IP_RANGES`, `ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES`, `LIST_OF_SUBNETWORKS`.
|
59
|
+
:param pulumi.Input[str] auto_network_tier: The network tier to use when automatically reserving NAT IP addresses.
|
60
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
61
|
+
project-level default tier is used.
|
62
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
58
63
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] drain_nat_ips: A list of URLs of the IP resources to be drained. These IPs must be
|
59
64
|
valid static external IPs that have been assigned to the NAT.
|
60
65
|
:param pulumi.Input[bool] enable_dynamic_port_allocation: Enable Dynamic Port Allocation.
|
@@ -107,6 +112,8 @@ class RouterNatArgs:
|
|
107
112
|
"""
|
108
113
|
pulumi.set(__self__, "router", router)
|
109
114
|
pulumi.set(__self__, "source_subnetwork_ip_ranges_to_nat", source_subnetwork_ip_ranges_to_nat)
|
115
|
+
if auto_network_tier is not None:
|
116
|
+
pulumi.set(__self__, "auto_network_tier", auto_network_tier)
|
110
117
|
if drain_nat_ips is not None:
|
111
118
|
pulumi.set(__self__, "drain_nat_ips", drain_nat_ips)
|
112
119
|
if enable_dynamic_port_allocation is not None:
|
@@ -185,6 +192,21 @@ class RouterNatArgs:
|
|
185
192
|
def source_subnetwork_ip_ranges_to_nat(self, value: pulumi.Input[str]):
|
186
193
|
pulumi.set(self, "source_subnetwork_ip_ranges_to_nat", value)
|
187
194
|
|
195
|
+
@property
|
196
|
+
@pulumi.getter(name="autoNetworkTier")
|
197
|
+
def auto_network_tier(self) -> Optional[pulumi.Input[str]]:
|
198
|
+
"""
|
199
|
+
The network tier to use when automatically reserving NAT IP addresses.
|
200
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
201
|
+
project-level default tier is used.
|
202
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
203
|
+
"""
|
204
|
+
return pulumi.get(self, "auto_network_tier")
|
205
|
+
|
206
|
+
@auto_network_tier.setter
|
207
|
+
def auto_network_tier(self, value: Optional[pulumi.Input[str]]):
|
208
|
+
pulumi.set(self, "auto_network_tier", value)
|
209
|
+
|
188
210
|
@property
|
189
211
|
@pulumi.getter(name="drainNatIps")
|
190
212
|
def drain_nat_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -458,6 +480,7 @@ class RouterNatArgs:
|
|
458
480
|
@pulumi.input_type
|
459
481
|
class _RouterNatState:
|
460
482
|
def __init__(__self__, *,
|
483
|
+
auto_network_tier: Optional[pulumi.Input[str]] = None,
|
461
484
|
drain_nat_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
462
485
|
enable_dynamic_port_allocation: Optional[pulumi.Input[bool]] = None,
|
463
486
|
enable_endpoint_independent_mapping: Optional[pulumi.Input[bool]] = None,
|
@@ -482,6 +505,10 @@ class _RouterNatState:
|
|
482
505
|
udp_idle_timeout_sec: Optional[pulumi.Input[int]] = None):
|
483
506
|
"""
|
484
507
|
Input properties used for looking up and filtering RouterNat resources.
|
508
|
+
:param pulumi.Input[str] auto_network_tier: The network tier to use when automatically reserving NAT IP addresses.
|
509
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
510
|
+
project-level default tier is used.
|
511
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
485
512
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] drain_nat_ips: A list of URLs of the IP resources to be drained. These IPs must be
|
486
513
|
valid static external IPs that have been assigned to the NAT.
|
487
514
|
:param pulumi.Input[bool] enable_dynamic_port_allocation: Enable Dynamic Port Allocation.
|
@@ -547,6 +574,8 @@ class _RouterNatState:
|
|
547
574
|
Possible values are: `PUBLIC`, `PRIVATE`.
|
548
575
|
:param pulumi.Input[int] udp_idle_timeout_sec: Timeout (in seconds) for UDP connections. Defaults to 30s if not set.
|
549
576
|
"""
|
577
|
+
if auto_network_tier is not None:
|
578
|
+
pulumi.set(__self__, "auto_network_tier", auto_network_tier)
|
550
579
|
if drain_nat_ips is not None:
|
551
580
|
pulumi.set(__self__, "drain_nat_ips", drain_nat_ips)
|
552
581
|
if enable_dynamic_port_allocation is not None:
|
@@ -592,6 +621,21 @@ class _RouterNatState:
|
|
592
621
|
if udp_idle_timeout_sec is not None:
|
593
622
|
pulumi.set(__self__, "udp_idle_timeout_sec", udp_idle_timeout_sec)
|
594
623
|
|
624
|
+
@property
|
625
|
+
@pulumi.getter(name="autoNetworkTier")
|
626
|
+
def auto_network_tier(self) -> Optional[pulumi.Input[str]]:
|
627
|
+
"""
|
628
|
+
The network tier to use when automatically reserving NAT IP addresses.
|
629
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
630
|
+
project-level default tier is used.
|
631
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
632
|
+
"""
|
633
|
+
return pulumi.get(self, "auto_network_tier")
|
634
|
+
|
635
|
+
@auto_network_tier.setter
|
636
|
+
def auto_network_tier(self, value: Optional[pulumi.Input[str]]):
|
637
|
+
pulumi.set(self, "auto_network_tier", value)
|
638
|
+
|
595
639
|
@property
|
596
640
|
@pulumi.getter(name="drainNatIps")
|
597
641
|
def drain_nat_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -904,6 +948,7 @@ class RouterNat(pulumi.CustomResource):
|
|
904
948
|
def __init__(__self__,
|
905
949
|
resource_name: str,
|
906
950
|
opts: Optional[pulumi.ResourceOptions] = None,
|
951
|
+
auto_network_tier: Optional[pulumi.Input[str]] = None,
|
907
952
|
drain_nat_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
908
953
|
enable_dynamic_port_allocation: Optional[pulumi.Input[bool]] = None,
|
909
954
|
enable_endpoint_independent_mapping: Optional[pulumi.Input[bool]] = None,
|
@@ -1139,6 +1184,10 @@ class RouterNat(pulumi.CustomResource):
|
|
1139
1184
|
|
1140
1185
|
:param str resource_name: The name of the resource.
|
1141
1186
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1187
|
+
:param pulumi.Input[str] auto_network_tier: The network tier to use when automatically reserving NAT IP addresses.
|
1188
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
1189
|
+
project-level default tier is used.
|
1190
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
1142
1191
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] drain_nat_ips: A list of URLs of the IP resources to be drained. These IPs must be
|
1143
1192
|
valid static external IPs that have been assigned to the NAT.
|
1144
1193
|
:param pulumi.Input[bool] enable_dynamic_port_allocation: Enable Dynamic Port Allocation.
|
@@ -1435,6 +1484,7 @@ class RouterNat(pulumi.CustomResource):
|
|
1435
1484
|
def _internal_init(__self__,
|
1436
1485
|
resource_name: str,
|
1437
1486
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1487
|
+
auto_network_tier: Optional[pulumi.Input[str]] = None,
|
1438
1488
|
drain_nat_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1439
1489
|
enable_dynamic_port_allocation: Optional[pulumi.Input[bool]] = None,
|
1440
1490
|
enable_endpoint_independent_mapping: Optional[pulumi.Input[bool]] = None,
|
@@ -1466,6 +1516,7 @@ class RouterNat(pulumi.CustomResource):
|
|
1466
1516
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
1467
1517
|
__props__ = RouterNatArgs.__new__(RouterNatArgs)
|
1468
1518
|
|
1519
|
+
__props__.__dict__["auto_network_tier"] = auto_network_tier
|
1469
1520
|
__props__.__dict__["drain_nat_ips"] = drain_nat_ips
|
1470
1521
|
__props__.__dict__["enable_dynamic_port_allocation"] = enable_dynamic_port_allocation
|
1471
1522
|
__props__.__dict__["enable_endpoint_independent_mapping"] = enable_endpoint_independent_mapping
|
@@ -1502,6 +1553,7 @@ class RouterNat(pulumi.CustomResource):
|
|
1502
1553
|
def get(resource_name: str,
|
1503
1554
|
id: pulumi.Input[str],
|
1504
1555
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1556
|
+
auto_network_tier: Optional[pulumi.Input[str]] = None,
|
1505
1557
|
drain_nat_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1506
1558
|
enable_dynamic_port_allocation: Optional[pulumi.Input[bool]] = None,
|
1507
1559
|
enable_endpoint_independent_mapping: Optional[pulumi.Input[bool]] = None,
|
@@ -1531,6 +1583,10 @@ class RouterNat(pulumi.CustomResource):
|
|
1531
1583
|
:param str resource_name: The unique name of the resulting resource.
|
1532
1584
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1533
1585
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1586
|
+
:param pulumi.Input[str] auto_network_tier: The network tier to use when automatically reserving NAT IP addresses.
|
1587
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
1588
|
+
project-level default tier is used.
|
1589
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
1534
1590
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] drain_nat_ips: A list of URLs of the IP resources to be drained. These IPs must be
|
1535
1591
|
valid static external IPs that have been assigned to the NAT.
|
1536
1592
|
:param pulumi.Input[bool] enable_dynamic_port_allocation: Enable Dynamic Port Allocation.
|
@@ -1600,6 +1656,7 @@ class RouterNat(pulumi.CustomResource):
|
|
1600
1656
|
|
1601
1657
|
__props__ = _RouterNatState.__new__(_RouterNatState)
|
1602
1658
|
|
1659
|
+
__props__.__dict__["auto_network_tier"] = auto_network_tier
|
1603
1660
|
__props__.__dict__["drain_nat_ips"] = drain_nat_ips
|
1604
1661
|
__props__.__dict__["enable_dynamic_port_allocation"] = enable_dynamic_port_allocation
|
1605
1662
|
__props__.__dict__["enable_endpoint_independent_mapping"] = enable_endpoint_independent_mapping
|
@@ -1624,6 +1681,17 @@ class RouterNat(pulumi.CustomResource):
|
|
1624
1681
|
__props__.__dict__["udp_idle_timeout_sec"] = udp_idle_timeout_sec
|
1625
1682
|
return RouterNat(resource_name, opts=opts, __props__=__props__)
|
1626
1683
|
|
1684
|
+
@property
|
1685
|
+
@pulumi.getter(name="autoNetworkTier")
|
1686
|
+
def auto_network_tier(self) -> pulumi.Output[str]:
|
1687
|
+
"""
|
1688
|
+
The network tier to use when automatically reserving NAT IP addresses.
|
1689
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
1690
|
+
project-level default tier is used.
|
1691
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
1692
|
+
"""
|
1693
|
+
return pulumi.get(self, "auto_network_tier")
|
1694
|
+
|
1627
1695
|
@property
|
1628
1696
|
@pulumi.getter(name="drainNatIps")
|
1629
1697
|
def drain_nat_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
@@ -53,6 +53,14 @@ class RouterPeerArgs:
|
|
53
53
|
Possible values are: `DEFAULT`, `CUSTOM`.
|
54
54
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] advertised_groups: User-specified list of prefix groups to advertise in custom
|
55
55
|
mode, which currently supports the following option:
|
56
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
57
|
+
This excludes any routes learned for subnets that use VPC Network
|
58
|
+
Peering.
|
59
|
+
|
60
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
61
|
+
and overrides the list defined for the router (in the "bgp" message).
|
62
|
+
These groups are advertised in addition to any specified prefixes.
|
63
|
+
Leave this field blank to advertise no custom groups.
|
56
64
|
:param pulumi.Input[Sequence[pulumi.Input['RouterPeerAdvertisedIpRangeArgs']]] advertised_ip_ranges: User-specified list of individual IP ranges to advertise in
|
57
65
|
custom mode. This field can only be populated if advertiseMode
|
58
66
|
is `CUSTOM` and is advertised to all peers of the router. These IP
|
@@ -204,6 +212,14 @@ class RouterPeerArgs:
|
|
204
212
|
"""
|
205
213
|
User-specified list of prefix groups to advertise in custom
|
206
214
|
mode, which currently supports the following option:
|
215
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
216
|
+
This excludes any routes learned for subnets that use VPC Network
|
217
|
+
Peering.
|
218
|
+
|
219
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
220
|
+
and overrides the list defined for the router (in the "bgp" message).
|
221
|
+
These groups are advertised in addition to any specified prefixes.
|
222
|
+
Leave this field blank to advertise no custom groups.
|
207
223
|
"""
|
208
224
|
return pulumi.get(self, "advertised_groups")
|
209
225
|
|
@@ -480,6 +496,14 @@ class _RouterPeerState:
|
|
480
496
|
Possible values are: `DEFAULT`, `CUSTOM`.
|
481
497
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] advertised_groups: User-specified list of prefix groups to advertise in custom
|
482
498
|
mode, which currently supports the following option:
|
499
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
500
|
+
This excludes any routes learned for subnets that use VPC Network
|
501
|
+
Peering.
|
502
|
+
|
503
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
504
|
+
and overrides the list defined for the router (in the "bgp" message).
|
505
|
+
These groups are advertised in addition to any specified prefixes.
|
506
|
+
Leave this field blank to advertise no custom groups.
|
483
507
|
:param pulumi.Input[Sequence[pulumi.Input['RouterPeerAdvertisedIpRangeArgs']]] advertised_ip_ranges: User-specified list of individual IP ranges to advertise in
|
484
508
|
custom mode. This field can only be populated if advertiseMode
|
485
509
|
is `CUSTOM` and is advertised to all peers of the router. These IP
|
@@ -506,6 +530,14 @@ class _RouterPeerState:
|
|
506
530
|
If you do not specify the next hop addresses, Google Cloud automatically
|
507
531
|
assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
|
508
532
|
:param pulumi.Input[str] management_type: The resource that configures and manages this BGP peer.
|
533
|
+
* `MANAGED_BY_USER` is the default value and can be managed by
|
534
|
+
you or other users
|
535
|
+
* `MANAGED_BY_ATTACHMENT` is a BGP peer that is configured and
|
536
|
+
managed by Cloud Interconnect, specifically by an
|
537
|
+
InterconnectAttachment of type PARTNER. Google automatically
|
538
|
+
creates, updates, and deletes this type of BGP peer when the
|
539
|
+
PARTNER InterconnectAttachment is created, updated,
|
540
|
+
or deleted.
|
509
541
|
:param pulumi.Input['RouterPeerMd5AuthenticationKeyArgs'] md5_authentication_key: Configuration for MD5 authentication on the BGP session.
|
510
542
|
Structure is documented below.
|
511
543
|
:param pulumi.Input[str] name: Name of this BGP peer. The name must be 1-63 characters long,
|
@@ -604,6 +636,14 @@ class _RouterPeerState:
|
|
604
636
|
"""
|
605
637
|
User-specified list of prefix groups to advertise in custom
|
606
638
|
mode, which currently supports the following option:
|
639
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
640
|
+
This excludes any routes learned for subnets that use VPC Network
|
641
|
+
Peering.
|
642
|
+
|
643
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
644
|
+
and overrides the list defined for the router (in the "bgp" message).
|
645
|
+
These groups are advertised in addition to any specified prefixes.
|
646
|
+
Leave this field blank to advertise no custom groups.
|
607
647
|
"""
|
608
648
|
return pulumi.get(self, "advertised_groups")
|
609
649
|
|
@@ -751,6 +791,14 @@ class _RouterPeerState:
|
|
751
791
|
def management_type(self) -> Optional[pulumi.Input[str]]:
|
752
792
|
"""
|
753
793
|
The resource that configures and manages this BGP peer.
|
794
|
+
* `MANAGED_BY_USER` is the default value and can be managed by
|
795
|
+
you or other users
|
796
|
+
* `MANAGED_BY_ATTACHMENT` is a BGP peer that is configured and
|
797
|
+
managed by Cloud Interconnect, specifically by an
|
798
|
+
InterconnectAttachment of type PARTNER. Google automatically
|
799
|
+
creates, updates, and deletes this type of BGP peer when the
|
800
|
+
PARTNER InterconnectAttachment is created, updated,
|
801
|
+
or deleted.
|
754
802
|
"""
|
755
803
|
return pulumi.get(self, "management_type")
|
756
804
|
|
@@ -1134,6 +1182,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
1134
1182
|
Possible values are: `DEFAULT`, `CUSTOM`.
|
1135
1183
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] advertised_groups: User-specified list of prefix groups to advertise in custom
|
1136
1184
|
mode, which currently supports the following option:
|
1185
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
1186
|
+
This excludes any routes learned for subnets that use VPC Network
|
1187
|
+
Peering.
|
1188
|
+
|
1189
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
1190
|
+
and overrides the list defined for the router (in the "bgp" message).
|
1191
|
+
These groups are advertised in addition to any specified prefixes.
|
1192
|
+
Leave this field blank to advertise no custom groups.
|
1137
1193
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RouterPeerAdvertisedIpRangeArgs']]]] advertised_ip_ranges: User-specified list of individual IP ranges to advertise in
|
1138
1194
|
custom mode. This field can only be populated if advertiseMode
|
1139
1195
|
is `CUSTOM` and is advertised to all peers of the router. These IP
|
@@ -1516,6 +1572,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
1516
1572
|
Possible values are: `DEFAULT`, `CUSTOM`.
|
1517
1573
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] advertised_groups: User-specified list of prefix groups to advertise in custom
|
1518
1574
|
mode, which currently supports the following option:
|
1575
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
1576
|
+
This excludes any routes learned for subnets that use VPC Network
|
1577
|
+
Peering.
|
1578
|
+
|
1579
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
1580
|
+
and overrides the list defined for the router (in the "bgp" message).
|
1581
|
+
These groups are advertised in addition to any specified prefixes.
|
1582
|
+
Leave this field blank to advertise no custom groups.
|
1519
1583
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RouterPeerAdvertisedIpRangeArgs']]]] advertised_ip_ranges: User-specified list of individual IP ranges to advertise in
|
1520
1584
|
custom mode. This field can only be populated if advertiseMode
|
1521
1585
|
is `CUSTOM` and is advertised to all peers of the router. These IP
|
@@ -1542,6 +1606,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
1542
1606
|
If you do not specify the next hop addresses, Google Cloud automatically
|
1543
1607
|
assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
|
1544
1608
|
:param pulumi.Input[str] management_type: The resource that configures and manages this BGP peer.
|
1609
|
+
* `MANAGED_BY_USER` is the default value and can be managed by
|
1610
|
+
you or other users
|
1611
|
+
* `MANAGED_BY_ATTACHMENT` is a BGP peer that is configured and
|
1612
|
+
managed by Cloud Interconnect, specifically by an
|
1613
|
+
InterconnectAttachment of type PARTNER. Google automatically
|
1614
|
+
creates, updates, and deletes this type of BGP peer when the
|
1615
|
+
PARTNER InterconnectAttachment is created, updated,
|
1616
|
+
or deleted.
|
1545
1617
|
:param pulumi.Input[pulumi.InputType['RouterPeerMd5AuthenticationKeyArgs']] md5_authentication_key: Configuration for MD5 authentication on the BGP session.
|
1546
1618
|
Structure is documented below.
|
1547
1619
|
:param pulumi.Input[str] name: Name of this BGP peer. The name must be 1-63 characters long,
|
@@ -1618,6 +1690,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
1618
1690
|
"""
|
1619
1691
|
User-specified list of prefix groups to advertise in custom
|
1620
1692
|
mode, which currently supports the following option:
|
1693
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
1694
|
+
This excludes any routes learned for subnets that use VPC Network
|
1695
|
+
Peering.
|
1696
|
+
|
1697
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
1698
|
+
and overrides the list defined for the router (in the "bgp" message).
|
1699
|
+
These groups are advertised in addition to any specified prefixes.
|
1700
|
+
Leave this field blank to advertise no custom groups.
|
1621
1701
|
"""
|
1622
1702
|
return pulumi.get(self, "advertised_groups")
|
1623
1703
|
|
@@ -1721,6 +1801,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
1721
1801
|
def management_type(self) -> pulumi.Output[str]:
|
1722
1802
|
"""
|
1723
1803
|
The resource that configures and manages this BGP peer.
|
1804
|
+
* `MANAGED_BY_USER` is the default value and can be managed by
|
1805
|
+
you or other users
|
1806
|
+
* `MANAGED_BY_ATTACHMENT` is a BGP peer that is configured and
|
1807
|
+
managed by Cloud Interconnect, specifically by an
|
1808
|
+
InterconnectAttachment of type PARTNER. Google automatically
|
1809
|
+
creates, updates, and deletes this type of BGP peer when the
|
1810
|
+
PARTNER InterconnectAttachment is created, updated,
|
1811
|
+
or deleted.
|
1724
1812
|
"""
|
1725
1813
|
return pulumi.get(self, "management_type")
|
1726
1814
|
|
@@ -40,6 +40,13 @@ class SecurityPolicyArgs:
|
|
40
40
|
rule (rule with priority 2147483647 and match "\\*"). If no rules are provided when creating a
|
41
41
|
security policy, a default rule with action "allow" will be added. Structure is documented below.
|
42
42
|
:param pulumi.Input[str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
43
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
44
|
+
They filter requests before they hit the origin servers.
|
45
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
46
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
47
|
+
They filter requests before the request is served from Google's cache.
|
48
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
49
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
43
50
|
"""
|
44
51
|
if adaptive_protection_config is not None:
|
45
52
|
pulumi.set(__self__, "adaptive_protection_config", adaptive_protection_config)
|
@@ -153,6 +160,13 @@ class SecurityPolicyArgs:
|
|
153
160
|
def type(self) -> Optional[pulumi.Input[str]]:
|
154
161
|
"""
|
155
162
|
The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
163
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
164
|
+
They filter requests before they hit the origin servers.
|
165
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
166
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
167
|
+
They filter requests before the request is served from Google's cache.
|
168
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
169
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
156
170
|
"""
|
157
171
|
return pulumi.get(self, "type")
|
158
172
|
|
@@ -192,6 +206,13 @@ class _SecurityPolicyState:
|
|
192
206
|
security policy, a default rule with action "allow" will be added. Structure is documented below.
|
193
207
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
194
208
|
:param pulumi.Input[str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
209
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
210
|
+
They filter requests before they hit the origin servers.
|
211
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
212
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
213
|
+
They filter requests before the request is served from Google's cache.
|
214
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
215
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
195
216
|
"""
|
196
217
|
if adaptive_protection_config is not None:
|
197
218
|
pulumi.set(__self__, "adaptive_protection_config", adaptive_protection_config)
|
@@ -333,6 +354,13 @@ class _SecurityPolicyState:
|
|
333
354
|
def type(self) -> Optional[pulumi.Input[str]]:
|
334
355
|
"""
|
335
356
|
The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
357
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
358
|
+
They filter requests before they hit the origin servers.
|
359
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
360
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
361
|
+
They filter requests before the request is served from Google's cache.
|
362
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
363
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
336
364
|
"""
|
337
365
|
return pulumi.get(self, "type")
|
338
366
|
|
@@ -545,6 +573,13 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
545
573
|
rule (rule with priority 2147483647 and match "\\*"). If no rules are provided when creating a
|
546
574
|
security policy, a default rule with action "allow" will be added. Structure is documented below.
|
547
575
|
:param pulumi.Input[str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
576
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
577
|
+
They filter requests before they hit the origin servers.
|
578
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
579
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
580
|
+
They filter requests before the request is served from Google's cache.
|
581
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
582
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
548
583
|
"""
|
549
584
|
...
|
550
585
|
@overload
|
@@ -811,6 +846,13 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
811
846
|
security policy, a default rule with action "allow" will be added. Structure is documented below.
|
812
847
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
813
848
|
:param pulumi.Input[str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
849
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
850
|
+
They filter requests before they hit the origin servers.
|
851
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
852
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
853
|
+
They filter requests before the request is served from Google's cache.
|
854
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
855
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
814
856
|
"""
|
815
857
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
816
858
|
|
@@ -911,6 +953,13 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
911
953
|
def type(self) -> pulumi.Output[str]:
|
912
954
|
"""
|
913
955
|
The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
956
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
957
|
+
They filter requests before they hit the origin servers.
|
958
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
959
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
960
|
+
They filter requests before the request is served from Google's cache.
|
961
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
962
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
914
963
|
"""
|
915
964
|
return pulumi.get(self, "type")
|
916
965
|
|
@@ -273,7 +273,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
273
273
|
|
274
274
|
> **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
|
275
275
|
|
276
|
-
##
|
276
|
+
## compute.SnapshotIamPolicy
|
277
277
|
|
278
278
|
```python
|
279
279
|
import pulumi
|
@@ -289,7 +289,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
289
289
|
policy_data=admin.policy_data)
|
290
290
|
```
|
291
291
|
|
292
|
-
##
|
292
|
+
## compute.SnapshotIamBinding
|
293
293
|
|
294
294
|
```python
|
295
295
|
import pulumi
|
@@ -302,7 +302,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
302
302
|
members=["user:jane@example.com"])
|
303
303
|
```
|
304
304
|
|
305
|
-
##
|
305
|
+
## compute.SnapshotIamMember
|
306
306
|
|
307
307
|
```python
|
308
308
|
import pulumi
|
@@ -315,7 +315,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
315
315
|
member="user:jane@example.com")
|
316
316
|
```
|
317
317
|
|
318
|
-
##
|
318
|
+
## compute.SnapshotIamPolicy
|
319
319
|
|
320
320
|
```python
|
321
321
|
import pulumi
|
@@ -331,7 +331,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
331
331
|
policy_data=admin.policy_data)
|
332
332
|
```
|
333
333
|
|
334
|
-
##
|
334
|
+
## compute.SnapshotIamBinding
|
335
335
|
|
336
336
|
```python
|
337
337
|
import pulumi
|
@@ -344,7 +344,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
344
344
|
members=["user:jane@example.com"])
|
345
345
|
```
|
346
346
|
|
347
|
-
##
|
347
|
+
## compute.SnapshotIamMember
|
348
348
|
|
349
349
|
```python
|
350
350
|
import pulumi
|
@@ -434,7 +434,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
434
434
|
|
435
435
|
> **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
|
436
436
|
|
437
|
-
##
|
437
|
+
## compute.SnapshotIamPolicy
|
438
438
|
|
439
439
|
```python
|
440
440
|
import pulumi
|
@@ -450,7 +450,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
450
450
|
policy_data=admin.policy_data)
|
451
451
|
```
|
452
452
|
|
453
|
-
##
|
453
|
+
## compute.SnapshotIamBinding
|
454
454
|
|
455
455
|
```python
|
456
456
|
import pulumi
|
@@ -463,7 +463,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
463
463
|
members=["user:jane@example.com"])
|
464
464
|
```
|
465
465
|
|
466
|
-
##
|
466
|
+
## compute.SnapshotIamMember
|
467
467
|
|
468
468
|
```python
|
469
469
|
import pulumi
|
@@ -476,7 +476,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
476
476
|
member="user:jane@example.com")
|
477
477
|
```
|
478
478
|
|
479
|
-
##
|
479
|
+
## compute.SnapshotIamPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -492,7 +492,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
492
492
|
policy_data=admin.policy_data)
|
493
493
|
```
|
494
494
|
|
495
|
-
##
|
495
|
+
## compute.SnapshotIamBinding
|
496
496
|
|
497
497
|
```python
|
498
498
|
import pulumi
|
@@ -505,7 +505,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
505
505
|
members=["user:jane@example.com"])
|
506
506
|
```
|
507
507
|
|
508
|
-
##
|
508
|
+
## compute.SnapshotIamMember
|
509
509
|
|
510
510
|
```python
|
511
511
|
import pulumi
|
@@ -273,7 +273,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
273
273
|
|
274
274
|
> **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
|
275
275
|
|
276
|
-
##
|
276
|
+
## compute.SnapshotIamPolicy
|
277
277
|
|
278
278
|
```python
|
279
279
|
import pulumi
|
@@ -289,7 +289,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
289
289
|
policy_data=admin.policy_data)
|
290
290
|
```
|
291
291
|
|
292
|
-
##
|
292
|
+
## compute.SnapshotIamBinding
|
293
293
|
|
294
294
|
```python
|
295
295
|
import pulumi
|
@@ -302,7 +302,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
302
302
|
members=["user:jane@example.com"])
|
303
303
|
```
|
304
304
|
|
305
|
-
##
|
305
|
+
## compute.SnapshotIamMember
|
306
306
|
|
307
307
|
```python
|
308
308
|
import pulumi
|
@@ -315,7 +315,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
315
315
|
member="user:jane@example.com")
|
316
316
|
```
|
317
317
|
|
318
|
-
##
|
318
|
+
## compute.SnapshotIamPolicy
|
319
319
|
|
320
320
|
```python
|
321
321
|
import pulumi
|
@@ -331,7 +331,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
331
331
|
policy_data=admin.policy_data)
|
332
332
|
```
|
333
333
|
|
334
|
-
##
|
334
|
+
## compute.SnapshotIamBinding
|
335
335
|
|
336
336
|
```python
|
337
337
|
import pulumi
|
@@ -344,7 +344,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
344
344
|
members=["user:jane@example.com"])
|
345
345
|
```
|
346
346
|
|
347
|
-
##
|
347
|
+
## compute.SnapshotIamMember
|
348
348
|
|
349
349
|
```python
|
350
350
|
import pulumi
|
@@ -434,7 +434,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
434
434
|
|
435
435
|
> **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
|
436
436
|
|
437
|
-
##
|
437
|
+
## compute.SnapshotIamPolicy
|
438
438
|
|
439
439
|
```python
|
440
440
|
import pulumi
|
@@ -450,7 +450,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
450
450
|
policy_data=admin.policy_data)
|
451
451
|
```
|
452
452
|
|
453
|
-
##
|
453
|
+
## compute.SnapshotIamBinding
|
454
454
|
|
455
455
|
```python
|
456
456
|
import pulumi
|
@@ -463,7 +463,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
463
463
|
members=["user:jane@example.com"])
|
464
464
|
```
|
465
465
|
|
466
|
-
##
|
466
|
+
## compute.SnapshotIamMember
|
467
467
|
|
468
468
|
```python
|
469
469
|
import pulumi
|
@@ -476,7 +476,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
476
476
|
member="user:jane@example.com")
|
477
477
|
```
|
478
478
|
|
479
|
-
##
|
479
|
+
## compute.SnapshotIamPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -492,7 +492,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
492
492
|
policy_data=admin.policy_data)
|
493
493
|
```
|
494
494
|
|
495
|
-
##
|
495
|
+
## compute.SnapshotIamBinding
|
496
496
|
|
497
497
|
```python
|
498
498
|
import pulumi
|
@@ -505,7 +505,7 @@ class SnapshotIamMember(pulumi.CustomResource):
|
|
505
505
|
members=["user:jane@example.com"])
|
506
506
|
```
|
507
507
|
|
508
|
-
##
|
508
|
+
## compute.SnapshotIamMember
|
509
509
|
|
510
510
|
```python
|
511
511
|
import pulumi
|