pulumi-gcp 8.42.0a1756709266__py3-none-any.whl → 8.42.0a1756925793__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/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/database_instance.py +7 -14
- pulumi_gcp/storage/bucket.py +7 -14
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/RECORD +34 -34
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/top_level.txt +0 -0
@@ -66,22 +66,19 @@ class InstanceFromTemplateArgs:
|
|
66
66
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateAttachedDiskArgs']]] attached_disks: List of disks attached to the instance
|
67
67
|
:param pulumi.Input['InstanceFromTemplateBootDiskArgs'] boot_disk: The boot disk for the instance.
|
68
68
|
:param pulumi.Input[_builtins.bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
69
|
-
:param pulumi.Input['InstanceFromTemplateConfidentialInstanceConfigArgs'] confidential_instance_config: The Confidential VM config being used by the instance.
|
70
|
-
to create.
|
69
|
+
:param pulumi.Input['InstanceFromTemplateConfidentialInstanceConfigArgs'] confidential_instance_config: The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail to create.
|
71
70
|
:param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
72
71
|
:param pulumi.Input[_builtins.str] description: A brief description of the resource.
|
73
72
|
:param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
|
74
73
|
:param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
|
75
74
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
76
|
-
:param pulumi.Input[_builtins.str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
77
|
-
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
78
|
-
exceed 253 characters. Changing this forces a new resource to be created.
|
75
|
+
:param pulumi.Input[_builtins.str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
|
79
76
|
:param pulumi.Input['InstanceFromTemplateInstanceEncryptionKeyArgs'] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
|
80
|
-
:param pulumi.Input[_builtins.str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
77
|
+
:param pulumi.Input[_builtins.str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the default.
|
78
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance.
|
79
|
+
|
80
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
81
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
85
82
|
:param pulumi.Input[_builtins.str] machine_type: The machine type to create.
|
86
83
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
|
87
84
|
:param pulumi.Input[_builtins.str] metadata_startup_script: Metadata startup scripts made available within the instance.
|
@@ -89,12 +86,10 @@ class InstanceFromTemplateArgs:
|
|
89
86
|
:param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
|
90
87
|
Changing this forces a new resource to be created.
|
91
88
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateNetworkInterfaceArgs']]] network_interfaces: The networks attached to the instance.
|
92
|
-
:param pulumi.Input['InstanceFromTemplateNetworkPerformanceConfigArgs'] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
93
|
-
default network performance configuration.
|
89
|
+
:param pulumi.Input['InstanceFromTemplateNetworkPerformanceConfigArgs'] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.
|
94
90
|
:param pulumi.Input['InstanceFromTemplateParamsArgs'] params: Stores additional params passed with the request, but not persisted as part of resource payload.
|
95
91
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
|
96
|
-
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
97
|
-
self_link nor project are provided, the provider project is used.
|
92
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither self_link nor project are provided, the provider project is used.
|
98
93
|
:param pulumi.Input['InstanceFromTemplateReservationAffinityArgs'] reservation_affinity: Specifies the reservations that this instance can consume from.
|
99
94
|
:param pulumi.Input[_builtins.str] resource_policies: A list of self_links of resource policies to attach to the instance. Currently a max of 1 resource policy is supported.
|
100
95
|
:param pulumi.Input['InstanceFromTemplateSchedulingArgs'] scheduling: The scheduling strategy being used by the instance.
|
@@ -254,8 +249,7 @@ class InstanceFromTemplateArgs:
|
|
254
249
|
@pulumi.getter(name="confidentialInstanceConfig")
|
255
250
|
def confidential_instance_config(self) -> Optional[pulumi.Input['InstanceFromTemplateConfidentialInstanceConfigArgs']]:
|
256
251
|
"""
|
257
|
-
The Confidential VM config being used by the instance.
|
258
|
-
to create.
|
252
|
+
The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail to create.
|
259
253
|
"""
|
260
254
|
return pulumi.get(self, "confidential_instance_config")
|
261
255
|
|
@@ -327,9 +321,7 @@ class InstanceFromTemplateArgs:
|
|
327
321
|
@pulumi.getter
|
328
322
|
def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
|
329
323
|
"""
|
330
|
-
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
331
|
-
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
332
|
-
exceed 253 characters. Changing this forces a new resource to be created.
|
324
|
+
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
|
333
325
|
"""
|
334
326
|
return pulumi.get(self, "hostname")
|
335
327
|
|
@@ -353,8 +345,7 @@ class InstanceFromTemplateArgs:
|
|
353
345
|
@pulumi.getter(name="keyRevocationActionType")
|
354
346
|
def key_revocation_action_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
355
347
|
"""
|
356
|
-
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
357
|
-
default.
|
348
|
+
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the default.
|
358
349
|
"""
|
359
350
|
return pulumi.get(self, "key_revocation_action_type")
|
360
351
|
|
@@ -366,9 +357,10 @@ class InstanceFromTemplateArgs:
|
|
366
357
|
@pulumi.getter
|
367
358
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
368
359
|
"""
|
369
|
-
A set of key/value label pairs assigned to the instance.
|
370
|
-
|
371
|
-
|
360
|
+
A set of key/value label pairs assigned to the instance.
|
361
|
+
|
362
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
363
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
372
364
|
"""
|
373
365
|
return pulumi.get(self, "labels")
|
374
366
|
|
@@ -453,8 +445,7 @@ class InstanceFromTemplateArgs:
|
|
453
445
|
@pulumi.getter(name="networkPerformanceConfig")
|
454
446
|
def network_performance_config(self) -> Optional[pulumi.Input['InstanceFromTemplateNetworkPerformanceConfigArgs']]:
|
455
447
|
"""
|
456
|
-
Configures network performance settings for the instance. If not specified, the instance will be created with its
|
457
|
-
default network performance configuration.
|
448
|
+
Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.
|
458
449
|
"""
|
459
450
|
return pulumi.get(self, "network_performance_config")
|
460
451
|
|
@@ -490,8 +481,7 @@ class InstanceFromTemplateArgs:
|
|
490
481
|
@pulumi.getter
|
491
482
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
492
483
|
"""
|
493
|
-
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
494
|
-
self_link nor project are provided, the provider project is used.
|
484
|
+
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither self_link nor project are provided, the provider project is used.
|
495
485
|
"""
|
496
486
|
return pulumi.get(self, "project")
|
497
487
|
|
@@ -654,29 +644,26 @@ class _InstanceFromTemplateState:
|
|
654
644
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateAttachedDiskArgs']]] attached_disks: List of disks attached to the instance
|
655
645
|
:param pulumi.Input['InstanceFromTemplateBootDiskArgs'] boot_disk: The boot disk for the instance.
|
656
646
|
:param pulumi.Input[_builtins.bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
657
|
-
:param pulumi.Input['InstanceFromTemplateConfidentialInstanceConfigArgs'] confidential_instance_config: The Confidential VM config being used by the instance.
|
658
|
-
to create.
|
647
|
+
:param pulumi.Input['InstanceFromTemplateConfidentialInstanceConfigArgs'] confidential_instance_config: The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail to create.
|
659
648
|
:param pulumi.Input[_builtins.str] cpu_platform: The CPU platform used by this instance.
|
660
649
|
:param pulumi.Input[_builtins.str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
661
|
-
:param pulumi.Input[_builtins.str] current_status: Current status of the instance.
|
662
|
-
|
663
|
-
|
650
|
+
:param pulumi.Input[_builtins.str] current_status: Current status of the instance.
|
651
|
+
This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED.
|
652
|
+
For more information about the status of the instance, see [Instance life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
664
653
|
:param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
665
654
|
:param pulumi.Input[_builtins.str] description: A brief description of the resource.
|
666
655
|
:param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
|
667
656
|
:param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
|
668
657
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
669
|
-
:param pulumi.Input[_builtins.str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
670
|
-
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
671
|
-
exceed 253 characters. Changing this forces a new resource to be created.
|
658
|
+
:param pulumi.Input[_builtins.str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
|
672
659
|
:param pulumi.Input['InstanceFromTemplateInstanceEncryptionKeyArgs'] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
|
673
660
|
:param pulumi.Input[_builtins.str] instance_id: The server-assigned unique identifier of this instance.
|
674
|
-
:param pulumi.Input[_builtins.str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
675
|
-
default.
|
661
|
+
:param pulumi.Input[_builtins.str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the default.
|
676
662
|
:param pulumi.Input[_builtins.str] label_fingerprint: The unique fingerprint of the labels.
|
677
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance.
|
678
|
-
|
679
|
-
|
663
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance.
|
664
|
+
|
665
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
666
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
680
667
|
:param pulumi.Input[_builtins.str] machine_type: The machine type to create.
|
681
668
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
|
682
669
|
:param pulumi.Input[_builtins.str] metadata_fingerprint: The unique fingerprint of the metadata.
|
@@ -685,12 +672,10 @@ class _InstanceFromTemplateState:
|
|
685
672
|
:param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
|
686
673
|
Changing this forces a new resource to be created.
|
687
674
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateNetworkInterfaceArgs']]] network_interfaces: The networks attached to the instance.
|
688
|
-
:param pulumi.Input['InstanceFromTemplateNetworkPerformanceConfigArgs'] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
689
|
-
default network performance configuration.
|
675
|
+
:param pulumi.Input['InstanceFromTemplateNetworkPerformanceConfigArgs'] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.
|
690
676
|
:param pulumi.Input['InstanceFromTemplateParamsArgs'] params: Stores additional params passed with the request, but not persisted as part of resource payload.
|
691
677
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
|
692
|
-
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
693
|
-
self_link nor project are provided, the provider project is used.
|
678
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither self_link nor project are provided, the provider project is used.
|
694
679
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
695
680
|
:param pulumi.Input['InstanceFromTemplateReservationAffinityArgs'] reservation_affinity: Specifies the reservations that this instance can consume from.
|
696
681
|
:param pulumi.Input[_builtins.str] resource_policies: A list of self_links of resource policies to attach to the instance. Currently a max of 1 resource policy is supported.
|
@@ -863,8 +848,7 @@ class _InstanceFromTemplateState:
|
|
863
848
|
@pulumi.getter(name="confidentialInstanceConfig")
|
864
849
|
def confidential_instance_config(self) -> Optional[pulumi.Input['InstanceFromTemplateConfidentialInstanceConfigArgs']]:
|
865
850
|
"""
|
866
|
-
The Confidential VM config being used by the instance.
|
867
|
-
to create.
|
851
|
+
The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail to create.
|
868
852
|
"""
|
869
853
|
return pulumi.get(self, "confidential_instance_config")
|
870
854
|
|
@@ -900,9 +884,9 @@ class _InstanceFromTemplateState:
|
|
900
884
|
@pulumi.getter(name="currentStatus")
|
901
885
|
def current_status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
902
886
|
"""
|
903
|
-
Current status of the instance.
|
904
|
-
|
905
|
-
|
887
|
+
Current status of the instance.
|
888
|
+
This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED.
|
889
|
+
For more information about the status of the instance, see [Instance life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
906
890
|
"""
|
907
891
|
return pulumi.get(self, "current_status")
|
908
892
|
|
@@ -983,9 +967,7 @@ class _InstanceFromTemplateState:
|
|
983
967
|
@pulumi.getter
|
984
968
|
def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
|
985
969
|
"""
|
986
|
-
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
987
|
-
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
988
|
-
exceed 253 characters. Changing this forces a new resource to be created.
|
970
|
+
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
|
989
971
|
"""
|
990
972
|
return pulumi.get(self, "hostname")
|
991
973
|
|
@@ -1021,8 +1003,7 @@ class _InstanceFromTemplateState:
|
|
1021
1003
|
@pulumi.getter(name="keyRevocationActionType")
|
1022
1004
|
def key_revocation_action_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1023
1005
|
"""
|
1024
|
-
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
1025
|
-
default.
|
1006
|
+
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the default.
|
1026
1007
|
"""
|
1027
1008
|
return pulumi.get(self, "key_revocation_action_type")
|
1028
1009
|
|
@@ -1046,9 +1027,10 @@ class _InstanceFromTemplateState:
|
|
1046
1027
|
@pulumi.getter
|
1047
1028
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
1048
1029
|
"""
|
1049
|
-
A set of key/value label pairs assigned to the instance.
|
1050
|
-
|
1051
|
-
|
1030
|
+
A set of key/value label pairs assigned to the instance.
|
1031
|
+
|
1032
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
1033
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
1052
1034
|
"""
|
1053
1035
|
return pulumi.get(self, "labels")
|
1054
1036
|
|
@@ -1145,8 +1127,7 @@ class _InstanceFromTemplateState:
|
|
1145
1127
|
@pulumi.getter(name="networkPerformanceConfig")
|
1146
1128
|
def network_performance_config(self) -> Optional[pulumi.Input['InstanceFromTemplateNetworkPerformanceConfigArgs']]:
|
1147
1129
|
"""
|
1148
|
-
Configures network performance settings for the instance. If not specified, the instance will be created with its
|
1149
|
-
default network performance configuration.
|
1130
|
+
Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.
|
1150
1131
|
"""
|
1151
1132
|
return pulumi.get(self, "network_performance_config")
|
1152
1133
|
|
@@ -1182,8 +1163,7 @@ class _InstanceFromTemplateState:
|
|
1182
1163
|
@pulumi.getter
|
1183
1164
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1184
1165
|
"""
|
1185
|
-
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
1186
|
-
self_link nor project are provided, the provider project is used.
|
1166
|
+
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither self_link nor project are provided, the provider project is used.
|
1187
1167
|
"""
|
1188
1168
|
return pulumi.get(self, "project")
|
1189
1169
|
|
@@ -1438,22 +1418,19 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1438
1418
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateAttachedDiskArgs', 'InstanceFromTemplateAttachedDiskArgsDict']]]] attached_disks: List of disks attached to the instance
|
1439
1419
|
:param pulumi.Input[Union['InstanceFromTemplateBootDiskArgs', 'InstanceFromTemplateBootDiskArgsDict']] boot_disk: The boot disk for the instance.
|
1440
1420
|
:param pulumi.Input[_builtins.bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
1441
|
-
:param pulumi.Input[Union['InstanceFromTemplateConfidentialInstanceConfigArgs', 'InstanceFromTemplateConfidentialInstanceConfigArgsDict']] confidential_instance_config: The Confidential VM config being used by the instance.
|
1442
|
-
to create.
|
1421
|
+
:param pulumi.Input[Union['InstanceFromTemplateConfidentialInstanceConfigArgs', 'InstanceFromTemplateConfidentialInstanceConfigArgsDict']] confidential_instance_config: The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail to create.
|
1443
1422
|
:param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
1444
1423
|
:param pulumi.Input[_builtins.str] description: A brief description of the resource.
|
1445
1424
|
:param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
|
1446
1425
|
:param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
|
1447
1426
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateGuestAcceleratorArgs', 'InstanceFromTemplateGuestAcceleratorArgsDict']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
1448
|
-
:param pulumi.Input[_builtins.str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
1449
|
-
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1450
|
-
exceed 253 characters. Changing this forces a new resource to be created.
|
1427
|
+
:param pulumi.Input[_builtins.str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
|
1451
1428
|
:param pulumi.Input[Union['InstanceFromTemplateInstanceEncryptionKeyArgs', 'InstanceFromTemplateInstanceEncryptionKeyArgsDict']] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
|
1452
|
-
:param pulumi.Input[_builtins.str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1429
|
+
:param pulumi.Input[_builtins.str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the default.
|
1430
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance.
|
1431
|
+
|
1432
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
1433
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
1457
1434
|
:param pulumi.Input[_builtins.str] machine_type: The machine type to create.
|
1458
1435
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
|
1459
1436
|
:param pulumi.Input[_builtins.str] metadata_startup_script: Metadata startup scripts made available within the instance.
|
@@ -1461,12 +1438,10 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1461
1438
|
:param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
|
1462
1439
|
Changing this forces a new resource to be created.
|
1463
1440
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateNetworkInterfaceArgs', 'InstanceFromTemplateNetworkInterfaceArgsDict']]]] network_interfaces: The networks attached to the instance.
|
1464
|
-
:param pulumi.Input[Union['InstanceFromTemplateNetworkPerformanceConfigArgs', 'InstanceFromTemplateNetworkPerformanceConfigArgsDict']] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
1465
|
-
default network performance configuration.
|
1441
|
+
:param pulumi.Input[Union['InstanceFromTemplateNetworkPerformanceConfigArgs', 'InstanceFromTemplateNetworkPerformanceConfigArgsDict']] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.
|
1466
1442
|
:param pulumi.Input[Union['InstanceFromTemplateParamsArgs', 'InstanceFromTemplateParamsArgsDict']] params: Stores additional params passed with the request, but not persisted as part of resource payload.
|
1467
1443
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
|
1468
|
-
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
1469
|
-
self_link nor project are provided, the provider project is used.
|
1444
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither self_link nor project are provided, the provider project is used.
|
1470
1445
|
:param pulumi.Input[Union['InstanceFromTemplateReservationAffinityArgs', 'InstanceFromTemplateReservationAffinityArgsDict']] reservation_affinity: Specifies the reservations that this instance can consume from.
|
1471
1446
|
:param pulumi.Input[_builtins.str] resource_policies: A list of self_links of resource policies to attach to the instance. Currently a max of 1 resource policy is supported.
|
1472
1447
|
:param pulumi.Input[Union['InstanceFromTemplateSchedulingArgs', 'InstanceFromTemplateSchedulingArgsDict']] scheduling: The scheduling strategy being used by the instance.
|
@@ -1709,29 +1684,26 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1709
1684
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateAttachedDiskArgs', 'InstanceFromTemplateAttachedDiskArgsDict']]]] attached_disks: List of disks attached to the instance
|
1710
1685
|
:param pulumi.Input[Union['InstanceFromTemplateBootDiskArgs', 'InstanceFromTemplateBootDiskArgsDict']] boot_disk: The boot disk for the instance.
|
1711
1686
|
:param pulumi.Input[_builtins.bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
1712
|
-
:param pulumi.Input[Union['InstanceFromTemplateConfidentialInstanceConfigArgs', 'InstanceFromTemplateConfidentialInstanceConfigArgsDict']] confidential_instance_config: The Confidential VM config being used by the instance.
|
1713
|
-
to create.
|
1687
|
+
:param pulumi.Input[Union['InstanceFromTemplateConfidentialInstanceConfigArgs', 'InstanceFromTemplateConfidentialInstanceConfigArgsDict']] confidential_instance_config: The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail to create.
|
1714
1688
|
:param pulumi.Input[_builtins.str] cpu_platform: The CPU platform used by this instance.
|
1715
1689
|
:param pulumi.Input[_builtins.str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
1716
|
-
:param pulumi.Input[_builtins.str] current_status: Current status of the instance.
|
1717
|
-
|
1718
|
-
|
1690
|
+
:param pulumi.Input[_builtins.str] current_status: Current status of the instance.
|
1691
|
+
This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED.
|
1692
|
+
For more information about the status of the instance, see [Instance life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
1719
1693
|
:param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
1720
1694
|
:param pulumi.Input[_builtins.str] description: A brief description of the resource.
|
1721
1695
|
:param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
|
1722
1696
|
:param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
|
1723
1697
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateGuestAcceleratorArgs', 'InstanceFromTemplateGuestAcceleratorArgsDict']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
1724
|
-
:param pulumi.Input[_builtins.str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
1725
|
-
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1726
|
-
exceed 253 characters. Changing this forces a new resource to be created.
|
1698
|
+
:param pulumi.Input[_builtins.str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
|
1727
1699
|
:param pulumi.Input[Union['InstanceFromTemplateInstanceEncryptionKeyArgs', 'InstanceFromTemplateInstanceEncryptionKeyArgsDict']] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
|
1728
1700
|
:param pulumi.Input[_builtins.str] instance_id: The server-assigned unique identifier of this instance.
|
1729
|
-
:param pulumi.Input[_builtins.str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
1730
|
-
default.
|
1701
|
+
:param pulumi.Input[_builtins.str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the default.
|
1731
1702
|
:param pulumi.Input[_builtins.str] label_fingerprint: The unique fingerprint of the labels.
|
1732
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance.
|
1733
|
-
|
1734
|
-
|
1703
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance.
|
1704
|
+
|
1705
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
1706
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
1735
1707
|
:param pulumi.Input[_builtins.str] machine_type: The machine type to create.
|
1736
1708
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
|
1737
1709
|
:param pulumi.Input[_builtins.str] metadata_fingerprint: The unique fingerprint of the metadata.
|
@@ -1740,12 +1712,10 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1740
1712
|
:param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
|
1741
1713
|
Changing this forces a new resource to be created.
|
1742
1714
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateNetworkInterfaceArgs', 'InstanceFromTemplateNetworkInterfaceArgsDict']]]] network_interfaces: The networks attached to the instance.
|
1743
|
-
:param pulumi.Input[Union['InstanceFromTemplateNetworkPerformanceConfigArgs', 'InstanceFromTemplateNetworkPerformanceConfigArgsDict']] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
1744
|
-
default network performance configuration.
|
1715
|
+
:param pulumi.Input[Union['InstanceFromTemplateNetworkPerformanceConfigArgs', 'InstanceFromTemplateNetworkPerformanceConfigArgsDict']] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.
|
1745
1716
|
:param pulumi.Input[Union['InstanceFromTemplateParamsArgs', 'InstanceFromTemplateParamsArgsDict']] params: Stores additional params passed with the request, but not persisted as part of resource payload.
|
1746
1717
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
|
1747
|
-
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
1748
|
-
self_link nor project are provided, the provider project is used.
|
1718
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither self_link nor project are provided, the provider project is used.
|
1749
1719
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
1750
1720
|
:param pulumi.Input[Union['InstanceFromTemplateReservationAffinityArgs', 'InstanceFromTemplateReservationAffinityArgsDict']] reservation_affinity: Specifies the reservations that this instance can consume from.
|
1751
1721
|
:param pulumi.Input[_builtins.str] resource_policies: A list of self_links of resource policies to attach to the instance. Currently a max of 1 resource policy is supported.
|
@@ -1859,8 +1829,7 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1859
1829
|
@pulumi.getter(name="confidentialInstanceConfig")
|
1860
1830
|
def confidential_instance_config(self) -> pulumi.Output['outputs.InstanceFromTemplateConfidentialInstanceConfig']:
|
1861
1831
|
"""
|
1862
|
-
The Confidential VM config being used by the instance.
|
1863
|
-
to create.
|
1832
|
+
The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail to create.
|
1864
1833
|
"""
|
1865
1834
|
return pulumi.get(self, "confidential_instance_config")
|
1866
1835
|
|
@@ -1884,9 +1853,9 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1884
1853
|
@pulumi.getter(name="currentStatus")
|
1885
1854
|
def current_status(self) -> pulumi.Output[_builtins.str]:
|
1886
1855
|
"""
|
1887
|
-
Current status of the instance.
|
1888
|
-
|
1889
|
-
|
1856
|
+
Current status of the instance.
|
1857
|
+
This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED.
|
1858
|
+
For more information about the status of the instance, see [Instance life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
1890
1859
|
"""
|
1891
1860
|
return pulumi.get(self, "current_status")
|
1892
1861
|
|
@@ -1939,9 +1908,7 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1939
1908
|
@pulumi.getter
|
1940
1909
|
def hostname(self) -> pulumi.Output[_builtins.str]:
|
1941
1910
|
"""
|
1942
|
-
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
1943
|
-
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1944
|
-
exceed 253 characters. Changing this forces a new resource to be created.
|
1911
|
+
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
|
1945
1912
|
"""
|
1946
1913
|
return pulumi.get(self, "hostname")
|
1947
1914
|
|
@@ -1965,8 +1932,7 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1965
1932
|
@pulumi.getter(name="keyRevocationActionType")
|
1966
1933
|
def key_revocation_action_type(self) -> pulumi.Output[_builtins.str]:
|
1967
1934
|
"""
|
1968
|
-
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
1969
|
-
default.
|
1935
|
+
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the default.
|
1970
1936
|
"""
|
1971
1937
|
return pulumi.get(self, "key_revocation_action_type")
|
1972
1938
|
|
@@ -1982,9 +1948,10 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1982
1948
|
@pulumi.getter
|
1983
1949
|
def labels(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
1984
1950
|
"""
|
1985
|
-
A set of key/value label pairs assigned to the instance.
|
1986
|
-
|
1987
|
-
|
1951
|
+
A set of key/value label pairs assigned to the instance.
|
1952
|
+
|
1953
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
1954
|
+
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
1988
1955
|
"""
|
1989
1956
|
return pulumi.get(self, "labels")
|
1990
1957
|
|
@@ -2049,8 +2016,7 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
2049
2016
|
@pulumi.getter(name="networkPerformanceConfig")
|
2050
2017
|
def network_performance_config(self) -> pulumi.Output['outputs.InstanceFromTemplateNetworkPerformanceConfig']:
|
2051
2018
|
"""
|
2052
|
-
Configures network performance settings for the instance. If not specified, the instance will be created with its
|
2053
|
-
default network performance configuration.
|
2019
|
+
Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.
|
2054
2020
|
"""
|
2055
2021
|
return pulumi.get(self, "network_performance_config")
|
2056
2022
|
|
@@ -2074,8 +2040,7 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
2074
2040
|
@pulumi.getter
|
2075
2041
|
def project(self) -> pulumi.Output[_builtins.str]:
|
2076
2042
|
"""
|
2077
|
-
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
2078
|
-
self_link nor project are provided, the provider project is used.
|
2043
|
+
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither self_link nor project are provided, the provider project is used.
|
2079
2044
|
"""
|
2080
2045
|
return pulumi.get(self, "project")
|
2081
2046
|
|
@@ -89,8 +89,7 @@ class InstanceGroupManagerArgs:
|
|
89
89
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
90
90
|
instances in the group are added. Updating the target pools attribute does
|
91
91
|
not affect existing instances.
|
92
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
93
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
92
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
94
93
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
95
94
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
96
95
|
:param pulumi.Input['InstanceGroupManagerUpdatePolicyArgs'] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch).
|
@@ -386,8 +385,7 @@ class InstanceGroupManagerArgs:
|
|
386
385
|
@pulumi.getter(name="targetSize")
|
387
386
|
def target_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
388
387
|
"""
|
389
|
-
The target number of running instances for this managed instance group. This value should always be explicitly set
|
390
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
388
|
+
The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
391
389
|
"""
|
392
390
|
return pulumi.get(self, "target_size")
|
393
391
|
|
@@ -557,8 +555,7 @@ class _InstanceGroupManagerState:
|
|
557
555
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
558
556
|
instances in the group are added. Updating the target pools attribute does
|
559
557
|
not affect existing instances.
|
560
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
561
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
558
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
562
559
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
563
560
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
564
561
|
:param pulumi.Input['InstanceGroupManagerUpdatePolicyArgs'] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch).
|
@@ -940,8 +937,7 @@ class _InstanceGroupManagerState:
|
|
940
937
|
@pulumi.getter(name="targetSize")
|
941
938
|
def target_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
942
939
|
"""
|
943
|
-
The target number of running instances for this managed instance group. This value should always be explicitly set
|
944
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
940
|
+
The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
945
941
|
"""
|
946
942
|
return pulumi.get(self, "target_size")
|
947
943
|
|
@@ -1298,8 +1294,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1298
1294
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
1299
1295
|
instances in the group are added. Updating the target pools attribute does
|
1300
1296
|
not affect existing instances.
|
1301
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1302
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1297
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1303
1298
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
1304
1299
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
1305
1300
|
:param pulumi.Input[Union['InstanceGroupManagerUpdatePolicyArgs', 'InstanceGroupManagerUpdatePolicyArgsDict']] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch).
|
@@ -1682,8 +1677,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1682
1677
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
1683
1678
|
instances in the group are added. Updating the target pools attribute does
|
1684
1679
|
not affect existing instances.
|
1685
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1686
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1680
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1687
1681
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
1688
1682
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
1689
1683
|
:param pulumi.Input[Union['InstanceGroupManagerUpdatePolicyArgs', 'InstanceGroupManagerUpdatePolicyArgsDict']] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch).
|
@@ -1947,8 +1941,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1947
1941
|
@pulumi.getter(name="targetSize")
|
1948
1942
|
def target_size(self) -> pulumi.Output[_builtins.int]:
|
1949
1943
|
"""
|
1950
|
-
The target number of running instances for this managed instance group. This value should always be explicitly set
|
1951
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1944
|
+
The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1952
1945
|
"""
|
1953
1946
|
return pulumi.get(self, "target_size")
|
1954
1947
|
|
@@ -54,8 +54,7 @@ class InstanceTemplateArgs:
|
|
54
54
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceTemplateDiskArgs']]] disks: Disks to attach to instances created from this template.
|
55
55
|
This can be specified multiple times for multiple disks. Structure is
|
56
56
|
documented below.
|
57
|
-
:param pulumi.Input[_builtins.str] machine_type: The machine type to create. To create a machine with a custom type (such as extended memory), format the value like
|
58
|
-
custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
57
|
+
:param pulumi.Input[_builtins.str] machine_type: The machine type to create. To create a machine with a custom type (such as extended memory), format the value like custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
59
58
|
:param pulumi.Input['InstanceTemplateAdvancedMachineFeaturesArgs'] advanced_machine_features: Configure Nested Virtualisation and Simultaneous Hyper Threading on this VM. Structure is documented below
|
60
59
|
:param pulumi.Input[_builtins.bool] can_ip_forward: Whether to allow sending and receiving of
|
61
60
|
packets with non-matching source or destination IPs. This defaults to false.
|
@@ -193,8 +192,7 @@ class InstanceTemplateArgs:
|
|
193
192
|
@pulumi.getter(name="machineType")
|
194
193
|
def machine_type(self) -> pulumi.Input[_builtins.str]:
|
195
194
|
"""
|
196
|
-
The machine type to create. To create a machine with a custom type (such as extended memory), format the value like
|
197
|
-
custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
195
|
+
The machine type to create. To create a machine with a custom type (such as extended memory), format the value like custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
198
196
|
"""
|
199
197
|
return pulumi.get(self, "machine_type")
|
200
198
|
|
@@ -614,8 +612,7 @@ class _InstanceTemplateState:
|
|
614
612
|
|
615
613
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
616
614
|
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
617
|
-
:param pulumi.Input[_builtins.str] machine_type: The machine type to create. To create a machine with a custom type (such as extended memory), format the value like
|
618
|
-
custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
615
|
+
:param pulumi.Input[_builtins.str] machine_type: The machine type to create. To create a machine with a custom type (such as extended memory), format the value like custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
619
616
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs to make available from
|
620
617
|
within instances created from this template.
|
621
618
|
:param pulumi.Input[_builtins.str] metadata_fingerprint: The unique fingerprint of the metadata.
|
@@ -901,8 +898,7 @@ class _InstanceTemplateState:
|
|
901
898
|
@pulumi.getter(name="machineType")
|
902
899
|
def machine_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
903
900
|
"""
|
904
|
-
The machine type to create. To create a machine with a custom type (such as extended memory), format the value like
|
905
|
-
custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
901
|
+
The machine type to create. To create a machine with a custom type (such as extended memory), format the value like custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
906
902
|
"""
|
907
903
|
return pulumi.get(self, "machine_type")
|
908
904
|
|
@@ -1529,8 +1525,7 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
1529
1525
|
|
1530
1526
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
1531
1527
|
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
1532
|
-
:param pulumi.Input[_builtins.str] machine_type: The machine type to create. To create a machine with a custom type (such as extended memory), format the value like
|
1533
|
-
custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
1528
|
+
:param pulumi.Input[_builtins.str] machine_type: The machine type to create. To create a machine with a custom type (such as extended memory), format the value like custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
1534
1529
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs to make available from
|
1535
1530
|
within instances created from this template.
|
1536
1531
|
:param pulumi.Input[_builtins.str] metadata_startup_script: An alternative to using the
|
@@ -2008,8 +2003,7 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
2008
2003
|
|
2009
2004
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
2010
2005
|
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
2011
|
-
:param pulumi.Input[_builtins.str] machine_type: The machine type to create. To create a machine with a custom type (such as extended memory), format the value like
|
2012
|
-
custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
2006
|
+
:param pulumi.Input[_builtins.str] machine_type: The machine type to create. To create a machine with a custom type (such as extended memory), format the value like custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
2013
2007
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs to make available from
|
2014
2008
|
within instances created from this template.
|
2015
2009
|
:param pulumi.Input[_builtins.str] metadata_fingerprint: The unique fingerprint of the metadata.
|
@@ -2216,8 +2210,7 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
2216
2210
|
@pulumi.getter(name="machineType")
|
2217
2211
|
def machine_type(self) -> pulumi.Output[_builtins.str]:
|
2218
2212
|
"""
|
2219
|
-
The machine type to create. To create a machine with a custom type (such as extended memory), format the value like
|
2220
|
-
custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
2213
|
+
The machine type to create. To create a machine with a custom type (such as extended memory), format the value like custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
|
2221
2214
|
"""
|
2222
2215
|
return pulumi.get(self, "machine_type")
|
2223
2216
|
|