pulumi-gcp 7.20.0a1713984378__py3-none-any.whl → 7.21.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/alloydb/_inputs.py +74 -0
  3. pulumi_gcp/alloydb/backup.py +0 -12
  4. pulumi_gcp/alloydb/cluster.py +0 -12
  5. pulumi_gcp/alloydb/instance.py +90 -81
  6. pulumi_gcp/alloydb/outputs.py +98 -0
  7. pulumi_gcp/apigee/environment.py +47 -0
  8. pulumi_gcp/apigee/organization.py +162 -0
  9. pulumi_gcp/apigee/sharedflow.py +0 -20
  10. pulumi_gcp/appengine/flexible_app_version.py +0 -20
  11. pulumi_gcp/applicationintegration/__init__.py +1 -0
  12. pulumi_gcp/applicationintegration/_inputs.py +843 -0
  13. pulumi_gcp/applicationintegration/auth_config.py +998 -0
  14. pulumi_gcp/applicationintegration/outputs.py +891 -0
  15. pulumi_gcp/artifactregistry/_inputs.py +186 -0
  16. pulumi_gcp/artifactregistry/outputs.py +297 -4
  17. pulumi_gcp/artifactregistry/repository.py +346 -16
  18. pulumi_gcp/bigquery/table.py +61 -0
  19. pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
  20. pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
  21. pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
  22. pulumi_gcp/billing/budget.py +54 -0
  23. pulumi_gcp/certificateauthority/_inputs.py +92 -12
  24. pulumi_gcp/certificateauthority/authority.py +117 -27
  25. pulumi_gcp/certificateauthority/certificate.py +176 -0
  26. pulumi_gcp/certificateauthority/outputs.py +144 -12
  27. pulumi_gcp/cloudbuild/worker_pool.py +0 -12
  28. pulumi_gcp/cloudbuildv2/connection.py +0 -12
  29. pulumi_gcp/cloudbuildv2/repository.py +0 -12
  30. pulumi_gcp/clouddeploy/automation.py +0 -12
  31. pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
  32. pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
  33. pulumi_gcp/clouddeploy/target.py +0 -12
  34. pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
  35. pulumi_gcp/cloudfunctionsv2/function.py +110 -0
  36. pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
  37. pulumi_gcp/cloudrunv2/job.py +0 -12
  38. pulumi_gcp/cloudrunv2/service.py +0 -12
  39. pulumi_gcp/composer/__init__.py +1 -0
  40. pulumi_gcp/composer/environment.py +35 -47
  41. pulumi_gcp/composer/user_workloads_secret.py +441 -0
  42. pulumi_gcp/compute/__init__.py +1 -0
  43. pulumi_gcp/compute/_inputs.py +169 -58
  44. pulumi_gcp/compute/forwarding_rule.py +0 -13
  45. pulumi_gcp/compute/get_instance_group_manager.py +11 -1
  46. pulumi_gcp/compute/global_address.py +0 -12
  47. pulumi_gcp/compute/global_forwarding_rule.py +0 -282
  48. pulumi_gcp/compute/instance_from_machine_image.py +14 -46
  49. pulumi_gcp/compute/instance_from_template.py +14 -46
  50. pulumi_gcp/compute/instance_group_manager.py +68 -21
  51. pulumi_gcp/compute/outputs.py +213 -65
  52. pulumi_gcp/compute/region_instance_group_manager.py +61 -14
  53. pulumi_gcp/compute/region_instance_template.py +0 -13
  54. pulumi_gcp/compute/region_target_https_proxy.py +257 -0
  55. pulumi_gcp/compute/region_url_map.py +0 -470
  56. pulumi_gcp/compute/security_policy_rule.py +850 -0
  57. pulumi_gcp/container/attached_cluster.py +0 -12
  58. pulumi_gcp/container/aws_cluster.py +0 -12
  59. pulumi_gcp/container/aws_node_pool.py +0 -12
  60. pulumi_gcp/container/azure_cluster.py +0 -12
  61. pulumi_gcp/container/azure_node_pool.py +0 -12
  62. pulumi_gcp/container/cluster.py +0 -20
  63. pulumi_gcp/container/outputs.py +4 -4
  64. pulumi_gcp/dataflow/flex_template_job.py +0 -39
  65. pulumi_gcp/dataloss/__init__.py +1 -0
  66. pulumi_gcp/dataloss/_inputs.py +1040 -0
  67. pulumi_gcp/dataloss/outputs.py +1123 -0
  68. pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
  69. pulumi_gcp/dataproc/cluster.py +0 -20
  70. pulumi_gcp/dataproc/workflow_template.py +21 -26
  71. pulumi_gcp/deploymentmanager/deployment.py +0 -34
  72. pulumi_gcp/dns/_inputs.py +2 -130
  73. pulumi_gcp/dns/get_keys.py +1 -1
  74. pulumi_gcp/dns/get_managed_zones.py +3 -9
  75. pulumi_gcp/dns/get_record_set.py +3 -0
  76. pulumi_gcp/dns/outputs.py +36 -58
  77. pulumi_gcp/dns/record_set.py +2 -36
  78. pulumi_gcp/filestore/get_instance.py +11 -1
  79. pulumi_gcp/filestore/instance.py +101 -0
  80. pulumi_gcp/firebase/_inputs.py +16 -0
  81. pulumi_gcp/firebase/android_app.py +0 -27
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
  84. pulumi_gcp/firebase/app_check_service_config.py +0 -125
  85. pulumi_gcp/firebase/apple_app.py +0 -27
  86. pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
  87. pulumi_gcp/firebase/hosting_version.py +44 -0
  88. pulumi_gcp/firebase/outputs.py +12 -0
  89. pulumi_gcp/firebase/web_app.py +0 -20
  90. pulumi_gcp/firestore/database.py +0 -68
  91. pulumi_gcp/firestore/document.py +4 -4
  92. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
  93. pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
  94. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
  95. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
  96. pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
  97. pulumi_gcp/logging/folder_sink.py +54 -0
  98. pulumi_gcp/logging/organization_sink.py +54 -0
  99. pulumi_gcp/monitoring/_inputs.py +46 -2
  100. pulumi_gcp/monitoring/outputs.py +40 -2
  101. pulumi_gcp/monitoring/uptime_check_config.py +6 -0
  102. pulumi_gcp/netapp/active_directory.py +0 -20
  103. pulumi_gcp/netapp/volume_replication.py +0 -68
  104. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  105. pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
  106. pulumi_gcp/organizations/get_active_folder.py +18 -3
  107. pulumi_gcp/projects/__init__.py +1 -0
  108. pulumi_gcp/projects/iam_member_remove.py +313 -0
  109. pulumi_gcp/provider.py +3 -1
  110. pulumi_gcp/secretmanager/get_secret.py +13 -3
  111. pulumi_gcp/secretmanager/outputs.py +20 -1
  112. pulumi_gcp/secretmanager/secret.py +90 -15
  113. pulumi_gcp/servicenetworking/connection.py +0 -20
  114. pulumi_gcp/spanner/database.py +0 -41
  115. pulumi_gcp/spanner/instance.py +0 -40
  116. pulumi_gcp/storage/__init__.py +1 -0
  117. pulumi_gcp/storage/bucket.py +0 -12
  118. pulumi_gcp/storage/get_bucket_objects.py +153 -0
  119. pulumi_gcp/storage/outputs.py +63 -0
  120. pulumi_gcp/vmwareengine/_inputs.py +63 -5
  121. pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
  122. pulumi_gcp/vmwareengine/outputs.py +113 -5
  123. pulumi_gcp/vmwareengine/private_cloud.py +0 -94
  124. pulumi_gcp/workbench/instance.py +4 -4
  125. pulumi_gcp/workstations/workstation.py +0 -12
  126. pulumi_gcp/workstations/workstation_cluster.py +32 -12
  127. pulumi_gcp/workstations/workstation_config.py +0 -12
  128. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
  129. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
  130. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
  131. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -1186,147 +1186,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
