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/outputs.py
CHANGED
@@ -7676,7 +7676,7 @@ class InstanceBootDiskInitializeParams(dict):
|
|
7676
7676
|
for an update of throughput every 4 hours. To update your hyperdisk more
|
7677
7677
|
frequently, you'll need to manually delete and recreate it.
|
7678
7678
|
:param Mapping[str, 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.
|
7679
|
-
:param 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
|
7679
|
+
:param 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.
|
7680
7680
|
:param int size: The size of the image in gigabytes. If not specified, it
|
7681
7681
|
will inherit the size of its base image.
|
7682
7682
|
:param str storage_pool: The URL or the name of the storage pool in which the new disk is created.
|
@@ -7782,7 +7782,7 @@ class InstanceBootDiskInitializeParams(dict):
|
|
7782
7782
|
@pulumi.getter(name="resourcePolicies")
|
7783
7783
|
def resource_policies(self) -> Optional[str]:
|
7784
7784
|
"""
|
7785
|
-
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
|
7785
|
+
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.
|
7786
7786
|
"""
|
7787
7787
|
return pulumi.get(self, "resource_policies")
|
7788
7788
|
|
@@ -9083,8 +9083,6 @@ class InstanceFromMachineImageScheduling(dict):
|
|
9083
9083
|
suggest = None
|
9084
9084
|
if key == "automaticRestart":
|
9085
9085
|
suggest = "automatic_restart"
|
9086
|
-
elif key == "availabilityDomain":
|
9087
|
-
suggest = "availability_domain"
|
9088
9086
|
elif key == "hostErrorTimeoutSeconds":
|
9089
9087
|
suggest = "host_error_timeout_seconds"
|
9090
9088
|
elif key == "instanceTerminationAction":
|
@@ -9119,7 +9117,6 @@ class InstanceFromMachineImageScheduling(dict):
|
|
9119
9117
|
|
9120
9118
|
def __init__(__self__, *,
|
9121
9119
|
automatic_restart: Optional[bool] = None,
|
9122
|
-
availability_domain: Optional[int] = None,
|
9123
9120
|
host_error_timeout_seconds: Optional[int] = None,
|
9124
9121
|
instance_termination_action: Optional[str] = None,
|
9125
9122
|
local_ssd_recovery_timeout: Optional['outputs.InstanceFromMachineImageSchedulingLocalSsdRecoveryTimeout'] = None,
|
@@ -9133,7 +9130,6 @@ class InstanceFromMachineImageScheduling(dict):
|
|
9133
9130
|
provisioning_model: Optional[str] = None):
|
9134
9131
|
"""
|
9135
9132
|
:param bool automatic_restart: Specifies if the instance should be restarted if it was terminated by Compute Engine (not a user).
|
9136
|
-
:param int availability_domain: Specifies the availability domain, which this instance should be scheduled on.
|
9137
9133
|
:param 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.
|
9138
9134
|
:param str instance_termination_action: Specifies the action GCE should take when SPOT VM is preempted.
|
9139
9135
|
:param 'InstanceFromMachineImageSchedulingLocalSsdRecoveryTimeoutArgs' local_ssd_recovery_timeout: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -9150,8 +9146,6 @@ class InstanceFromMachineImageScheduling(dict):
|
|
9150
9146
|
"""
|
9151
9147
|
if automatic_restart is not None:
|
9152
9148
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
9153
|
-
if availability_domain is not None:
|
9154
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
9155
9149
|
if host_error_timeout_seconds is not None:
|
9156
9150
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
9157
9151
|
if instance_termination_action is not None:
|
@@ -9183,14 +9177,6 @@ class InstanceFromMachineImageScheduling(dict):
|
|
9183
9177
|
"""
|
9184
9178
|
return pulumi.get(self, "automatic_restart")
|
9185
9179
|
|
9186
|
-
@property
|
9187
|
-
@pulumi.getter(name="availabilityDomain")
|
9188
|
-
def availability_domain(self) -> Optional[int]:
|
9189
|
-
"""
|
9190
|
-
Specifies the availability domain, which this instance should be scheduled on.
|
9191
|
-
"""
|
9192
|
-
return pulumi.get(self, "availability_domain")
|
9193
|
-
|
9194
9180
|
@property
|
9195
9181
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
9196
9182
|
def host_error_timeout_seconds(self) -> Optional[int]:
|
@@ -10787,8 +10773,6 @@ class InstanceFromTemplateScheduling(dict):
|
|
10787
10773
|
suggest = None
|
10788
10774
|
if key == "automaticRestart":
|
10789
10775
|
suggest = "automatic_restart"
|
10790
|
-
elif key == "availabilityDomain":
|
10791
|
-
suggest = "availability_domain"
|
10792
10776
|
elif key == "hostErrorTimeoutSeconds":
|
10793
10777
|
suggest = "host_error_timeout_seconds"
|
10794
10778
|
elif key == "instanceTerminationAction":
|
@@ -10823,7 +10807,6 @@ class InstanceFromTemplateScheduling(dict):
|
|
10823
10807
|
|
10824
10808
|
def __init__(__self__, *,
|
10825
10809
|
automatic_restart: Optional[bool] = None,
|
10826
|
-
availability_domain: Optional[int] = None,
|
10827
10810
|
host_error_timeout_seconds: Optional[int] = None,
|
10828
10811
|
instance_termination_action: Optional[str] = None,
|
10829
10812
|
local_ssd_recovery_timeout: Optional['outputs.InstanceFromTemplateSchedulingLocalSsdRecoveryTimeout'] = None,
|
@@ -10837,7 +10820,6 @@ class InstanceFromTemplateScheduling(dict):
|
|
10837
10820
|
provisioning_model: Optional[str] = None):
|
10838
10821
|
"""
|
10839
10822
|
:param bool automatic_restart: Specifies if the instance should be restarted if it was terminated by Compute Engine (not a user).
|
10840
|
-
:param int availability_domain: Specifies the availability domain, which this instance should be scheduled on.
|
10841
10823
|
:param 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.
|
10842
10824
|
:param str instance_termination_action: Specifies the action GCE should take when SPOT VM is preempted.
|
10843
10825
|
:param 'InstanceFromTemplateSchedulingLocalSsdRecoveryTimeoutArgs' local_ssd_recovery_timeout: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -10854,8 +10836,6 @@ class InstanceFromTemplateScheduling(dict):
|
|
10854
10836
|
"""
|
10855
10837
|
if automatic_restart is not None:
|
10856
10838
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
10857
|
-
if availability_domain is not None:
|
10858
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
10859
10839
|
if host_error_timeout_seconds is not None:
|
10860
10840
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
10861
10841
|
if instance_termination_action is not None:
|
@@ -10887,14 +10867,6 @@ class InstanceFromTemplateScheduling(dict):
|
|
10887
10867
|
"""
|
10888
10868
|
return pulumi.get(self, "automatic_restart")
|
10889
10869
|
|
10890
|
-
@property
|
10891
|
-
@pulumi.getter(name="availabilityDomain")
|
10892
|
-
def availability_domain(self) -> Optional[int]:
|
10893
|
-
"""
|
10894
|
-
Specifies the availability domain, which this instance should be scheduled on.
|
10895
|
-
"""
|
10896
|
-
return pulumi.get(self, "availability_domain")
|
10897
|
-
|
10898
10870
|
@property
|
10899
10871
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
10900
10872
|
def host_error_timeout_seconds(self) -> Optional[int]:
|
@@ -13014,8 +12986,6 @@ class InstanceScheduling(dict):
|
|
13014
12986
|
suggest = None
|
13015
12987
|
if key == "automaticRestart":
|
13016
12988
|
suggest = "automatic_restart"
|
13017
|
-
elif key == "availabilityDomain":
|
13018
|
-
suggest = "availability_domain"
|
13019
12989
|
elif key == "hostErrorTimeoutSeconds":
|
13020
12990
|
suggest = "host_error_timeout_seconds"
|
13021
12991
|
elif key == "instanceTerminationAction":
|
@@ -13050,7 +13020,6 @@ class InstanceScheduling(dict):
|
|
13050
13020
|
|
13051
13021
|
def __init__(__self__, *,
|
13052
13022
|
automatic_restart: Optional[bool] = None,
|
13053
|
-
availability_domain: Optional[int] = None,
|
13054
13023
|
host_error_timeout_seconds: Optional[int] = None,
|
13055
13024
|
instance_termination_action: Optional[str] = None,
|
13056
13025
|
local_ssd_recovery_timeout: Optional['outputs.InstanceSchedulingLocalSsdRecoveryTimeout'] = None,
|
@@ -13066,7 +13035,6 @@ class InstanceScheduling(dict):
|
|
13066
13035
|
:param bool automatic_restart: Specifies if the instance should be
|
13067
13036
|
restarted if it was terminated by Compute Engine (not a user).
|
13068
13037
|
Defaults to true.
|
13069
|
-
:param 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.
|
13070
13038
|
:param 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.
|
13071
13039
|
:param 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)
|
13072
13040
|
:param 'InstanceSchedulingLocalSsdRecoveryTimeoutArgs' local_ssd_recovery_timeout: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -13095,8 +13063,6 @@ class InstanceScheduling(dict):
|
|
13095
13063
|
"""
|
13096
13064
|
if automatic_restart is not None:
|
13097
13065
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
13098
|
-
if availability_domain is not None:
|
13099
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
13100
13066
|
if host_error_timeout_seconds is not None:
|
13101
13067
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
13102
13068
|
if instance_termination_action is not None:
|
@@ -13130,14 +13096,6 @@ class InstanceScheduling(dict):
|
|
13130
13096
|
"""
|
13131
13097
|
return pulumi.get(self, "automatic_restart")
|
13132
13098
|
|
13133
|
-
@property
|
13134
|
-
@pulumi.getter(name="availabilityDomain")
|
13135
|
-
def availability_domain(self) -> Optional[int]:
|
13136
|
-
"""
|
13137
|
-
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.
|
13138
|
-
"""
|
13139
|
-
return pulumi.get(self, "availability_domain")
|
13140
|
-
|
13141
13099
|
@property
|
13142
13100
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
13143
13101
|
def host_error_timeout_seconds(self) -> Optional[int]:
|
@@ -14887,8 +14845,6 @@ class InstanceTemplateScheduling(dict):
|
|
14887
14845
|
suggest = None
|
14888
14846
|
if key == "automaticRestart":
|
14889
14847
|
suggest = "automatic_restart"
|
14890
|
-
elif key == "availabilityDomain":
|
14891
|
-
suggest = "availability_domain"
|
14892
14848
|
elif key == "hostErrorTimeoutSeconds":
|
14893
14849
|
suggest = "host_error_timeout_seconds"
|
14894
14850
|
elif key == "instanceTerminationAction":
|
@@ -14923,7 +14879,6 @@ class InstanceTemplateScheduling(dict):
|
|
14923
14879
|
|
14924
14880
|
def __init__(__self__, *,
|
14925
14881
|
automatic_restart: Optional[bool] = None,
|
14926
|
-
availability_domain: Optional[int] = None,
|
14927
14882
|
host_error_timeout_seconds: Optional[int] = None,
|
14928
14883
|
instance_termination_action: Optional[str] = None,
|
14929
14884
|
local_ssd_recovery_timeouts: Optional[Sequence['outputs.InstanceTemplateSchedulingLocalSsdRecoveryTimeout']] = None,
|
@@ -14939,7 +14894,6 @@ class InstanceTemplateScheduling(dict):
|
|
14939
14894
|
:param bool automatic_restart: Specifies whether the instance should be
|
14940
14895
|
automatically restarted if it is terminated by Compute Engine (not
|
14941
14896
|
terminated by a user). This defaults to true.
|
14942
|
-
:param 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.
|
14943
14897
|
:param 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.
|
14944
14898
|
:param 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)
|
14945
14899
|
:param Sequence['InstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs'] local_ssd_recovery_timeouts: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -14967,8 +14921,6 @@ class InstanceTemplateScheduling(dict):
|
|
14967
14921
|
"""
|
14968
14922
|
if automatic_restart is not None:
|
14969
14923
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
14970
|
-
if availability_domain is not None:
|
14971
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
14972
14924
|
if host_error_timeout_seconds is not None:
|
14973
14925
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
14974
14926
|
if instance_termination_action is not None:
|
@@ -15002,14 +14954,6 @@ class InstanceTemplateScheduling(dict):
|
|
15002
14954
|
"""
|
15003
14955
|
return pulumi.get(self, "automatic_restart")
|
15004
14956
|
|
15005
|
-
@property
|
15006
|
-
@pulumi.getter(name="availabilityDomain")
|
15007
|
-
def availability_domain(self) -> Optional[int]:
|
15008
|
-
"""
|
15009
|
-
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.
|
15010
|
-
"""
|
15011
|
-
return pulumi.get(self, "availability_domain")
|
15012
|
-
|
15013
14957
|
@property
|
15014
14958
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
15015
14959
|
def host_error_timeout_seconds(self) -> Optional[int]:
|
@@ -25034,8 +24978,6 @@ class RegionInstanceTemplateScheduling(dict):
|
|
25034
24978
|
suggest = None
|
25035
24979
|
if key == "automaticRestart":
|
25036
24980
|
suggest = "automatic_restart"
|
25037
|
-
elif key == "availabilityDomain":
|
25038
|
-
suggest = "availability_domain"
|
25039
24981
|
elif key == "hostErrorTimeoutSeconds":
|
25040
24982
|
suggest = "host_error_timeout_seconds"
|
25041
24983
|
elif key == "instanceTerminationAction":
|
@@ -25070,7 +25012,6 @@ class RegionInstanceTemplateScheduling(dict):
|
|
25070
25012
|
|
25071
25013
|
def __init__(__self__, *,
|
25072
25014
|
automatic_restart: Optional[bool] = None,
|
25073
|
-
availability_domain: Optional[int] = None,
|
25074
25015
|
host_error_timeout_seconds: Optional[int] = None,
|
25075
25016
|
instance_termination_action: Optional[str] = None,
|
25076
25017
|
local_ssd_recovery_timeouts: Optional[Sequence['outputs.RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeout']] = None,
|
@@ -25086,7 +25027,6 @@ class RegionInstanceTemplateScheduling(dict):
|
|
25086
25027
|
:param bool automatic_restart: Specifies whether the instance should be
|
25087
25028
|
automatically restarted if it is terminated by Compute Engine (not
|
25088
25029
|
terminated by a user). This defaults to true.
|
25089
|
-
:param 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.
|
25090
25030
|
:param 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.
|
25091
25031
|
:param 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)
|
25092
25032
|
:param Sequence['RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs'] local_ssd_recovery_timeouts: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -25114,8 +25054,6 @@ class RegionInstanceTemplateScheduling(dict):
|
|
25114
25054
|
"""
|
25115
25055
|
if automatic_restart is not None:
|
25116
25056
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
25117
|
-
if availability_domain is not None:
|
25118
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
25119
25057
|
if host_error_timeout_seconds is not None:
|
25120
25058
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
25121
25059
|
if instance_termination_action is not None:
|
@@ -25149,14 +25087,6 @@ class RegionInstanceTemplateScheduling(dict):
|
|
25149
25087
|
"""
|
25150
25088
|
return pulumi.get(self, "automatic_restart")
|
25151
25089
|
|
25152
|
-
@property
|
25153
|
-
@pulumi.getter(name="availabilityDomain")
|
25154
|
-
def availability_domain(self) -> Optional[int]:
|
25155
|
-
"""
|
25156
|
-
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.
|
25157
|
-
"""
|
25158
|
-
return pulumi.get(self, "availability_domain")
|
25159
|
-
|
25160
25090
|
@property
|
25161
25091
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
25162
25092
|
def host_error_timeout_seconds(self) -> Optional[int]:
|
@@ -35466,7 +35396,7 @@ class ResizeRequestRequestedRunDuration(dict):
|
|
35466
35396
|
seconds: str,
|
35467
35397
|
nanos: Optional[int] = None):
|
35468
35398
|
"""
|
35469
|
-
:param str seconds: Span of time at a resolution of a second. Must be from
|
35399
|
+
:param 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
|
35470
35400
|
:param 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.
|
35471
35401
|
"""
|
35472
35402
|
pulumi.set(__self__, "seconds", seconds)
|
@@ -35477,7 +35407,7 @@ class ResizeRequestRequestedRunDuration(dict):
|
|
35477
35407
|
@pulumi.getter
|
35478
35408
|
def seconds(self) -> str:
|
35479
35409
|
"""
|
35480
|
-
Span of time at a resolution of a second. Must be from
|
35410
|
+
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
|
35481
35411
|
"""
|
35482
35412
|
return pulumi.get(self, "seconds")
|
35483
35413
|
|
@@ -35514,10 +35444,10 @@ class ResizeRequestStatus(dict):
|
|
35514
35444
|
last_attempts: Optional[Sequence['outputs.ResizeRequestStatusLastAttempt']] = None):
|
35515
35445
|
"""
|
35516
35446
|
:param Sequence['ResizeRequestStatusErrorArgs'] errors: (Output)
|
35517
|
-
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.
|
35447
|
+
[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.
|
35518
35448
|
Structure is documented below.
|
35519
35449
|
:param Sequence['ResizeRequestStatusLastAttemptArgs'] last_attempts: (Output)
|
35520
|
-
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.
|
35450
|
+
[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.
|
35521
35451
|
Structure is documented below.
|
35522
35452
|
"""
|
35523
35453
|
if errors is not None:
|
@@ -35530,7 +35460,7 @@ class ResizeRequestStatus(dict):
|
|
35530
35460
|
def errors(self) -> Optional[Sequence['outputs.ResizeRequestStatusError']]:
|
35531
35461
|
"""
|
35532
35462
|
(Output)
|
35533
|
-
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.
|
35463
|
+
[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.
|
35534
35464
|
Structure is documented below.
|
35535
35465
|
"""
|
35536
35466
|
return pulumi.get(self, "errors")
|
@@ -35540,7 +35470,7 @@ class ResizeRequestStatus(dict):
|
|
35540
35470
|
def last_attempts(self) -> Optional[Sequence['outputs.ResizeRequestStatusLastAttempt']]:
|
35541
35471
|
"""
|
35542
35472
|
(Output)
|
35543
|
-
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.
|
35473
|
+
[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.
|
35544
35474
|
Structure is documented below.
|
35545
35475
|
"""
|
35546
35476
|
return pulumi.get(self, "last_attempts")
|
@@ -35552,7 +35482,7 @@ class ResizeRequestStatusError(dict):
|
|
35552
35482
|
errors: Optional[Sequence['outputs.ResizeRequestStatusErrorError']] = None):
|
35553
35483
|
"""
|
35554
35484
|
:param Sequence['ResizeRequestStatusErrorErrorArgs'] errors: (Output)
|
35555
|
-
The array of errors encountered while processing this operation.
|
35485
|
+
[Output Only] The array of errors encountered while processing this operation.
|
35556
35486
|
Structure is documented below.
|
35557
35487
|
"""
|
35558
35488
|
if errors is not None:
|
@@ -35563,7 +35493,7 @@ class ResizeRequestStatusError(dict):
|
|
35563
35493
|
def errors(self) -> Optional[Sequence['outputs.ResizeRequestStatusErrorError']]:
|
35564
35494
|
"""
|
35565
35495
|
(Output)
|
35566
|
-
The array of errors encountered while processing this operation.
|
35496
|
+
[Output Only] The array of errors encountered while processing this operation.
|
35567
35497
|
Structure is documented below.
|
35568
35498
|
"""
|
35569
35499
|
return pulumi.get(self, "errors")
|
@@ -35595,12 +35525,12 @@ class ResizeRequestStatusErrorError(dict):
|
|
35595
35525
|
message: Optional[str] = None):
|
35596
35526
|
"""
|
35597
35527
|
:param str code: (Output)
|
35598
|
-
The error type identifier for this error.
|
35528
|
+
[Output Only] The error type identifier for this error.
|
35599
35529
|
:param Sequence['ResizeRequestStatusErrorErrorErrorDetailArgs'] error_details: (Output)
|
35600
|
-
An
|
35530
|
+
[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.
|
35601
35531
|
Structure is documented below.
|
35602
35532
|
:param str location: (Output)
|
35603
|
-
Indicates the field in the request that caused the error. This property is optional.
|
35533
|
+
Output Only] Indicates the field in the request that caused the error. This property is optional.
|
35604
35534
|
:param str message: (Output)
|
35605
35535
|
The localized error message in the above locale.
|
35606
35536
|
"""
|
@@ -35618,7 +35548,7 @@ class ResizeRequestStatusErrorError(dict):
|
|
35618
35548
|
def code(self) -> Optional[str]:
|
35619
35549
|
"""
|
35620
35550
|
(Output)
|
35621
|
-
The error type identifier for this error.
|
35551
|
+
[Output Only] The error type identifier for this error.
|
35622
35552
|
"""
|
35623
35553
|
return pulumi.get(self, "code")
|
35624
35554
|
|
@@ -35627,7 +35557,7 @@ class ResizeRequestStatusErrorError(dict):
|
|
35627
35557
|
def error_details(self) -> Optional[Sequence['outputs.ResizeRequestStatusErrorErrorErrorDetail']]:
|
35628
35558
|
"""
|
35629
35559
|
(Output)
|
35630
|
-
An
|
35560
|
+
[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.
|
35631
35561
|
Structure is documented below.
|
35632
35562
|
"""
|
35633
35563
|
return pulumi.get(self, "error_details")
|
@@ -35637,7 +35567,7 @@ class ResizeRequestStatusErrorError(dict):
|
|
35637
35567
|
def location(self) -> Optional[str]:
|
35638
35568
|
"""
|
35639
35569
|
(Output)
|
35640
|
-
Indicates the field in the request that caused the error. This property is optional.
|
35570
|
+
Output Only] Indicates the field in the request that caused the error. This property is optional.
|
35641
35571
|
"""
|
35642
35572
|
return pulumi.get(self, "location")
|
35643
35573
|
|
@@ -35681,16 +35611,16 @@ class ResizeRequestStatusErrorErrorErrorDetail(dict):
|
|
35681
35611
|
quota_infos: Optional[Sequence['outputs.ResizeRequestStatusErrorErrorErrorDetailQuotaInfo']] = None):
|
35682
35612
|
"""
|
35683
35613
|
:param Sequence['ResizeRequestStatusErrorErrorErrorDetailErrorInfoArgs'] error_infos: (Output)
|
35684
|
-
|
35614
|
+
[Output Only]
|
35685
35615
|
Structure is documented below.
|
35686
35616
|
:param Sequence['ResizeRequestStatusErrorErrorErrorDetailHelpArgs'] helps: (Output)
|
35687
|
-
|
35617
|
+
[Output Only]
|
35688
35618
|
Structure is documented below.
|
35689
35619
|
:param Sequence['ResizeRequestStatusErrorErrorErrorDetailLocalizedMessageArgs'] localized_messages: (Output)
|
35690
|
-
|
35620
|
+
[Output Only]
|
35691
35621
|
Structure is documented below.
|
35692
35622
|
:param Sequence['ResizeRequestStatusErrorErrorErrorDetailQuotaInfoArgs'] quota_infos: (Output)
|
35693
|
-
|
35623
|
+
[Output Only]
|
35694
35624
|
Structure is documented below.
|
35695
35625
|
"""
|
35696
35626
|
if error_infos is not None:
|
@@ -35707,7 +35637,7 @@ class ResizeRequestStatusErrorErrorErrorDetail(dict):
|
|
35707
35637
|
def error_infos(self) -> Optional[Sequence['outputs.ResizeRequestStatusErrorErrorErrorDetailErrorInfo']]:
|
35708
35638
|
"""
|
35709
35639
|
(Output)
|
35710
|
-
|
35640
|
+
[Output Only]
|
35711
35641
|
Structure is documented below.
|
35712
35642
|
"""
|
35713
35643
|
return pulumi.get(self, "error_infos")
|
@@ -35717,7 +35647,7 @@ class ResizeRequestStatusErrorErrorErrorDetail(dict):
|
|
35717
35647
|
def helps(self) -> Optional[Sequence['outputs.ResizeRequestStatusErrorErrorErrorDetailHelp']]:
|
35718
35648
|
"""
|
35719
35649
|
(Output)
|
35720
|
-
|
35650
|
+
[Output Only]
|
35721
35651
|
Structure is documented below.
|
35722
35652
|
"""
|
35723
35653
|
return pulumi.get(self, "helps")
|
@@ -35727,7 +35657,7 @@ class ResizeRequestStatusErrorErrorErrorDetail(dict):
|
|
35727
35657
|
def localized_messages(self) -> Optional[Sequence['outputs.ResizeRequestStatusErrorErrorErrorDetailLocalizedMessage']]:
|
35728
35658
|
"""
|
35729
35659
|
(Output)
|
35730
|
-
|
35660
|
+
[Output Only]
|
35731
35661
|
Structure is documented below.
|
35732
35662
|
"""
|
35733
35663
|
return pulumi.get(self, "localized_messages")
|
@@ -35737,7 +35667,7 @@ class ResizeRequestStatusErrorErrorErrorDetail(dict):
|
|
35737
35667
|
def quota_infos(self) -> Optional[Sequence['outputs.ResizeRequestStatusErrorErrorErrorDetailQuotaInfo']]:
|
35738
35668
|
"""
|
35739
35669
|
(Output)
|
35740
|
-
|
35670
|
+
[Output Only]
|
35741
35671
|
Structure is documented below.
|
35742
35672
|
"""
|
35743
35673
|
return pulumi.get(self, "quota_infos")
|
@@ -35751,11 +35681,12 @@ class ResizeRequestStatusErrorErrorErrorDetailErrorInfo(dict):
|
|
35751
35681
|
reason: Optional[str] = None):
|
35752
35682
|
"""
|
35753
35683
|
:param str domain: (Output)
|
35754
|
-
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".
|
35684
|
+
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".
|
35755
35685
|
:param Mapping[str, str] metadatas: (Output)
|
35756
35686
|
Additional structured details about this error.
|
35687
|
+
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.
|
35757
35688
|
:param str reason: (Output)
|
35758
|
-
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.
|
35689
|
+
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.
|
35759
35690
|
"""
|
35760
35691
|
if domain is not None:
|
35761
35692
|
pulumi.set(__self__, "domain", domain)
|
@@ -35769,7 +35700,7 @@ class ResizeRequestStatusErrorErrorErrorDetailErrorInfo(dict):
|
|
35769
35700
|
def domain(self) -> Optional[str]:
|
35770
35701
|
"""
|
35771
35702
|
(Output)
|
35772
|
-
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".
|
35703
|
+
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".
|
35773
35704
|
"""
|
35774
35705
|
return pulumi.get(self, "domain")
|
35775
35706
|
|
@@ -35779,6 +35710,7 @@ class ResizeRequestStatusErrorErrorErrorDetailErrorInfo(dict):
|
|
35779
35710
|
"""
|
35780
35711
|
(Output)
|
35781
35712
|
Additional structured details about this error.
|
35713
|
+
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.
|
35782
35714
|
"""
|
35783
35715
|
return pulumi.get(self, "metadatas")
|
35784
35716
|
|
@@ -35787,7 +35719,7 @@ class ResizeRequestStatusErrorErrorErrorDetailErrorInfo(dict):
|
|
35787
35719
|
def reason(self) -> Optional[str]:
|
35788
35720
|
"""
|
35789
35721
|
(Output)
|
35790
|
-
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.
|
35722
|
+
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.
|
35791
35723
|
"""
|
35792
35724
|
return pulumi.get(self, "reason")
|
35793
35725
|
|
@@ -35798,7 +35730,7 @@ class ResizeRequestStatusErrorErrorErrorDetailHelp(dict):
|
|
35798
35730
|
links: Optional[Sequence['outputs.ResizeRequestStatusErrorErrorErrorDetailHelpLink']] = None):
|
35799
35731
|
"""
|
35800
35732
|
:param Sequence['ResizeRequestStatusErrorErrorErrorDetailHelpLinkArgs'] links: (Output)
|
35801
|
-
|
35733
|
+
[Output Only]
|
35802
35734
|
Structure is documented below.
|
35803
35735
|
"""
|
35804
35736
|
if links is not None:
|
@@ -35809,7 +35741,7 @@ class ResizeRequestStatusErrorErrorErrorDetailHelp(dict):
|
|
35809
35741
|
def links(self) -> Optional[Sequence['outputs.ResizeRequestStatusErrorErrorErrorDetailHelpLink']]:
|
35810
35742
|
"""
|
35811
35743
|
(Output)
|
35812
|
-
|
35744
|
+
[Output Only]
|
35813
35745
|
Structure is documented below.
|
35814
35746
|
"""
|
35815
35747
|
return pulumi.get(self, "links")
|
@@ -36003,7 +35935,7 @@ class ResizeRequestStatusLastAttempt(dict):
|
|
36003
35935
|
errors: Optional[Sequence['outputs.ResizeRequestStatusLastAttemptError']] = None):
|
36004
35936
|
"""
|
36005
35937
|
:param Sequence['ResizeRequestStatusLastAttemptErrorArgs'] errors: (Output)
|
36006
|
-
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.
|
35938
|
+
[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.
|
36007
35939
|
Structure is documented below.
|
36008
35940
|
"""
|
36009
35941
|
if errors is not None:
|
@@ -36014,7 +35946,7 @@ class ResizeRequestStatusLastAttempt(dict):
|
|
36014
35946
|
def errors(self) -> Optional[Sequence['outputs.ResizeRequestStatusLastAttemptError']]:
|
36015
35947
|
"""
|
36016
35948
|
(Output)
|
36017
|
-
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.
|
35949
|
+
[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.
|
36018
35950
|
Structure is documented below.
|
36019
35951
|
"""
|
36020
35952
|
return pulumi.get(self, "errors")
|
@@ -36026,7 +35958,7 @@ class ResizeRequestStatusLastAttemptError(dict):
|
|
36026
35958
|
errors: Optional[Sequence['outputs.ResizeRequestStatusLastAttemptErrorError']] = None):
|
36027
35959
|
"""
|
36028
35960
|
:param Sequence['ResizeRequestStatusLastAttemptErrorErrorArgs'] errors: (Output)
|
36029
|
-
The array of errors encountered while processing this operation.
|
35961
|
+
[Output Only] The array of errors encountered while processing this operation.
|
36030
35962
|
Structure is documented below.
|
36031
35963
|
"""
|
36032
35964
|
if errors is not None:
|
@@ -36037,7 +35969,7 @@ class ResizeRequestStatusLastAttemptError(dict):
|
|
36037
35969
|
def errors(self) -> Optional[Sequence['outputs.ResizeRequestStatusLastAttemptErrorError']]:
|
36038
35970
|
"""
|
36039
35971
|
(Output)
|
36040
|
-
The array of errors encountered while processing this operation.
|
35972
|
+
[Output Only] The array of errors encountered while processing this operation.
|
36041
35973
|
Structure is documented below.
|
36042
35974
|
"""
|
36043
35975
|
return pulumi.get(self, "errors")
|
@@ -36069,12 +36001,12 @@ class ResizeRequestStatusLastAttemptErrorError(dict):
|
|
36069
36001
|
message: Optional[str] = None):
|
36070
36002
|
"""
|
36071
36003
|
:param str code: (Output)
|
36072
|
-
The error type identifier for this error.
|
36004
|
+
[Output Only] The error type identifier for this error.
|
36073
36005
|
:param Sequence['ResizeRequestStatusLastAttemptErrorErrorErrorDetailArgs'] error_details: (Output)
|
36074
|
-
An
|
36006
|
+
[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.
|
36075
36007
|
Structure is documented below.
|
36076
36008
|
:param str location: (Output)
|
36077
|
-
Indicates the field in the request that caused the error. This property is optional.
|
36009
|
+
Output Only] Indicates the field in the request that caused the error. This property is optional.
|
36078
36010
|
:param str message: (Output)
|
36079
36011
|
The localized error message in the above locale.
|
36080
36012
|
"""
|
@@ -36092,7 +36024,7 @@ class ResizeRequestStatusLastAttemptErrorError(dict):
|
|
36092
36024
|
def code(self) -> Optional[str]:
|
36093
36025
|
"""
|
36094
36026
|
(Output)
|
36095
|
-
The error type identifier for this error.
|
36027
|
+
[Output Only] The error type identifier for this error.
|
36096
36028
|
"""
|
36097
36029
|
return pulumi.get(self, "code")
|
36098
36030
|
|
@@ -36101,7 +36033,7 @@ class ResizeRequestStatusLastAttemptErrorError(dict):
|
|
36101
36033
|
def error_details(self) -> Optional[Sequence['outputs.ResizeRequestStatusLastAttemptErrorErrorErrorDetail']]:
|
36102
36034
|
"""
|
36103
36035
|
(Output)
|
36104
|
-
An
|
36036
|
+
[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.
|
36105
36037
|
Structure is documented below.
|
36106
36038
|
"""
|
36107
36039
|
return pulumi.get(self, "error_details")
|
@@ -36111,7 +36043,7 @@ class ResizeRequestStatusLastAttemptErrorError(dict):
|
|
36111
36043
|
def location(self) -> Optional[str]:
|
36112
36044
|
"""
|
36113
36045
|
(Output)
|
36114
|
-
Indicates the field in the request that caused the error. This property is optional.
|
36046
|
+
Output Only] Indicates the field in the request that caused the error. This property is optional.
|
36115
36047
|
"""
|
36116
36048
|
return pulumi.get(self, "location")
|
36117
36049
|
|
@@ -36155,16 +36087,16 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetail(dict):
|
|
36155
36087
|
quota_infos: Optional[Sequence['outputs.ResizeRequestStatusLastAttemptErrorErrorErrorDetailQuotaInfo']] = None):
|
36156
36088
|
"""
|
36157
36089
|
:param Sequence['ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfoArgs'] error_infos: (Output)
|
36158
|
-
|
36090
|
+
[Output Only]
|
36159
36091
|
Structure is documented below.
|
36160
36092
|
:param Sequence['ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpArgs'] helps: (Output)
|
36161
|
-
|
36093
|
+
[Output Only]
|
36162
36094
|
Structure is documented below.
|
36163
36095
|
:param Sequence['ResizeRequestStatusLastAttemptErrorErrorErrorDetailLocalizedMessageArgs'] localized_messages: (Output)
|
36164
|
-
|
36096
|
+
[Output Only]
|
36165
36097
|
Structure is documented below.
|
36166
36098
|
:param Sequence['ResizeRequestStatusLastAttemptErrorErrorErrorDetailQuotaInfoArgs'] quota_infos: (Output)
|
36167
|
-
|
36099
|
+
[Output Only]
|
36168
36100
|
Structure is documented below.
|
36169
36101
|
"""
|
36170
36102
|
if error_infos is not None:
|
@@ -36181,7 +36113,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetail(dict):
|
|
36181
36113
|
def error_infos(self) -> Optional[Sequence['outputs.ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfo']]:
|
36182
36114
|
"""
|
36183
36115
|
(Output)
|
36184
|
-
|
36116
|
+
[Output Only]
|
36185
36117
|
Structure is documented below.
|
36186
36118
|
"""
|
36187
36119
|
return pulumi.get(self, "error_infos")
|
@@ -36191,7 +36123,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetail(dict):
|
|
36191
36123
|
def helps(self) -> Optional[Sequence['outputs.ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelp']]:
|
36192
36124
|
"""
|
36193
36125
|
(Output)
|
36194
|
-
|
36126
|
+
[Output Only]
|
36195
36127
|
Structure is documented below.
|
36196
36128
|
"""
|
36197
36129
|
return pulumi.get(self, "helps")
|
@@ -36201,7 +36133,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetail(dict):
|
|
36201
36133
|
def localized_messages(self) -> Optional[Sequence['outputs.ResizeRequestStatusLastAttemptErrorErrorErrorDetailLocalizedMessage']]:
|
36202
36134
|
"""
|
36203
36135
|
(Output)
|
36204
|
-
|
36136
|
+
[Output Only]
|
36205
36137
|
Structure is documented below.
|
36206
36138
|
"""
|
36207
36139
|
return pulumi.get(self, "localized_messages")
|
@@ -36211,7 +36143,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetail(dict):
|
|
36211
36143
|
def quota_infos(self) -> Optional[Sequence['outputs.ResizeRequestStatusLastAttemptErrorErrorErrorDetailQuotaInfo']]:
|
36212
36144
|
"""
|
36213
36145
|
(Output)
|
36214
|
-
|
36146
|
+
[Output Only]
|
36215
36147
|
Structure is documented below.
|
36216
36148
|
"""
|
36217
36149
|
return pulumi.get(self, "quota_infos")
|
@@ -36225,11 +36157,12 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfo(dict):
|
|
36225
36157
|
reason: Optional[str] = None):
|
36226
36158
|
"""
|
36227
36159
|
:param str domain: (Output)
|
36228
|
-
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".
|
36160
|
+
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".
|
36229
36161
|
:param Mapping[str, str] metadatas: (Output)
|
36230
36162
|
Additional structured details about this error.
|
36163
|
+
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.
|
36231
36164
|
:param str reason: (Output)
|
36232
|
-
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.
|
36165
|
+
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.
|
36233
36166
|
"""
|
36234
36167
|
if domain is not None:
|
36235
36168
|
pulumi.set(__self__, "domain", domain)
|
@@ -36243,7 +36176,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfo(dict):
|
|
36243
36176
|
def domain(self) -> Optional[str]:
|
36244
36177
|
"""
|
36245
36178
|
(Output)
|
36246
|
-
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".
|
36179
|
+
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".
|
36247
36180
|
"""
|
36248
36181
|
return pulumi.get(self, "domain")
|
36249
36182
|
|
@@ -36253,6 +36186,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfo(dict):
|
|
36253
36186
|
"""
|
36254
36187
|
(Output)
|
36255
36188
|
Additional structured details about this error.
|
36189
|
+
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.
|
36256
36190
|
"""
|
36257
36191
|
return pulumi.get(self, "metadatas")
|
36258
36192
|
|
@@ -36261,7 +36195,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailErrorInfo(dict):
|
|
36261
36195
|
def reason(self) -> Optional[str]:
|
36262
36196
|
"""
|
36263
36197
|
(Output)
|
36264
|
-
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.
|
36198
|
+
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.
|
36265
36199
|
"""
|
36266
36200
|
return pulumi.get(self, "reason")
|
36267
36201
|
|
@@ -36272,7 +36206,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelp(dict):
|
|
36272
36206
|
links: Optional[Sequence['outputs.ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpLink']] = None):
|
36273
36207
|
"""
|
36274
36208
|
:param Sequence['ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpLinkArgs'] links: (Output)
|
36275
|
-
|
36209
|
+
[Output Only]
|
36276
36210
|
Structure is documented below.
|
36277
36211
|
"""
|
36278
36212
|
if links is not None:
|
@@ -36283,7 +36217,7 @@ class ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelp(dict):
|
|
36283
36217
|
def links(self) -> Optional[Sequence['outputs.ResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpLink']]:
|
36284
36218
|
"""
|
36285
36219
|
(Output)
|
36286
|
-
|
36220
|
+
[Output Only]
|
36287
36221
|
Structure is documented below.
|
36288
36222
|
"""
|
36289
36223
|
return pulumi.get(self, "links")
|
@@ -53499,7 +53433,6 @@ class GetInstanceReservationAffinitySpecificReservationResult(dict):
|
|
53499
53433
|
class GetInstanceSchedulingResult(dict):
|
53500
53434
|
def __init__(__self__, *,
|
53501
53435
|
automatic_restart: bool,
|
53502
|
-
availability_domain: int,
|
53503
53436
|
host_error_timeout_seconds: int,
|
53504
53437
|
instance_termination_action: str,
|
53505
53438
|
local_ssd_recovery_timeouts: Sequence['outputs.GetInstanceSchedulingLocalSsdRecoveryTimeoutResult'],
|
@@ -53514,7 +53447,6 @@ class GetInstanceSchedulingResult(dict):
|
|
53514
53447
|
"""
|
53515
53448
|
:param bool automatic_restart: Specifies if the instance should be
|
53516
53449
|
restarted if it was terminated by Compute Engine (not a user).
|
53517
|
-
:param int availability_domain: Specifies the availability domain, which this instance should be scheduled on.
|
53518
53450
|
:param int host_error_timeout_seconds: Beta Time in seconds for host error detection.
|
53519
53451
|
:param 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)
|
53520
53452
|
:param Sequence['GetInstanceSchedulingLocalSsdRecoveryTimeoutArgs'] local_ssd_recovery_timeouts: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -53532,7 +53464,6 @@ class GetInstanceSchedulingResult(dict):
|
|
53532
53464
|
:param str provisioning_model: Describe the type of preemptible VM.
|
53533
53465
|
"""
|
53534
53466
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
53535
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
53536
53467
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
53537
53468
|
pulumi.set(__self__, "instance_termination_action", instance_termination_action)
|
53538
53469
|
pulumi.set(__self__, "local_ssd_recovery_timeouts", local_ssd_recovery_timeouts)
|
@@ -53554,14 +53485,6 @@ class GetInstanceSchedulingResult(dict):
|
|
53554
53485
|
"""
|
53555
53486
|
return pulumi.get(self, "automatic_restart")
|
53556
53487
|
|
53557
|
-
@property
|
53558
|
-
@pulumi.getter(name="availabilityDomain")
|
53559
|
-
def availability_domain(self) -> int:
|
53560
|
-
"""
|
53561
|
-
Specifies the availability domain, which this instance should be scheduled on.
|
53562
|
-
"""
|
53563
|
-
return pulumi.get(self, "availability_domain")
|
53564
|
-
|
53565
53488
|
@property
|
53566
53489
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
53567
53490
|
def host_error_timeout_seconds(self) -> int:
|
@@ -54829,7 +54752,6 @@ class GetInstanceTemplateReservationAffinitySpecificReservationResult(dict):
|
|
54829
54752
|
class GetInstanceTemplateSchedulingResult(dict):
|
54830
54753
|
def __init__(__self__, *,
|
54831
54754
|
automatic_restart: bool,
|
54832
|
-
availability_domain: int,
|
54833
54755
|
host_error_timeout_seconds: int,
|
54834
54756
|
instance_termination_action: str,
|
54835
54757
|
local_ssd_recovery_timeouts: Sequence['outputs.GetInstanceTemplateSchedulingLocalSsdRecoveryTimeoutResult'],
|
@@ -54845,7 +54767,6 @@ class GetInstanceTemplateSchedulingResult(dict):
|
|
54845
54767
|
:param bool automatic_restart: Specifies whether the instance should be
|
54846
54768
|
automatically restarted if it is terminated by Compute Engine (not
|
54847
54769
|
terminated by a user). This defaults to true.
|
54848
|
-
:param int availability_domain: Specifies the availability domain, which this instance should be scheduled on.
|
54849
54770
|
:param int host_error_timeout_seconds: Beta Time in seconds for host error detection.
|
54850
54771
|
:param 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)
|
54851
54772
|
:param Sequence['GetInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs'] local_ssd_recovery_timeouts: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -54869,7 +54790,6 @@ class GetInstanceTemplateSchedulingResult(dict):
|
|
54869
54790
|
:param str provisioning_model: Describe the type of preemptible VM.
|
54870
54791
|
"""
|
54871
54792
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
54872
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
54873
54793
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
54874
54794
|
pulumi.set(__self__, "instance_termination_action", instance_termination_action)
|
54875
54795
|
pulumi.set(__self__, "local_ssd_recovery_timeouts", local_ssd_recovery_timeouts)
|
@@ -54892,14 +54812,6 @@ class GetInstanceTemplateSchedulingResult(dict):
|
|
54892
54812
|
"""
|
54893
54813
|
return pulumi.get(self, "automatic_restart")
|
54894
54814
|
|
54895
|
-
@property
|
54896
|
-
@pulumi.getter(name="availabilityDomain")
|
54897
|
-
def availability_domain(self) -> int:
|
54898
|
-
"""
|
54899
|
-
Specifies the availability domain, which this instance should be scheduled on.
|
54900
|
-
"""
|
54901
|
-
return pulumi.get(self, "availability_domain")
|
54902
|
-
|
54903
54815
|
@property
|
54904
54816
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
54905
54817
|
def host_error_timeout_seconds(self) -> int:
|
@@ -57173,7 +57085,6 @@ class GetRegionInstanceTemplateReservationAffinitySpecificReservationResult(dict
|
|
57173
57085
|
class GetRegionInstanceTemplateSchedulingResult(dict):
|
57174
57086
|
def __init__(__self__, *,
|
57175
57087
|
automatic_restart: bool,
|
57176
|
-
availability_domain: int,
|
57177
57088
|
host_error_timeout_seconds: int,
|
57178
57089
|
instance_termination_action: str,
|
57179
57090
|
local_ssd_recovery_timeouts: Sequence['outputs.GetRegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutResult'],
|
@@ -57189,7 +57100,6 @@ class GetRegionInstanceTemplateSchedulingResult(dict):
|
|
57189
57100
|
:param bool automatic_restart: Specifies whether the instance should be
|
57190
57101
|
automatically restarted if it is terminated by Compute Engine (not
|
57191
57102
|
terminated by a user). This defaults to true.
|
57192
|
-
:param int availability_domain: Specifies the availability domain, which this instance should be scheduled on.
|
57193
57103
|
:param int host_error_timeout_seconds: Beta Time in seconds for host error detection.
|
57194
57104
|
:param 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)
|
57195
57105
|
:param Sequence['GetRegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs'] local_ssd_recovery_timeouts: Specifies the maximum amount of time a Local Ssd Vm should wait while
|
@@ -57213,7 +57123,6 @@ class GetRegionInstanceTemplateSchedulingResult(dict):
|
|
57213
57123
|
:param str provisioning_model: Describe the type of preemptible VM.
|
57214
57124
|
"""
|
57215
57125
|
pulumi.set(__self__, "automatic_restart", automatic_restart)
|
57216
|
-
pulumi.set(__self__, "availability_domain", availability_domain)
|
57217
57126
|
pulumi.set(__self__, "host_error_timeout_seconds", host_error_timeout_seconds)
|
57218
57127
|
pulumi.set(__self__, "instance_termination_action", instance_termination_action)
|
57219
57128
|
pulumi.set(__self__, "local_ssd_recovery_timeouts", local_ssd_recovery_timeouts)
|
@@ -57236,14 +57145,6 @@ class GetRegionInstanceTemplateSchedulingResult(dict):
|
|
57236
57145
|
"""
|
57237
57146
|
return pulumi.get(self, "automatic_restart")
|
57238
57147
|
|
57239
|
-
@property
|
57240
|
-
@pulumi.getter(name="availabilityDomain")
|
57241
|
-
def availability_domain(self) -> int:
|
57242
|
-
"""
|
57243
|
-
Specifies the availability domain, which this instance should be scheduled on.
|
57244
|
-
"""
|
57245
|
-
return pulumi.get(self, "availability_domain")
|
57246
|
-
|
57247
57148
|
@property
|
57248
57149
|
@pulumi.getter(name="hostErrorTimeoutSeconds")
|
57249
57150
|
def host_error_timeout_seconds(self) -> int:
|