pulumi-gcp 8.42.0a1756968228__py3-none-any.whl → 9.0.0a1__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.
Files changed (149) hide show
  1. pulumi_gcp/__init__.py +35 -48
  2. pulumi_gcp/alloydb/backup.py +8 -4
  3. pulumi_gcp/alloydb/cluster.py +56 -10
  4. pulumi_gcp/alloydb/get_cluster.py +12 -1
  5. pulumi_gcp/alloydb/instance.py +10 -4
  6. pulumi_gcp/alloydb/user.py +8 -4
  7. pulumi_gcp/apigee/_inputs.py +151 -108
  8. pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
  9. pulumi_gcp/apigee/outputs.py +92 -88
  10. pulumi_gcp/artifactregistry/__init__.py +1 -0
  11. pulumi_gcp/artifactregistry/_inputs.py +0 -12
  12. pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
  13. pulumi_gcp/artifactregistry/outputs.py +8 -16
  14. pulumi_gcp/beyondcorp/__init__.py +0 -5
  15. pulumi_gcp/beyondcorp/_inputs.py +0 -312
  16. pulumi_gcp/beyondcorp/outputs.py +0 -200
  17. pulumi_gcp/bigquery/_inputs.py +114 -4
  18. pulumi_gcp/bigquery/app_profile.py +52 -19
  19. pulumi_gcp/bigquery/dataset_access.py +8 -4
  20. pulumi_gcp/bigquery/outputs.py +75 -5
  21. pulumi_gcp/bigquery/table.py +21 -7
  22. pulumi_gcp/bigtable/app_profile.py +50 -15
  23. pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
  24. pulumi_gcp/bigtable/table.py +42 -42
  25. pulumi_gcp/bigtable/table_iam_binding.py +43 -43
  26. pulumi_gcp/bigtable/table_iam_member.py +43 -43
  27. pulumi_gcp/bigtable/table_iam_policy.py +43 -43
  28. pulumi_gcp/billing/_inputs.py +0 -6
  29. pulumi_gcp/billing/outputs.py +0 -4
  30. pulumi_gcp/certificatemanager/__init__.py +1 -0
  31. pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
  32. pulumi_gcp/certificatemanager/outputs.py +41 -0
  33. pulumi_gcp/cloudbuild/_inputs.py +289 -45
  34. pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
  35. pulumi_gcp/cloudbuild/get_trigger.py +12 -1
  36. pulumi_gcp/cloudbuild/outputs.py +366 -30
  37. pulumi_gcp/cloudbuild/trigger.py +156 -0
  38. pulumi_gcp/cloudbuild/worker_pool.py +23 -34
  39. pulumi_gcp/cloudfunctions/function.py +8 -4
  40. pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
  41. pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
  42. pulumi_gcp/cloudrunv2/_inputs.py +23 -26
  43. pulumi_gcp/cloudrunv2/outputs.py +28 -30
  44. pulumi_gcp/cloudrunv2/service.py +18 -12
  45. pulumi_gcp/cloudtasks/queue.py +98 -2
  46. pulumi_gcp/colab/_inputs.py +1 -114
  47. pulumi_gcp/colab/outputs.py +1 -106
  48. pulumi_gcp/composer/environment.py +49 -28
  49. pulumi_gcp/compute/_inputs.py +80 -0
  50. pulumi_gcp/compute/backend_bucket.py +54 -0
  51. pulumi_gcp/compute/backend_service.py +54 -0
  52. pulumi_gcp/compute/get_backend_bucket.py +12 -1
  53. pulumi_gcp/compute/get_backend_service.py +12 -1
  54. pulumi_gcp/compute/instance_from_machine_image.py +110 -75
  55. pulumi_gcp/compute/instance_from_template.py +110 -75
  56. pulumi_gcp/compute/instance_group_manager.py +14 -7
  57. pulumi_gcp/compute/instance_template.py +14 -7
  58. pulumi_gcp/compute/interconnect.py +8 -4
  59. pulumi_gcp/compute/network_peering_routes_config.py +0 -100
  60. pulumi_gcp/compute/organization_security_policy.py +83 -51
  61. pulumi_gcp/compute/outputs.py +128 -0
  62. pulumi_gcp/compute/packet_mirroring.py +6 -0
  63. pulumi_gcp/compute/region_instance_group_manager.py +14 -7
  64. pulumi_gcp/compute/subnetwork.py +0 -98
  65. pulumi_gcp/config/__init__.pyi +2 -2
  66. pulumi_gcp/config/vars.py +4 -4
  67. pulumi_gcp/container/_inputs.py +20 -0
  68. pulumi_gcp/container/aws_cluster.py +42 -28
  69. pulumi_gcp/container/aws_node_pool.py +42 -28
  70. pulumi_gcp/container/azure_cluster.py +70 -35
  71. pulumi_gcp/container/azure_node_pool.py +42 -28
  72. pulumi_gcp/container/outputs.py +25 -0
  73. pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
  74. pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
  75. pulumi_gcp/dataplex/asset.py +21 -28
  76. pulumi_gcp/dataplex/zone.py +21 -28
  77. pulumi_gcp/dataproc/cluster.py +14 -21
  78. pulumi_gcp/dataproc/workflow_template.py +105 -42
  79. pulumi_gcp/diagflow/_inputs.py +152 -0
  80. pulumi_gcp/diagflow/cx_agent.py +425 -0
  81. pulumi_gcp/diagflow/outputs.py +143 -0
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
  84. pulumi_gcp/firebase/app_check_service_config.py +6 -12
  85. pulumi_gcp/firebase/app_hosting_backend.py +4 -8
  86. pulumi_gcp/firebase/app_hosting_build.py +4 -8
  87. pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
  88. pulumi_gcp/firebase/data_connect_service.py +4 -8
  89. pulumi_gcp/firebase/database_instance.py +4 -8
  90. pulumi_gcp/gkehub/_inputs.py +0 -60
  91. pulumi_gcp/gkehub/get_membership.py +1 -12
  92. pulumi_gcp/gkehub/membership.py +0 -70
  93. pulumi_gcp/gkehub/outputs.py +0 -36
  94. pulumi_gcp/iap/__init__.py +4 -0
  95. pulumi_gcp/iap/_inputs.py +130 -0
  96. pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
  97. pulumi_gcp/iap/outputs.py +76 -0
  98. pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
  99. pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
  100. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
  101. pulumi_gcp/kms/autokey_config.py +0 -2
  102. pulumi_gcp/kms/key_handle.py +0 -2
  103. pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
  104. pulumi_gcp/logging/folder_bucket_config.py +21 -7
  105. pulumi_gcp/logging/organization_bucket_config.py +21 -7
  106. pulumi_gcp/memorystore/get_instance.py +1 -12
  107. pulumi_gcp/memorystore/instance.py +0 -70
  108. pulumi_gcp/monitoring/dashboard.py +14 -7
  109. pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
  110. pulumi_gcp/notebooks/__init__.py +0 -1
  111. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
  112. pulumi_gcp/organizations/project.py +21 -7
  113. pulumi_gcp/projects/service.py +2 -4
  114. pulumi_gcp/provider.py +20 -20
  115. pulumi_gcp/pulumi-plugin.json +1 -1
  116. pulumi_gcp/redis/cluster.py +0 -70
  117. pulumi_gcp/redis/get_cluster.py +1 -12
  118. pulumi_gcp/saasruntime/__init__.py +11 -0
  119. pulumi_gcp/saasruntime/_inputs.py +55 -0
  120. pulumi_gcp/saasruntime/outputs.py +39 -0
  121. pulumi_gcp/saasruntime/saa_s.py +815 -0
  122. pulumi_gcp/securesourcemanager/_inputs.py +20 -19
  123. pulumi_gcp/securesourcemanager/outputs.py +15 -14
  124. pulumi_gcp/serviceaccount/get_account_key.py +1 -21
  125. pulumi_gcp/sql/database_instance.py +61 -7
  126. pulumi_gcp/sql/get_database_instance.py +12 -1
  127. pulumi_gcp/sql/outputs.py +11 -0
  128. pulumi_gcp/sql/user.py +61 -0
  129. pulumi_gcp/storage/_inputs.py +7 -7
  130. pulumi_gcp/storage/bucket.py +14 -7
  131. pulumi_gcp/storage/outputs.py +7 -7
  132. pulumi_gcp/tpu/__init__.py +0 -2
  133. pulumi_gcp/tpu/_inputs.py +0 -93
  134. pulumi_gcp/tpu/outputs.py +0 -72
  135. pulumi_gcp/vertex/_inputs.py +8 -9
  136. pulumi_gcp/vertex/ai_endpoint.py +2 -4
  137. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
  138. pulumi_gcp/vertex/ai_index.py +24 -23
  139. pulumi_gcp/vertex/outputs.py +7 -8
  140. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
  141. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
  142. pulumi_gcp/beyondcorp/application.py +0 -746
  143. pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
  144. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
  145. pulumi_gcp/notebooks/location.py +0 -285
  146. pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
  147. pulumi_gcp/tpu/node.py +0 -1062
  148. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
  149. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -66,19 +66,22 @@ 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. on_host_maintenance has to be set to TERMINATE or this will fail 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