1186
1186
 
1187
1187
  ## Example Usage
1188
1188
 
1189
- ### External Ssl Proxy Lb Mig Backend
1190
-
1191
- ```python
1192
- import pulumi
1193
- import pulumi_gcp as gcp
1194
- import pulumi_tls as tls
1195
-
1196
- # External SSL proxy load balancer with managed instance group backend
1197
- # VPC
1198
- default = gcp.compute.Network("default",
1199
- name="ssl-proxy-xlb-network",
1200
- auto_create_subnetworks=False)
1201
- # backend subnet
1202
- default_subnetwork = gcp.compute.Subnetwork("default",
1203
- name="ssl-proxy-xlb-subnet",
1204
- ip_cidr_range="10.0.1.0/24",
1205
- region="us-central1",
1206
- network=default.id)
1207
- # reserved IP address
1208
- default_global_address = gcp.compute.GlobalAddress("default", name="ssl-proxy-xlb-ip")
1209
- # Self-signed regional SSL certificate for testing
1210
- default_private_key = tls.PrivateKey("default",
1211
- algorithm="RSA",
1212
- rsa_bits=2048)
1213
- default_self_signed_cert = tls.SelfSignedCert("default",
1214
- key_algorithm=default_private_key.algorithm,
1215
- private_key_pem=default_private_key.private_key_pem,
1216
- validity_period_hours=12,
1217
- early_renewal_hours=3,
1218
- allowed_uses=[
1219
- "key_encipherment",
1220
- "digital_signature",
1221
- "server_auth",
1222
- ],
1223
- dns_names=["example.com"],
1224
- subject=tls.SelfSignedCertSubjectArgs(
1225
- common_name="example.com",
1226
- organization="ACME Examples, Inc",
1227
- ))
1228
- default_ssl_certificate = gcp.compute.SSLCertificate("default",
1229
- name="default-cert",
1230
- private_key=default_private_key.private_key_pem,
1231
- certificate=default_self_signed_cert.cert_pem)
1232
- default_health_check = gcp.compute.HealthCheck("default",
1233
- name="ssl-proxy-health-check",
1234
- timeout_sec=1,
1235
- check_interval_sec=1,
1236
- tcp_health_check=gcp.compute.HealthCheckTcpHealthCheckArgs(
1237
- port=443,
1238
- ))
1239
- # instance template
1240
- default_instance_template = gcp.compute.InstanceTemplate("default",
1241
- network_interfaces=[gcp.compute.InstanceTemplateNetworkInterfaceArgs(
1242
- access_configs=[gcp.compute.InstanceTemplateNetworkInterfaceAccessConfigArgs()],
1243
- network=default.id,
1244
- subnetwork=default_subnetwork.id,
1245
- )],
1246
- name="ssl-proxy-xlb-mig-template",
1247
- machine_type="e2-small",
1248
- tags=["allow-health-check"],
1249
- disks=[gcp.compute.InstanceTemplateDiskArgs(
1250
- source_image="debian-cloud/debian-10",
1251
- auto_delete=True,
1252
- boot=True,
1253
- )],
1254
- metadata={
1255
- "startup-script": \"\"\"#! /bin/bash
1256
- set -euo pipefail
1257
- export DEBIAN_FRONTEND=noninteractive
1258
- sudo apt-get update
1259
- sudo apt-get install -y apache2 jq
1260
- sudo a2ensite default-ssl
1261
- sudo a2enmod ssl
1262
- sudo service apache2 restart
1263
- NAME=$(curl -H "Metadata-Flavor: Google" "http://metadata.google.internal/computeMetadata/v1/instance/hostname")
1264
- IP=$(curl -H "Metadata-Flavor: Google" "http://metadata.google.internal/computeMetadata/v1/instance/network-interfaces/0/ip")
1265
- METADATA=$(curl -f -H "Metadata-Flavor: Google" "http://metadata.google.internal/computeMetadata/v1/instance/attributes/?recursive=True" | jq 'del(.["startup-script"])')
1266
- cat <<EOF > /var/www/html/index.html
1267
- <h1>SSL Load Balancer</h1>
1268
- <pre>
1269
- Name: $NAME
1270
- IP: $IP
1271
- Metadata: $METADATA
1272
- </pre>
1273
- EOF
1274
- \"\"\",
1275
- })
1276
- # MIG
1277
- default_instance_group_manager = gcp.compute.InstanceGroupManager("default",
1278
- name="ssl-proxy-xlb-mig1",
1279
- zone="us-central1-c",
1280
- named_ports=[gcp.compute.InstanceGroupManagerNamedPortArgs(
1281
- name="tcp",
1282
- port=443,
1283
- )],
1284
- versions=[gcp.compute.InstanceGroupManagerVersionArgs(
1285
- instance_template=default_instance_template.id,
1286
- name="primary",
1287
- )],
1288
- base_instance_name="vm",
1289
- target_size=2)
1290
- # backend service
1291
- default_backend_service = gcp.compute.BackendService("default",
1292
- name="ssl-proxy-xlb-backend-service",
1293
- protocol="SSL",
1294
- port_name="tcp",
1295
- load_balancing_scheme="EXTERNAL",
1296
- timeout_sec=10,
1297
- health_checks=default_health_check.id,
1298
- backends=[gcp.compute.BackendServiceBackendArgs(
1299
- group=default_instance_group_manager.instance_group,
1300
- balancing_mode="UTILIZATION",
1301
- max_utilization=1,
1302
- capacity_scaler=1,
1303
- )])
1304
- default_target_ssl_proxy = gcp.compute.TargetSSLProxy("default",
1305
- name="test-proxy",
1306
- backend_service=default_backend_service.id,
1307
- ssl_certificates=[default_ssl_certificate.id])
1308
- # forwarding rule
1309
- default_global_forwarding_rule = gcp.compute.GlobalForwardingRule("default",
1310
- name="ssl-proxy-xlb-forwarding-rule",
1311
- ip_protocol="TCP",
1312
- load_balancing_scheme="EXTERNAL",
1313
- port_range="443",
1314
- target=default_target_ssl_proxy.id,
1315
- ip_address=default_global_address.id)
1316
- # allow access from health check ranges
1317
- default_firewall = gcp.compute.Firewall("default",
1318
- name="ssl-proxy-xlb-fw-allow-hc",
1319
- direction="INGRESS",
1320
- network=default.id,
1321
- source_ranges=[
1322
- "130.211.0.0/22",
1323
- "35.191.0.0/16",
1324
- ],
1325
- allows=[gcp.compute.FirewallAllowArgs(
1326
- protocol="tcp",
1327
- )],
1328
- target_tags=["allow-health-check"])
1329
- ```
1330
1189
  ### External Tcp Proxy Lb Mig Backend
