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
@@ -170,7 +170,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
170
170
|
|
171
171
|
> **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
|
172
172
|
|
173
|
-
##
|
173
|
+
## compute.SnapshotIamPolicy
|
174
174
|
|
175
175
|
```python
|
176
176
|
import pulumi
|
@@ -186,7 +186,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
186
186
|
policy_data=admin.policy_data)
|
187
187
|
```
|
188
188
|
|
189
|
-
##
|
189
|
+
## compute.SnapshotIamBinding
|
190
190
|
|
191
191
|
```python
|
192
192
|
import pulumi
|
@@ -199,7 +199,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
199
199
|
members=["user:jane@example.com"])
|
200
200
|
```
|
201
201
|
|
202
|
-
##
|
202
|
+
## compute.SnapshotIamMember
|
203
203
|
|
204
204
|
```python
|
205
205
|
import pulumi
|
@@ -212,7 +212,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
212
212
|
member="user:jane@example.com")
|
213
213
|
```
|
214
214
|
|
215
|
-
##
|
215
|
+
## compute.SnapshotIamPolicy
|
216
216
|
|
217
217
|
```python
|
218
218
|
import pulumi
|
@@ -228,7 +228,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
228
228
|
policy_data=admin.policy_data)
|
229
229
|
```
|
230
230
|
|
231
|
-
##
|
231
|
+
## compute.SnapshotIamBinding
|
232
232
|
|
233
233
|
```python
|
234
234
|
import pulumi
|
@@ -241,7 +241,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
241
241
|
members=["user:jane@example.com"])
|
242
242
|
```
|
243
243
|
|
244
|
-
##
|
244
|
+
## compute.SnapshotIamMember
|
245
245
|
|
246
246
|
```python
|
247
247
|
import pulumi
|
@@ -319,7 +319,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
319
319
|
|
320
320
|
> **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
|
321
321
|
|
322
|
-
##
|
322
|
+
## compute.SnapshotIamPolicy
|
323
323
|
|
324
324
|
```python
|
325
325
|
import pulumi
|
@@ -335,7 +335,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
335
335
|
policy_data=admin.policy_data)
|
336
336
|
```
|
337
337
|
|
338
|
-
##
|
338
|
+
## compute.SnapshotIamBinding
|
339
339
|
|
340
340
|
```python
|
341
341
|
import pulumi
|
@@ -348,7 +348,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
348
348
|
members=["user:jane@example.com"])
|
349
349
|
```
|
350
350
|
|
351
|
-
##
|
351
|
+
## compute.SnapshotIamMember
|
352
352
|
|
353
353
|
```python
|
354
354
|
import pulumi
|
@@ -361,7 +361,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
361
361
|
member="user:jane@example.com")
|
362
362
|
```
|
363
363
|
|
364
|
-
##
|
364
|
+
## compute.SnapshotIamPolicy
|
365
365
|
|
366
366
|
```python
|
367
367
|
import pulumi
|
@@ -377,7 +377,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
377
377
|
policy_data=admin.policy_data)
|
378
378
|
```
|
379
379
|
|
380
|
-
##
|
380
|
+
## compute.SnapshotIamBinding
|
381
381
|
|
382
382
|
```python
|
383
383
|
import pulumi
|
@@ -390,7 +390,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
390
390
|
members=["user:jane@example.com"])
|
391
391
|
```
|
392
392
|
|
393
|
-
##
|
393
|
+
## compute.SnapshotIamMember
|
394
394
|
|
395
395
|
```python
|
396
396
|
import pulumi
|
@@ -331,7 +331,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
331
331
|
|
332
332
|
> **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
|
333
333
|
|
334
|
-
##
|
334
|
+
## compute.SubnetworkIAMPolicy
|
335
335
|
|
336
336
|
```python
|
337
337
|
import pulumi
|
@@ -369,7 +369,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
369
369
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
370
370
|
policy_data=admin.policy_data)
|
371
371
|
```
|
372
|
-
##
|
372
|
+
## compute.SubnetworkIAMBinding
|
373
373
|
|
374
374
|
```python
|
375
375
|
import pulumi
|
@@ -401,7 +401,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
401
401
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
402
402
|
))
|
403
403
|
```
|
404
|
-
##
|
404
|
+
## compute.SubnetworkIAMMember
|
405
405
|
|
406
406
|
```python
|
407
407
|
import pulumi
|
@@ -434,7 +434,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
434
434
|
))
|
435
435
|
```
|
436
436
|
|
437
|
-
##
|
437
|
+
## compute.SubnetworkIAMPolicy
|
438
438
|
|
439
439
|
```python
|
440
440
|
import pulumi
|
@@ -472,7 +472,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
472
472
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
473
473
|
policy_data=admin.policy_data)
|
474
474
|
```
|
475
|
-
##
|
475
|
+
## compute.SubnetworkIAMBinding
|
476
476
|
|
477
477
|
```python
|
478
478
|
import pulumi
|
@@ -504,7 +504,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
504
504
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
505
505
|
))
|
506
506
|
```
|
507
|
-
##
|
507
|
+
## compute.SubnetworkIAMMember
|
508
508
|
|
509
509
|
```python
|
510
510
|
import pulumi
|
@@ -624,7 +624,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
624
624
|
|
625
625
|
> **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
|
626
626
|
|
627
|
-
##
|
627
|
+
## compute.SubnetworkIAMPolicy
|
628
628
|
|
629
629
|
```python
|
630
630
|
import pulumi
|
@@ -662,7 +662,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
662
662
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
663
663
|
policy_data=admin.policy_data)
|
664
664
|
```
|
665
|
-
##
|
665
|
+
## compute.SubnetworkIAMBinding
|
666
666
|
|
667
667
|
```python
|
668
668
|
import pulumi
|
@@ -694,7 +694,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
694
694
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
695
695
|
))
|
696
696
|
```
|
697
|
-
##
|
697
|
+
## compute.SubnetworkIAMMember
|
698
698
|
|
699
699
|
```python
|
700
700
|
import pulumi
|
@@ -727,7 +727,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
727
727
|
))
|
728
728
|
```
|
729
729
|
|
730
|
-
##
|
730
|
+
## compute.SubnetworkIAMPolicy
|
731
731
|
|
732
732
|
```python
|
733
733
|
import pulumi
|
@@ -765,7 +765,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
765
765
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
766
766
|
policy_data=admin.policy_data)
|
767
767
|
```
|
768
|
-
##
|
768
|
+
## compute.SubnetworkIAMBinding
|
769
769
|
|
770
770
|
```python
|
771
771
|
import pulumi
|
@@ -797,7 +797,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
|
|
797
797
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
798
798
|
))
|
799
799
|
```
|
800
|
-
##
|
800
|
+
## compute.SubnetworkIAMMember
|
801
801
|
|
802
802
|
```python
|
803
803
|
import pulumi
|
@@ -331,7 +331,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
331
331
|
|
332
332
|
> **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
|
333
333
|
|
334
|
-
##
|
334
|
+
## compute.SubnetworkIAMPolicy
|
335
335
|
|
336
336
|
```python
|
337
337
|
import pulumi
|
@@ -369,7 +369,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
369
369
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
370
370
|
policy_data=admin.policy_data)
|
371
371
|
```
|
372
|
-
##
|
372
|
+
## compute.SubnetworkIAMBinding
|
373
373
|
|
374
374
|
```python
|
375
375
|
import pulumi
|
@@ -401,7 +401,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
401
401
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
402
402
|
))
|
403
403
|
```
|
404
|
-
##
|
404
|
+
## compute.SubnetworkIAMMember
|
405
405
|
|
406
406
|
```python
|
407
407
|
import pulumi
|
@@ -434,7 +434,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
434
434
|
))
|
435
435
|
```
|
436
436
|
|
437
|
-
##
|
437
|
+
## compute.SubnetworkIAMPolicy
|
438
438
|
|
439
439
|
```python
|
440
440
|
import pulumi
|
@@ -472,7 +472,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
472
472
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
473
473
|
policy_data=admin.policy_data)
|
474
474
|
```
|
475
|
-
##
|
475
|
+
## compute.SubnetworkIAMBinding
|
476
476
|
|
477
477
|
```python
|
478
478
|
import pulumi
|
@@ -504,7 +504,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
504
504
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
505
505
|
))
|
506
506
|
```
|
507
|
-
##
|
507
|
+
## compute.SubnetworkIAMMember
|
508
508
|
|
509
509
|
```python
|
510
510
|
import pulumi
|
@@ -624,7 +624,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
624
624
|
|
625
625
|
> **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
|
626
626
|
|
627
|
-
##
|
627
|
+
## compute.SubnetworkIAMPolicy
|
628
628
|
|
629
629
|
```python
|
630
630
|
import pulumi
|
@@ -662,7 +662,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
662
662
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
663
663
|
policy_data=admin.policy_data)
|
664
664
|
```
|
665
|
-
##
|
665
|
+
## compute.SubnetworkIAMBinding
|
666
666
|
|
667
667
|
```python
|
668
668
|
import pulumi
|
@@ -694,7 +694,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
694
694
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
695
695
|
))
|
696
696
|
```
|
697
|
-
##
|
697
|
+
## compute.SubnetworkIAMMember
|
698
698
|
|
699
699
|
```python
|
700
700
|
import pulumi
|
@@ -727,7 +727,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
727
727
|
))
|
728
728
|
```
|
729
729
|
|
730
|
-
##
|
730
|
+
## compute.SubnetworkIAMPolicy
|
731
731
|
|
732
732
|
```python
|
733
733
|
import pulumi
|
@@ -765,7 +765,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
765
765
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
766
766
|
policy_data=admin.policy_data)
|
767
767
|
```
|
768
|
-
##
|
768
|
+
## compute.SubnetworkIAMBinding
|
769
769
|
|
770
770
|
```python
|
771
771
|
import pulumi
|
@@ -797,7 +797,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
|
|
797
797
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
798
798
|
))
|
799
799
|
```
|
800
|
-
##
|
800
|
+
## compute.SubnetworkIAMMember
|
801
801
|
|
802
802
|
```python
|
803
803
|
import pulumi
|
@@ -216,7 +216,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
216
216
|
|
217
217
|
> **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
|
218
218
|
|
219
|
-
##
|
219
|
+
## compute.SubnetworkIAMPolicy
|
220
220
|
|
221
221
|
```python
|
222
222
|
import pulumi
|
@@ -254,7 +254,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
254
254
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
255
255
|
policy_data=admin.policy_data)
|
256
256
|
```
|
257
|
-
##
|
257
|
+
## compute.SubnetworkIAMBinding
|
258
258
|
|
259
259
|
```python
|
260
260
|
import pulumi
|
@@ -286,7 +286,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
286
286
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
287
287
|
))
|
288
288
|
```
|
289
|
-
##
|
289
|
+
## compute.SubnetworkIAMMember
|
290
290
|
|
291
291
|
```python
|
292
292
|
import pulumi
|
@@ -319,7 +319,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
319
319
|
))
|
320
320
|
```
|
321
321
|
|
322
|
-
##
|
322
|
+
## compute.SubnetworkIAMPolicy
|
323
323
|
|
324
324
|
```python
|
325
325
|
import pulumi
|
@@ -357,7 +357,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
357
357
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
358
358
|
policy_data=admin.policy_data)
|
359
359
|
```
|
360
|
-
##
|
360
|
+
## compute.SubnetworkIAMBinding
|
361
361
|
|
362
362
|
```python
|
363
363
|
import pulumi
|
@@ -389,7 +389,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
389
389
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
390
390
|
))
|
391
391
|
```
|
392
|
-
##
|
392
|
+
## compute.SubnetworkIAMMember
|
393
393
|
|
394
394
|
```python
|
395
395
|
import pulumi
|
@@ -495,7 +495,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
495
495
|
|
496
496
|
> **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
|
497
497
|
|
498
|
-
##
|
498
|
+
## compute.SubnetworkIAMPolicy
|
499
499
|
|
500
500
|
```python
|
501
501
|
import pulumi
|
@@ -533,7 +533,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
533
533
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
534
534
|
policy_data=admin.policy_data)
|
535
535
|
```
|
536
|
-
##
|
536
|
+
## compute.SubnetworkIAMBinding
|
537
537
|
|
538
538
|
```python
|
539
539
|
import pulumi
|
@@ -565,7 +565,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
565
565
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
566
566
|
))
|
567
567
|
```
|
568
|
-
##
|
568
|
+
## compute.SubnetworkIAMMember
|
569
569
|
|
570
570
|
```python
|
571
571
|
import pulumi
|
@@ -598,7 +598,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
598
598
|
))
|
599
599
|
```
|
600
600
|
|
601
|
-
##
|
601
|
+
## compute.SubnetworkIAMPolicy
|
602
602
|
|
603
603
|
```python
|
604
604
|
import pulumi
|
@@ -636,7 +636,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
636
636
|
subnetwork=network_with_private_secondary_ip_ranges["name"],
|
637
637
|
policy_data=admin.policy_data)
|
638
638
|
```
|
639
|
-
##
|
639
|
+
## compute.SubnetworkIAMBinding
|
640
640
|
|
641
641
|
```python
|
642
642
|
import pulumi
|
@@ -668,7 +668,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
|
|
668
668
|
expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
|
669
669
|
))
|
670
670
|
```
|
671
|
-
##
|
671
|
+
## compute.SubnetworkIAMMember
|
672
672
|
|
673
673
|
```python
|
674
674
|
import pulumi
|
@@ -502,7 +502,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
502
502
|
))
|
503
503
|
policyddosprotection = gcp.compute.RegionSecurityPolicy("policyddosprotection",
|
504
504
|
region="southamerica-west1",
|
505
|
-
name="tf-test-
|
505
|
+
name="tf-test-policyddos_85794",
|
506
506
|
description="ddos protection security policy to set target instance",
|
507
507
|
type="CLOUD_ARMOR_NETWORK",
|
508
508
|
ddos_protection_config=gcp.compute.RegionSecurityPolicyDdosProtectionConfigArgs(
|
@@ -510,7 +510,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
510
510
|
))
|
511
511
|
edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
|
512
512
|
region="southamerica-west1",
|
513
|
-
name="tf-test-
|
513
|
+
name="tf-test-edgesec_21197",
|
514
514
|
security_policy=policyddosprotection.self_link)
|
515
515
|
regionsecuritypolicy = gcp.compute.RegionSecurityPolicy("regionsecuritypolicy",
|
516
516
|
name="region-secpolicy",
|
@@ -691,7 +691,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
691
691
|
))
|
692
692
|
policyddosprotection = gcp.compute.RegionSecurityPolicy("policyddosprotection",
|
693
693
|
region="southamerica-west1",
|
694
|
-
name="tf-test-
|
694
|
+
name="tf-test-policyddos_85794",
|
695
695
|
description="ddos protection security policy to set target instance",
|
696
696
|
type="CLOUD_ARMOR_NETWORK",
|
697
697
|
ddos_protection_config=gcp.compute.RegionSecurityPolicyDdosProtectionConfigArgs(
|
@@ -699,7 +699,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
699
699
|
))
|
700
700
|
edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
|
701
701
|
region="southamerica-west1",
|
702
|
-
name="tf-test-
|
702
|
+
name="tf-test-edgesec_21197",
|
703
703
|
security_policy=policyddosprotection.self_link)
|
704
704
|
regionsecuritypolicy = gcp.compute.RegionSecurityPolicy("regionsecuritypolicy",
|
705
705
|
name="region-secpolicy",
|
@@ -27,7 +27,7 @@ class TargetPoolArgs:
|
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a TargetPool resource.
|
29
29
|
:param pulumi.Input[str] backup_pool: URL to the backup target pool. Must also set
|
30
|
-
|
30
|
+
failover_ratio.
|
31
31
|
:param pulumi.Input[str] description: Textual description field.
|
32
32
|
:param pulumi.Input[float] failover_ratio: Ratio (0 to 1) of failed nodes before using the
|
33
33
|
backup pool (which must also be set).
|
@@ -48,8 +48,8 @@ class TargetPoolArgs:
|
|
48
48
|
region.
|
49
49
|
:param pulumi.Input[str] security_policy: The resource URL for the security policy associated with this target pool.
|
50
50
|
:param pulumi.Input[str] session_affinity: How to distribute load. Options are "NONE" (no
|
51
|
-
affinity). "
|
52
|
-
"
|
51
|
+
affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
|
52
|
+
"CLIENT_IP_PROTO" also includes the protocol (default "NONE").
|
53
53
|
"""
|
54
54
|
if backup_pool is not None:
|
55
55
|
pulumi.set(__self__, "backup_pool", backup_pool)
|
@@ -77,7 +77,7 @@ class TargetPoolArgs:
|
|
77
77
|
def backup_pool(self) -> Optional[pulumi.Input[str]]:
|
78
78
|
"""
|
79
79
|
URL to the backup target pool. Must also set
|
80
|
-
|
80
|
+
failover_ratio.
|
81
81
|
"""
|
82
82
|
return pulumi.get(self, "backup_pool")
|
83
83
|
|
@@ -197,8 +197,8 @@ class TargetPoolArgs:
|
|
197
197
|
def session_affinity(self) -> Optional[pulumi.Input[str]]:
|
198
198
|
"""
|
199
199
|
How to distribute load. Options are "NONE" (no
|
200
|
-
affinity). "
|
201
|
-
"
|
200
|
+
affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
|
201
|
+
"CLIENT_IP_PROTO" also includes the protocol (default "NONE").
|
202
202
|
"""
|
203
203
|
return pulumi.get(self, "session_affinity")
|
204
204
|
|
@@ -224,7 +224,7 @@ class _TargetPoolState:
|
|
224
224
|
"""
|
225
225
|
Input properties used for looking up and filtering TargetPool resources.
|
226
226
|
:param pulumi.Input[str] backup_pool: URL to the backup target pool. Must also set
|
227
|
-
|
227
|
+
failover_ratio.
|
228
228
|
:param pulumi.Input[str] description: Textual description field.
|
229
229
|
:param pulumi.Input[float] failover_ratio: Ratio (0 to 1) of failed nodes before using the
|
230
230
|
backup pool (which must also be set).
|
@@ -246,8 +246,8 @@ class _TargetPoolState:
|
|
246
246
|
:param pulumi.Input[str] security_policy: The resource URL for the security policy associated with this target pool.
|
247
247
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
248
248
|
:param pulumi.Input[str] session_affinity: How to distribute load. Options are "NONE" (no
|
249
|
-
affinity). "
|
250
|
-
"
|
249
|
+
affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
|
250
|
+
"CLIENT_IP_PROTO" also includes the protocol (default "NONE").
|
251
251
|
"""
|
252
252
|
if backup_pool is not None:
|
253
253
|
pulumi.set(__self__, "backup_pool", backup_pool)
|
@@ -277,7 +277,7 @@ class _TargetPoolState:
|
|
277
277
|
def backup_pool(self) -> Optional[pulumi.Input[str]]:
|
278
278
|
"""
|
279
279
|
URL to the backup target pool. Must also set
|
280
|
-
|
280
|
+
failover_ratio.
|
281
281
|
"""
|
282
282
|
return pulumi.get(self, "backup_pool")
|
283
283
|
|
@@ -409,8 +409,8 @@ class _TargetPoolState:
|
|
409
409
|
def session_affinity(self) -> Optional[pulumi.Input[str]]:
|
410
410
|
"""
|
411
411
|
How to distribute load. Options are "NONE" (no
|
412
|
-
affinity). "
|
413
|
-
"
|
412
|
+
affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
|
413
|
+
"CLIENT_IP_PROTO" also includes the protocol (default "NONE").
|
414
414
|
"""
|
415
415
|
return pulumi.get(self, "session_affinity")
|
416
416
|
|
@@ -495,7 +495,7 @@ class TargetPool(pulumi.CustomResource):
|
|
495
495
|
:param str resource_name: The name of the resource.
|
496
496
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
497
497
|
:param pulumi.Input[str] backup_pool: URL to the backup target pool. Must also set
|
498
|
-
|
498
|
+
failover_ratio.
|
499
499
|
:param pulumi.Input[str] description: Textual description field.
|
500
500
|
:param pulumi.Input[float] failover_ratio: Ratio (0 to 1) of failed nodes before using the
|
501
501
|
backup pool (which must also be set).
|
@@ -516,8 +516,8 @@ class TargetPool(pulumi.CustomResource):
|
|
516
516
|
region.
|
517
517
|
:param pulumi.Input[str] security_policy: The resource URL for the security policy associated with this target pool.
|
518
518
|
:param pulumi.Input[str] session_affinity: How to distribute load. Options are "NONE" (no
|
519
|
-
affinity). "
|
520
|
-
"
|
519
|
+
affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
|
520
|
+
"CLIENT_IP_PROTO" also includes the protocol (default "NONE").
|
521
521
|
"""
|
522
522
|
...
|
523
523
|
@overload
|
@@ -656,7 +656,7 @@ class TargetPool(pulumi.CustomResource):
|
|
656
656
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
657
657
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
658
658
|
:param pulumi.Input[str] backup_pool: URL to the backup target pool. Must also set
|
659
|
-
|
659
|
+
failover_ratio.
|
660
660
|
:param pulumi.Input[str] description: Textual description field.
|
661
661
|
:param pulumi.Input[float] failover_ratio: Ratio (0 to 1) of failed nodes before using the
|
662
662
|
backup pool (which must also be set).
|
@@ -678,8 +678,8 @@ class TargetPool(pulumi.CustomResource):
|
|
678
678
|
:param pulumi.Input[str] security_policy: The resource URL for the security policy associated with this target pool.
|
679
679
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
680
680
|
:param pulumi.Input[str] session_affinity: How to distribute load. Options are "NONE" (no
|
681
|
-
affinity). "
|
682
|
-
"
|
681
|
+
affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
|
682
|
+
"CLIENT_IP_PROTO" also includes the protocol (default "NONE").
|
683
683
|
"""
|
684
684
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
685
685
|
|
@@ -703,7 +703,7 @@ class TargetPool(pulumi.CustomResource):
|
|
703
703
|
def backup_pool(self) -> pulumi.Output[Optional[str]]:
|
704
704
|
"""
|
705
705
|
URL to the backup target pool. Must also set
|
706
|
-
|
706
|
+
failover_ratio.
|
707
707
|
"""
|
708
708
|
return pulumi.get(self, "backup_pool")
|
709
709
|
|
@@ -795,8 +795,8 @@ class TargetPool(pulumi.CustomResource):
|
|
795
795
|
def session_affinity(self) -> pulumi.Output[Optional[str]]:
|
796
796
|
"""
|
797
797
|
How to distribute load. Options are "NONE" (no
|
798
|
-
affinity). "
|
799
|
-
"
|
798
|
+
affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
|
799
|
+
"CLIENT_IP_PROTO" also includes the protocol (default "NONE").
|
800
800
|
"""
|
801
801
|
return pulumi.get(self, "session_affinity")
|
802
802
|
|
pulumi_gcp/container/_inputs.py
CHANGED
@@ -5544,7 +5544,7 @@ class ClusterMonitoringConfigArgs:
|
|
5544
5544
|
managed_prometheus: Optional[pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgs']] = None):
|
5545
5545
|
"""
|
5546
5546
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs']]] advanced_datapath_observability_configs: Configuration for Advanced Datapath Monitoring. Structure is documented below.
|
5547
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT` and `
|
5547
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
|
5548
5548
|
:param pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgs'] managed_prometheus: Configuration for Managed Service for Prometheus. Structure is documented below.
|
5549
5549
|
"""
|
5550
5550
|
if advanced_datapath_observability_configs is not None:
|
@@ -5570,7 +5570,7 @@ class ClusterMonitoringConfigArgs:
|
|
5570
5570
|
@pulumi.getter(name="enableComponents")
|
5571
5571
|
def enable_components(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
5572
5572
|
"""
|
5573
|
-
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT` and `
|
5573
|
+
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
|
5574
5574
|
"""
|
5575
5575
|
return pulumi.get(self, "enable_components")
|
5576
5576
|
|
@@ -6967,6 +6967,9 @@ class ClusterNodeConfigLinuxNodeConfigArgs:
|
|
6967
6967
|
"""
|
6968
6968
|
:param pulumi.Input[str] cgroup_mode: Possible cgroup modes that can be used.
|
6969
6969
|
Accepted values are:
|
6970
|
+
* `CGROUP_MODE_UNSPECIFIED`: CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.
|
6971
|
+
* `CGROUP_MODE_V1`: CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.
|
6972
|
+
* `CGROUP_MODE_V2`: CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.
|
6970
6973
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] sysctls: The Linux kernel parameters to be applied to the nodes
|
6971
6974
|
and all pods running on the nodes. Specified as a map from the key, such as
|
6972
6975
|
`net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
|
@@ -6983,6 +6986,9 @@ class ClusterNodeConfigLinuxNodeConfigArgs:
|
|
6983
6986
|
"""
|
6984
6987
|
Possible cgroup modes that can be used.
|
6985
6988
|
Accepted values are:
|
6989
|
+
* `CGROUP_MODE_UNSPECIFIED`: CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.
|
6990
|
+
* `CGROUP_MODE_V1`: CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.
|
6991
|
+
* `CGROUP_MODE_V2`: CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.
|
6986
6992
|
"""
|
6987
6993
|
return pulumi.get(self, "cgroup_mode")
|
6988
6994
|
|
@@ -9487,6 +9493,9 @@ class ClusterNodePoolNodeConfigLinuxNodeConfigArgs:
|
|
9487
9493
|
"""
|
9488
9494
|
:param pulumi.Input[str] cgroup_mode: Possible cgroup modes that can be used.
|
9489
9495
|
Accepted values are:
|
9496
|
+
* `CGROUP_MODE_UNSPECIFIED`: CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.
|
9497
|
+
* `CGROUP_MODE_V1`: CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.
|
9498
|
+
* `CGROUP_MODE_V2`: CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.
|
9490
9499
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] sysctls: The Linux kernel parameters to be applied to the nodes
|
9491
9500
|
and all pods running on the nodes. Specified as a map from the key, such as
|
9492
9501
|
`net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
|
@@ -9503,6 +9512,9 @@ class ClusterNodePoolNodeConfigLinuxNodeConfigArgs:
|
|
9503
9512
|
"""
|
9504
9513
|
Possible cgroup modes that can be used.
|
9505
9514
|
Accepted values are:
|
9515
|
+
* `CGROUP_MODE_UNSPECIFIED`: CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.
|
9516
|
+
* `CGROUP_MODE_V1`: CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.
|
9517
|
+
* `CGROUP_MODE_V2`: CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.
|
9506
9518
|
"""
|
9507
9519
|
return pulumi.get(self, "cgroup_mode")
|
9508
9520
|
|