70
+ to create.
70
71
  :param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
71
72
  :param pulumi.Input[_builtins.str] description: A brief description of the resource.
72
73
  :param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
73
74
  :param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
74
75
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
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.
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.
76
79
  :param pulumi.Input['InstanceFromTemplateInstanceEncryptionKeyArgs'] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
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.
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
+ default.
82
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
83
+ the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
84
+ the resource.
82
85
  :param pulumi.Input[_builtins.str] machine_type: The machine type to create.
83
86
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
84
87
  :param pulumi.Input[_builtins.str] metadata_startup_script: Metadata startup scripts made available within the instance.
@@ -86,10 +89,12 @@ class InstanceFromTemplateArgs:
86
89
  :param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
87
90
  Changing this forces a new resource to be created.
88
91
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateNetworkInterfaceArgs']]] network_interfaces: The networks attached to the instance.
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.
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.
90
94
  :param pulumi.Input['InstanceFromTemplateParamsArgs'] params: Stores additional params passed with the request, but not persisted as part of resource payload.
91
95
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
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.
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.
93
98
  :param pulumi.Input['InstanceFromTemplateReservationAffinityArgs'] reservation_affinity: Specifies the reservations that this instance can consume from.
94
99
  :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.
95
100
  :param pulumi.Input['InstanceFromTemplateSchedulingArgs'] scheduling: The scheduling strategy being used by the instance.