1331
1190
 
1332
1191
  ```python
@@ -2226,147 +2085,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
2226
2085
 
2227
2086
  ## Example Usage
2228
2087
 
2229
- ### External Ssl Proxy Lb Mig Backend
2230
-
2231
- ```python
2232
- import pulumi
2233
- import pulumi_gcp as gcp
2234
- import pulumi_tls as tls
2235
-
2236
- # External SSL proxy load balancer with managed instance group backend
2237
- # VPC
2238
- default = gcp.compute.Network("default",
2239
- name="ssl-proxy-xlb-network",
2240
- auto_create_subnetworks=False)
2241
- # backend subnet
2242
- default_subnetwork = gcp.compute.Subnetwork("default",
2243
- name="ssl-proxy-xlb-subnet",
2244
- ip_cidr_range="10.0.1.0/24",
2245
- region="us-central1",
2246
- network=default.id)
2247
- # reserved IP address
2248
- default_global_address = gcp.compute.GlobalAddress("default", name="ssl-proxy-xlb-ip")
2249
- # Self-signed regional SSL certificate for testing
2250
- default_private_key = tls.PrivateKey("default",
2251
- algorithm="RSA",
2252
- rsa_bits=2048)
2253
- default_self_signed_cert = tls.SelfSignedCert("default",
2254
- key_algorithm=default_private_key.algorithm,
2255
- private_key_pem=default_private_key.private_key_pem,
2256
- validity_period_hours=12,
2257
- early_renewal_hours=3,
2258
- allowed_uses=[
2259
- "key_encipherment",
2260
- "digital_signature",
2261
- "server_auth",
2262
- ],
2263
- dns_names=["example.com"],
2264
- subject=tls.SelfSignedCertSubjectArgs(
2265
- common_name="example.com",
2266
- organization="ACME Examples, Inc",
2267
- ))
2268
- default_ssl_certificate = gcp.compute.SSLCertificate("default",
2269
- name="default-cert",
2270
- private_key=default_private_key.private_key_pem,
2271
- certificate=default_self_signed_cert.cert_pem)
2272
- default_health_check = gcp.compute.HealthCheck("default",
2273
- name="ssl-proxy-health-check",
2274
- timeout_sec=1,
2275
- check_interval_sec=1,
2276
- tcp_health_check=gcp.compute.HealthCheckTcpHealthCheckArgs(
2277
- port=443,
2278
- ))
2279
- # instance template
2280
- default_instance_template = gcp.compute.InstanceTemplate("default",
2281
- network_interfaces=[gcp.compute.InstanceTemplateNetworkInterfaceArgs(
2282
- access_configs=[gcp.compute.InstanceTemplateNetworkInterfaceAccessConfigArgs()],
2283
- network=default.id,
2284
- subnetwork=default_subnetwork.id,
2285
- )],
2286
- name="ssl-proxy-xlb-mig-template",
2287
- machine_type="e2-small",
2288
- tags=["allow-health-check"],
2289
- disks=[gcp.compute.InstanceTemplateDiskArgs(
2290
- source_image="debian-cloud/debian-10",
2291
- auto_delete=True,
2292
- boot=True,
2293
- )],
2294
- metadata={
2295
- "startup-script": \"\"\"#! /bin/bash
2296
- set -euo pipefail
2297
- export DEBIAN_FRONTEND=noninteractive
2298
- sudo apt-get update
2299
- sudo apt-get install -y apache2 jq
2300
- sudo a2ensite default-ssl
2301
- sudo a2enmod ssl
2302
- sudo service apache2 restart
2303
- NAME=$(curl -H "Metadata-Flavor: Google" "http://metadata.google.internal/computeMetadata/v1/instance/hostname")
2304
- IP=$(curl -H "Metadata-Flavor: Google" "http://metadata.google.internal/computeMetadata/v1/instance/network-interfaces/0/ip")
2305
- METADATA=$(curl -f -H "Metadata-Flavor: Google" "http://metadata.google.internal/computeMetadata/v1/instance/attributes/?recursive=True" | jq 'del(.["startup-script"])')
2306
- cat <<EOF > /var/www/html/index.html
2307
- <h1>SSL Load Balancer</h1>
2308
- <pre>
2309
- Name: $NAME
2310
- IP: $IP
2311
- Metadata: $METADATA
2312
- </pre>
2313
- EOF
2314
- \"\"\",
2315
- })
2316
- # MIG
2317
- default_instance_group_manager = gcp.compute.InstanceGroupManager("default",
2318
- name="ssl-proxy-xlb-mig1",
2319
- zone="us-central1-c",
2320
- named_ports=[gcp.compute.InstanceGroupManagerNamedPortArgs(
2321
- name="tcp",
2322
- port=443,
2323
- )],
2324
- versions=[gcp.compute.InstanceGroupManagerVersionArgs(
2325
- instance_template=default_instance_template.id,
2326
- name="primary",
2327
- )],
2328
- base_instance_name="vm",
2329
- target_size=2)
2330
- # backend service
2331
- default_backend_service = gcp.compute.BackendService("default",
2332
- name="ssl-proxy-xlb-backend-service",
2333
- protocol="SSL",
2334
- port_name="tcp",
2335
- load_balancing_scheme="EXTERNAL",
2336
- timeout_sec=10,
2337
- health_checks=default_health_check.id,
2338
- backends=[gcp.compute.BackendServiceBackendArgs(
2339
- group=default_instance_group_manager.instance_group,
2340
- balancing_mode="UTILIZATION",
2341
- max_utilization=1,
2342
- capacity_scaler=1,
2343
- )])
2344
- default_target_ssl_proxy = gcp.compute.TargetSSLProxy("default",
2345
- name="test-proxy",
2346
- backend_service=default_backend_service.id,
2347
- ssl_certificates=[default_ssl_certificate.id])
2348
- # forwarding rule
2349
- default_global_forwarding_rule = gcp.compute.GlobalForwardingRule("default",
2350
- name="ssl-proxy-xlb-forwarding-rule",
2351
- ip_protocol="TCP",
2352
- load_balancing_scheme="EXTERNAL",
2353
- port_range="443",
2354
- target=default_target_ssl_proxy.id,
2355
- ip_address=default_global_address.id)
2356
- # allow access from health check ranges
2357
- default_firewall = gcp.compute.Firewall("default",
2358
- name="ssl-proxy-xlb-fw-allow-hc",
2359
- direction="INGRESS",
2360
- network=default.id,
2361
- source_ranges=[
2362
- "130.211.0.0/22",
2363
- "35.191.0.0/16",
2364
- ],
2365
- allows=[gcp.compute.FirewallAllowArgs(
2366
- protocol="tcp",
2367
- )],
2368
- target_tags=["allow-health-check"])
2369
- ```
2370
2088
  ### External Tcp Proxy Lb Mig Backend
2371
2089
 
2372
2090
  ```python
