pulumi-gcp 8.13.0__py3-none-any.whl → 8.13.0a1735021610__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 +0 -43
- pulumi_gcp/accesscontextmanager/_inputs.py +3 -3
- pulumi_gcp/accesscontextmanager/outputs.py +2 -2
- pulumi_gcp/artifactregistry/_inputs.py +0 -83
- pulumi_gcp/artifactregistry/get_repository.py +4 -15
- pulumi_gcp/artifactregistry/outputs.py +0 -112
- pulumi_gcp/artifactregistry/repository.py +7 -93
- pulumi_gcp/backupdisasterrecovery/get_backup.py +2 -38
- pulumi_gcp/backupdisasterrecovery/get_data_source.py +2 -38
- pulumi_gcp/backupdisasterrecovery/outputs.py +8 -8
- pulumi_gcp/bigquery/_inputs.py +0 -369
- pulumi_gcp/bigquery/dataset_access.py +0 -61
- pulumi_gcp/bigquery/job.py +18 -6
- pulumi_gcp/bigquery/outputs.py +0 -350
- pulumi_gcp/bigquery/table.py +0 -47
- pulumi_gcp/cloudrunv2/_inputs.py +3 -6
- pulumi_gcp/cloudrunv2/outputs.py +6 -10
- pulumi_gcp/composer/_inputs.py +5 -80
- pulumi_gcp/composer/outputs.py +4 -111
- pulumi_gcp/compute/_inputs.py +87 -181
- pulumi_gcp/compute/firewall_policy_association.py +39 -50
- pulumi_gcp/compute/get_network.py +2 -17
- pulumi_gcp/compute/get_subnetwork.py +4 -18
- pulumi_gcp/compute/network.py +2 -39
- pulumi_gcp/compute/outputs.py +58 -157
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/resize_request.py +40 -26
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/dataproc/batch.py +18 -4
- pulumi_gcp/datastream/_inputs.py +0 -68
- pulumi_gcp/datastream/outputs.py +1 -41
- pulumi_gcp/developerconnect/connection.py +12 -58
- pulumi_gcp/diagflow/_inputs.py +3 -3
- pulumi_gcp/diagflow/outputs.py +2 -2
- pulumi_gcp/filestore/backup.py +3 -71
- pulumi_gcp/firebase/hosting_custom_domain.py +4 -4
- pulumi_gcp/firestore/_inputs.py +3 -3
- pulumi_gcp/firestore/outputs.py +2 -2
- pulumi_gcp/gkehub/__init__.py +0 -1
- pulumi_gcp/gkehub/outputs.py +0 -1153
- pulumi_gcp/gkeonprem/__init__.py +0 -1
- pulumi_gcp/gkeonprem/_inputs.py +0 -2364
- pulumi_gcp/gkeonprem/outputs.py +0 -1780
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/connection.py +7 -7
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/netapp/kmsconfig.py +14 -2
- pulumi_gcp/networkconnectivity/hub.py +0 -108
- pulumi_gcp/networkconnectivity/spoke.py +0 -195
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -4
- pulumi_gcp/networksecurity/__init__.py +0 -2
- pulumi_gcp/networksecurity/_inputs.py +0 -78
- pulumi_gcp/networksecurity/outputs.py +0 -48
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parallelstore/instance.py +0 -149
- pulumi_gcp/projects/usage_export_bucket.py +110 -42
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +16 -4
- pulumi_gcp/spanner/instance_iam_binding.py +0 -14
- pulumi_gcp/spanner/instance_iam_member.py +0 -14
- pulumi_gcp/sql/database_instance.py +7 -7
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/_inputs.py +0 -431
- pulumi_gcp/storage/outputs.py +0 -363
- pulumi_gcp/storage/transfer_job.py +38 -84
- pulumi_gcp/vertex/_inputs.py +25 -26
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +14 -15
- pulumi_gcp/workstations/workstation.py +1 -55
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1735021610.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1735021610.dist-info}/RECORD +79 -90
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1735021610.dist-info}/WHEEL +1 -1
- pulumi_gcp/chronicle/__init__.py +0 -10
- pulumi_gcp/chronicle/_inputs.py +0 -169
- pulumi_gcp/chronicle/outputs.py +0 -107
- pulumi_gcp/chronicle/watchlist.py +0 -776
- pulumi_gcp/gkehub/get_feature.py +0 -226
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +0 -1715
- pulumi_gcp/kms/get_autokey_config.py +0 -121
- pulumi_gcp/kms/get_key_handle.py +0 -185
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +0 -723
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +0 -815
- pulumi_gcp/storage/folder.py +0 -483
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1735021610.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -10570,7 +10570,7 @@ if not MYPY:
|
|
10570
10570
|
"""
|
10571
10571
|
resource_policies: NotRequired[pulumi.Input[str]]
|
10572
10572
|
"""
|
10573
|
-
A list of self_links of resource policies to attach to the instance's boot disk. Modifying this list will cause the instance to recreate
|
10573
|
+
A list of self_links of resource policies to attach to the instance's boot disk. Modifying this list will cause the instance to recreate. Currently a max of 1 resource policy is supported.
|
10574
10574
|
"""
|
10575
10575
|
size: NotRequired[pulumi.Input[int]]
|
10576
10576
|
"""
|
@@ -10635,7 +10635,7 @@ class InstanceBootDiskInitializeParamsArgs:
|
|
10635
10635
|
for an update of throughput every 4 hours. To update your hyperdisk more
|
10636
10636
|
frequently, you'll need to manually delete and recreate it.
|
10637
10637
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
10638
|
-
:param pulumi.Input[str] resource_policies: A list of self_links of resource policies to attach to the instance's boot disk. Modifying this list will cause the instance to recreate
|
10638
|
+
:param pulumi.Input[str] resource_policies: A list of self_links of resource policies to attach to the instance's boot disk. Modifying this list will cause the instance to recreate. Currently a max of 1 resource policy is supported.
|
10639
10639
|
:param pulumi.Input[int] size: The size of the image in gigabytes. If not specified, it
|
10640
10640
|
will inherit the size of its base image.
|
10641
10641
|
:param pulumi.Input[str] storage_pool: The URL or the name of the storage pool in which the new disk is created.
|
@@ -10765,7 +10765,7 @@ class InstanceBootDiskInitializeParamsArgs:
|
|
10765
10765
|
@pulumi.getter(name="resourcePolicies")
|
10766
10766
|
def resource_policies(self) -> Optional[pulumi.Input[str]]:
|
10767
10767
|
"""
|
10768
|
-
A list of self_links of resource policies to attach to the instance's boot disk. Modifying this list will cause the instance to recreate
|
10768
|
+
A list of self_links of resource policies to attach to the instance's boot disk. Modifying this list will cause the instance to recreate. Currently a max of 1 resource policy is supported.
|
10769
10769
|
"""
|
10770
10770
|
return pulumi.get(self, "resource_policies")
|
10771
10771
|
|
@@ -12428,10 +12428,6 @@ if not MYPY:
|
|
12428
12428
|
"""
|
12429
12429
|
Specifies if the instance should be restarted if it was terminated by Compute Engine (not a user).
|
12430
12430
|
"""
|
12431
|
-
availability_domain: NotRequired[pulumi.Input[int]]
|
12432
|
-
"""
|
12433
|
-
Specifies the availability domain, which this instance should be scheduled on.
|
12434
|
-
"""
|
12435
12431
|
host_error_timeout_seconds: NotRequired[pulumi.Input[int]]
|
12436
12432
|
"""
|
12437
12433
|
Specify the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
|
@@ -12483,7 +12479,6 @@ elif False:
|
|
12483
12479
|
class InstanceFromMachineImageSchedulingArgs:
|
12484
12480
|
def __init__(__self__, *,
|
12485
12481
|
automatic_restart: Optional[pulumi.Input[bool]] = None,
|
12486
|
-
availability_domain: Optional[pulumi.Input[int]] = None,
|
12487
12482
|
host_error_timeout_seconds: Optional[pulumi.Input[int]] = None,
|
12488
12483
|
instance_termination_action: Optional[pulumi.Input[str]] = None,
|
12489
12484
|
local_ssd_recovery_timeout: Optional[pulumi.Input['InstanceFromMachineImageSchedulingLocalSsdRecoveryTimeoutArgs']] = None,
|
@@ -12497,7 +12492,6 @@ class InstanceFromMachineImageSchedulingArgs:
|
|
12497
12492
|
provisioning_model: Optional[pulumi.Input[str]] = None):
|
12498
12493
|
"""
|
12499
12494
|
:param pulumi.Input[bool] automatic_restart: Specifies if the instance should be restarted if it was terminated by Compute Engine (not a user).
|
12500
|
-
:param pulumi.Input[int] availability_domain: Specifies the availability domain, which this instance should be scheduled on.
|
12501
12495
|
:param pulumi.Input[int] host_error_timeout_seconds: Specify the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
|
12502
12496
|
:param pulumi.Input[str] instance_termination_action: Specifies the action GCE should take when SPOT VM is preempted.
|
12503
12497
|
:param pulumi.Input['InstanceFromMachineImageSchedulingLocalSsdRecoveryTimeoutArgs'] local_ssd_recovery_timeout: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -12514,8 +12508,6 @@ class InstanceFromMachineImageSchedulingArgs:
|
|
12514
12508
|
"""
|
12515
12509
|
if automatic_restart is not None:
|
12516
12510
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
12517
|
-
if availability_domain is not None:
|
12518
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
12519
12511
|
if host_error_timeout_seconds is not None:
|
12520
12512
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
12521
12513
|
if instance_termination_action is not None:
|
@@ -12551,18 +12543,6 @@ class InstanceFromMachineImageSchedulingArgs:
|
|
12551
12543
|
def automatic_restart(self, value: Optional[pulumi.Input[bool]]):
|
12552
12544
|
pulumi.set(self, "automatic_restart", value)
|
12553
12545
|
|
12554
|
-
@property
|
12555
|
-
@pulumi.getter(name="availabilityDomain")
|
12556
|
-
def availability_domain(self) -> Optional[pulumi.Input[int]]:
|
12557
|
-
"""
|
12558
|
-
Specifies the availability domain, which this instance should be scheduled on.
|
12559
|
-
"""
|
12560
|
-
return pulumi.get(self, "availability_domain")
|
12561
|
-
|
12562
|
-
@availability_domain.setter
|
12563
|
-
def availability_domain(self, value: Optional[pulumi.Input[int]]):
|
12564
|
-
pulumi.set(self, "availability_domain", value)
|
12565
|
-
|
12566
12546
|
@property
|
12567
12547
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
12568
12548
|
def host_error_timeout_seconds(self) -> Optional[pulumi.Input[int]]:
|
@@ -14654,10 +14634,6 @@ if not MYPY:
|
|
14654
14634
|
"""
|
14655
14635
|
Specifies if the instance should be restarted if it was terminated by Compute Engine (not a user).
|
14656
14636
|
"""
|
14657
|
-
availability_domain: NotRequired[pulumi.Input[int]]
|
14658
|
-
"""
|
14659
|
-
Specifies the availability domain, which this instance should be scheduled on.
|
14660
|
-
"""
|
14661
14637
|
host_error_timeout_seconds: NotRequired[pulumi.Input[int]]
|
14662
14638
|
"""
|
14663
14639
|
Specify the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
|
@@ -14709,7 +14685,6 @@ elif False:
|
|
14709
14685
|
class InstanceFromTemplateSchedulingArgs:
|
14710
14686
|
def __init__(__self__, *,
|
14711
14687
|
automatic_restart: Optional[pulumi.Input[bool]] = None,
|
14712
|
-
availability_domain: Optional[pulumi.Input[int]] = None,
|
14713
14688
|
host_error_timeout_seconds: Optional[pulumi.Input[int]] = None,
|
14714
14689
|
instance_termination_action: Optional[pulumi.Input[str]] = None,
|
14715
14690
|
local_ssd_recovery_timeout: Optional[pulumi.Input['InstanceFromTemplateSchedulingLocalSsdRecoveryTimeoutArgs']] = None,
|
@@ -14723,7 +14698,6 @@ class InstanceFromTemplateSchedulingArgs:
|
|
14723
14698
|
provisioning_model: Optional[pulumi.Input[str]] = None):
|
14724
14699
|
"""
|
14725
14700
|
:param pulumi.Input[bool] automatic_restart: Specifies if the instance should be restarted if it was terminated by Compute Engine (not a user).
|
14726
|
-
:param pulumi.Input[int] availability_domain: Specifies the availability domain, which this instance should be scheduled on.
|
14727
14701
|
:param pulumi.Input[int] host_error_timeout_seconds: Specify the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
|
14728
14702
|
:param pulumi.Input[str] instance_termination_action: Specifies the action GCE should take when SPOT VM is preempted.
|
14729
14703
|
:param pulumi.Input['InstanceFromTemplateSchedulingLocalSsdRecoveryTimeoutArgs'] local_ssd_recovery_timeout: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -14740,8 +14714,6 @@ class InstanceFromTemplateSchedulingArgs:
|
|
14740
14714
|
"""
|
14741
14715
|
if automatic_restart is not None:
|
14742
14716
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
14743
|
-
if availability_domain is not None:
|
14744
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
14745
14717
|
if host_error_timeout_seconds is not None:
|
14746
14718
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
14747
14719
|
if instance_termination_action is not None:
|
@@ -14777,18 +14749,6 @@ class InstanceFromTemplateSchedulingArgs:
|
|
14777
14749
|
def automatic_restart(self, value: Optional[pulumi.Input[bool]]):
|
14778
14750
|
pulumi.set(self, "automatic_restart", value)
|
14779
14751
|
|
14780
|
-
@property
|
14781
|
-
@pulumi.getter(name="availabilityDomain")
|
14782
|
-
def availability_domain(self) -> Optional[pulumi.Input[int]]:
|
14783
|
-
"""
|
14784
|
-
Specifies the availability domain, which this instance should be scheduled on.
|
14785
|
-
"""
|
14786
|
-
return pulumi.get(self, "availability_domain")
|
14787
|
-
|
14788
|
-
@availability_domain.setter
|
14789
|
-
def availability_domain(self, value: Optional[pulumi.Input[int]]):
|
14790
|
-
pulumi.set(self, "availability_domain", value)
|
14791
|
-
|
14792
14752
|
@property
|
14793
14753
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
14794
14754
|
def host_error_timeout_seconds(self) -> Optional[pulumi.Input[int]]:
|
@@ -17507,10 +17467,6 @@ if not MYPY:
|
|
17507
17467
|
restarted if it was terminated by Compute Engine (not a user).
|
17508
17468
|
Defaults to true.
|
17509
17469
|
"""
|
17510
|
-
availability_domain: NotRequired[pulumi.Input[int]]
|
17511
|
-
"""
|
17512
|
-
Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
|
17513
|
-
"""
|
17514
17470
|
host_error_timeout_seconds: NotRequired[pulumi.Input[int]]
|
17515
17471
|
"""
|
17516
17472
|
Specifies the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
|
@@ -17576,7 +17532,6 @@ elif False:
|
|
17576
17532
|
class InstanceSchedulingArgs:
|
17577
17533
|
def __init__(__self__, *,
|
17578
17534
|
automatic_restart: Optional[pulumi.Input[bool]] = None,
|
17579
|
-
availability_domain: Optional[pulumi.Input[int]] = None,
|
17580
17535
|
host_error_timeout_seconds: Optional[pulumi.Input[int]] = None,
|
17581
17536
|
instance_termination_action: Optional[pulumi.Input[str]] = None,
|
17582
17537
|
local_ssd_recovery_timeout: Optional[pulumi.Input['InstanceSchedulingLocalSsdRecoveryTimeoutArgs']] = None,
|
@@ -17592,7 +17547,6 @@ class InstanceSchedulingArgs:
|
|
17592
17547
|
:param pulumi.Input[bool] automatic_restart: Specifies if the instance should be
|
17593
17548
|
restarted if it was terminated by Compute Engine (not a user).
|
17594
17549
|
Defaults to true.
|
17595
|
-
:param pulumi.Input[int] availability_domain: Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
|
17596
17550
|
:param pulumi.Input[int] host_error_timeout_seconds: Specifies the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
|
17597
17551
|
:param pulumi.Input[str] instance_termination_action: Describe the type of termination action for VM. Can be `STOP` or `DELETE`. Read more on [here](https://cloud.google.com/compute/docs/instances/create-use-spot)
|
17598
17552
|
:param pulumi.Input['InstanceSchedulingLocalSsdRecoveryTimeoutArgs'] local_ssd_recovery_timeout: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -17621,8 +17575,6 @@ class InstanceSchedulingArgs:
|
|
17621
17575
|
"""
|
17622
17576
|
if automatic_restart is not None:
|
17623
17577
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
17624
|
-
if availability_domain is not None:
|
17625
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
17626
17578
|
if host_error_timeout_seconds is not None:
|
17627
17579
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
17628
17580
|
if instance_termination_action is not None:
|
@@ -17660,18 +17612,6 @@ class InstanceSchedulingArgs:
|
|
17660
17612
|
def automatic_restart(self, value: Optional[pulumi.Input[bool]]):
|
17661
17613
|
pulumi.set(self, "automatic_restart", value)
|
17662
17614
|
|
17663
|
-
@property
|
17664
|
-
@pulumi.getter(name="availabilityDomain")
|
17665
|
-
def availability_domain(self) -> Optional[pulumi.Input[int]]:
|
17666
|
-
"""
|
17667
|
-
Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
|
17668
|
-
"""
|
17669
|
-
return pulumi.get(self, "availability_domain")
|
17670
|
-
|
17671
|
-
@availability_domain.setter
|
17672
|
-
def availability_domain(self, value: Optional[pulumi.Input[int]]):
|
17673
|
-
pulumi.set(self, "availability_domain", value)
|
17674
|
-
|
17675
17615
|
@property
|
17676
17616
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
17677
17617
|
def host_error_timeout_seconds(self) -> Optional[pulumi.Input[int]]:
|
@@ -19989,10 +19929,6 @@ if not MYPY:
|
|
19989
19929
|
automatically restarted if it is terminated by Compute Engine (not
|
19990
19930
|
terminated by a user). This defaults to true.
|
19991
19931
|
"""
|
19992
|
-
availability_domain: NotRequired[pulumi.Input[int]]
|
19993
|
-
"""
|
19994
|
-
Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
|
19995
|
-
"""
|
19996
19932
|
host_error_timeout_seconds: NotRequired[pulumi.Input[int]]
|
19997
19933
|
"""
|
19998
19934
|
Specifies the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
|
@@ -20057,7 +19993,6 @@ elif False:
|
|
20057
19993
|
class InstanceTemplateSchedulingArgs:
|
20058
19994
|
def __init__(__self__, *,
|
20059
19995
|
automatic_restart: Optional[pulumi.Input[bool]] = None,
|
20060
|
-
availability_domain: Optional[pulumi.Input[int]] = None,
|
20061
19996
|
host_error_timeout_seconds: Optional[pulumi.Input[int]] = None,
|
20062
19997
|
instance_termination_action: Optional[pulumi.Input[str]] = None,
|
20063
19998
|
local_ssd_recovery_timeouts: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs']]]] = None,
|
@@ -20073,7 +20008,6 @@ class InstanceTemplateSchedulingArgs:
|
|
20073
20008
|
:param pulumi.Input[bool] automatic_restart: Specifies whether the instance should be
|
20074
20009
|
automatically restarted if it is terminated by Compute Engine (not
|
20075
20010
|
terminated by a user). This defaults to true.
|
20076
|
-
:param pulumi.Input[int] availability_domain: Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
|
20077
20011
|
:param pulumi.Input[int] host_error_timeout_seconds: Specifies the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
|
20078
20012
|
:param pulumi.Input[str] instance_termination_action: Describe the type of termination action for `SPOT` VM. Can be `STOP` or `DELETE`. Read more on [here](https://cloud.google.com/compute/docs/instances/create-use-spot)
|
20079
20013
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs']]] local_ssd_recovery_timeouts: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -20101,8 +20035,6 @@ class InstanceTemplateSchedulingArgs:
|
|
20101
20035
|
"""
|
20102
20036
|
if automatic_restart is not None:
|
20103
20037
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
20104
|
-
if availability_domain is not None:
|
20105
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
20106
20038
|
if host_error_timeout_seconds is not None:
|
20107
20039
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
20108
20040
|
if instance_termination_action is not None:
|
@@ -20140,18 +20072,6 @@ class InstanceTemplateSchedulingArgs:
|
|
20140
20072
|
def automatic_restart(self, value: Optional[pulumi.Input[bool]]):
|
20141
20073
|
pulumi.set(self, "automatic_restart", value)
|
20142
20074
|
|
20143
|
-
@property
|
20144
|
-
@pulumi.getter(name="availabilityDomain")
|
20145
|
-
def availability_domain(self) -> Optional[pulumi.Input[int]]:
|
20146
|
-
"""
|
20147
|
-
Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
|
20148
|
-
"""
|
20149
|
-
return pulumi.get(self, "availability_domain")
|
20150
|
-
|
20151
|
-
@availability_domain.setter
|
20152
|
-
def availability_domain(self, value: Optional[pulumi.Input[int]]):
|
20153
|
-
pulumi.set(self, "availability_domain", value)
|
20154
|
-
|
20155
20075
|
@property
|
20156
20076
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
20157
20077
|
def host_error_timeout_seconds(self) -> Optional[pulumi.Input[int]]:
|
@@ -33566,10 +33486,6 @@ if not MYPY:
|
|
33566
33486
|
automatically restarted if it is terminated by Compute Engine (not
|
33567
33487
|
terminated by a user). This defaults to true.
|
33568
33488
|
"""
|
33569
|
-
availability_domain: NotRequired[pulumi.Input[int]]
|
33570
|
-
"""
|
33571
|
-
Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
|
33572
|
-
"""
|
33573
33489
|
host_error_timeout_seconds: NotRequired[pulumi.Input[int]]
|
33574
33490
|
"""
|
33575
33491
|
Specifies the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
|
@@ -33634,7 +33550,6 @@ elif False:
|
|
33634
33550
|
class RegionInstanceTemplateSchedulingArgs:
|
33635
33551
|
def __init__(__self__, *,
|
33636
33552
|
automatic_restart: Optional[pulumi.Input[bool]] = None,
|
33637
|
-
availability_domain: Optional[pulumi.Input[int]] = None,
|
33638
33553
|
host_error_timeout_seconds: Optional[pulumi.Input[int]] = None,
|
33639
33554
|
instance_termination_action: Optional[pulumi.Input[str]] = None,
|
33640
33555
|
local_ssd_recovery_timeouts: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs']]]] = None,
|
@@ -33650,7 +33565,6 @@ class RegionInstanceTemplateSchedulingArgs:
|
|
33650
33565
|
:param pulumi.Input[bool] automatic_restart: Specifies whether the instance should be
|
33651
33566
|
automatically restarted if it is terminated by Compute Engine (not
|
33652
33567
|
terminated by a user). This defaults to true.
|
33653
|
-
:param pulumi.Input[int] availability_domain: Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
|
33654
33568
|
:param pulumi.Input[int] host_error_timeout_seconds: Specifies the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
|
33655
33569
|
:param pulumi.Input[str] instance_termination_action: Describe the type of termination action for `SPOT` VM. Can be `STOP` or `DELETE`. Read more on [here](https://cloud.google.com/compute/docs/instances/create-use-spot)
|
33656
33570
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs']]] local_ssd_recovery_timeouts: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -33678,8 +33592,6 @@ class RegionInstanceTemplateSchedulingArgs:
|
|
33678
33592
|
"""
|
33679
33593
|
if automatic_restart is not None:
|
33680
33594
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
33681
|
-
if availability_domain is not None:
|
33682
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
33683
33595
|
if host_error_timeout_seconds is not None:
|
33684
33596
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
33685
33597
|
if instance_termination_action is not None:
|
@@ -33717,18 +33629,6 @@ class RegionInstanceTemplateSchedulingArgs:
|
|
33717
33629
|
def automatic_restart(self, value: Optional[pulumi.Input[bool]]):
|
33718
33630
|
pulumi.set(self, "automatic_restart", value)
|
33719
33631
|
|
33720
|
-
@property
|
33721
|
-
@pulumi.getter(name="availabilityDomain")
|
33722
|
-
def availability_domain(self) -> Optional[pulumi.Input[int]]:
|
33723
|
-
"""
|
33724
|
-
Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
|
33725
|
-
"""
|
33726
|
-
return pulumi.get(self, "availability_domain")
|
33727
|
-
|
33728
|
-
@availability_domain.setter
|
33729
|
-
def availability_domain(self, value: Optional[pulumi.Input[int]]):
|
33730
|
-
pulumi.set(self, "availability_domain", value)
|
33731
|
-
|
33732
33632
|
@property
|
33733
33633
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
33734
33634
|
def host_error_timeout_seconds(self) -> Optional[pulumi.Input[int]]:
|
@@ -47443,7 +47343,7 @@ if not MYPY:
|
|
47443
47343
|
class ResizeRequestRequestedRunDurationArgsDict(TypedDict):
|
47444
47344
|
seconds: pulumi.Input[str]
|
47445
47345
|
"""
|
47446
|
-
Span of time at a resolution of a second. Must be from
|
47346
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
|
47447
47347
|
"""
|
47448
47348
|
nanos: NotRequired[pulumi.Input[int]]
|
47449
47349
|
"""
|
@@ -47458,7 +47358,7 @@ class ResizeRequestRequestedRunDurationArgs:
|
|
47458
47358
|
seconds: pulumi.Input[str],
|
47459
47359
|
nanos: Optional[pulumi.Input[int]] = None):
|
47460
47360
|
"""
|
47461
|
-
:param pulumi.Input[str] seconds: Span of time at a resolution of a second. Must be from
|
47361
|
+
:param pulumi.Input[str] seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
|
47462
47362
|
:param pulumi.Input[int] nanos: Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
|
47463
47363
|
"""
|
47464
47364
|
pulumi.set(__self__, "seconds", seconds)
|
@@ -47469,7 +47369,7 @@ class ResizeRequestRequestedRunDurationArgs:
|
|
47469
47369
|
@pulumi.getter
|
47470
47370
|
def seconds(self) -> pulumi.Input[str]:
|
47471
47371
|
"""
|
47472
|
-
Span of time at a resolution of a second. Must be from
|
47372
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
|
47473
47373
|
"""
|
47474
47374
|
return pulumi.get(self, "seconds")
|
47475
47375
|
|
@@ -47495,13 +47395,13 @@ if not MYPY:
|
|
47495
47395
|
errors: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorArgsDict']]]]
|
47496
47396
|
"""
|
47497
47397
|
(Output)
|
47498
|
-
Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
47398
|
+
[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
47499
47399
|
Structure is documented below.
|
47500
47400
|
"""
|
47501
47401
|
last_attempts: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptArgsDict']]]]
|
47502
47402
|
"""
|
47503
47403
|
(Output)
|
47504
|
-
Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.
|
47404
|
+
[Output only] Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.
|
47505
47405
|
Structure is documented below.
|
47506
47406
|
"""
|
47507
47407
|
elif False:
|
@@ -47514,10 +47414,10 @@ class ResizeRequestStatusArgs:
|
|
47514
47414
|
last_attempts: Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptArgs']]]] = None):
|
47515
47415
|
"""
|
47516
47416
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorArgs']]] errors: (Output)
|
47517
|
-
Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
47417
|
+
[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
47518
47418
|
Structure is documented below.
|
47519
47419
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptArgs']]] last_attempts: (Output)
|
47520
|
-
Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.
|
47420
|
+
[Output only] Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.
|
47521
47421
|
Structure is documented below.
|
47522
47422
|
"""
|
47523
47423
|
if errors is not None:
|
@@ -47530,7 +47430,7 @@ class ResizeRequestStatusArgs:
|
|
47530
47430
|
def errors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorArgs']]]]:
|
47531
47431
|
"""
|
47532
47432
|
(Output)
|
47533
|
-
Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
47433
|
+
[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
47534
47434
|
Structure is documented below.
|
47535
47435
|
"""
|
47536
47436
|
return pulumi.get(self, "errors")
|
@@ -47544,7 +47444,7 @@ class ResizeRequestStatusArgs:
|
|
47544
47444
|
def last_attempts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptArgs']]]]:
|
47545
47445
|
"""
|
47546
47446
|
(Output)
|
47547
|
-
Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.
|
47447
|
+
[Output only] Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.
|
47548
47448
|
Structure is documented below.
|
47549
47449
|
"""
|
47550
47450
|
return pulumi.get(self, "last_attempts")
|
@@ -47559,7 +47459,7 @@ if not MYPY:
|
|
47559
47459
|
errors: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorArgsDict']]]]
|
47560
47460
|
"""
|
47561
47461
|
(Output)
|
47562
|
-
The array of errors encountered while processing this operation.
|
47462
|
+
[Output Only] The array of errors encountered while processing this operation.
|
47563
47463
|
Structure is documented below.
|
47564
47464
|
"""
|
47565
47465
|
elif False:
|
@@ -47571,7 +47471,7 @@ class ResizeRequestStatusErrorArgs:
|
|
47571
47471
|
errors: Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorArgs']]]] = None):
|
47572
47472
|
"""
|
47573
47473
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorArgs']]] errors: (Output)
|
47574
|
-
The array of errors encountered while processing this operation.
|
47474
|
+
[Output Only] The array of errors encountered while processing this operation.
|
47575
47475
|
Structure is documented below.
|
47576
47476
|
"""
|
47577
47477
|
if errors is not None:
|
@@ -47582,7 +47482,7 @@ class ResizeRequestStatusErrorArgs:
|
|
47582
47482
|
def errors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorArgs']]]]:
|
47583
47483
|
"""
|
47584
47484
|
(Output)
|
47585
|
-
The array of errors encountered while processing this operation.
|
47485
|
+
[Output Only] The array of errors encountered while processing this operation.
|
47586
47486
|
Structure is documented below.
|
47587
47487
|
"""
|
47588
47488
|
return pulumi.get(self, "errors")
|
@@ -47597,18 +47497,18 @@ if not MYPY:
|
|
47597
47497
|
code: NotRequired[pulumi.Input[str]]
|
47598
47498
|
"""
|
47599
47499
|
(Output)
|
47600
|
-
The error type identifier for this error.
|
47500
|
+
[Output Only] The error type identifier for this error.
|
47601
47501
|
"""
|
47602
47502
|
error_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailArgsDict']]]]
|
47603
47503
|
"""
|
47604
47504
|
(Output)
|
47605
|
-
An
|
47505
|
+
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
|
47606
47506
|
Structure is documented below.
|
47607
47507
|
"""
|
47608
47508
|
location: NotRequired[pulumi.Input[str]]
|
47609
47509
|
"""
|
47610
47510
|
(Output)
|
47611
|
-
Indicates the field in the request that caused the error. This property is optional.
|
47511
|
+
Output Only] Indicates the field in the request that caused the error. This property is optional.
|
47612
47512
|
"""
|
47613
47513
|
message: NotRequired[pulumi.Input[str]]
|
47614
47514
|
"""
|
@@ -47627,12 +47527,12 @@ class ResizeRequestStatusErrorErrorArgs:
|
|
47627
47527
|
message: Optional[pulumi.Input[str]] = None):
|
47628
47528
|
"""
|
47629
47529
|
:param pulumi.Input[str] code: (Output)
|
47630
|
-
The error type identifier for this error.
|
47530
|
+
[Output Only] The error type identifier for this error.
|
47631
47531
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailArgs']]] error_details: (Output)
|
47632
|
-
An
|
47532
|
+
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
|
47633
47533
|
Structure is documented below.
|
47634
47534
|
:param pulumi.Input[str] location: (Output)
|
47635
|
-
Indicates the field in the request that caused the error. This property is optional.
|
47535
|
+
Output Only] Indicates the field in the request that caused the error. This property is optional.
|
47636
47536
|
:param pulumi.Input[str] message: (Output)
|
47637
47537
|
The localized error message in the above locale.
|
47638
47538
|
"""
|
@@ -47650,7 +47550,7 @@ class ResizeRequestStatusErrorErrorArgs:
|
|
47650
47550
|
def code(self) -> Optional[pulumi.Input[str]]:
|
47651
47551
|
"""
|
47652
47552
|
(Output)
|
47653
|
-
The error type identifier for this error.
|
47553
|
+
[Output Only] The error type identifier for this error.
|
47654
47554
|
"""
|
47655
47555
|
return pulumi.get(self, "code")
|
47656
47556
|
|
@@ -47663,7 +47563,7 @@ class ResizeRequestStatusErrorErrorArgs:
|
|
47663
47563
|
def error_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailArgs']]]]:
|
47664
47564
|
"""
|
47665
47565
|
(Output)
|
47666
|
-
An
|
47566
|
+
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
|
47667
47567
|
Structure is documented below.
|
47668
47568
|
"""
|
47669
47569
|
return pulumi.get(self, "error_details")
|
@@ -47677,7 +47577,7 @@ class ResizeRequestStatusErrorErrorArgs:
|
|
47677
47577
|
def location(self) -> Optional[pulumi.Input[str]]:
|
47678
47578
|
"""
|
47679
47579
|
(Output)
|
47680
|
-
Indicates the field in the request that caused the error. This property is optional.
|
47580
|
+
Output Only] Indicates the field in the request that caused the error. This property is optional.
|
47681
47581
|
"""
|
47682
47582
|
return pulumi.get(self, "location")
|
47683
47583
|
|
@@ -47704,25 +47604,25 @@ if not MYPY:
|
|
47704
47604
|
error_infos: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailErrorInfoArgsDict']]]]
|
47705
47605
|
"""
|
47706
47606
|
(Output)
|
47707
|
-
|
47607
|
+
[Output Only]
|
47708
47608
|
Structure is documented below.
|
47709
47609
|
"""
|
47710
47610
|
helps: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailHelpArgsDict']]]]
|
47711
47611
|
"""
|
47712
47612
|
(Output)
|
47713
|
-
|
47613
|
+
[Output Only]
|
47714
47614
|
Structure is documented below.
|
47715
47615
|
"""
|
47716
47616
|
localized_messages: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailLocalizedMessageArgsDict']]]]
|
47717
47617
|
"""
|
47718
47618
|
(Output)
|
47719
|
-
|
47619
|
+
[Output Only]
|
47720
47620
|
Structure is documented below.
|
47721
47621
|
"""
|
47722
47622
|
quota_infos: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailQuotaInfoArgsDict']]]]
|
47723
47623
|
"""
|
47724
47624
|
(Output)
|
47725
|
-
|
47625
|
+
[Output Only]
|
47726
47626
|
Structure is documented below.
|
47727
47627
|
"""
|
47728
47628
|
elif False:
|
@@ -47737,16 +47637,16 @@ class ResizeRequestStatusErrorErrorErrorDetailArgs:
|
|
47737
47637
|
quota_infos: Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailQuotaInfoArgs']]]] = None):
|
47738
47638
|
"""
|
47739
47639
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailErrorInfoArgs']]] error_infos: (Output)
|
47740
|
-
|
47640
|
+
[Output Only]
|
47741
47641
|
Structure is documented below.
|
47742
47642
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailHelpArgs']]] helps: (Output)
|
47743
|
-
|
47643
|
+
[Output Only]
|
47744
47644
|
Structure is documented below.
|
47745
47645
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailLocalizedMessageArgs']]] localized_messages: (Output)
|
47746
|
-
|
47646
|
+
[Output Only]
|
47747
47647
|
Structure is documented below.
|
47748
47648
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailQuotaInfoArgs']]] quota_infos: (Output)
|
47749
|
-
|
47649
|
+
[Output Only]
|
47750
47650
|
Structure is documented below.
|
47751
47651
|
"""
|
47752
47652
|
if error_infos is not None:
|
@@ -47763,7 +47663,7 @@ class ResizeRequestStatusErrorErrorErrorDetailArgs:
|
|
47763
47663
|
def error_infos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailErrorInfoArgs']]]]:
|
47764
47664
|
"""
|
47765
47665
|
(Output)
|
47766
|
-
|
47666
|
+
[Output Only]
|
47767
47667
|
Structure is documented below.
|
47768
47668
|
"""
|
47769
47669
|
return pulumi.get(self, "error_infos")
|
@@ -47777,7 +47677,7 @@ class ResizeRequestStatusErrorErrorErrorDetailArgs:
|
|
47777
47677
|
def helps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailHelpArgs']]]]:
|
47778
47678
|
"""
|
47779
47679
|
(Output)
|
47780
|
-
|
47680
|
+
[Output Only]
|
47781
47681
|
Structure is documented below.
|
47782
47682
|
"""
|
47783
47683
|
return pulumi.get(self, "helps")
|
@@ -47791,7 +47691,7 @@ class ResizeRequestStatusErrorErrorErrorDetailArgs:
|
|
47791
47691
|
def localized_messages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailLocalizedMessageArgs']]]]:
|
47792
47692
|
"""
|
47793
47693
|
(Output)
|
47794
|
-
|
47694
|
+
[Output Only]
|
47795
47695
|
Structure is documented below.
|
47796
47696
|
"""
|
47797
47697
|
return pulumi.get(self, "localized_messages")
|
@@ -47805,7 +47705,7 @@ class ResizeRequestStatusErrorErrorErrorDetailArgs:
|
|
47805
47705
|
def quota_infos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailQuotaInfoArgs']]]]:
|
47806
47706
|
"""
|
47807
47707
|
(Output)
|
47808
|
-
|
47708
|
+
[Output Only]
|
47809
47709
|
Structure is documented below.
|
47810
47710
|
"""
|
47811
47711
|
return pulumi.get(self, "quota_infos")
|
@@ -47820,17 +47720,18 @@ if not MYPY:
|
|
47820
47720
|
domain: NotRequired[pulumi.Input[str]]
|
47821
47721
|
"""
|
47822
47722
|
(Output)
|
47823
|
-
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com".
|
47723
|
+
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
|
47824
47724
|
"""
|
47825
47725
|
metadatas: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
47826
47726
|
"""
|
47827
47727
|
(Output)
|
47828
47728
|
Additional structured details about this error.
|
47729
|
+
Keys must match /[a-z][a-zA-Z0-9-_]+/ but should ideally be lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
|
47829
47730
|
"""
|
47830
47731
|
reason: NotRequired[pulumi.Input[str]]
|
47831
47732
|
"""
|
47832
47733
|
(Output)
|
47833
|
-
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors.
|
47734
|
+
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of [A-Z][A-Z0-9_]+[A-Z0-9], which represents UPPER_SNAKE_CASE.
|
47834
47735
|
"""
|
47835
47736
|
elif False:
|
47836
47737
|
ResizeRequestStatusErrorErrorErrorDetailErrorInfoArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -47843,11 +47744,12 @@ class ResizeRequestStatusErrorErrorErrorDetailErrorInfoArgs:
|
|
47843
47744
|
reason: Optional[pulumi.Input[str]] = None):
|
47844
47745
|
"""
|
47845
47746
|
:param pulumi.Input[str] domain: (Output)
|
47846
|
-
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com".
|
47747
|
+
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
|
47847
47748
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadatas: (Output)
|
47848
47749
|
Additional structured details about this error.
|
47750
|
+
Keys must match /[a-z][a-zA-Z0-9-_]+/ but should ideally be lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
|
47849
47751
|
:param pulumi.Input[str] reason: (Output)
|
47850
|
-
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors.
|
47752
|
+
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of [A-Z][A-Z0-9_]+[A-Z0-9], which represents UPPER_SNAKE_CASE.
|
47851
47753
|
"""
|
47852
47754
|
if domain is not None:
|
47853
47755
|
pulumi.set(__self__, "domain", domain)
|
@@ -47861,7 +47763,7 @@ class ResizeRequestStatusErrorErrorErrorDetailErrorInfoArgs:
|
|
47861
47763
|
def domain(self) -> Optional[pulumi.Input[str]]:
|
47862
47764
|
"""
|
47863
47765
|
(Output)
|
47864
|
-
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com".
|
47766
|
+
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
|
47865
47767
|
"""
|
47866
47768
|
return pulumi.get(self, "domain")
|
47867
47769
|
|
@@ -47875,6 +47777,7 @@ class ResizeRequestStatusErrorErrorErrorDetailErrorInfoArgs:
|
|
47875
47777
|
"""
|
47876
47778
|
(Output)
|
47877
47779
|
Additional structured details about this error.
|
47780
|
+
Keys must match /[a-z][a-zA-Z0-9-_]+/ but should ideally be lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
|
47878
47781
|
"""
|
47879
47782
|
return pulumi.get(self, "metadatas")
|
47880
47783
|
|
@@ -47887,7 +47790,7 @@ class ResizeRequestStatusErrorErrorErrorDetailErrorInfoArgs:
|
|
47887
47790
|
def reason(self) -> Optional[pulumi.Input[str]]:
|
47888
47791
|
"""
|
47889
47792
|
(Output)
|
47890
|
-
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors.
|
47793
|
+
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of [A-Z][A-Z0-9_]+[A-Z0-9], which represents UPPER_SNAKE_CASE.
|
47891
47794
|
"""
|
47892
47795
|
return pulumi.get(self, "reason")
|
47893
47796
|
|
@@ -47901,7 +47804,7 @@ if not MYPY:
|
|
47901
47804
|
links: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailHelpLinkArgsDict']]]]
|
47902
47805
|
"""
|
47903
47806
|
(Output)
|
47904
|
-
|
47807
|
+
[Output Only]
|
47905
47808
|
Structure is documented below.
|
47906
47809
|
"""
|
47907
47810
|
elif False:
|
@@ -47913,7 +47816,7 @@ class ResizeRequestStatusErrorErrorErrorDetailHelpArgs:
|
|
47913
47816
|
links: Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailHelpLinkArgs']]]] = None):
|
47914
47817
|
"""
|
47915
47818
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailHelpLinkArgs']]] links: (Output)
|
47916
|
-
|
47819
|
+
[Output Only]
|
47917
47820
|
Structure is documented below.
|
47918
47821
|
"""
|
47919
47822
|
if links is not None:
|
@@ -47924,7 +47827,7 @@ class ResizeRequestStatusErrorErrorErrorDetailHelpArgs:
|
|
47924
47827
|
def links(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusErrorErrorErrorDetailHelpLinkArgs']]]]:
|
47925
47828
|
"""
|
47926
47829
|
(Output)
|
47927
|
-
|
47830
|
+
[Output Only]
|
47928
47831
|
Structure is documented below.
|
47929
47832
|
"""
|
47930
47833
|
return pulumi.get(self, "links")
|
@@ -48202,7 +48105,7 @@ if not MYPY:
|
|
48202
48105
|
errors: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorArgsDict']]]]
|
48203
48106
|
"""
|
48204
48107
|
(Output)
|
48205
|
-
Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
48108
|
+
[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
48206
48109
|
Structure is documented below.
|
48207
48110
|
"""
|
48208
48111
|
elif False:
|
@@ -48214,7 +48117,7 @@ class ResizeRequestStatusLastAttemptArgs:
|
|
48214
48117
|
errors: Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorArgs']]]] = None):
|
48215
48118
|
"""
|
48216
48119
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorArgs']]] errors: (Output)
|
48217
|
-
Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
48120
|
+
[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
48218
48121
|
Structure is documented below.
|
48219
48122
|
"""
|
48220
48123
|
if errors is not None:
|
@@ -48225,7 +48128,7 @@ class ResizeRequestStatusLastAttemptArgs:
|
|
48225
48128
|
def errors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorArgs']]]]:
|
48226
48129
|
"""
|
48227
48130
|
(Output)
|
48228
|
-
Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
48131
|
+
[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
|
48229
48132
|
Structure is documented below.
|
48230
48133
|
"""
|
48231
48134
|
return pulumi.get(self, "errors")
|
@@ -48240,7 +48143,7 @@ if not MYPY:
|
|
48240
48143
|
errors: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorArgsDict']]]]
|
48241
48144
|
"""
|
48242
48145
|
(Output)
|
48243
|
-
The array of errors encountered while processing this operation.
|
48146
|
+
[Output Only] The array of errors encountered while processing this operation.
|
48244
48147
|
Structure is documented below.
|
48245
48148
|
"""
|
48246
48149
|
elif False:
|
@@ -48252,7 +48155,7 @@ class ResizeRequestStatusLastAttemptErrorArgs:
|
|
48252
48155
|
errors: Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorArgs']]]] = None):
|
48253
48156
|
"""
|
48254
48157
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorArgs']]] errors: (Output)
|
48255
|
-
The array of errors encountered while processing this operation.
|
48158
|
+
[Output Only] The array of errors encountered while processing this operation.
|
48256
48159
|
Structure is documented below.
|
48257
48160
|
"""
|
48258
48161
|
if errors is not None:
|
@@ -48263,7 +48166,7 @@ class ResizeRequestStatusLastAttemptErrorArgs:
|
|
48263
48166
|
def errors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorArgs']]]]:
|
48264
48167
|
"""
|
48265
48168
|
(Output)
|
48266
|
-
The array of errors encountered while processing this operation.
|
48169
|
+
[Output Only] The array of errors encountered while processing this operation.
|
48267
48170
|
Structure is documented below.
|
48268
48171
|
"""
|
48269
48172
|
return pulumi.get(self, "errors")
|
@@ -48278,18 +48181,18 @@ if not MYPY:
|
|
48278
48181
|
code: NotRequired[pulumi.Input[str]]
|
48279
48182
|
"""
|
48280
48183
|
(Output)
|
48281
|
-
The error type identifier for this error.
|
48184
|
+
[Output Only] The error type identifier for this error.
|
48282
48185
|
"""
|
48283
48186
|
error_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailArgsDict']]]]
|
48284
48187
|
"""
|
48285
48188
|
(Output)
|
48286
|
-
An
|
48189
|
+
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
|
48287
48190
|
Structure is documented below.
|
48288
48191
|
"""
|
48289
48192
|
location: NotRequired[pulumi.Input[str]]
|
48290
48193
|
"""
|
48291
48194
|
(Output)
|
48292
|
-
Indicates the field in the request that caused the error. This property is optional.
|
48195
|
+
Output Only] Indicates the field in the request that caused the error. This property is optional.
|
48293
48196
|
"""
|
48294
48197
|
message: NotRequired[pulumi.Input[str]]
|
48295
48198
|
"""
|
@@ -48308,12 +48211,12 @@ class ResizeRequestStatusLastAttemptErrorErrorArgs:
|
|
48308
48211
|
message: Optional[pulumi.Input[str]] = None):
|
48309
48212
|
"""
|
48310
48213
|
:param pulumi.Input[str] code: (Output)
|
48311
|
-
The error type identifier for this error.
|
48214
|
+
[Output Only] The error type identifier for this error.
|
48312
48215
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailArgs']]] error_details: (Output)
|
48313
|
-
An
|
48216
|
+
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
|
48314
48217
|
Structure is documented below.
|
48315
48218
|
:param pulumi.Input[str] location: (Output)
|
48316
|
-
Indicates the field in the request that caused the error. This property is optional.
|
48219
|
+
Output Only] Indicates the field in the request that caused the error. This property is optional.
|
48317
48220
|
:param pulumi.Input[str] message: (Output)
|
48318
48221
|
The localized error message in the above locale.
|
48319
48222
|
"""
|
@@ -48331,7 +48234,7 @@ class ResizeRequestStatusLastAttemptErrorErrorArgs:
|
|
48331
48234
|
def code(self) -> Optional[pulumi.Input[str]]:
|
48332
48235
|
"""
|
48333
48236
|
(Output)
|
48334
|
-
The error type identifier for this error.
|
48237
|
+
[Output Only] The error type identifier for this error.
|
48335
48238
|
"""
|
48336
48239
|
return pulumi.get(self, "code")
|
48337
48240
|
|
@@ -48344,7 +48247,7 @@ class ResizeRequestStatusLastAttemptErrorErrorArgs:
|
|
48344
48247
|
def error_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailArgs']]]]:
|
48345
48248
|
"""
|
48346
48249
|
(Output)
|
48347
|
-
An
|
48250
|
+
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
|
48348
48251
|
Structure is documented below.
|
48349
48252
|
"""
|
48350
48253
|
return pulumi.get(self, "error_details")
|
@@ -48358,7 +48261,7 @@ class ResizeRequestStatusLastAttemptErrorErrorArgs:
|
|
48358
48261
|
def location(self) -> Optional[pulumi.Input[str]]:
|
48359
48262
|
"""
|
48360
48263
|
(Output)
|
48361
|
-
Indicates the field in the request that caused the error. This property is optional.
|
48264
|
+
Output Only] Indicates the field in the request that caused the error. This property is optional.
|
48362
48265
|
"""
|
48363
48266
|
return pulumi.get(self, "location")
|
48364
48267
|
|
@@ -48385,25 +48288,25 @@ if not MYPY:
|
|
48385
48288
|
error_infos: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfoArgsDict']]]]
|
48386
48289
|
"""
|
48387
48290
|
(Output)
|
48388
|
-
|
48291
|
+
[Output Only]
|
48389
48292
|
Structure is documented below.
|
48390
48293
|
"""
|
48391
48294
|
helps: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpArgsDict']]]]
|
48392
48295
|
"""
|
48393
48296
|
(Output)
|
48394
|
-
|
48297
|
+
[Output Only]
|
48395
48298
|
Structure is documented below.
|
48396
48299
|
"""
|
48397
48300
|
localized_messages: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailLocalizedMessageArgsDict']]]]
|
48398
48301
|
"""
|
48399
48302
|
(Output)
|
48400
|
-
|
48303
|
+
[Output Only]
|
48401
48304
|
Structure is documented below.
|
48402
48305
|
"""
|
48403
48306
|
quota_infos: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailQuotaInfoArgsDict']]]]
|
48404
48307
|
"""
|
48405
48308
|
(Output)
|
48406
|
-
|
48309
|
+
[Output Only]
|
48407
48310
|
Structure is documented below.
|
48408
48311
|
"""
|
48409
48312
|
elif False:
|
@@ -48418,16 +48321,16 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailArgs:
|
|
48418
48321
|
quota_infos: Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailQuotaInfoArgs']]]] = None):
|
48419
48322
|
"""
|
48420
48323
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfoArgs']]] error_infos: (Output)
|
48421
|
-
|
48324
|
+
[Output Only]
|
48422
48325
|
Structure is documented below.
|
48423
48326
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpArgs']]] helps: (Output)
|
48424
|
-
|
48327
|
+
[Output Only]
|
48425
48328
|
Structure is documented below.
|
48426
48329
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailLocalizedMessageArgs']]] localized_messages: (Output)
|
48427
|
-
|
48330
|
+
[Output Only]
|
48428
48331
|
Structure is documented below.
|
48429
48332
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailQuotaInfoArgs']]] quota_infos: (Output)
|
48430
|
-
|
48333
|
+
[Output Only]
|
48431
48334
|
Structure is documented below.
|
48432
48335
|
"""
|
48433
48336
|
if error_infos is not None:
|
@@ -48444,7 +48347,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailArgs:
|
|
48444
48347
|
def error_infos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfoArgs']]]]:
|
48445
48348
|
"""
|
48446
48349
|
(Output)
|
48447
|
-
|
48350
|
+
[Output Only]
|
48448
48351
|
Structure is documented below.
|
48449
48352
|
"""
|
48450
48353
|
return pulumi.get(self, "error_infos")
|
@@ -48458,7 +48361,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailArgs:
|
|
48458
48361
|
def helps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpArgs']]]]:
|
48459
48362
|
"""
|
48460
48363
|
(Output)
|
48461
|
-
|
48364
|
+
[Output Only]
|
48462
48365
|
Structure is documented below.
|
48463
48366
|
"""
|
48464
48367
|
return pulumi.get(self, "helps")
|
@@ -48472,7 +48375,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailArgs:
|
|
48472
48375
|
def localized_messages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailLocalizedMessageArgs']]]]:
|
48473
48376
|
"""
|
48474
48377
|
(Output)
|
48475
|
-
|
48378
|
+
[Output Only]
|
48476
48379
|
Structure is documented below.
|
48477
48380
|
"""
|
48478
48381
|
return pulumi.get(self, "localized_messages")
|
@@ -48486,7 +48389,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailArgs:
|
|
48486
48389
|
def quota_infos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailQuotaInfoArgs']]]]:
|
48487
48390
|
"""
|
48488
48391
|
(Output)
|
48489
|
-
|
48392
|
+
[Output Only]
|
48490
48393
|
Structure is documented below.
|
48491
48394
|
"""
|
48492
48395
|
return pulumi.get(self, "quota_infos")
|
@@ -48501,17 +48404,18 @@ if not MYPY:
|
|
48501
48404
|
domain: NotRequired[pulumi.Input[str]]
|
48502
48405
|
"""
|
48503
48406
|
(Output)
|
48504
|
-
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com".
|
48407
|
+
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
|
48505
48408
|
"""
|
48506
48409
|
metadatas: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
48507
48410
|
"""
|
48508
48411
|
(Output)
|
48509
48412
|
Additional structured details about this error.
|
48413
|
+
Keys must match /[a-z][a-zA-Z0-9-_]+/ but should ideally be lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
|
48510
48414
|
"""
|
48511
48415
|
reason: NotRequired[pulumi.Input[str]]
|
48512
48416
|
"""
|
48513
48417
|
(Output)
|
48514
|
-
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors.
|
48418
|
+
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of [A-Z][A-Z0-9_]+[A-Z0-9], which represents UPPER_SNAKE_CASE.
|
48515
48419
|
"""
|
48516
48420
|
elif False:
|
48517
48421
|
ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfoArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -48524,11 +48428,12 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfoArgs:
|
|
48524
48428
|
reason: Optional[pulumi.Input[str]] = None):
|
48525
48429
|
"""
|
48526
48430
|
:param pulumi.Input[str] domain: (Output)
|
48527
|
-
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com".
|
48431
|
+
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
|
48528
48432
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadatas: (Output)
|
48529
48433
|
Additional structured details about this error.
|
48434
|
+
Keys must match /[a-z][a-zA-Z0-9-_]+/ but should ideally be lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
|
48530
48435
|
:param pulumi.Input[str] reason: (Output)
|
48531
|
-
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors.
|
48436
|
+
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of [A-Z][A-Z0-9_]+[A-Z0-9], which represents UPPER_SNAKE_CASE.
|
48532
48437
|
"""
|
48533
48438
|
if domain is not None:
|
48534
48439
|
pulumi.set(__self__, "domain", domain)
|
@@ -48542,7 +48447,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfoArgs:
|
|
48542
48447
|
def domain(self) -> Optional[pulumi.Input[str]]:
|
48543
48448
|
"""
|
48544
48449
|
(Output)
|
48545
|
-
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com".
|
48450
|
+
The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
|
48546
48451
|
"""
|
48547
48452
|
return pulumi.get(self, "domain")
|
48548
48453
|
|
@@ -48556,6 +48461,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfoArgs:
|
|
48556
48461
|
"""
|
48557
48462
|
(Output)
|
48558
48463
|
Additional structured details about this error.
|
48464
|
+
Keys must match /[a-z][a-zA-Z0-9-_]+/ but should ideally be lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
|
48559
48465
|
"""
|
48560
48466
|
return pulumi.get(self, "metadatas")
|
48561
48467
|
|
@@ -48568,7 +48474,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfoArgs:
|
|
48568
48474
|
def reason(self) -> Optional[pulumi.Input[str]]:
|
48569
48475
|
"""
|
48570
48476
|
(Output)
|
48571
|
-
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors.
|
48477
|
+
The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of [A-Z][A-Z0-9_]+[A-Z0-9], which represents UPPER_SNAKE_CASE.
|
48572
48478
|
"""
|
48573
48479
|
return pulumi.get(self, "reason")
|
48574
48480
|
|
@@ -48582,7 +48488,7 @@ if not MYPY:
|
|
48582
48488
|
links: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpLinkArgsDict']]]]
|
48583
48489
|
"""
|
48584
48490
|
(Output)
|
48585
|
-
|
48491
|
+
[Output Only]
|
48586
48492
|
Structure is documented below.
|
48587
48493
|
"""
|
48588
48494
|
elif False:
|
@@ -48594,7 +48500,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpArgs:
|
|
48594
48500
|
links: Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpLinkArgs']]]] = None):
|
48595
48501
|
"""
|
48596
48502
|
:param pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpLinkArgs']]] links: (Output)
|
48597
|
-
|
48503
|
+
[Output Only]
|
48598
48504
|
Structure is documented below.
|
48599
48505
|
"""
|
48600
48506
|
if links is not None:
|
@@ -48605,7 +48511,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpArgs:
|
|
48605
48511
|
def links(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpLinkArgs']]]]:
|
48606
48512
|
"""
|
48607
48513
|
(Output)
|
48608
|
-
|
48514
|
+
[Output Only]
|
48609
48515
|
Structure is documented below.
|
48610
48516
|
"""
|
48611
48517
|
return pulumi.get(self, "links")
|