@@ -249,7 +254,8 @@ class InstanceFromTemplateArgs:
249
254
  @pulumi.getter(name="confidentialInstanceConfig")
250
255
  def confidential_instance_config(self) -> Optional[pulumi.Input['InstanceFromTemplateConfidentialInstanceConfigArgs']]:
251
256
  """
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.
257
+ The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail
258
+ to create.
253
259
  """
254
260
  return pulumi.get(self, "confidential_instance_config")
255
261
 
@@ -321,7 +327,9 @@ class InstanceFromTemplateArgs:
321
327
  @pulumi.getter
322
328
  def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
323
329
  """
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.
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.
325
333
  """
326
334
  return pulumi.get(self, "hostname")
327
335
 
@@ -345,7 +353,8 @@ class InstanceFromTemplateArgs:
345
353
  @pulumi.getter(name="keyRevocationActionType")
346
354
  def key_revocation_action_type(self) -> Optional[pulumi.Input[_builtins.str]]:
347
355
  """
348
- Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the default.
356
+ Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
357
+ default.
349
358
  """
350
359
  return pulumi.get(self, "key_revocation_action_type")
351
360
 
@@ -357,10 +366,9 @@ class InstanceFromTemplateArgs:
357
366
  @pulumi.getter
358
367
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
359
368
  """
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.
369
+ A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
370
+ the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
371
+ the resource.
364
372
  """
