pulumi-gcp 7.16.0a1711520590__py3-none-any.whl → 7.17.0__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 +35 -0
- pulumi_gcp/accesscontextmanager/__init__.py +1 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +345 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +80 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +86 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +4 -2
- pulumi_gcp/apphub/__init__.py +1 -0
- pulumi_gcp/apphub/get_application.py +220 -0
- pulumi_gcp/apphub/outputs.py +214 -0
- pulumi_gcp/applicationintegration/__init__.py +10 -0
- pulumi_gcp/applicationintegration/_inputs.py +119 -0
- pulumi_gcp/applicationintegration/client.py +566 -0
- pulumi_gcp/applicationintegration/outputs.py +122 -0
- pulumi_gcp/bigquery/_inputs.py +16 -0
- pulumi_gcp/bigquery/outputs.py +14 -0
- pulumi_gcp/bigquery/routine.py +98 -0
- pulumi_gcp/bigtable/_inputs.py +4 -4
- pulumi_gcp/bigtable/gc_policy.py +8 -0
- pulumi_gcp/bigtable/outputs.py +4 -4
- pulumi_gcp/billing/_inputs.py +4 -4
- pulumi_gcp/billing/outputs.py +4 -4
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +2 -2
- pulumi_gcp/cloudfunctionsv2/outputs.py +4 -4
- pulumi_gcp/cloudquota/__init__.py +3 -0
- pulumi_gcp/cloudquota/_inputs.py +131 -0
- pulumi_gcp/cloudquota/get_s_quota_infos.py +136 -0
- pulumi_gcp/cloudquota/outputs.py +388 -0
- pulumi_gcp/cloudquota/s_quota_preference.py +777 -0
- pulumi_gcp/cloudrunv2/_inputs.py +59 -2
- pulumi_gcp/cloudrunv2/outputs.py +107 -4
- pulumi_gcp/cloudrunv2/service.py +13 -13
- pulumi_gcp/composer/_inputs.py +30 -4
- pulumi_gcp/composer/outputs.py +45 -10
- pulumi_gcp/compute/_inputs.py +145 -51
- pulumi_gcp/compute/autoscaler.py +14 -14
- pulumi_gcp/compute/interconnect_attachment.py +64 -0
- pulumi_gcp/compute/network_endpoint.py +8 -0
- pulumi_gcp/compute/network_endpoint_list.py +8 -0
- pulumi_gcp/compute/outputs.py +202 -69
- pulumi_gcp/compute/region_autoscaler.py +14 -14
- pulumi_gcp/compute/region_backend_service.py +28 -0
- pulumi_gcp/compute/region_url_map.py +152 -0
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +148 -16
- pulumi_gcp/container/outputs.py +148 -16
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/dataflow/flex_template_job.py +84 -112
- pulumi_gcp/dataform/repository.py +4 -74
- pulumi_gcp/dataloss/_inputs.py +6 -6
- pulumi_gcp/dataloss/outputs.py +6 -6
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/_inputs.py +85 -10
- pulumi_gcp/dataproc/get_metastore_service.py +11 -1
- pulumi_gcp/dataproc/metastore_service.py +120 -0
- pulumi_gcp/dataproc/outputs.py +142 -10
- pulumi_gcp/firebase/android_app.py +41 -40
- pulumi_gcp/firebase/app_check_service_config.py +2 -2
- pulumi_gcp/firestore/backup_schedule.py +14 -14
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/firestore/index.py +34 -48
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iam/_inputs.py +76 -0
- pulumi_gcp/iam/outputs.py +76 -0
- pulumi_gcp/iam/workforce_pool_provider.py +35 -0
- pulumi_gcp/iam/workload_identity_pool_provider.py +140 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/kms/_inputs.py +46 -0
- pulumi_gcp/kms/crypto_key.py +54 -0
- pulumi_gcp/kms/crypto_key_version.py +54 -0
- pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
- pulumi_gcp/kms/outputs.py +54 -0
- pulumi_gcp/logging/_inputs.py +8 -8
- pulumi_gcp/logging/metric.py +7 -7
- pulumi_gcp/logging/outputs.py +8 -8
- pulumi_gcp/monitoring/_inputs.py +4 -2
- pulumi_gcp/monitoring/outputs.py +4 -2
- pulumi_gcp/monitoring/slo.py +4 -4
- pulumi_gcp/networksecurity/firewall_endpoint.py +48 -0
- pulumi_gcp/networkservices/_inputs.py +6 -6
- pulumi_gcp/networkservices/outputs.py +6 -6
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/_inputs.py +108 -0
- pulumi_gcp/pubsub/get_topic.py +11 -1
- pulumi_gcp/pubsub/outputs.py +213 -0
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pubsub/topic.py +92 -0
- pulumi_gcp/serviceusage/consumer_quota_override.py +7 -7
- pulumi_gcp/sql/_inputs.py +20 -2
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +20 -2
- pulumi_gcp/storage/_inputs.py +42 -2
- pulumi_gcp/storage/bucket.py +54 -0
- pulumi_gcp/storage/get_bucket.py +11 -1
- pulumi_gcp/storage/outputs.py +83 -2
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +175 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +477 -0
- pulumi_gcp/vertex/outputs.py +202 -10
- pulumi_gcp/vpcaccess/connector.py +77 -28
- pulumi_gcp/workstations/_inputs.py +113 -0
- pulumi_gcp/workstations/outputs.py +109 -1
- pulumi_gcp/workstations/workstation_config.py +106 -0
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/RECORD +113 -103
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -1063,9 +1063,8 @@ class AutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicasArgs:
|
|
1063
1063
|
"""
|
1064
1064
|
:param pulumi.Input[int] fixed: Specifies a fixed number of VM instances. This must be a positive
|
1065
1065
|
integer.
|
1066
|
-
:param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100
|
1067
|
-
For example, specify 80 for 80
|
1068
|
-
(MISSING)
|
1066
|
+
:param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%, inclusive.
|
1067
|
+
For example, specify 80 for 80%.
|
1069
1068
|
"""
|
1070
1069
|
if fixed is not None:
|
1071
1070
|
pulumi.set(__self__, "fixed", fixed)
|
@@ -1089,9 +1088,8 @@ class AutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicasArgs:
|
|
1089
1088
|
@pulumi.getter
|
1090
1089
|
def percent(self) -> Optional[pulumi.Input[int]]:
|
1091
1090
|
"""
|
1092
|
-
Specifies a percentage of instances between 0 to 100
|
1093
|
-
For example, specify 80 for 80
|
1094
|
-
(MISSING)
|
1091
|
+
Specifies a percentage of instances between 0 to 100%, inclusive.
|
1092
|
+
For example, specify 80 for 80%.
|
1095
1093
|
"""
|
1096
1094
|
return pulumi.get(self, "percent")
|
1097
1095
|
|
@@ -1151,9 +1149,8 @@ class AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasArgs:
|
|
1151
1149
|
"""
|
1152
1150
|
:param pulumi.Input[int] fixed: Specifies a fixed number of VM instances. This must be a positive
|
1153
1151
|
integer.
|
1154
|
-
:param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100
|
1155
|
-
For example, specify 80 for 80
|
1156
|
-
(MISSING)
|
1152
|
+
:param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%, inclusive.
|
1153
|
+
For example, specify 80 for 80%.
|
1157
1154
|
"""
|
1158
1155
|
if fixed is not None:
|
1159
1156
|
pulumi.set(__self__, "fixed", fixed)
|
@@ -1177,9 +1174,8 @@ class AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasArgs:
|
|
1177
1174
|
@pulumi.getter
|
1178
1175
|
def percent(self) -> Optional[pulumi.Input[int]]:
|
1179
1176
|
"""
|
1180
|
-
Specifies a percentage of instances between 0 to 100
|
1181
|
-
For example, specify 80 for 80
|
1182
|
-
(MISSING)
|
1177
|
+
Specifies a percentage of instances between 0 to 100%, inclusive.
|
1178
|
+
For example, specify 80 for 80%.
|
1183
1179
|
"""
|
1184
1180
|
return pulumi.get(self, "percent")
|
1185
1181
|
|
@@ -1742,10 +1738,10 @@ class BackendServiceBackendArgs:
|
|
1742
1738
|
Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
|
1743
1739
|
:param pulumi.Input[float] capacity_scaler: A multiplier applied to the group's maximum servicing capacity
|
1744
1740
|
(based on UTILIZATION, RATE or CONNECTION).
|
1745
|
-
Default value is 1, which means the group will serve up to 100
|
1746
|
-
|
1741
|
+
Default value is 1, which means the group will serve up to 100%
|
1742
|
+
of its configured capacity (depending on balancingMode). A
|
1747
1743
|
setting of 0 means the group is completely drained, offering
|
1748
|
-
0
|
1744
|
+
0% of its available Capacity. Valid range is [0.0,1.0].
|
1749
1745
|
:param pulumi.Input[str] description: An optional description of this resource.
|
1750
1746
|
Provide this property when you create the resource.
|
1751
1747
|
:param pulumi.Input[int] max_connections: The max number of simultaneous connections for the group. Can
|
@@ -1853,10 +1849,10 @@ class BackendServiceBackendArgs:
|
|
1853
1849
|
"""
|
1854
1850
|
A multiplier applied to the group's maximum servicing capacity
|
1855
1851
|
(based on UTILIZATION, RATE or CONNECTION).
|
1856
|
-
Default value is 1, which means the group will serve up to 100
|
1857
|
-
|
1852
|
+
Default value is 1, which means the group will serve up to 100%
|
1853
|
+
of its configured capacity (depending on balancingMode). A
|
1858
1854
|
setting of 0 means the group is completely drained, offering
|
1859
|
-
0
|
1855
|
+
0% of its available Capacity. Valid range is [0.0,1.0].
|
1860
1856
|
"""
|
1861
1857
|
return pulumi.get(self, "capacity_scaler")
|
1862
1858
|
|
@@ -3114,8 +3110,7 @@ class BackendServiceOutlierDetectionArgs:
|
|
3114
3110
|
ejections as well as hosts being returned to service. Defaults to 10 seconds.
|
3115
3111
|
Structure is documented below.
|
3116
3112
|
:param pulumi.Input[int] max_ejection_percent: Maximum percentage of hosts in the load balancing pool for the backend service
|
3117
|
-
that can be ejected. Defaults to 10
|
3118
|
-
(MISSING)
|
3113
|
+
that can be ejected. Defaults to 10%.
|
3119
3114
|
:param pulumi.Input[int] success_rate_minimum_hosts: The number of hosts in a cluster that must have enough request volume to detect
|
3120
3115
|
success rate outliers. If the number of hosts is less than this setting, outlier
|
3121
3116
|
detection via success rate statistics is not performed for any host in the
|
@@ -3259,8 +3254,7 @@ class BackendServiceOutlierDetectionArgs:
|
|
3259
3254
|
def max_ejection_percent(self) -> Optional[pulumi.Input[int]]:
|
3260
3255
|
"""
|
3261
3256
|
Maximum percentage of hosts in the load balancing pool for the backend service
|
3262
|
-
that can be ejected. Defaults to 10
|
3263
|
-
(MISSING)
|
3257
|
+
that can be ejected. Defaults to 10%.
|
3264
3258
|
"""
|
3265
3259
|
return pulumi.get(self, "max_ejection_percent")
|
3266
3260
|
|
@@ -3631,7 +3625,7 @@ class DiskGuestOsFeatureArgs:
|
|
3631
3625
|
type: pulumi.Input[str]):
|
3632
3626
|
"""
|
3633
3627
|
:param pulumi.Input[str] type: The type of supported feature. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
3634
|
-
Possible values are: `MULTI_IP_SUBNET`, `SECURE_BOOT`, `SEV_CAPABLE`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, `WINDOWS`, `GVNIC`, `SEV_LIVE_MIGRATABLE`, `SEV_SNP_CAPABLE`, `SUSPEND_RESUME_COMPATIBLE`, `TDX_CAPABLE`.
|
3628
|
+
Possible values are: `MULTI_IP_SUBNET`, `SECURE_BOOT`, `SEV_CAPABLE`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, `WINDOWS`, `GVNIC`, `SEV_LIVE_MIGRATABLE`, `SEV_SNP_CAPABLE`, `SUSPEND_RESUME_COMPATIBLE`, `TDX_CAPABLE`, `SEV_LIVE_MIGRATABLE_V2`.
|
3635
3629
|
"""
|
3636
3630
|
pulumi.set(__self__, "type", type)
|
3637
3631
|
|
@@ -3640,7 +3634,7 @@ class DiskGuestOsFeatureArgs:
|
|
3640
3634
|
def type(self) -> pulumi.Input[str]:
|
3641
3635
|
"""
|
3642
3636
|
The type of supported feature. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
3643
|
-
Possible values are: `MULTI_IP_SUBNET`, `SECURE_BOOT`, `SEV_CAPABLE`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, `WINDOWS`, `GVNIC`, `SEV_LIVE_MIGRATABLE`, `SEV_SNP_CAPABLE`, `SUSPEND_RESUME_COMPATIBLE`, `TDX_CAPABLE`.
|
3637
|
+
Possible values are: `MULTI_IP_SUBNET`, `SECURE_BOOT`, `SEV_CAPABLE`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, `WINDOWS`, `GVNIC`, `SEV_LIVE_MIGRATABLE`, `SEV_SNP_CAPABLE`, `SUSPEND_RESUME_COMPATIBLE`, `TDX_CAPABLE`, `SEV_LIVE_MIGRATABLE_V2`.
|
3644
3638
|
"""
|
3645
3639
|
return pulumi.get(self, "type")
|
3646
3640
|
|
@@ -5681,7 +5675,9 @@ class InstanceAttachedDiskArgs:
|
|
5681
5675
|
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
5682
5676
|
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5683
5677
|
to encrypt this disk. Only one of `kms_key_self_link` and `disk_encryption_key_raw` may be set.
|
5684
|
-
:param pulumi.Input[str] disk_encryption_key_sha256: The RFC 4648 base64
|
5678
|
+
:param pulumi.Input[str] disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5679
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
5680
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
5685
5681
|
:param pulumi.Input[str] kms_key_self_link: The self_link of the encryption key that is
|
5686
5682
|
stored in Google Cloud KMS to encrypt this disk. Only one of `kms_key_self_link`
|
5687
5683
|
and `disk_encryption_key_raw` may be set.
|
@@ -5746,7 +5742,9 @@ class InstanceAttachedDiskArgs:
|
|
5746
5742
|
@pulumi.getter(name="diskEncryptionKeySha256")
|
5747
5743
|
def disk_encryption_key_sha256(self) -> Optional[pulumi.Input[str]]:
|
5748
5744
|
"""
|
5749
|
-
The RFC 4648 base64
|
5745
|
+
The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5746
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
5747
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
5750
5748
|
"""
|
5751
5749
|
return pulumi.get(self, "disk_encryption_key_sha256")
|
5752
5750
|
|
@@ -5805,7 +5803,9 @@ class InstanceBootDiskArgs:
|
|
5805
5803
|
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5806
5804
|
to encrypt this disk. Only one of `kms_key_self_link` and `disk_encryption_key_raw`
|
5807
5805
|
may be set.
|
5808
|
-
:param pulumi.Input[str] disk_encryption_key_sha256: The RFC 4648 base64
|
5806
|
+
:param pulumi.Input[str] disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5807
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
5808
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
5809
5809
|
:param pulumi.Input['InstanceBootDiskInitializeParamsArgs'] initialize_params: Parameters for a new disk that will be created
|
5810
5810
|
alongside the new instance. Either `initialize_params` or `source` must be set.
|
5811
5811
|
Structure is documented below.
|
@@ -5881,7 +5881,9 @@ class InstanceBootDiskArgs:
|
|
5881
5881
|
@pulumi.getter(name="diskEncryptionKeySha256")
|
5882
5882
|
def disk_encryption_key_sha256(self) -> Optional[pulumi.Input[str]]:
|
5883
5883
|
"""
|
5884
|
-
The RFC 4648 base64
|
5884
|
+
The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5885
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
5886
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
5885
5887
|
"""
|
5886
5888
|
return pulumi.get(self, "disk_encryption_key_sha256")
|
5887
5889
|
|
@@ -9623,13 +9625,29 @@ class InstanceGroupManagerStatusArgs:
|
|
9623
9625
|
@pulumi.input_type
|
9624
9626
|
class InstanceGroupManagerStatusAllInstancesConfigArgs:
|
9625
9627
|
def __init__(__self__, *,
|
9628
|
+
current_revision: Optional[pulumi.Input[str]] = None,
|
9626
9629
|
effective: Optional[pulumi.Input[bool]] = None):
|
9627
9630
|
"""
|
9631
|
+
:param pulumi.Input[str] current_revision: Current all-instances configuration revision. This value is in RFC3339 text format.
|
9628
9632
|
:param pulumi.Input[bool] effective: A bit indicating whether this configuration has been applied to all managed instances in the group.
|
9629
9633
|
"""
|
9634
|
+
if current_revision is not None:
|
9635
|
+
pulumi.set(__self__, "current_revision", current_revision)
|
9630
9636
|
if effective is not None:
|
9631
9637
|
pulumi.set(__self__, "effective", effective)
|
9632
9638
|
|
9639
|
+
@property
|
9640
|
+
@pulumi.getter(name="currentRevision")
|
9641
|
+
def current_revision(self) -> Optional[pulumi.Input[str]]:
|
9642
|
+
"""
|
9643
|
+
Current all-instances configuration revision. This value is in RFC3339 text format.
|
9644
|
+
"""
|
9645
|
+
return pulumi.get(self, "current_revision")
|
9646
|
+
|
9647
|
+
@current_revision.setter
|
9648
|
+
def current_revision(self, value: Optional[pulumi.Input[str]]):
|
9649
|
+
pulumi.set(self, "current_revision", value)
|
9650
|
+
|
9633
9651
|
@property
|
9634
9652
|
@pulumi.getter
|
9635
9653
|
def effective(self) -> Optional[pulumi.Input[bool]]:
|
@@ -9650,7 +9668,7 @@ class InstanceGroupManagerStatusStatefulArgs:
|
|
9650
9668
|
per_instance_configs: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatusStatefulPerInstanceConfigArgs']]]] = None):
|
9651
9669
|
"""
|
9652
9670
|
:param pulumi.Input[bool] has_stateful_config: A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful config even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
|
9653
|
-
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatusStatefulPerInstanceConfigArgs']]] per_instance_configs: Status of per-instance configs on the
|
9671
|
+
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatusStatefulPerInstanceConfigArgs']]] per_instance_configs: Status of per-instance configs on the instances.
|
9654
9672
|
"""
|
9655
9673
|
if has_stateful_config is not None:
|
9656
9674
|
pulumi.set(__self__, "has_stateful_config", has_stateful_config)
|
@@ -9673,7 +9691,7 @@ class InstanceGroupManagerStatusStatefulArgs:
|
|
9673
9691
|
@pulumi.getter(name="perInstanceConfigs")
|
9674
9692
|
def per_instance_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatusStatefulPerInstanceConfigArgs']]]]:
|
9675
9693
|
"""
|
9676
|
-
Status of per-instance configs on the
|
9694
|
+
Status of per-instance configs on the instances.
|
9677
9695
|
"""
|
9678
9696
|
return pulumi.get(self, "per_instance_configs")
|
9679
9697
|
|
@@ -15340,9 +15358,8 @@ class RegionAutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicasArgs
|
|
15340
15358
|
"""
|
15341
15359
|
:param pulumi.Input[int] fixed: Specifies a fixed number of VM instances. This must be a positive
|
15342
15360
|
integer.
|
15343
|
-
:param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100
|
15344
|
-
For example, specify 80 for 80
|
15345
|
-
(MISSING)
|
15361
|
+
:param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%, inclusive.
|
15362
|
+
For example, specify 80 for 80%.
|
15346
15363
|
"""
|
15347
15364
|
if fixed is not None:
|
15348
15365
|
pulumi.set(__self__, "fixed", fixed)
|
@@ -15366,9 +15383,8 @@ class RegionAutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicasArgs
|
|
15366
15383
|
@pulumi.getter
|
15367
15384
|
def percent(self) -> Optional[pulumi.Input[int]]:
|
15368
15385
|
"""
|
15369
|
-
Specifies a percentage of instances between 0 to 100
|
15370
|
-
For example, specify 80 for 80
|
15371
|
-
(MISSING)
|
15386
|
+
Specifies a percentage of instances between 0 to 100%, inclusive.
|
15387
|
+
For example, specify 80 for 80%.
|
15372
15388
|
"""
|
15373
15389
|
return pulumi.get(self, "percent")
|
15374
15390
|
|
@@ -15428,9 +15444,8 @@ class RegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasArgs:
|
|
15428
15444
|
"""
|
15429
15445
|
:param pulumi.Input[int] fixed: Specifies a fixed number of VM instances. This must be a positive
|
15430
15446
|
integer.
|
15431
|
-
:param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100
|
15432
|
-
For example, specify 80 for 80
|
15433
|
-
(MISSING)
|
15447
|
+
:param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%, inclusive.
|
15448
|
+
For example, specify 80 for 80%.
|
15434
15449
|
"""
|
15435
15450
|
if fixed is not None:
|
15436
15451
|
pulumi.set(__self__, "fixed", fixed)
|
@@ -15454,9 +15469,8 @@ class RegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasArgs:
|
|
15454
15469
|
@pulumi.getter
|
15455
15470
|
def percent(self) -> Optional[pulumi.Input[int]]:
|
15456
15471
|
"""
|
15457
|
-
Specifies a percentage of instances between 0 to 100
|
15458
|
-
For example, specify 80 for 80
|
15459
|
-
(MISSING)
|
15472
|
+
Specifies a percentage of instances between 0 to 100%, inclusive.
|
15473
|
+
For example, specify 80 for 80%.
|
15460
15474
|
"""
|
15461
15475
|
return pulumi.get(self, "percent")
|
15462
15476
|
|
@@ -15624,7 +15638,7 @@ class RegionBackendServiceBackendArgs:
|
|
15624
15638
|
but is required for non-INTERNAL backend service. The total
|
15625
15639
|
capacity_scaler for all backends must be non-zero.
|
15626
15640
|
A setting of 0 means the group is completely drained, offering
|
15627
|
-
0
|
15641
|
+
0% of its available Capacity. Valid range is [0.0,1.0].
|
15628
15642
|
:param pulumi.Input[str] description: An optional description of this resource.
|
15629
15643
|
Provide this property when you create the resource.
|
15630
15644
|
:param pulumi.Input[bool] failover: This field designates whether this is a failover backend. More
|
@@ -15747,7 +15761,7 @@ class RegionBackendServiceBackendArgs:
|
|
15747
15761
|
but is required for non-INTERNAL backend service. The total
|
15748
15762
|
capacity_scaler for all backends must be non-zero.
|
15749
15763
|
A setting of 0 means the group is completely drained, offering
|
15750
|
-
0
|
15764
|
+
0% of its available Capacity. Valid range is [0.0,1.0].
|
15751
15765
|
"""
|
15752
15766
|
return pulumi.get(self, "capacity_scaler")
|
15753
15767
|
|
@@ -17038,8 +17052,7 @@ class RegionBackendServiceOutlierDetectionArgs:
|
|
17038
17052
|
ejections as well as hosts being returned to service. Defaults to 10 seconds.
|
17039
17053
|
Structure is documented below.
|
17040
17054
|
:param pulumi.Input[int] max_ejection_percent: Maximum percentage of hosts in the load balancing pool for the backend service
|
17041
|
-
that can be ejected. Defaults to 10
|
17042
|
-
(MISSING)
|
17055
|
+
that can be ejected. Defaults to 10%.
|
17043
17056
|
:param pulumi.Input[int] success_rate_minimum_hosts: The number of hosts in a cluster that must have enough request volume to detect
|
17044
17057
|
success rate outliers. If the number of hosts is less than this setting, outlier
|
17045
17058
|
detection via success rate statistics is not performed for any host in the
|
@@ -17183,8 +17196,7 @@ class RegionBackendServiceOutlierDetectionArgs:
|
|
17183
17196
|
def max_ejection_percent(self) -> Optional[pulumi.Input[int]]:
|
17184
17197
|
"""
|
17185
17198
|
Maximum percentage of hosts in the load balancing pool for the backend service
|
17186
|
-
that can be ejected. Defaults to 10
|
17187
|
-
(MISSING)
|
17199
|
+
that can be ejected. Defaults to 10%.
|
17188
17200
|
"""
|
17189
17201
|
return pulumi.get(self, "max_ejection_percent")
|
17190
17202
|
|
@@ -18863,13 +18875,29 @@ class RegionInstanceGroupManagerStatusArgs:
|
|
18863
18875
|
@pulumi.input_type
|
18864
18876
|
class RegionInstanceGroupManagerStatusAllInstancesConfigArgs:
|
18865
18877
|
def __init__(__self__, *,
|
18878
|
+
current_revision: Optional[pulumi.Input[str]] = None,
|
18866
18879
|
effective: Optional[pulumi.Input[bool]] = None):
|
18867
18880
|
"""
|
18881
|
+
:param pulumi.Input[str] current_revision: Current all-instances configuration revision. This value is in RFC3339 text format.
|
18868
18882
|
:param pulumi.Input[bool] effective: A bit indicating whether this configuration has been applied to all managed instances in the group.
|
18869
18883
|
"""
|
18884
|
+
if current_revision is not None:
|
18885
|
+
pulumi.set(__self__, "current_revision", current_revision)
|
18870
18886
|
if effective is not None:
|
18871
18887
|
pulumi.set(__self__, "effective", effective)
|
18872
18888
|
|
18889
|
+
@property
|
18890
|
+
@pulumi.getter(name="currentRevision")
|
18891
|
+
def current_revision(self) -> Optional[pulumi.Input[str]]:
|
18892
|
+
"""
|
18893
|
+
Current all-instances configuration revision. This value is in RFC3339 text format.
|
18894
|
+
"""
|
18895
|
+
return pulumi.get(self, "current_revision")
|
18896
|
+
|
18897
|
+
@current_revision.setter
|
18898
|
+
def current_revision(self, value: Optional[pulumi.Input[str]]):
|
18899
|
+
pulumi.set(self, "current_revision", value)
|
18900
|
+
|
18873
18901
|
@property
|
18874
18902
|
@pulumi.getter
|
18875
18903
|
def effective(self) -> Optional[pulumi.Input[bool]]:
|
@@ -18890,7 +18918,7 @@ class RegionInstanceGroupManagerStatusStatefulArgs:
|
|
18890
18918
|
per_instance_configs: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatusStatefulPerInstanceConfigArgs']]]] = None):
|
18891
18919
|
"""
|
18892
18920
|
:param pulumi.Input[bool] has_stateful_config: A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful config even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
|
18893
|
-
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatusStatefulPerInstanceConfigArgs']]] per_instance_configs: Status of per-instance configs on the
|
18921
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatusStatefulPerInstanceConfigArgs']]] per_instance_configs: Status of per-instance configs on the instances.
|
18894
18922
|
"""
|
18895
18923
|
if has_stateful_config is not None:
|
18896
18924
|
pulumi.set(__self__, "has_stateful_config", has_stateful_config)
|
@@ -18913,7 +18941,7 @@ class RegionInstanceGroupManagerStatusStatefulArgs:
|
|
18913
18941
|
@pulumi.getter(name="perInstanceConfigs")
|
18914
18942
|
def per_instance_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatusStatefulPerInstanceConfigArgs']]]]:
|
18915
18943
|
"""
|
18916
|
-
Status of per-instance configs on the
|
18944
|
+
Status of per-instance configs on the instances.
|
18917
18945
|
"""
|
18918
18946
|
return pulumi.get(self, "per_instance_configs")
|
18919
18947
|
|
@@ -25230,6 +25258,7 @@ class RegionUrlMapPathMatcherRouteRuleMatchRuleArgs:
|
|
25230
25258
|
header_matches: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherRouteRuleMatchRuleHeaderMatchArgs']]]] = None,
|
25231
25259
|
ignore_case: Optional[pulumi.Input[bool]] = None,
|
25232
25260
|
metadata_filters: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs']]]] = None,
|
25261
|
+
path_template_match: Optional[pulumi.Input[str]] = None,
|
25233
25262
|
prefix_match: Optional[pulumi.Input[str]] = None,
|
25234
25263
|
query_parameter_matches: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs']]]] = None,
|
25235
25264
|
regex_match: Optional[pulumi.Input[str]] = None):
|
@@ -25256,6 +25285,14 @@ class RegionUrlMapPathMatcherRouteRuleMatchRuleArgs:
|
|
25256
25285
|
UrlMap. metadataFilters only applies to Loadbalancers that have their
|
25257
25286
|
loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
25258
25287
|
Structure is documented below.
|
25288
|
+
:param pulumi.Input[str] path_template_match: For satisfying the matchRule condition, the path of the request
|
25289
|
+
must match the wildcard pattern specified in pathTemplateMatch
|
25290
|
+
after removing any query parameters and anchor that may be part
|
25291
|
+
of the original URL.
|
25292
|
+
pathTemplateMatch must be between 1 and 255 characters
|
25293
|
+
(inclusive). The pattern specified by pathTemplateMatch may
|
25294
|
+
have at most 5 wildcard operators and at most 5 variable
|
25295
|
+
captures in total.
|
25259
25296
|
:param pulumi.Input[str] prefix_match: For satisfying the matchRule condition, the request's path must begin with the
|
25260
25297
|
specified prefixMatch. prefixMatch must begin with a /. The value must be
|
25261
25298
|
between 1 and 1024 characters. Only one of prefixMatch, fullPathMatch or
|
@@ -25277,6 +25314,8 @@ class RegionUrlMapPathMatcherRouteRuleMatchRuleArgs:
|
|
25277
25314
|
pulumi.set(__self__, "ignore_case", ignore_case)
|
25278
25315
|
if metadata_filters is not None:
|
25279
25316
|
pulumi.set(__self__, "metadata_filters", metadata_filters)
|
25317
|
+
if path_template_match is not None:
|
25318
|
+
pulumi.set(__self__, "path_template_match", path_template_match)
|
25280
25319
|
if prefix_match is not None:
|
25281
25320
|
pulumi.set(__self__, "prefix_match", prefix_match)
|
25282
25321
|
if query_parameter_matches is not None:
|
@@ -25350,6 +25389,25 @@ class RegionUrlMapPathMatcherRouteRuleMatchRuleArgs:
|
|
25350
25389
|
def metadata_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs']]]]):
|
25351
25390
|
pulumi.set(self, "metadata_filters", value)
|
25352
25391
|
|
25392
|
+
@property
|
25393
|
+
@pulumi.getter(name="pathTemplateMatch")
|
25394
|
+
def path_template_match(self) -> Optional[pulumi.Input[str]]:
|
25395
|
+
"""
|
25396
|
+
For satisfying the matchRule condition, the path of the request
|
25397
|
+
must match the wildcard pattern specified in pathTemplateMatch
|
25398
|
+
after removing any query parameters and anchor that may be part
|
25399
|
+
of the original URL.
|
25400
|
+
pathTemplateMatch must be between 1 and 255 characters
|
25401
|
+
(inclusive). The pattern specified by pathTemplateMatch may
|
25402
|
+
have at most 5 wildcard operators and at most 5 variable
|
25403
|
+
captures in total.
|
25404
|
+
"""
|
25405
|
+
return pulumi.get(self, "path_template_match")
|
25406
|
+
|
25407
|
+
@path_template_match.setter
|
25408
|
+
def path_template_match(self, value: Optional[pulumi.Input[str]]):
|
25409
|
+
pulumi.set(self, "path_template_match", value)
|
25410
|
+
|
25353
25411
|
@property
|
25354
25412
|
@pulumi.getter(name="prefixMatch")
|
25355
25413
|
def prefix_match(self) -> Optional[pulumi.Input[str]]:
|
@@ -26484,17 +26542,31 @@ class RegionUrlMapPathMatcherRouteRuleRouteActionTimeoutArgs:
|
|
26484
26542
|
class RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteArgs:
|
26485
26543
|
def __init__(__self__, *,
|
26486
26544
|
host_rewrite: Optional[pulumi.Input[str]] = None,
|
26487
|
-
path_prefix_rewrite: Optional[pulumi.Input[str]] = None
|
26545
|
+
path_prefix_rewrite: Optional[pulumi.Input[str]] = None,
|
26546
|
+
path_template_rewrite: Optional[pulumi.Input[str]] = None):
|
26488
26547
|
"""
|
26489
26548
|
:param pulumi.Input[str] host_rewrite: Before forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite.
|
26490
26549
|
The value must be from 1 to 255 characters.
|
26491
26550
|
:param pulumi.Input[str] path_prefix_rewrite: Before forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite.
|
26492
26551
|
The value must be from 1 to 1024 characters.
|
26552
|
+
:param pulumi.Input[str] path_template_rewrite: Prior to forwarding the request to the selected origin, if the
|
26553
|
+
request matched a pathTemplateMatch, the matching portion of the
|
26554
|
+
request's path is replaced re-written using the pattern specified
|
26555
|
+
by pathTemplateRewrite.
|
26556
|
+
pathTemplateRewrite must be between 1 and 255 characters
|
26557
|
+
(inclusive), must start with a '/', and must only use variables
|
26558
|
+
captured by the route's pathTemplate matchers.
|
26559
|
+
pathTemplateRewrite may only be used when all of a route's
|
26560
|
+
MatchRules specify pathTemplate.
|
26561
|
+
Only one of pathPrefixRewrite and pathTemplateRewrite may be
|
26562
|
+
specified.
|
26493
26563
|
"""
|
26494
26564
|
if host_rewrite is not None:
|
26495
26565
|
pulumi.set(__self__, "host_rewrite", host_rewrite)
|
26496
26566
|
if path_prefix_rewrite is not None:
|
26497
26567
|
pulumi.set(__self__, "path_prefix_rewrite", path_prefix_rewrite)
|
26568
|
+
if path_template_rewrite is not None:
|
26569
|
+
pulumi.set(__self__, "path_template_rewrite", path_template_rewrite)
|
26498
26570
|
|
26499
26571
|
@property
|
26500
26572
|
@pulumi.getter(name="hostRewrite")
|
@@ -26522,6 +26594,28 @@ class RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteArgs:
|
|
26522
26594
|
def path_prefix_rewrite(self, value: Optional[pulumi.Input[str]]):
|
26523
26595
|
pulumi.set(self, "path_prefix_rewrite", value)
|
26524
26596
|
|
26597
|
+
@property
|
26598
|
+
@pulumi.getter(name="pathTemplateRewrite")
|
26599
|
+
def path_template_rewrite(self) -> Optional[pulumi.Input[str]]:
|
26600
|
+
"""
|
26601
|
+
Prior to forwarding the request to the selected origin, if the
|
26602
|
+
request matched a pathTemplateMatch, the matching portion of the
|
26603
|
+
request's path is replaced re-written using the pattern specified
|
26604
|
+
by pathTemplateRewrite.
|
26605
|
+
pathTemplateRewrite must be between 1 and 255 characters
|
26606
|
+
(inclusive), must start with a '/', and must only use variables
|
26607
|
+
captured by the route's pathTemplate matchers.
|
26608
|
+
pathTemplateRewrite may only be used when all of a route's
|
26609
|
+
MatchRules specify pathTemplate.
|
26610
|
+
Only one of pathPrefixRewrite and pathTemplateRewrite may be
|
26611
|
+
specified.
|
26612
|
+
"""
|
26613
|
+
return pulumi.get(self, "path_template_rewrite")
|
26614
|
+
|
26615
|
+
@path_template_rewrite.setter
|
26616
|
+
def path_template_rewrite(self, value: Optional[pulumi.Input[str]]):
|
26617
|
+
pulumi.set(self, "path_template_rewrite", value)
|
26618
|
+
|
26525
26619
|
|
26526
26620
|
@pulumi.input_type
|
26527
26621
|
class RegionUrlMapPathMatcherRouteRuleRouteActionWeightedBackendServiceArgs:
|
pulumi_gcp/compute/autoscaler.py
CHANGED
@@ -28,8 +28,8 @@ class AutoscalerArgs:
|
|
28
28
|
define one or more of the policies for an autoscaler: cpuUtilization,
|
29
29
|
customMetricUtilizations, and loadBalancingUtilization.
|
30
30
|
If none of these are specified, the default will be to autoscale based
|
31
|
-
on cpuUtilization to 0.6 or 60
|
32
|
-
|
31
|
+
on cpuUtilization to 0.6 or 60%.
|
32
|
+
Structure is documented below.
|
33
33
|
:param pulumi.Input[str] target: URL of the managed instance group that this autoscaler will scale.
|
34
34
|
:param pulumi.Input[str] description: An optional description of this resource.
|
35
35
|
:param pulumi.Input[str] name: Name of the resource. The name must be 1-63 characters long and match
|
@@ -60,8 +60,8 @@ class AutoscalerArgs:
|
|
60
60
|
define one or more of the policies for an autoscaler: cpuUtilization,
|
61
61
|
customMetricUtilizations, and loadBalancingUtilization.
|
62
62
|
If none of these are specified, the default will be to autoscale based
|
63
|
-
on cpuUtilization to 0.6 or 60
|
64
|
-
|
63
|
+
on cpuUtilization to 0.6 or 60%.
|
64
|
+
Structure is documented below.
|
65
65
|
"""
|
66
66
|
return pulumi.get(self, "autoscaling_policy")
|
67
67
|
|
@@ -152,8 +152,8 @@ class _AutoscalerState:
|
|
152
152
|
define one or more of the policies for an autoscaler: cpuUtilization,
|
153
153
|
customMetricUtilizations, and loadBalancingUtilization.
|
154
154
|
If none of these are specified, the default will be to autoscale based
|
155
|
-
on cpuUtilization to 0.6 or 60
|
156
|
-
|
155
|
+
on cpuUtilization to 0.6 or 60%.
|
156
|
+
Structure is documented below.
|
157
157
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
158
158
|
:param pulumi.Input[str] description: An optional description of this resource.
|
159
159
|
:param pulumi.Input[str] name: Name of the resource. The name must be 1-63 characters long and match
|
@@ -192,8 +192,8 @@ class _AutoscalerState:
|
|
192
192
|
define one or more of the policies for an autoscaler: cpuUtilization,
|
193
193
|
customMetricUtilizations, and loadBalancingUtilization.
|
194
194
|
If none of these are specified, the default will be to autoscale based
|
195
|
-
on cpuUtilization to 0.6 or 60
|
196
|
-
|
195
|
+
on cpuUtilization to 0.6 or 60%.
|
196
|
+
Structure is documented below.
|
197
197
|
"""
|
198
198
|
return pulumi.get(self, "autoscaling_policy")
|
199
199
|
|
@@ -471,8 +471,8 @@ class Autoscaler(pulumi.CustomResource):
|
|
471
471
|
define one or more of the policies for an autoscaler: cpuUtilization,
|
472
472
|
customMetricUtilizations, and loadBalancingUtilization.
|
473
473
|
If none of these are specified, the default will be to autoscale based
|
474
|
-
on cpuUtilization to 0.6 or 60
|
475
|
-
|
474
|
+
on cpuUtilization to 0.6 or 60%.
|
475
|
+
Structure is documented below.
|
476
476
|
:param pulumi.Input[str] description: An optional description of this resource.
|
477
477
|
:param pulumi.Input[str] name: Name of the resource. The name must be 1-63 characters long and match
|
478
478
|
the regular expression `a-z?` which means the
|
@@ -725,8 +725,8 @@ class Autoscaler(pulumi.CustomResource):
|
|
725
725
|
define one or more of the policies for an autoscaler: cpuUtilization,
|
726
726
|
customMetricUtilizations, and loadBalancingUtilization.
|
727
727
|
If none of these are specified, the default will be to autoscale based
|
728
|
-
on cpuUtilization to 0.6 or 60
|
729
|
-
|
728
|
+
on cpuUtilization to 0.6 or 60%.
|
729
|
+
Structure is documented below.
|
730
730
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
731
731
|
:param pulumi.Input[str] description: An optional description of this resource.
|
732
732
|
:param pulumi.Input[str] name: Name of the resource. The name must be 1-63 characters long and match
|
@@ -762,8 +762,8 @@ class Autoscaler(pulumi.CustomResource):
|
|
762
762
|
define one or more of the policies for an autoscaler: cpuUtilization,
|
763
763
|
customMetricUtilizations, and loadBalancingUtilization.
|
764
764
|
If none of these are specified, the default will be to autoscale based
|
765
|
-
on cpuUtilization to 0.6 or 60
|
766
|
-
|
765
|
+
on cpuUtilization to 0.6 or 60%.
|
766
|
+
Structure is documented below.
|
767
767
|
"""
|
768
768
|
return pulumi.get(self, "autoscaling_policy")
|
769
769
|
|