@@ -51,8 +51,6 @@ class InstanceFromMachineImageArgs:
51
51
 
52
52
  - - -
53
53
  :param pulumi.Input['InstanceFromMachineImageAdvancedMachineFeaturesArgs'] advanced_machine_features: Controls for advanced machine-related behavior features.
54
- :param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
55
- stopping the instance without setting this field, the update will fail.
56
54
  :param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
57
55
  :param pulumi.Input['InstanceFromMachineImageConfidentialInstanceConfigArgs'] 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
58
56
  to create.
@@ -62,8 +60,8 @@ class InstanceFromMachineImageArgs:
62
60
  :param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
63
61
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
64
62
  :param pulumi.Input[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
65
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
66
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
63
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
64
+ exceed 253 characters. Changing this forces a new resource to be created.
67
65
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
68
66
  the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
69
67
  the resource.
@@ -180,10 +178,6 @@ class InstanceFromMachineImageArgs:
180
178
  @property
181
179
  @pulumi.getter(name="allowStoppingForUpdate")
182
180
  def allow_stopping_for_update(self) -> Optional[pulumi.Input[bool]]:
183
- """
184
- If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
185
- stopping the instance without setting this field, the update will fail.
186
- """
187
181
  return pulumi.get(self, "allow_stopping_for_update")
188
182
 
189
183
  @allow_stopping_for_update.setter
@@ -280,8 +274,8 @@ class InstanceFromMachineImageArgs:
280
274
  def hostname(self) -> Optional[pulumi.Input[str]]:
281
275
  """
282
276
  A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
283
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
284
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
277
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
278
+ exceed 253 characters. Changing this forces a new resource to be created.
285
279
  """
286
280
  return pulumi.get(self, "hostname")
287
281
 
@@ -552,8 +546,6 @@ class _InstanceFromMachineImageState:
552
546
  """
553
547
  Input properties used for looking up and filtering InstanceFromMachineImage resources.
554
548
  :param pulumi.Input['InstanceFromMachineImageAdvancedMachineFeaturesArgs'] advanced_machine_features: Controls for advanced machine-related behavior features.
555
- :param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
556
- stopping the instance without setting this field, the update will fail.
557
549
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageAttachedDiskArgs']]] attached_disks: List of disks attached to the instance
558
550
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageBootDiskArgs']]] boot_disks: The boot disk for the instance.
559
551
  :param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
@@ -566,13 +558,11 @@ class _InstanceFromMachineImageState:
566
558
  :param pulumi.Input[bool] deletion_protection: Whether deletion protection is enabled on this instance.
567
559
  :param pulumi.Input[str] description: A brief description of the resource.
568
560
  :param pulumi.Input[str] desired_status: Desired status of the instance. Either "RUNNING" or "TERMINATED".
569
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
570
- clients and services.
571
561
  :param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
572
562
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
573
563
  :param pulumi.Input[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
574
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
575
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
564
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
565
+ exceed 253 characters. Changing this forces a new resource to be created.
576
566
  :param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
577
567
  :param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
578
568
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
@@ -710,10 +700,6 @@ class _InstanceFromMachineImageState:
710
700
  @property
711
701
  @pulumi.getter(name="allowStoppingForUpdate")
712
702
  def allow_stopping_for_update(self) -> Optional[pulumi.Input[bool]]:
713
- """
714
- If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
715
- stopping the instance without setting this field, the update will fail.
716
- """
717
703
  return pulumi.get(self, "allow_stopping_for_update")
718
704
 
719
705
  @allow_stopping_for_update.setter
@@ -834,10 +820,6 @@ class _InstanceFromMachineImageState:
834
820
  @property
835
821
  @pulumi.getter(name="effectiveLabels")
836
822
  def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
837
- """
838
- All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
839
- clients and services.
840
- """
841
823
  return pulumi.get(self, "effective_labels")
842
824
 
843
825
  @effective_labels.setter
@@ -873,8 +855,8 @@ class _InstanceFromMachineImageState:
873
855
  def hostname(self) -> Optional[pulumi.Input[str]]:
874
856
  """
875
857
  A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
876
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
877
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
858
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
859
+ exceed 253 characters. Changing this forces a new resource to be created.
878
860
  """
879
861
  return pulumi.get(self, "hostname")
880
862
 
@@ -1261,8 +1243,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
1261
1243
  :param str resource_name: The name of the resource.
1262
1244
  :param pulumi.ResourceOptions opts: Options for the resource.
1263
1245
  :param pulumi.Input[pulumi.InputType['InstanceFromMachineImageAdvancedMachineFeaturesArgs']] advanced_machine_features: Controls for advanced machine-related behavior features.
1264
- :param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
1265
- stopping the instance without setting this field, the update will fail.
1266
1246
  :param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
1267
1247
  :param pulumi.Input[pulumi.InputType['InstanceFromMachineImageConfidentialInstanceConfigArgs']] 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
1268
1248
  to create.
@@ -1272,8 +1252,8 @@ class InstanceFromMachineImage(pulumi.CustomResource):
1272
1252
  :param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
1273
1253
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromMachineImageGuestAcceleratorArgs']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
1274
1254
  :param pulumi.Input[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
1275
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
1276
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
1255
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
1256
+ exceed 253 characters. Changing this forces a new resource to be created.
1277
1257
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
1278
1258
  the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
1279
1259
  the resource.
@@ -1494,8 +1474,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
1494
1474
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1495
1475
  :param pulumi.ResourceOptions opts: Options for the resource.
1496
1476
  :param pulumi.Input[pulumi.InputType['InstanceFromMachineImageAdvancedMachineFeaturesArgs']] advanced_machine_features: Controls for advanced machine-related behavior features.
1497
- :param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
1498
- stopping the instance without setting this field, the update will fail.
1499
1477
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromMachineImageAttachedDiskArgs']]]] attached_disks: List of disks attached to the instance
1500
1478
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromMachineImageBootDiskArgs']]]] boot_disks: The boot disk for the instance.
1501
1479
  :param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
@@ -1508,13 +1486,11 @@ class InstanceFromMachineImage(pulumi.CustomResource):
1508
1486
  :param pulumi.Input[bool] deletion_protection: Whether deletion protection is enabled on this instance.
1509
1487
  :param pulumi.Input[str] description: A brief description of the resource.
1510
1488
  :param pulumi.Input[str] desired_status: Desired status of the instance. Either "RUNNING" or "TERMINATED".
1511
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
1512
- clients and services.
1513
1489
  :param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
1514
1490
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromMachineImageGuestAcceleratorArgs']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
1515
1491
  :param pulumi.Input[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
1516
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
1517
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
1492
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
1493
+ exceed 253 characters. Changing this forces a new resource to be created.
1518
1494
  :param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
1519
1495
  :param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
1520
1496
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
@@ -1613,10 +1589,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
1613
1589
  @property
1614
1590
  @pulumi.getter(name="allowStoppingForUpdate")
1615
1591
  def allow_stopping_for_update(self) -> pulumi.Output[bool]:
1616
- """
1617
- If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
1618
- stopping the instance without setting this field, the update will fail.
1619
- """
1620
1592
  return pulumi.get(self, "allow_stopping_for_update")
1621
1593
 
1622
1594
  @property
@@ -1697,10 +1669,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
1697
1669
  @property
1698
1670
  @pulumi.getter(name="effectiveLabels")
1699
1671
  def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
1700
- """
1701
- All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
1702
- clients and services.
1703
- """
1704
1672
  return pulumi.get(self, "effective_labels")
1705
1673
 
1706
1674
  @property
@@ -1724,8 +1692,8 @@ class InstanceFromMachineImage(pulumi.CustomResource):
1724
1692
  def hostname(self) -> pulumi.Output[str]:
1725
1693
  """
1726
1694
  A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
1727
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
1728
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
1695
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
1696
+ exceed 253 characters. Changing this forces a new resource to be created.
1729
1697
  """
1730
1698
  return pulumi.get(self, "hostname")
1731
1699
 
@@ -55,8 +55,6 @@ class InstanceFromTemplateArgs:
55
55
 
56
56
  - - -
57
57
  :param pulumi.Input['InstanceFromTemplateAdvancedMachineFeaturesArgs'] advanced_machine_features: Controls for advanced machine-related behavior features.
58
- :param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
59
- stopping the instance without setting this field, the update will fail.
60
58
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateAttachedDiskArgs']]] attached_disks: List of disks attached to the instance
61
59
  :param pulumi.Input['InstanceFromTemplateBootDiskArgs'] boot_disk: The boot disk for the instance.
62
60
  :param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
@@ -68,8 +66,8 @@ class InstanceFromTemplateArgs:
68
66
  :param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
69
67
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
70
68
  :param pulumi.Input[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
71
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
72
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
69
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
70
+ exceed 253 characters. Changing this forces a new resource to be created.
73
71
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
74
72
  the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
75
73
  the resource.
@@ -192,10 +190,6 @@ class InstanceFromTemplateArgs:
192
190
  @property
193
191
  @pulumi.getter(name="allowStoppingForUpdate")
194
192
  def allow_stopping_for_update(self) -> Optional[pulumi.Input[bool]]:
195
- """
196
- If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
197
- stopping the instance without setting this field, the update will fail.
198
- """
199
193
  return pulumi.get(self, "allow_stopping_for_update")
200
194
 
201
195
  @allow_stopping_for_update.setter
@@ -316,8 +310,8 @@ class InstanceFromTemplateArgs:
316
310
  def hostname(self) -> Optional[pulumi.Input[str]]:
317
311
  """
318
312
  A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
319
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
320
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
313
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
314
+ exceed 253 characters. Changing this forces a new resource to be created.
321
315
  """
322
316
  return pulumi.get(self, "hostname")
323
317
 
@@ -598,8 +592,6 @@ class _InstanceFromTemplateState:
598
592
  """
599
593
  Input properties used for looking up and filtering InstanceFromTemplate resources.
600
594
  :param pulumi.Input['InstanceFromTemplateAdvancedMachineFeaturesArgs'] advanced_machine_features: Controls for advanced machine-related behavior features.
601
- :param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
602
- stopping the instance without setting this field, the update will fail.
603
595
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateAttachedDiskArgs']]] attached_disks: List of disks attached to the instance
604
596
  :param pulumi.Input['InstanceFromTemplateBootDiskArgs'] boot_disk: The boot disk for the instance.
605
597
  :param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
@@ -612,13 +604,11 @@ class _InstanceFromTemplateState:
612
604
  :param pulumi.Input[bool] deletion_protection: Whether deletion protection is enabled on this instance.
613
605
  :param pulumi.Input[str] description: A brief description of the resource.
614
606
  :param pulumi.Input[str] desired_status: Desired status of the instance. Either "RUNNING" or "TERMINATED".
615
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
616
- clients and services.
617
607
  :param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
618
608
  :param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
619
609
  :param pulumi.Input[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
620
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
621
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
610
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
611
+ exceed 253 characters. Changing this forces a new resource to be created.
622
612
  :param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
623
613
  :param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
624
614
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
@@ -755,10 +745,6 @@ class _InstanceFromTemplateState:
755
745
  @property
756
746
  @pulumi.getter(name="allowStoppingForUpdate")
757
747
  def allow_stopping_for_update(self) -> Optional[pulumi.Input[bool]]:
758
- """
759
- If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
760
- stopping the instance without setting this field, the update will fail.
761
- """
762
748
  return pulumi.get(self, "allow_stopping_for_update")
763
749
 
764
750
  @allow_stopping_for_update.setter
@@ -879,10 +865,6 @@ class _InstanceFromTemplateState:
879
865
  @property
880
866
  @pulumi.getter(name="effectiveLabels")
881
867
  def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
882
- """
883
- All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
884
- clients and services.
885
- """
886
868
  return pulumi.get(self, "effective_labels")
887
869
 
888
870
  @effective_labels.setter
@@ -918,8 +900,8 @@ class _InstanceFromTemplateState:
918
900
  def hostname(self) -> Optional[pulumi.Input[str]]:
919
901
  """
920
902
  A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
921
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
922
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
903
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
904
+ exceed 253 characters. Changing this forces a new resource to be created.
923
905
  """
924
906
  return pulumi.get(self, "hostname")
925
907
 
@@ -1328,8 +1310,6 @@ class InstanceFromTemplate(pulumi.CustomResource):
1328
1310
  :param str resource_name: The name of the resource.
1329
1311
  :param pulumi.ResourceOptions opts: Options for the resource.
1330
1312
  :param pulumi.Input[pulumi.InputType['InstanceFromTemplateAdvancedMachineFeaturesArgs']] advanced_machine_features: Controls for advanced machine-related behavior features.
1331
- :param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
1332
- stopping the instance without setting this field, the update will fail.
1333
1313
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromTemplateAttachedDiskArgs']]]] attached_disks: List of disks attached to the instance
1334
1314
  :param pulumi.Input[pulumi.InputType['InstanceFromTemplateBootDiskArgs']] boot_disk: The boot disk for the instance.
1335
1315
  :param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
@@ -1341,8 +1321,8 @@ class InstanceFromTemplate(pulumi.CustomResource):
1341
1321
  :param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
1342
1322
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromTemplateGuestAcceleratorArgs']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
1343
1323
  :param pulumi.Input[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
1344
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
1345
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
1324
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
1325
+ exceed 253 characters. Changing this forces a new resource to be created.
1346
1326
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
1347
1327
  the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
1348
1328
  the resource.
@@ -1586,8 +1566,6 @@ class InstanceFromTemplate(pulumi.CustomResource):
1586
1566
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1587
1567
  :param pulumi.ResourceOptions opts: Options for the resource.
1588
1568
  :param pulumi.Input[pulumi.InputType['InstanceFromTemplateAdvancedMachineFeaturesArgs']] advanced_machine_features: Controls for advanced machine-related behavior features.
1589
- :param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
1590
- stopping the instance without setting this field, the update will fail.
1591
1569
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromTemplateAttachedDiskArgs']]]] attached_disks: List of disks attached to the instance
1592
1570
  :param pulumi.Input[pulumi.InputType['InstanceFromTemplateBootDiskArgs']] boot_disk: The boot disk for the instance.
1593
1571
  :param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
@@ -1600,13 +1578,11 @@ class InstanceFromTemplate(pulumi.CustomResource):
1600
1578
  :param pulumi.Input[bool] deletion_protection: Whether deletion protection is enabled on this instance.
1601
1579
  :param pulumi.Input[str] description: A brief description of the resource.
1602
1580
  :param pulumi.Input[str] desired_status: Desired status of the instance. Either "RUNNING" or "TERMINATED".
1603
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
1604
- clients and services.
1605
1581
  :param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
1606
1582
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromTemplateGuestAcceleratorArgs']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
1607
1583
  :param pulumi.Input[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
1608
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
1609
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
1584
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
1585
+ exceed 253 characters. Changing this forces a new resource to be created.
1610
1586
  :param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
1611
1587
  :param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
1612
1588
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
@@ -1704,10 +1680,6 @@ class InstanceFromTemplate(pulumi.CustomResource):
1704
1680
  @property
1705
1681
  @pulumi.getter(name="allowStoppingForUpdate")
1706
1682
  def allow_stopping_for_update(self) -> pulumi.Output[bool]:
1707
- """
1708
- If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
1709
- stopping the instance without setting this field, the update will fail.
1710
- """
1711
1683
  return pulumi.get(self, "allow_stopping_for_update")
1712
1684
 
1713
1685
  @property
@@ -1788,10 +1760,6 @@ class InstanceFromTemplate(pulumi.CustomResource):
1788
1760
  @property
1789
1761
  @pulumi.getter(name="effectiveLabels")
1790
1762
  def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
1791
- """
1792
- All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
1793
- clients and services.
1794
- """
1795
1763
  return pulumi.get(self, "effective_labels")
1796
1764
 
1797
1765
  @property
@@ -1815,8 +1783,8 @@ class InstanceFromTemplate(pulumi.CustomResource):
1815
1783
  def hostname(self) -> pulumi.Output[str]:
1816
1784
  """
1817
1785
  A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
1818
- labels 1-63 characters long matching the regular expression [a-z]([-a-z0-9]*[a-z0-9]), concatenated with periods. The
1819
- entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
1786
+ labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
1787
+ exceed 253 characters. Changing this forces a new resource to be created.
1820
1788
  """
1821
1789
  return pulumi.get(self, "hostname")
1822
1790