365
373
  return pulumi.get(self, "labels")
366
374
 
@@ -445,7 +453,8 @@ class InstanceFromTemplateArgs:
445
453
  @pulumi.getter(name="networkPerformanceConfig")
446
454
  def network_performance_config(self) -> Optional[pulumi.Input['InstanceFromTemplateNetworkPerformanceConfigArgs']]:
447
455
  """
448
- Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.
456
+ Configures network performance settings for the instance. If not specified, the instance will be created with its
457
+ default network performance configuration.
449
458
  """
450
459
  return pulumi.get(self, "network_performance_config")
451
460
 
@@ -481,7 +490,8 @@ class InstanceFromTemplateArgs:
481
490
  @pulumi.getter
482
491
  def project(self) -> Optional[pulumi.Input[_builtins.str]]:
483
492
  """
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.
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.
485
495
  """
486
496
  return pulumi.get(self, "project")
487
497
 
@@ -644,26 +654,29 @@ class _InstanceFromTemplateState:
644
654
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateAttachedDiskArgs']]] attached_disks: List of disks attached to the instance
645
655
  :param pulumi.Input['InstanceFromTemplateBootDiskArgs'] boot_disk: The boot disk for the instance.
646
656
  :param pulumi.Input[_builtins.bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
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.
657
+ :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
658
+ to create.
648
659
  :param pulumi.Input[_builtins.str] cpu_platform: The CPU platform used by this instance.
649
660
  :param pulumi.Input[_builtins.str] creation_timestamp: Creation timestamp in RFC3339 text format.
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).
661
+ :param pulumi.Input[_builtins.str] current_status: Current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING,
662
+ SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance
663
+ life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
653
664
  :param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
654
665
  :param pulumi.Input[_builtins.str] description: A brief description of the resource.
655
666
  :param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
656
667
  :param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
657
668
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
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.
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.
659
672
  :param pulumi.Input['InstanceFromTemplateInstanceEncryptionKeyArgs'] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
660
673
  :param pulumi.Input[_builtins.str] instance_id: The server-assigned unique identifier of this instance.
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.
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.
662
676
  :param pulumi.Input[_builtins.str] label_fingerprint: The unique fingerprint of the labels.
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.
677
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
678
+ the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
679
+ the resource.
667
680
  :param pulumi.Input[_builtins.str] machine_type: The machine type to create.
668
681
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
669
682
  :param pulumi.Input[_builtins.str] metadata_fingerprint: The unique fingerprint of the metadata.
@@ -672,10 +685,12 @@ class _InstanceFromTemplateState:
672
685
  :param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
673
686
  Changing this forces a new resource to be created.
674
687
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateNetworkInterfaceArgs']]] network_interfaces: The networks attached to the instance.
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.
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.
676
690
  :param pulumi.Input['InstanceFromTemplateParamsArgs'] params: Stores additional params passed with the request, but not persisted as part of resource payload.
677
691
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
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.
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.
679
694
  :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.
680
695
  :param pulumi.Input['InstanceFromTemplateReservationAffinityArgs'] reservation_affinity: Specifies the reservations that this instance can consume from.
681
696
  :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.
@@ -848,7 +863,8 @@ class _InstanceFromTemplateState:
848
863
  @pulumi.getter(name="confidentialInstanceConfig")
849
864
  def confidential_instance_config(self) -> Optional[pulumi.Input['InstanceFromTemplateConfidentialInstanceConfigArgs']]:
850
865
  """
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.
866
+ The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail
867
+ to create.
852
868
  """
853
869
  return pulumi.get(self, "confidential_instance_config")
854
870
 
@@ -884,9 +900,9 @@ class _InstanceFromTemplateState:
884
900
  @pulumi.getter(name="currentStatus")
885
901
  def current_status(self) -> Optional[pulumi.Input[_builtins.str]]:
