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/outputs.py
CHANGED
@@ -1234,9 +1234,8 @@ class AutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicas(dict):
|
|
1234
1234
|
"""
|
1235
1235
|
:param int fixed: Specifies a fixed number of VM instances. This must be a positive
|
1236
1236
|
integer.
|
1237
|
-
:param int percent: Specifies a percentage of instances between 0 to 100
|
1238
|
-
For example, specify 80 for 80
|
1239
|
-
(MISSING)
|
1237
|
+
:param int percent: Specifies a percentage of instances between 0 to 100%, inclusive.
|
1238
|
+
For example, specify 80 for 80%.
|
1240
1239
|
"""
|
1241
1240
|
if fixed is not None:
|
1242
1241
|
pulumi.set(__self__, "fixed", fixed)
|
@@ -1256,9 +1255,8 @@ class AutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicas(dict):
|
|
1256
1255
|
@pulumi.getter
|
1257
1256
|
def percent(self) -> Optional[int]:
|
1258
1257
|
"""
|
1259
|
-
Specifies a percentage of instances between 0 to 100
|
1260
|
-
For example, specify 80 for 80
|
1261
|
-
(MISSING)
|
1258
|
+
Specifies a percentage of instances between 0 to 100%, inclusive.
|
1259
|
+
For example, specify 80 for 80%.
|
1262
1260
|
"""
|
1263
1261
|
return pulumi.get(self, "percent")
|
1264
1262
|
|
@@ -1325,9 +1323,8 @@ class AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas(dict):
|
|
1325
1323
|
"""
|
1326
1324
|
:param int fixed: Specifies a fixed number of VM instances. This must be a positive
|
1327
1325
|
integer.
|
1328
|
-
:param int percent: Specifies a percentage of instances between 0 to 100
|
1329
|
-
For example, specify 80 for 80
|
1330
|
-
(MISSING)
|
1326
|
+
:param int percent: Specifies a percentage of instances between 0 to 100%, inclusive.
|
1327
|
+
For example, specify 80 for 80%.
|
1331
1328
|
"""
|
1332
1329
|
if fixed is not None:
|
1333
1330
|
pulumi.set(__self__, "fixed", fixed)
|
@@ -1347,9 +1344,8 @@ class AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas(dict):
|
|
1347
1344
|
@pulumi.getter
|
1348
1345
|
def percent(self) -> Optional[int]:
|
1349
1346
|
"""
|
1350
|
-
Specifies a percentage of instances between 0 to 100
|
1351
|
-
For example, specify 80 for 80
|
1352
|
-
(MISSING)
|
1347
|
+
Specifies a percentage of instances between 0 to 100%, inclusive.
|
1348
|
+
For example, specify 80 for 80%.
|
1353
1349
|
"""
|
1354
1350
|
return pulumi.get(self, "percent")
|
1355
1351
|
|
@@ -1919,10 +1915,10 @@ class BackendServiceBackend(dict):
|
|
1919
1915
|
Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
|
1920
1916
|
:param float capacity_scaler: A multiplier applied to the group's maximum servicing capacity
|
1921
1917
|
(based on UTILIZATION, RATE or CONNECTION).
|
1922
|
-
Default value is 1, which means the group will serve up to 100
|
1923
|
-
|
1918
|
+
Default value is 1, which means the group will serve up to 100%
|
1919
|
+
of its configured capacity (depending on balancingMode). A
|
1924
1920
|
setting of 0 means the group is completely drained, offering
|
1925
|
-
0
|
1921
|
+
0% of its available Capacity. Valid range is [0.0,1.0].
|
1926
1922
|
:param str description: An optional description of this resource.
|
1927
1923
|
Provide this property when you create the resource.
|
1928
1924
|
:param int max_connections: The max number of simultaneous connections for the group. Can
|
@@ -2022,10 +2018,10 @@ class BackendServiceBackend(dict):
|
|
2022
2018
|
"""
|
2023
2019
|
A multiplier applied to the group's maximum servicing capacity
|
2024
2020
|
(based on UTILIZATION, RATE or CONNECTION).
|
2025
|
-
Default value is 1, which means the group will serve up to 100
|
2026
|
-
|
2021
|
+
Default value is 1, which means the group will serve up to 100%
|
2022
|
+
of its configured capacity (depending on balancingMode). A
|
2027
2023
|
setting of 0 means the group is completely drained, offering
|
2028
|
-
0
|
2024
|
+
0% of its available Capacity. Valid range is [0.0,1.0].
|
2029
2025
|
"""
|
2030
2026
|
return pulumi.get(self, "capacity_scaler")
|
2031
2027
|
|
@@ -3258,8 +3254,7 @@ class BackendServiceOutlierDetection(dict):
|
|
3258
3254
|
ejections as well as hosts being returned to service. Defaults to 10 seconds.
|
3259
3255
|
Structure is documented below.
|
3260
3256
|
:param int max_ejection_percent: Maximum percentage of hosts in the load balancing pool for the backend service
|
3261
|
-
that can be ejected. Defaults to 10
|
3262
|
-
(MISSING)
|
3257
|
+
that can be ejected. Defaults to 10%.
|
3263
3258
|
:param int success_rate_minimum_hosts: The number of hosts in a cluster that must have enough request volume to detect
|
3264
3259
|
success rate outliers. If the number of hosts is less than this setting, outlier
|
3265
3260
|
detection via success rate statistics is not performed for any host in the
|
@@ -3375,8 +3370,7 @@ class BackendServiceOutlierDetection(dict):
|
|
3375
3370
|
def max_ejection_percent(self) -> Optional[int]:
|
3376
3371
|
"""
|
3377
3372
|
Maximum percentage of hosts in the load balancing pool for the backend service
|
3378
|
-
that can be ejected. Defaults to 10
|
3379
|
-
(MISSING)
|
3373
|
+
that can be ejected. Defaults to 10%.
|
3380
3374
|
"""
|
3381
3375
|
return pulumi.get(self, "max_ejection_percent")
|
3382
3376
|
|
@@ -3717,7 +3711,7 @@ class DiskGuestOsFeature(dict):
|
|
3717
3711
|
type: str):
|
3718
3712
|
"""
|
3719
3713
|
:param 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.
|
3720
|
-
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`.
|
3714
|
+
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`.
|
3721
3715
|
"""
|
3722
3716
|
pulumi.set(__self__, "type", type)
|
3723
3717
|
|
@@ -3726,7 +3720,7 @@ class DiskGuestOsFeature(dict):
|
|
3726
3720
|
def type(self) -> str:
|
3727
3721
|
"""
|
3728
3722
|
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.
|
3729
|
-
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`.
|
3723
|
+
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`.
|
3730
3724
|
"""
|
3731
3725
|
return pulumi.get(self, "type")
|
3732
3726
|
|
@@ -5751,7 +5745,9 @@ class InstanceAttachedDisk(dict):
|
|
5751
5745
|
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
5752
5746
|
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5753
5747
|
to encrypt this disk. Only one of `kms_key_self_link` and `disk_encryption_key_raw` may be set.
|
5754
|
-
:param str disk_encryption_key_sha256: The RFC 4648 base64
|
5748
|
+
:param str disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5749
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
5750
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
5755
5751
|
:param str kms_key_self_link: The self_link of the encryption key that is
|
5756
5752
|
stored in Google Cloud KMS to encrypt this disk. Only one of `kms_key_self_link`
|
5757
5753
|
and `disk_encryption_key_raw` may be set.
|
@@ -5804,7 +5800,9 @@ class InstanceAttachedDisk(dict):
|
|
5804
5800
|
@pulumi.getter(name="diskEncryptionKeySha256")
|
5805
5801
|
def disk_encryption_key_sha256(self) -> Optional[str]:
|
5806
5802
|
"""
|
5807
|
-
The RFC 4648 base64
|
5803
|
+
The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5804
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
5805
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
5808
5806
|
"""
|
5809
5807
|
return pulumi.get(self, "disk_encryption_key_sha256")
|
5810
5808
|
|
@@ -5878,7 +5876,9 @@ class InstanceBootDisk(dict):
|
|
5878
5876
|
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5879
5877
|
to encrypt this disk. Only one of `kms_key_self_link` and `disk_encryption_key_raw`
|
5880
5878
|
may be set.
|
5881
|
-
:param str disk_encryption_key_sha256: The RFC 4648 base64
|
5879
|
+
:param str disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5880
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
5881
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
5882
5882
|
:param 'InstanceBootDiskInitializeParamsArgs' initialize_params: Parameters for a new disk that will be created
|
5883
5883
|
alongside the new instance. Either `initialize_params` or `source` must be set.
|
5884
5884
|
Structure is documented below.
|
@@ -5942,7 +5942,9 @@ class InstanceBootDisk(dict):
|
|
5942
5942
|
@pulumi.getter(name="diskEncryptionKeySha256")
|
5943
5943
|
def disk_encryption_key_sha256(self) -> Optional[str]:
|
5944
5944
|
"""
|
5945
|
-
The RFC 4648 base64
|
5945
|
+
The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
5946
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
5947
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
5946
5948
|
"""
|
5947
5949
|
return pulumi.get(self, "disk_encryption_key_sha256")
|
5948
5950
|
|
@@ -9691,14 +9693,43 @@ class InstanceGroupManagerStatus(dict):
|
|
9691
9693
|
|
9692
9694
|
@pulumi.output_type
|
9693
9695
|
class InstanceGroupManagerStatusAllInstancesConfig(dict):
|
9696
|
+
@staticmethod
|
9697
|
+
def __key_warning(key: str):
|
9698
|
+
suggest = None
|
9699
|
+
if key == "currentRevision":
|
9700
|
+
suggest = "current_revision"
|
9701
|
+
|
9702
|
+
if suggest:
|
9703
|
+
pulumi.log.warn(f"Key '{key}' not found in InstanceGroupManagerStatusAllInstancesConfig. Access the value via the '{suggest}' property getter instead.")
|
9704
|
+
|
9705
|
+
def __getitem__(self, key: str) -> Any:
|
9706
|
+
InstanceGroupManagerStatusAllInstancesConfig.__key_warning(key)
|
9707
|
+
return super().__getitem__(key)
|
9708
|
+
|
9709
|
+
def get(self, key: str, default = None) -> Any:
|
9710
|
+
InstanceGroupManagerStatusAllInstancesConfig.__key_warning(key)
|
9711
|
+
return super().get(key, default)
|
9712
|
+
|
9694
9713
|
def __init__(__self__, *,
|
9714
|
+
current_revision: Optional[str] = None,
|
9695
9715
|
effective: Optional[bool] = None):
|
9696
9716
|
"""
|
9717
|
+
:param str current_revision: Current all-instances configuration revision. This value is in RFC3339 text format.
|
9697
9718
|
:param bool effective: A bit indicating whether this configuration has been applied to all managed instances in the group.
|
9698
9719
|
"""
|
9720
|
+
if current_revision is not None:
|
9721
|
+
pulumi.set(__self__, "current_revision", current_revision)
|
9699
9722
|
if effective is not None:
|
9700
9723
|
pulumi.set(__self__, "effective", effective)
|
9701
9724
|
|
9725
|
+
@property
|
9726
|
+
@pulumi.getter(name="currentRevision")
|
9727
|
+
def current_revision(self) -> Optional[str]:
|
9728
|
+
"""
|
9729
|
+
Current all-instances configuration revision. This value is in RFC3339 text format.
|
9730
|
+
"""
|
9731
|
+
return pulumi.get(self, "current_revision")
|
9732
|
+
|
9702
9733
|
@property
|
9703
9734
|
@pulumi.getter
|
9704
9735
|
def effective(self) -> Optional[bool]:
|
@@ -9734,7 +9765,7 @@ class InstanceGroupManagerStatusStateful(dict):
|
|
9734
9765
|
per_instance_configs: Optional[Sequence['outputs.InstanceGroupManagerStatusStatefulPerInstanceConfig']] = None):
|
9735
9766
|
"""
|
9736
9767
|
:param 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.
|
9737
|
-
:param Sequence['InstanceGroupManagerStatusStatefulPerInstanceConfigArgs'] per_instance_configs: Status of per-instance configs on the
|
9768
|
+
:param Sequence['InstanceGroupManagerStatusStatefulPerInstanceConfigArgs'] per_instance_configs: Status of per-instance configs on the instances.
|
9738
9769
|
"""
|
9739
9770
|
if has_stateful_config is not None:
|
9740
9771
|
pulumi.set(__self__, "has_stateful_config", has_stateful_config)
|
@@ -9753,7 +9784,7 @@ class InstanceGroupManagerStatusStateful(dict):
|
|
9753
9784
|
@pulumi.getter(name="perInstanceConfigs")
|
9754
9785
|
def per_instance_configs(self) -> Optional[Sequence['outputs.InstanceGroupManagerStatusStatefulPerInstanceConfig']]:
|
9755
9786
|
"""
|
9756
|
-
Status of per-instance configs on the
|
9787
|
+
Status of per-instance configs on the instances.
|
9757
9788
|
"""
|
9758
9789
|
return pulumi.get(self, "per_instance_configs")
|
9759
9790
|
|
@@ -15402,9 +15433,8 @@ class RegionAutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicas(dic
|
|
15402
15433
|
"""
|
15403
15434
|
:param int fixed: Specifies a fixed number of VM instances. This must be a positive
|
15404
15435
|
integer.
|
15405
|
-
:param int percent: Specifies a percentage of instances between 0 to 100
|
15406
|
-
For example, specify 80 for 80
|
15407
|
-
(MISSING)
|
15436
|
+
:param int percent: Specifies a percentage of instances between 0 to 100%, inclusive.
|
15437
|
+
For example, specify 80 for 80%.
|
15408
15438
|
"""
|
15409
15439
|
if fixed is not None:
|
15410
15440
|
pulumi.set(__self__, "fixed", fixed)
|
@@ -15424,9 +15454,8 @@ class RegionAutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicas(dic
|
|
15424
15454
|
@pulumi.getter
|
15425
15455
|
def percent(self) -> Optional[int]:
|
15426
15456
|
"""
|
15427
|
-
Specifies a percentage of instances between 0 to 100
|
15428
|
-
For example, specify 80 for 80
|
15429
|
-
(MISSING)
|
15457
|
+
Specifies a percentage of instances between 0 to 100%, inclusive.
|
15458
|
+
For example, specify 80 for 80%.
|
15430
15459
|
"""
|
15431
15460
|
return pulumi.get(self, "percent")
|
15432
15461
|
|
@@ -15493,9 +15522,8 @@ class RegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas(dict):
|
|
15493
15522
|
"""
|
15494
15523
|
:param int fixed: Specifies a fixed number of VM instances. This must be a positive
|
15495
15524
|
integer.
|
15496
|
-
:param int percent: Specifies a percentage of instances between 0 to 100
|
15497
|
-
For example, specify 80 for 80
|
15498
|
-
(MISSING)
|
15525
|
+
:param int percent: Specifies a percentage of instances between 0 to 100%, inclusive.
|
15526
|
+
For example, specify 80 for 80%.
|
15499
15527
|
"""
|
15500
15528
|
if fixed is not None:
|
15501
15529
|
pulumi.set(__self__, "fixed", fixed)
|
@@ -15515,9 +15543,8 @@ class RegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas(dict):
|
|
15515
15543
|
@pulumi.getter
|
15516
15544
|
def percent(self) -> Optional[int]:
|
15517
15545
|
"""
|
15518
|
-
Specifies a percentage of instances between 0 to 100
|
15519
|
-
For example, specify 80 for 80
|
15520
|
-
(MISSING)
|
15546
|
+
Specifies a percentage of instances between 0 to 100%, inclusive.
|
15547
|
+
For example, specify 80 for 80%.
|
15521
15548
|
"""
|
15522
15549
|
return pulumi.get(self, "percent")
|
15523
15550
|
|
@@ -15707,7 +15734,7 @@ class RegionBackendServiceBackend(dict):
|
|
15707
15734
|
but is required for non-INTERNAL backend service. The total
|
15708
15735
|
capacity_scaler for all backends must be non-zero.
|
15709
15736
|
A setting of 0 means the group is completely drained, offering
|
15710
|
-
0
|
15737
|
+
0% of its available Capacity. Valid range is [0.0,1.0].
|
15711
15738
|
:param str description: An optional description of this resource.
|
15712
15739
|
Provide this property when you create the resource.
|
15713
15740
|
:param bool failover: This field designates whether this is a failover backend. More
|
@@ -15822,7 +15849,7 @@ class RegionBackendServiceBackend(dict):
|
|
15822
15849
|
but is required for non-INTERNAL backend service. The total
|
15823
15850
|
capacity_scaler for all backends must be non-zero.
|
15824
15851
|
A setting of 0 means the group is completely drained, offering
|
15825
|
-
0
|
15852
|
+
0% of its available Capacity. Valid range is [0.0,1.0].
|
15826
15853
|
"""
|
15827
15854
|
return pulumi.get(self, "capacity_scaler")
|
15828
15855
|
|
@@ -17094,8 +17121,7 @@ class RegionBackendServiceOutlierDetection(dict):
|
|
17094
17121
|
ejections as well as hosts being returned to service. Defaults to 10 seconds.
|
17095
17122
|
Structure is documented below.
|
17096
17123
|
:param int max_ejection_percent: Maximum percentage of hosts in the load balancing pool for the backend service
|
17097
|
-
that can be ejected. Defaults to 10
|
17098
|
-
(MISSING)
|
17124
|
+
that can be ejected. Defaults to 10%.
|
17099
17125
|
:param int success_rate_minimum_hosts: The number of hosts in a cluster that must have enough request volume to detect
|
17100
17126
|
success rate outliers. If the number of hosts is less than this setting, outlier
|
17101
17127
|
detection via success rate statistics is not performed for any host in the
|
@@ -17211,8 +17237,7 @@ class RegionBackendServiceOutlierDetection(dict):
|
|
17211
17237
|
def max_ejection_percent(self) -> Optional[int]:
|
17212
17238
|
"""
|
17213
17239
|
Maximum percentage of hosts in the load balancing pool for the backend service
|
17214
|
-
that can be ejected. Defaults to 10
|
17215
|
-
(MISSING)
|
17240
|
+
that can be ejected. Defaults to 10%.
|
17216
17241
|
"""
|
17217
17242
|
return pulumi.get(self, "max_ejection_percent")
|
17218
17243
|
|
@@ -18870,14 +18895,43 @@ class RegionInstanceGroupManagerStatus(dict):
|
|
18870
18895
|
|
18871
18896
|
@pulumi.output_type
|
18872
18897
|
class RegionInstanceGroupManagerStatusAllInstancesConfig(dict):
|
18898
|
+
@staticmethod
|
18899
|
+
def __key_warning(key: str):
|
18900
|
+
suggest = None
|
18901
|
+
if key == "currentRevision":
|
18902
|
+
suggest = "current_revision"
|
18903
|
+
|
18904
|
+
if suggest:
|
18905
|
+
pulumi.log.warn(f"Key '{key}' not found in RegionInstanceGroupManagerStatusAllInstancesConfig. Access the value via the '{suggest}' property getter instead.")
|
18906
|
+
|
18907
|
+
def __getitem__(self, key: str) -> Any:
|
18908
|
+
RegionInstanceGroupManagerStatusAllInstancesConfig.__key_warning(key)
|
18909
|
+
return super().__getitem__(key)
|
18910
|
+
|
18911
|
+
def get(self, key: str, default = None) -> Any:
|
18912
|
+
RegionInstanceGroupManagerStatusAllInstancesConfig.__key_warning(key)
|
18913
|
+
return super().get(key, default)
|
18914
|
+
|
18873
18915
|
def __init__(__self__, *,
|
18916
|
+
current_revision: Optional[str] = None,
|
18874
18917
|
effective: Optional[bool] = None):
|
18875
18918
|
"""
|
18919
|
+
:param str current_revision: Current all-instances configuration revision. This value is in RFC3339 text format.
|
18876
18920
|
:param bool effective: A bit indicating whether this configuration has been applied to all managed instances in the group.
|
18877
18921
|
"""
|
18922
|
+
if current_revision is not None:
|
18923
|
+
pulumi.set(__self__, "current_revision", current_revision)
|
18878
18924
|
if effective is not None:
|
18879
18925
|
pulumi.set(__self__, "effective", effective)
|
18880
18926
|
|
18927
|
+
@property
|
18928
|
+
@pulumi.getter(name="currentRevision")
|
18929
|
+
def current_revision(self) -> Optional[str]:
|
18930
|
+
"""
|
18931
|
+
Current all-instances configuration revision. This value is in RFC3339 text format.
|
18932
|
+
"""
|
18933
|
+
return pulumi.get(self, "current_revision")
|
18934
|
+
|
18881
18935
|
@property
|
18882
18936
|
@pulumi.getter
|
18883
18937
|
def effective(self) -> Optional[bool]:
|
@@ -18913,7 +18967,7 @@ class RegionInstanceGroupManagerStatusStateful(dict):
|
|
18913
18967
|
per_instance_configs: Optional[Sequence['outputs.RegionInstanceGroupManagerStatusStatefulPerInstanceConfig']] = None):
|
18914
18968
|
"""
|
18915
18969
|
:param 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.
|
18916
|
-
:param Sequence['RegionInstanceGroupManagerStatusStatefulPerInstanceConfigArgs'] per_instance_configs: Status of per-instance configs on the
|
18970
|
+
:param Sequence['RegionInstanceGroupManagerStatusStatefulPerInstanceConfigArgs'] per_instance_configs: Status of per-instance configs on the instances.
|
18917
18971
|
"""
|
18918
18972
|
if has_stateful_config is not None:
|
18919
18973
|
pulumi.set(__self__, "has_stateful_config", has_stateful_config)
|
@@ -18932,7 +18986,7 @@ class RegionInstanceGroupManagerStatusStateful(dict):
|
|
18932
18986
|
@pulumi.getter(name="perInstanceConfigs")
|
18933
18987
|
def per_instance_configs(self) -> Optional[Sequence['outputs.RegionInstanceGroupManagerStatusStatefulPerInstanceConfig']]:
|
18934
18988
|
"""
|
18935
|
-
Status of per-instance configs on the
|
18989
|
+
Status of per-instance configs on the instances.
|
18936
18990
|
"""
|
18937
18991
|
return pulumi.get(self, "per_instance_configs")
|
18938
18992
|
|
@@ -25413,6 +25467,8 @@ class RegionUrlMapPathMatcherRouteRuleMatchRule(dict):
|
|
25413
25467
|
suggest = "ignore_case"
|
25414
25468
|
elif key == "metadataFilters":
|
25415
25469
|
suggest = "metadata_filters"
|
25470
|
+
elif key == "pathTemplateMatch":
|
25471
|
+
suggest = "path_template_match"
|
25416
25472
|
elif key == "prefixMatch":
|
25417
25473
|
suggest = "prefix_match"
|
25418
25474
|
elif key == "queryParameterMatches":
|
@@ -25436,6 +25492,7 @@ class RegionUrlMapPathMatcherRouteRuleMatchRule(dict):
|
|
25436
25492
|
header_matches: Optional[Sequence['outputs.RegionUrlMapPathMatcherRouteRuleMatchRuleHeaderMatch']] = None,
|
25437
25493
|
ignore_case: Optional[bool] = None,
|
25438
25494
|
metadata_filters: Optional[Sequence['outputs.RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilter']] = None,
|
25495
|
+
path_template_match: Optional[str] = None,
|
25439
25496
|
prefix_match: Optional[str] = None,
|
25440
25497
|
query_parameter_matches: Optional[Sequence['outputs.RegionUrlMapPathMatcherRouteRuleMatchRuleQueryParameterMatch']] = None,
|
25441
25498
|
regex_match: Optional[str] = None):
|
@@ -25462,6 +25519,14 @@ class RegionUrlMapPathMatcherRouteRuleMatchRule(dict):
|
|
25462
25519
|
UrlMap. metadataFilters only applies to Loadbalancers that have their
|
25463
25520
|
loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
25464
25521
|
Structure is documented below.
|
25522
|
+
:param str path_template_match: For satisfying the matchRule condition, the path of the request
|
25523
|
+
must match the wildcard pattern specified in pathTemplateMatch
|
25524
|
+
after removing any query parameters and anchor that may be part
|
25525
|
+
of the original URL.
|
25526
|
+
pathTemplateMatch must be between 1 and 255 characters
|
25527
|
+
(inclusive). The pattern specified by pathTemplateMatch may
|
25528
|
+
have at most 5 wildcard operators and at most 5 variable
|
25529
|
+
captures in total.
|
25465
25530
|
:param str prefix_match: For satisfying the matchRule condition, the request's path must begin with the
|
25466
25531
|
specified prefixMatch. prefixMatch must begin with a /. The value must be
|
25467
25532
|
between 1 and 1024 characters. Only one of prefixMatch, fullPathMatch or
|
@@ -25483,6 +25548,8 @@ class RegionUrlMapPathMatcherRouteRuleMatchRule(dict):
|
|
25483
25548
|
pulumi.set(__self__, "ignore_case", ignore_case)
|
25484
25549
|
if metadata_filters is not None:
|
25485
25550
|
pulumi.set(__self__, "metadata_filters", metadata_filters)
|
25551
|
+
if path_template_match is not None:
|
25552
|
+
pulumi.set(__self__, "path_template_match", path_template_match)
|
25486
25553
|
if prefix_match is not None:
|
25487
25554
|
pulumi.set(__self__, "prefix_match", prefix_match)
|
25488
25555
|
if query_parameter_matches is not None:
|
@@ -25540,6 +25607,21 @@ class RegionUrlMapPathMatcherRouteRuleMatchRule(dict):
|
|
25540
25607
|
"""
|
25541
25608
|
return pulumi.get(self, "metadata_filters")
|
25542
25609
|
|
25610
|
+
@property
|
25611
|
+
@pulumi.getter(name="pathTemplateMatch")
|
25612
|
+
def path_template_match(self) -> Optional[str]:
|
25613
|
+
"""
|
25614
|
+
For satisfying the matchRule condition, the path of the request
|
25615
|
+
must match the wildcard pattern specified in pathTemplateMatch
|
25616
|
+
after removing any query parameters and anchor that may be part
|
25617
|
+
of the original URL.
|
25618
|
+
pathTemplateMatch must be between 1 and 255 characters
|
25619
|
+
(inclusive). The pattern specified by pathTemplateMatch may
|
25620
|
+
have at most 5 wildcard operators and at most 5 variable
|
25621
|
+
captures in total.
|
25622
|
+
"""
|
25623
|
+
return pulumi.get(self, "path_template_match")
|
25624
|
+
|
25543
25625
|
@property
|
25544
25626
|
@pulumi.getter(name="prefixMatch")
|
25545
25627
|
def prefix_match(self) -> Optional[str]:
|
@@ -26689,6 +26771,8 @@ class RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewrite(dict):
|
|
26689
26771
|
suggest = "host_rewrite"
|
26690
26772
|
elif key == "pathPrefixRewrite":
|
26691
26773
|
suggest = "path_prefix_rewrite"
|
26774
|
+
elif key == "pathTemplateRewrite":
|
26775
|
+
suggest = "path_template_rewrite"
|
26692
26776
|
|
26693
26777
|
if suggest:
|
26694
26778
|
pulumi.log.warn(f"Key '{key}' not found in RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewrite. Access the value via the '{suggest}' property getter instead.")
|
@@ -26703,17 +26787,31 @@ class RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewrite(dict):
|
|
26703
26787
|
|
26704
26788
|
def __init__(__self__, *,
|
26705
26789
|
host_rewrite: Optional[str] = None,
|
26706
|
-
path_prefix_rewrite: Optional[str] = None
|
26790
|
+
path_prefix_rewrite: Optional[str] = None,
|
26791
|
+
path_template_rewrite: Optional[str] = None):
|
26707
26792
|
"""
|
26708
26793
|
:param str host_rewrite: Before forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite.
|
26709
26794
|
The value must be from 1 to 255 characters.
|
26710
26795
|
:param 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.
|
26711
26796
|
The value must be from 1 to 1024 characters.
|
26797
|
+
:param str path_template_rewrite: Prior to forwarding the request to the selected origin, if the
|
26798
|
+
request matched a pathTemplateMatch, the matching portion of the
|
26799
|
+
request's path is replaced re-written using the pattern specified
|
26800
|
+
by pathTemplateRewrite.
|
26801
|
+
pathTemplateRewrite must be between 1 and 255 characters
|
26802
|
+
(inclusive), must start with a '/', and must only use variables
|
26803
|
+
captured by the route's pathTemplate matchers.
|
26804
|
+
pathTemplateRewrite may only be used when all of a route's
|
26805
|
+
MatchRules specify pathTemplate.
|
26806
|
+
Only one of pathPrefixRewrite and pathTemplateRewrite may be
|
26807
|
+
specified.
|
26712
26808
|
"""
|
26713
26809
|
if host_rewrite is not None:
|
26714
26810
|
pulumi.set(__self__, "host_rewrite", host_rewrite)
|
26715
26811
|
if path_prefix_rewrite is not None:
|
26716
26812
|
pulumi.set(__self__, "path_prefix_rewrite", path_prefix_rewrite)
|
26813
|
+
if path_template_rewrite is not None:
|
26814
|
+
pulumi.set(__self__, "path_template_rewrite", path_template_rewrite)
|
26717
26815
|
|
26718
26816
|
@property
|
26719
26817
|
@pulumi.getter(name="hostRewrite")
|
@@ -26733,6 +26831,24 @@ class RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewrite(dict):
|
|
26733
26831
|
"""
|
26734
26832
|
return pulumi.get(self, "path_prefix_rewrite")
|
26735
26833
|
|
26834
|
+
@property
|
26835
|
+
@pulumi.getter(name="pathTemplateRewrite")
|
26836
|
+
def path_template_rewrite(self) -> Optional[str]:
|
26837
|
+
"""
|
26838
|
+
Prior to forwarding the request to the selected origin, if the
|
26839
|
+
request matched a pathTemplateMatch, the matching portion of the
|
26840
|
+
request's path is replaced re-written using the pattern specified
|
26841
|
+
by pathTemplateRewrite.
|
26842
|
+
pathTemplateRewrite must be between 1 and 255 characters
|
26843
|
+
(inclusive), must start with a '/', and must only use variables
|
26844
|
+
captured by the route's pathTemplate matchers.
|
26845
|
+
pathTemplateRewrite may only be used when all of a route's
|
26846
|
+
MatchRules specify pathTemplate.
|
26847
|
+
Only one of pathPrefixRewrite and pathTemplateRewrite may be
|
26848
|
+
specified.
|
26849
|
+
"""
|
26850
|
+
return pulumi.get(self, "path_template_rewrite")
|
26851
|
+
|
26736
26852
|
|
26737
26853
|
@pulumi.output_type
|
26738
26854
|
class RegionUrlMapPathMatcherRouteRuleRouteActionWeightedBackendService(dict):
|
@@ -38391,10 +38507,10 @@ class GetBackendServiceBackendResult(dict):
|
|
38391
38507
|
:param float capacity_scaler: A multiplier applied to the group's maximum servicing capacity
|
38392
38508
|
(based on UTILIZATION, RATE or CONNECTION).
|
38393
38509
|
|
38394
|
-
Default value is 1, which means the group will serve up to 100
|
38395
|
-
|
38510
|
+
Default value is 1, which means the group will serve up to 100%
|
38511
|
+
of its configured capacity (depending on balancingMode). A
|
38396
38512
|
setting of 0 means the group is completely drained, offering
|
38397
|
-
0
|
38513
|
+
0% of its available Capacity. Valid range is [0.0,1.0].
|
38398
38514
|
:param str description: Textual description for the Backend Service.
|
38399
38515
|
:param str group: The fully-qualified URL of an Instance Group or Network Endpoint
|
38400
38516
|
Group resource. In case of instance group this defines the list
|
@@ -38484,10 +38600,10 @@ class GetBackendServiceBackendResult(dict):
|
|
38484
38600
|
A multiplier applied to the group's maximum servicing capacity
|
38485
38601
|
(based on UTILIZATION, RATE or CONNECTION).
|
38486
38602
|
|
38487
|
-
Default value is 1, which means the group will serve up to 100
|
38488
|
-
|
38603
|
+
Default value is 1, which means the group will serve up to 100%
|
38604
|
+
of its configured capacity (depending on balancingMode). A
|
38489
38605
|
setting of 0 means the group is completely drained, offering
|
38490
|
-
0
|
38606
|
+
0% of its available Capacity. Valid range is [0.0,1.0].
|
38491
38607
|
"""
|
38492
38608
|
return pulumi.get(self, "capacity_scaler")
|
38493
38609
|
|
@@ -39383,8 +39499,7 @@ class GetBackendServiceOutlierDetectionResult(dict):
|
|
39383
39499
|
:param Sequence['GetBackendServiceOutlierDetectionIntervalArgs'] intervals: Time interval between ejection sweep analysis. This can result in both new
|
39384
39500
|
ejections as well as hosts being returned to service. Defaults to 10 seconds.
|
39385
39501
|
:param int max_ejection_percent: Maximum percentage of hosts in the load balancing pool for the backend service
|
39386
|
-
that can be ejected. Defaults to 10
|
39387
|
-
(MISSING)
|
39502
|
+
that can be ejected. Defaults to 10%.
|
39388
39503
|
:param int success_rate_minimum_hosts: The number of hosts in a cluster that must have enough request volume to detect
|
39389
39504
|
success rate outliers. If the number of hosts is less than this setting, outlier
|
39390
39505
|
detection via success rate statistics is not performed for any host in the
|
@@ -39487,8 +39602,7 @@ class GetBackendServiceOutlierDetectionResult(dict):
|
|
39487
39602
|
def max_ejection_percent(self) -> int:
|
39488
39603
|
"""
|
39489
39604
|
Maximum percentage of hosts in the load balancing pool for the backend service
|
39490
|
-
that can be ejected. Defaults to 10
|
39491
|
-
(MISSING)
|
39605
|
+
that can be ejected. Defaults to 10%.
|
39492
39606
|
"""
|
39493
39607
|
return pulumi.get(self, "max_ejection_percent")
|
39494
39608
|
|
@@ -41668,7 +41782,9 @@ class GetInstanceAttachedDiskResult(dict):
|
|
41668
41782
|
:param str device_name: Name with which the attached disk is accessible
|
41669
41783
|
under `/dev/disk/by-id/`
|
41670
41784
|
:param str disk_encryption_key_raw: A 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
|
41671
|
-
:param str disk_encryption_key_sha256: The RFC 4648 base64
|
41785
|
+
:param str disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
41786
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
41787
|
+
(<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
|
41672
41788
|
:param str kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
|
41673
41789
|
:param str mode: Read/write mode for the disk. One of `"READ_ONLY"` or `"READ_WRITE"`.
|
41674
41790
|
:param str source: The name or self_link of the disk attached to this instance.
|
@@ -41701,7 +41817,9 @@ class GetInstanceAttachedDiskResult(dict):
|
|
41701
41817
|
@pulumi.getter(name="diskEncryptionKeySha256")
|
41702
41818
|
def disk_encryption_key_sha256(self) -> str:
|
41703
41819
|
"""
|
41704
|
-
The RFC 4648 base64
|
41820
|
+
The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
41821
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
41822
|
+
(<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
|
41705
41823
|
"""
|
41706
41824
|
return pulumi.get(self, "disk_encryption_key_sha256")
|
41707
41825
|
|
@@ -41746,7 +41864,9 @@ class GetInstanceBootDiskResult(dict):
|
|
41746
41864
|
:param str device_name: Name with which the attached disk is accessible
|
41747
41865
|
under `/dev/disk/by-id/`
|
41748
41866
|
:param str disk_encryption_key_raw: A 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
|
41749
|
-
:param str disk_encryption_key_sha256: The RFC 4648 base64
|
41867
|
+
:param str disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
41868
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
41869
|
+
(<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
|
41750
41870
|
:param Sequence['GetInstanceBootDiskInitializeParamArgs'] initialize_params: Parameters with which a disk was created alongside the instance.
|
41751
41871
|
Structure is documented below.
|
41752
41872
|
:param str kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
|
@@ -41791,7 +41911,9 @@ class GetInstanceBootDiskResult(dict):
|
|
41791
41911
|
@pulumi.getter(name="diskEncryptionKeySha256")
|
41792
41912
|
def disk_encryption_key_sha256(self) -> str:
|
41793
41913
|
"""
|
41794
|
-
The RFC 4648 base64
|
41914
|
+
The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
41915
|
+
encoded SHA-256 hash of the [customer-supplied encryption key]
|
41916
|
+
(<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
|
41795
41917
|
"""
|
41796
41918
|
return pulumi.get(self, "disk_encryption_key_sha256")
|
41797
41919
|
|
@@ -42214,12 +42336,23 @@ class GetInstanceGroupManagerStatusResult(dict):
|
|
42214
42336
|
@pulumi.output_type
|
42215
42337
|
class GetInstanceGroupManagerStatusAllInstancesConfigResult(dict):
|
42216
42338
|
def __init__(__self__, *,
|
42339
|
+
current_revision: str,
|
42217
42340
|
effective: bool):
|
42218
42341
|
"""
|
42342
|
+
:param str current_revision: Current all-instances configuration revision. This value is in RFC3339 text format.
|
42219
42343
|
:param bool effective: A bit indicating whether this configuration has been applied to all managed instances in the group.
|
42220
42344
|
"""
|
42345
|
+
pulumi.set(__self__, "current_revision", current_revision)
|
42221
42346
|
pulumi.set(__self__, "effective", effective)
|
42222
42347
|
|
42348
|
+
@property
|
42349
|
+
@pulumi.getter(name="currentRevision")
|
42350
|
+
def current_revision(self) -> str:
|
42351
|
+
"""
|
42352
|
+
Current all-instances configuration revision. This value is in RFC3339 text format.
|
42353
|
+
"""
|
42354
|
+
return pulumi.get(self, "current_revision")
|
42355
|
+
|
42223
42356
|
@property
|
42224
42357
|
@pulumi.getter
|
42225
42358
|
def effective(self) -> bool:
|
@@ -42236,7 +42369,7 @@ class GetInstanceGroupManagerStatusStatefulResult(dict):
|
|
42236
42369
|
per_instance_configs: Sequence['outputs.GetInstanceGroupManagerStatusStatefulPerInstanceConfigResult']):
|
42237
42370
|
"""
|
42238
42371
|
:param 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.
|
42239
|
-
:param Sequence['GetInstanceGroupManagerStatusStatefulPerInstanceConfigArgs'] per_instance_configs: Status of per-instance configs on the
|
42372
|
+
:param Sequence['GetInstanceGroupManagerStatusStatefulPerInstanceConfigArgs'] per_instance_configs: Status of per-instance configs on the instances.
|
42240
42373
|
"""
|
42241
42374
|
pulumi.set(__self__, "has_stateful_config", has_stateful_config)
|
42242
42375
|
pulumi.set(__self__, "per_instance_configs", per_instance_configs)
|
@@ -42253,7 +42386,7 @@ class GetInstanceGroupManagerStatusStatefulResult(dict):
|
|
42253
42386
|
@pulumi.getter(name="perInstanceConfigs")
|
42254
42387
|
def per_instance_configs(self) -> Sequence['outputs.GetInstanceGroupManagerStatusStatefulPerInstanceConfigResult']:
|
42255
42388
|
"""
|
42256
|
-
Status of per-instance configs on the
|
42389
|
+
Status of per-instance configs on the instances.
|
42257
42390
|
"""
|
42258
42391
|
return pulumi.get(self, "per_instance_configs")
|
42259
42392
|
|
@@ -42553,7 +42686,7 @@ class GetInstanceNetworkInterfaceResult(dict):
|
|
42553
42686
|
:param str name: The name of the instance. One of `name` or `self_link` must be provided.
|
42554
42687
|
:param str network: The name or self_link of the network attached to this interface.
|
42555
42688
|
:param str network_attachment: Beta The URL of the network attachment to this interface.
|
42556
|
-
:param str network_ip: The
|
42689
|
+
:param str network_ip: The internal ip address of the instance, either manually or dynamically assigned.
|
42557
42690
|
:param str nic_type: The type of vNIC to be used on this interface. Possible values:GVNIC, VIRTIO_NET
|
42558
42691
|
:param int queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
|
42559
42692
|
:param str security_policy: A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.
|
@@ -42655,7 +42788,7 @@ class GetInstanceNetworkInterfaceResult(dict):
|
|
42655
42788
|
@pulumi.getter(name="networkIp")
|
42656
42789
|
def network_ip(self) -> str:
|
42657
42790
|
"""
|
42658
|
-
The
|
42791
|
+
The internal ip address of the instance, either manually or dynamically assigned.
|
42659
42792
|
"""
|
42660
42793
|
return pulumi.get(self, "network_ip")
|
42661
42794
|
|