886
902
  """
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).
903
+ Current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING,
904
+ SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance
905
+ life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
890
906
  """
891
907
  return pulumi.get(self, "current_status")
892
908
 
@@ -967,7 +983,9 @@ class _InstanceFromTemplateState:
967
983
  @pulumi.getter
968
984
  def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
969
985
  """
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.
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.
971
989
  """
972
990
  return pulumi.get(self, "hostname")
973
991
 
@@ -1003,7 +1021,8 @@ class _InstanceFromTemplateState:
1003
1021
  @pulumi.getter(name="keyRevocationActionType")
1004
1022
  def key_revocation_action_type(self) -> Optional[pulumi.Input[_builtins.str]]:
1005
1023
  """
1006
- Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the default.
1024
+ Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
1025
+ default.
1007
1026
  """
1008
1027
  return pulumi.get(self, "key_revocation_action_type")
1009
1028
 
@@ -1027,10 +1046,9 @@ class _InstanceFromTemplateState:
1027
1046
  @pulumi.getter
1028
1047
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
1029
1048
  """
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.
1049
+ A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
1050
+ the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
1051
+ the resource.
1034
1052
  """
1035
1053
  return pulumi.get(self, "labels")
1036
1054
 
@@ -1127,7 +1145,8 @@ class _InstanceFromTemplateState:
1127
1145
  @pulumi.getter(name="networkPerformanceConfig")
1128
1146
  def network_performance_config(self) -> Optional[pulumi.Input['InstanceFromTemplateNetworkPerformanceConfigArgs']]:
1129
1147
  """
1130
- Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.
1148
+ Configures network performance settings for the instance. If not specified, the instance will be created with its
1149
+ default network performance configuration.
1131
1150
  """
1132
1151
  return pulumi.get(self, "network_performance_config")
1133
1152
 
@@ -1163,7 +1182,8 @@ class _InstanceFromTemplateState:
1163
1182
  @pulumi.getter
1164
1183
  def project(self) -> Optional[pulumi.Input[_builtins.str]]:
1165
1184
  """
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.
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.
1167
1187
  """
1168
1188
  return pulumi.get(self, "project")
1169
1189
 
@@ -1418,19 +1438,22 @@ class InstanceFromTemplate(pulumi.CustomResource):
1418
1438
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateAttachedDiskArgs', 'InstanceFromTemplateAttachedDiskArgsDict']]]] attached_disks: List of disks attached to the instance
1419
1439
  :param pulumi.Input[Union['InstanceFromTemplateBootDiskArgs', 'InstanceFromTemplateBootDiskArgsDict']] boot_disk: The boot disk for the instance.
1420
1440
  :param pulumi.Input[_builtins.bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
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.
1441
+ :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
1442
+ to create.
1422
1443
  :param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
1423
1444
  :param pulumi.Input[_builtins.str] description: A brief description of the resource.
1424
1445
  :param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
1425
1446
  :param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
1426
1447
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateGuestAcceleratorArgs', 'InstanceFromTemplateGuestAcceleratorArgsDict']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
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.
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.
1428
1451
  :param pulumi.Input[Union['InstanceFromTemplateInstanceEncryptionKeyArgs', 'InstanceFromTemplateInstanceEncryptionKeyArgsDict']] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
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.
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
+ default.
1454
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
1455
+ the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
1456
+ the resource.
1434
1457
  :param pulumi.Input[_builtins.str] machine_type: The machine type to create.
1435
1458
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
1436
1459
  :param pulumi.Input[_builtins.str] metadata_startup_script: Metadata startup scripts made available within the instance.
@@ -1438,10 +1461,12 @@ class InstanceFromTemplate(pulumi.CustomResource):
1438
1461
  :param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
1439
1462
  Changing this forces a new resource to be created.
1440
1463
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateNetworkInterfaceArgs', 'InstanceFromTemplateNetworkInterfaceArgsDict']]]] network_interfaces: The networks attached to the instance.
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.
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.
1442
1466
  :param pulumi.Input[Union['InstanceFromTemplateParamsArgs', 'InstanceFromTemplateParamsArgsDict']] params: Stores additional params passed with the request, but not persisted as part of resource payload.
1443
1467
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
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.
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.
1445
1470
  :param pulumi.Input[Union['InstanceFromTemplateReservationAffinityArgs', 'InstanceFromTemplateReservationAffinityArgsDict']] reservation_affinity: Specifies the reservations that this instance can consume from.
1446
1471
  :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.
1447
1472
  :param pulumi.Input[Union['InstanceFromTemplateSchedulingArgs', 'InstanceFromTemplateSchedulingArgsDict']] scheduling: The scheduling strategy being used by the instance.
@@ -1684,26 +1709,29 @@ class InstanceFromTemplate(pulumi.CustomResource):
1684
1709
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateAttachedDiskArgs', 'InstanceFromTemplateAttachedDiskArgsDict']]]] attached_disks: List of disks attached to the instance
1685
1710
  :param pulumi.Input[Union['InstanceFromTemplateBootDiskArgs', 'InstanceFromTemplateBootDiskArgsDict']] boot_disk: The boot disk for the instance.
1686
1711
  :param pulumi.Input[_builtins.bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
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.
1712
+ :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
1713
+ to create.
1688
1714
  :param pulumi.Input[_builtins.str] cpu_platform: The CPU platform used by this instance.
1689
1715
  :param pulumi.Input[_builtins.str] creation_timestamp: Creation timestamp in RFC3339 text format.
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).
1716
+ :param pulumi.Input[_builtins.str] current_status: Current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING,
1717
+ SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance
1718
+ life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
1693
1719
  :param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
1694
1720
  :param pulumi.Input[_builtins.str] description: A brief description of the resource.
1695
1721
  :param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
1696
1722
  :param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
1697
1723
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateGuestAcceleratorArgs', 'InstanceFromTemplateGuestAcceleratorArgsDict']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
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.
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.
1699
1727
  :param pulumi.Input[Union['InstanceFromTemplateInstanceEncryptionKeyArgs', 'InstanceFromTemplateInstanceEncryptionKeyArgsDict']] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
1700
1728
  :param pulumi.Input[_builtins.str] instance_id: The server-assigned unique identifier of this instance.
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.
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.
1702
1731
  :param pulumi.Input[_builtins.str] label_fingerprint: The unique fingerprint of the labels.
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.
1732
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
1733
+ the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
1734
+ the resource.
1707
1735
  :param pulumi.Input[_builtins.str] machine_type: The machine type to create.
1708
1736
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
1709
1737
  :param pulumi.Input[_builtins.str] metadata_fingerprint: The unique fingerprint of the metadata.
@@ -1712,10 +1740,12 @@ class InstanceFromTemplate(pulumi.CustomResource):
1712
1740
  :param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
1713
1741
  Changing this forces a new resource to be created.
1714
1742
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromTemplateNetworkInterfaceArgs', 'InstanceFromTemplateNetworkInterfaceArgsDict']]]] network_interfaces: The networks attached to the instance.
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.
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.
1716
1745
  :param pulumi.Input[Union['InstanceFromTemplateParamsArgs', 'InstanceFromTemplateParamsArgsDict']] params: Stores additional params passed with the request, but not persisted as part of resource payload.
1717
1746
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
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.
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.
1719
1749
  :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.
1720
1750
  :param pulumi.Input[Union['InstanceFromTemplateReservationAffinityArgs', 'InstanceFromTemplateReservationAffinityArgsDict']] reservation_affinity: Specifies the reservations that this instance can consume from.
1721
1751
  :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.
@@ -1829,7 +1859,8 @@ class InstanceFromTemplate(pulumi.CustomResource):
1829
1859
  @pulumi.getter(name="confidentialInstanceConfig")
1830
1860
  def confidential_instance_config(self) -> pulumi.Output['outputs.InstanceFromTemplateConfidentialInstanceConfig']:
1831
1861
  """
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.
1862
+ The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail
1863
+ to create.
1833
1864
  """
1834
1865
  return pulumi.get(self, "confidential_instance_config")
1835
1866
 
@@ -1853,9 +1884,9 @@ class InstanceFromTemplate(pulumi.CustomResource):
1853
1884
  @pulumi.getter(name="currentStatus")
1854
1885
  def current_status(self) -> pulumi.Output[_builtins.str]:
1855
1886
  """
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).
1887
+ Current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING,
1888
+ SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance
1889
+ life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
1859
1890
  """
1860
1891
  return pulumi.get(self, "current_status")
1861
1892
 
@@ -1908,7 +1939,9 @@ class InstanceFromTemplate(pulumi.CustomResource):
1908
1939
  @pulumi.getter
1909
1940
  def hostname(self) -> pulumi.Output[_builtins.str]:
1910
1941
  """
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.
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.
1912
1945
  """
1913
1946
  return pulumi.get(self, "hostname")
1914
1947
 
@@ -1932,7 +1965,8 @@ class InstanceFromTemplate(pulumi.CustomResource):
1932
1965
  @pulumi.getter(name="keyRevocationActionType")
1933
1966
  def key_revocation_action_type(self) -> pulumi.Output[_builtins.str]:
1934
1967
  """
1935
- Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the default.
1968
+ Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
1969
+ default.
1936
1970
  """
1937
1971
  return pulumi.get(self, "key_revocation_action_type")
1938
1972
 
@@ -1948,10 +1982,9 @@ class InstanceFromTemplate(pulumi.CustomResource):
1948
1982
  @pulumi.getter
1949
1983
  def labels(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
1950
1984
  """
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.
1985
+ A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
1986
+ the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
1987
+ the resource.
1955
1988
  """
1956
1989
  return pulumi.get(self, "labels")
1957
1990
 
@@ -2016,7 +2049,8 @@ class InstanceFromTemplate(pulumi.CustomResource):
2016
2049
  @pulumi.getter(name="networkPerformanceConfig")
2017
2050
  def network_performance_config(self) -> pulumi.Output['outputs.InstanceFromTemplateNetworkPerformanceConfig']:
2018
2051
  """
2019
- Configures network performance settings for the instance. If not specified, the instance will be created with its default network performance configuration.
2052
+ Configures network performance settings for the instance. If not specified, the instance will be created with its
2053
+ default network performance configuration.
2020
2054
  """
2021
2055
  return pulumi.get(self, "network_performance_config")
2022
2056
 
@@ -2040,7 +2074,8 @@ class InstanceFromTemplate(pulumi.CustomResource):
2040
2074
  @pulumi.getter
2041
2075
  def project(self) -> pulumi.Output[_builtins.str]:
2042
2076
  """
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.
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.
2044
2079
  """
2045
2080
  return pulumi.get(self, "project")
2046
2081
 
@@ -89,7 +89,8 @@ 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 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
93
+ unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
93
94
  :param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
94
95
  :param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
95
96
  :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).
@@ -385,7 +386,8 @@ class InstanceGroupManagerArgs:
385
386
  @pulumi.getter(name="targetSize")
386
387
  def target_size(self) -> Optional[pulumi.Input[_builtins.int]]:
387
388
  """
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.
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.
389
391
  """
390
392
  return pulumi.get(self, "target_size")
391
393
 
@@ -555,7 +557,8 @@ class _InstanceGroupManagerState:
555
557
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
556
558
  instances in the group are added. Updating the target pools attribute does
557
559
  not affect existing instances.
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.
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.
559
562
  :param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
560
563
  :param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
561
564
  :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).
@@ -937,7 +940,8 @@ class _InstanceGroupManagerState:
937
940
  @pulumi.getter(name="targetSize")
938
941
  def target_size(self) -> Optional[pulumi.Input[_builtins.int]]:
939
942
  """
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.
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.
941
945
  """
942
946
  return pulumi.get(self, "target_size")
943
947
 
@@ -1294,7 +1298,8 @@ class InstanceGroupManager(pulumi.CustomResource):
1294
1298
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
1295
1299
  instances in the group are added. Updating the target pools attribute does
1296
1300
  not affect existing instances.
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.
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.
1298
1303
  :param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
1299
1304
  :param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
1300
1305
  :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).
@@ -1677,7 +1682,8 @@ class InstanceGroupManager(pulumi.CustomResource):
1677
1682
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
1678
1683
  instances in the group are added. Updating the target pools attribute does
1679
1684
  not affect existing instances.
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.
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.
1681
1687
  :param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
1682
1688
  :param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
1683
1689
  :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).
@@ -1941,7 +1947,8 @@ class InstanceGroupManager(pulumi.CustomResource):
1941
1947
  @pulumi.getter(name="targetSize")
1942
1948
  def target_size(self) -> pulumi.Output[_builtins.int]:
1943
1949
  """
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.
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.
1945
1952
  """
1946
1953
  return pulumi.get(self, "target_size")
1947
1954
 
@@ -54,7 +54,8 @@ 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 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
58
+ custom-VCPUS-MEM_IN_MB like custom-6-20480 for 6 vCPU and 20GB of RAM.
58
59
  :param pulumi.Input['InstanceTemplateAdvancedMachineFeaturesArgs'] advanced_machine_features: Configure Nested Virtualisation and Simultaneous Hyper Threading on this VM. Structure is documented below
59
60
  :param pulumi.Input[_builtins.bool] can_ip_forward: Whether to allow sending and receiving of
60
61
  packets with non-matching source or destination IPs. This defaults to false.
@@ -192,7 +193,8 @@ class InstanceTemplateArgs:
192
193
  @pulumi.getter(name="machineType")
193
194
  def machine_type(self) -> pulumi.Input[_builtins.str]:
194
195
  """
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.
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.
196
198
  """
197
199
  return pulumi.get(self, "machine_type")
198
200
 
@@ -612,7 +614,8 @@ class _InstanceTemplateState:
612
614
 
613
615
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
614
616
  Please refer to the field 'effective_labels' for all of the labels present on the resource.
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.
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.
616
619
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs to make available from
617
620
  within instances created from this template.
618
621
  :param pulumi.Input[_builtins.str] metadata_fingerprint: The unique fingerprint of the metadata.
@@ -898,7 +901,8 @@ class _InstanceTemplateState:
898
901
  @pulumi.getter(name="machineType")
899
902
  def machine_type(self) -> Optional[pulumi.Input[_builtins.str]]:
900
903
  """
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.
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.
902
906
  """
903
907
  return pulumi.get(self, "machine_type")
904
908
 
@@ -1525,7 +1529,8 @@ class InstanceTemplate(pulumi.CustomResource):
1525
1529
 
1526
1530
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
1527
1531
  Please refer to the field 'effective_labels' for all of the labels present on the resource.
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.
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.
1529
1534
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs to make available from
1530
1535
  within instances created from this template.
1531
1536
  :param pulumi.Input[_builtins.str] metadata_startup_script: An alternative to using the
@@ -2003,7 +2008,8 @@ class InstanceTemplate(pulumi.CustomResource):
2003
2008
 
2004
2009
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
2005
2010
  Please refer to the field 'effective_labels' for all of the labels present on the resource.
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.
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.
2007
2013
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs to make available from
2008
2014
  within instances created from this template.
2009
2015
  :param pulumi.Input[_builtins.str] metadata_fingerprint: The unique fingerprint of the metadata.
@@ -2210,7 +2216,8 @@ class InstanceTemplate(pulumi.CustomResource):
2210
2216
  @pulumi.getter(name="machineType")
2211
2217
  def machine_type(self) -> pulumi.Output[_builtins.str]:
2212
2218
  """
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.
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.
2214
2221
  """
2215
2222
  return pulumi.get(self, "machine_type")
2216
2223