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.
- pulumi_gcp/__init__.py +35 -48
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +52 -19
- pulumi_gcp/bigquery/dataset_access.py +8 -4
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigquery/table.py +21 -7
- pulumi_gcp/bigtable/app_profile.py +50 -15
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/cloudbuild/_inputs.py +289 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +366 -30
- pulumi_gcp/cloudbuild/trigger.py +156 -0
- pulumi_gcp/cloudbuild/worker_pool.py +23 -34
- pulumi_gcp/cloudfunctions/function.py +8 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudrunv2/_inputs.py +23 -26
- pulumi_gcp/cloudrunv2/outputs.py +28 -30
- pulumi_gcp/cloudrunv2/service.py +18 -12
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/composer/environment.py +49 -28
- pulumi_gcp/compute/_inputs.py +80 -0
- pulumi_gcp/compute/backend_bucket.py +54 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/instance_from_machine_image.py +110 -75
- pulumi_gcp/compute/instance_from_template.py +110 -75
- pulumi_gcp/compute/instance_group_manager.py +14 -7
- pulumi_gcp/compute/instance_template.py +14 -7
- pulumi_gcp/compute/interconnect.py +8 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +128 -0
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/region_instance_group_manager.py +14 -7
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +20 -0
- pulumi_gcp/container/aws_cluster.py +42 -28
- pulumi_gcp/container/aws_node_pool.py +42 -28
- pulumi_gcp/container/azure_cluster.py +70 -35
- pulumi_gcp/container/azure_node_pool.py +42 -28
- pulumi_gcp/container/outputs.py +25 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -28
- pulumi_gcp/dataplex/zone.py +21 -28
- pulumi_gcp/dataproc/cluster.py +14 -21
- pulumi_gcp/dataproc/workflow_template.py +105 -42
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +4 -8
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
- pulumi_gcp/logging/folder_bucket_config.py +21 -7
- pulumi_gcp/logging/organization_bucket_config.py +21 -7
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +0 -70
- pulumi_gcp/monitoring/dashboard.py +14 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/organizations/project.py +21 -7
- pulumi_gcp/projects/service.py +2 -4
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/saasruntime/__init__.py +11 -0
- pulumi_gcp/saasruntime/_inputs.py +55 -0
- pulumi_gcp/saasruntime/outputs.py +39 -0
- pulumi_gcp/saasruntime/saa_s.py +815 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/sql/database_instance.py +61 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +11 -0
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +7 -7
- pulumi_gcp/storage/bucket.py +14 -7
- pulumi_gcp/storage/outputs.py +7 -7
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/outputs.py +7 -8
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class GetBackendServiceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getBackendService.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, compression_mode=None, connection_draining_timeout_sec=None, consistent_hash=None, creation_timestamp=None, custom_metrics=None, custom_request_headers=None, custom_response_headers=None, description=None, dynamic_forwardings=None, edge_security_policy=None, enable_cdn=None, external_managed_migration_state=None, external_managed_migration_testing_percentage=None, fingerprint=None, generated_id=None, health_checks=None, iaps=None, id=None, ip_address_selection_policy=None, load_balancing_scheme=None, locality_lb_policies=None, locality_lb_policy=None, log_configs=None, max_stream_durations=None, name=None, network_pass_through_lb_traffic_policies=None, outlier_detections=None, port_name=None, project=None, protocol=None, security_policy=None, security_settings=None, self_link=None, service_lb_policy=None, session_affinity=None, strong_session_affinity_cookies=None, timeout_sec=None, tls_settings=None):
|
30
|
+
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, compression_mode=None, connection_draining_timeout_sec=None, consistent_hash=None, creation_timestamp=None, custom_metrics=None, custom_request_headers=None, custom_response_headers=None, description=None, dynamic_forwardings=None, edge_security_policy=None, enable_cdn=None, external_managed_migration_state=None, external_managed_migration_testing_percentage=None, fingerprint=None, generated_id=None, health_checks=None, iaps=None, id=None, ip_address_selection_policy=None, load_balancing_scheme=None, locality_lb_policies=None, locality_lb_policy=None, log_configs=None, max_stream_durations=None, name=None, network_pass_through_lb_traffic_policies=None, outlier_detections=None, params=None, port_name=None, project=None, protocol=None, security_policy=None, security_settings=None, self_link=None, service_lb_policy=None, session_affinity=None, strong_session_affinity_cookies=None, timeout_sec=None, tls_settings=None):
|
31
31
|
if affinity_cookie_ttl_sec and not isinstance(affinity_cookie_ttl_sec, int):
|
32
32
|
raise TypeError("Expected argument 'affinity_cookie_ttl_sec' to be a int")
|
33
33
|
pulumi.set(__self__, "affinity_cookie_ttl_sec", affinity_cookie_ttl_sec)
|
@@ -121,6 +121,9 @@ class GetBackendServiceResult:
|
|
121
121
|
if outlier_detections and not isinstance(outlier_detections, list):
|
122
122
|
raise TypeError("Expected argument 'outlier_detections' to be a list")
|
123
123
|
pulumi.set(__self__, "outlier_detections", outlier_detections)
|
124
|
+
if params and not isinstance(params, list):
|
125
|
+
raise TypeError("Expected argument 'params' to be a list")
|
126
|
+
pulumi.set(__self__, "params", params)
|
124
127
|
if port_name and not isinstance(port_name, str):
|
125
128
|
raise TypeError("Expected argument 'port_name' to be a str")
|
126
129
|
pulumi.set(__self__, "port_name", port_name)
|
@@ -334,6 +337,11 @@ class GetBackendServiceResult:
|
|
334
337
|
def outlier_detections(self) -> Sequence['outputs.GetBackendServiceOutlierDetectionResult']:
|
335
338
|
return pulumi.get(self, "outlier_detections")
|
336
339
|
|
340
|
+
@_builtins.property
|
341
|
+
@pulumi.getter
|
342
|
+
def params(self) -> Sequence['outputs.GetBackendServiceParamResult']:
|
343
|
+
return pulumi.get(self, "params")
|
344
|
+
|
337
345
|
@_builtins.property
|
338
346
|
@pulumi.getter(name="portName")
|
339
347
|
def port_name(self) -> _builtins.str:
|
@@ -442,6 +450,7 @@ class AwaitableGetBackendServiceResult(GetBackendServiceResult):
|
|
442
450
|
name=self.name,
|
443
451
|
network_pass_through_lb_traffic_policies=self.network_pass_through_lb_traffic_policies,
|
444
452
|
outlier_detections=self.outlier_detections,
|
453
|
+
params=self.params,
|
445
454
|
port_name=self.port_name,
|
446
455
|
project=self.project,
|
447
456
|
protocol=self.protocol,
|
@@ -519,6 +528,7 @@ def get_backend_service(name: Optional[_builtins.str] = None,
|
|
519
528
|
name=pulumi.get(__ret__, 'name'),
|
520
529
|
network_pass_through_lb_traffic_policies=pulumi.get(__ret__, 'network_pass_through_lb_traffic_policies'),
|
521
530
|
outlier_detections=pulumi.get(__ret__, 'outlier_detections'),
|
531
|
+
params=pulumi.get(__ret__, 'params'),
|
522
532
|
port_name=pulumi.get(__ret__, 'port_name'),
|
523
533
|
project=pulumi.get(__ret__, 'project'),
|
524
534
|
protocol=pulumi.get(__ret__, 'protocol'),
|
@@ -593,6 +603,7 @@ def get_backend_service_output(name: Optional[pulumi.Input[_builtins.str]] = Non
|
|
593
603
|
name=pulumi.get(__response__, 'name'),
|
594
604
|
network_pass_through_lb_traffic_policies=pulumi.get(__response__, 'network_pass_through_lb_traffic_policies'),
|
595
605
|
outlier_detections=pulumi.get(__response__, 'outlier_detections'),
|
606
|
+
params=pulumi.get(__response__, 'params'),
|
596
607
|
port_name=pulumi.get(__response__, 'port_name'),
|
597
608
|
project=pulumi.get(__response__, 'project'),
|
598
609
|
protocol=pulumi.get(__response__, 'protocol'),
|
@@ -61,19 +61,22 @@ class InstanceFromMachineImageArgs:
|
|
61
61
|
- - -
|
62
62
|
:param pulumi.Input['InstanceFromMachineImageAdvancedMachineFeaturesArgs'] advanced_machine_features: Controls for advanced machine-related behavior features.
|
63
63
|
:param pulumi.Input[_builtins.bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
64
|
-
:param pulumi.Input['InstanceFromMachineImageConfidentialInstanceConfigArgs'] confidential_instance_config: The Confidential VM config being used by the instance.
|
64
|
+
: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
|
65
|
+
to create.
|
65
66
|
:param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
66
67
|
:param pulumi.Input[_builtins.str] description: A brief description of the resource.
|
67
68
|
:param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
|
68
69
|
:param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
|
69
70
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
70
|
-
: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
|
71
|
+
: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
|
72
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
73
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
71
74
|
:param pulumi.Input['InstanceFromMachineImageInstanceEncryptionKeyArgs'] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
|
72
|
-
: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
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
75
|
+
: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
|
76
|
+
default.
|
77
|
+
: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
|
78
|
+
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
79
|
+
the resource.
|
77
80
|
:param pulumi.Input[_builtins.str] machine_type: The machine type to create.
|
78
81
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
|
79
82
|
:param pulumi.Input[_builtins.str] metadata_startup_script: Metadata startup scripts made available within the instance.
|
@@ -81,10 +84,12 @@ class InstanceFromMachineImageArgs:
|
|
81
84
|
:param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
|
82
85
|
Changing this forces a new resource to be created.
|
83
86
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageNetworkInterfaceArgs']]] network_interfaces: The networks attached to the instance.
|
84
|
-
:param pulumi.Input['InstanceFromMachineImageNetworkPerformanceConfigArgs'] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
87
|
+
:param pulumi.Input['InstanceFromMachineImageNetworkPerformanceConfigArgs'] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
88
|
+
default network performance configuration.
|
85
89
|
:param pulumi.Input['InstanceFromMachineImageParamsArgs'] params: Stores additional params passed with the request, but not persisted as part of resource payload.
|
86
90
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
|
87
|
-
: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
|
91
|
+
: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
|
92
|
+
self_link nor project are provided, the provider project is used.
|
88
93
|
:param pulumi.Input['InstanceFromMachineImageReservationAffinityArgs'] reservation_affinity: Specifies the reservations that this instance can consume from.
|
89
94
|
:param pulumi.Input[_builtins.str] resource_policies: A list of self_links of resource policies to attach to the instance. Currently a max of 1 resource policy is supported.
|
90
95
|
:param pulumi.Input['InstanceFromMachineImageSchedulingArgs'] scheduling: The scheduling strategy being used by the instance.
|
@@ -217,7 +222,8 @@ class InstanceFromMachineImageArgs:
|
|
217
222
|
@pulumi.getter(name="confidentialInstanceConfig")
|
218
223
|
def confidential_instance_config(self) -> Optional[pulumi.Input['InstanceFromMachineImageConfidentialInstanceConfigArgs']]:
|
219
224
|
"""
|
220
|
-
The Confidential VM config being used by the instance.
|
225
|
+
The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail
|
226
|
+
to create.
|
221
227
|
"""
|
222
228
|
return pulumi.get(self, "confidential_instance_config")
|
223
229
|
|
@@ -289,7 +295,9 @@ class InstanceFromMachineImageArgs:
|
|
289
295
|
@pulumi.getter
|
290
296
|
def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
|
291
297
|
"""
|
292
|
-
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
298
|
+
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
299
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
300
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
293
301
|
"""
|
294
302
|
return pulumi.get(self, "hostname")
|
295
303
|
|
@@ -313,7 +321,8 @@ class InstanceFromMachineImageArgs:
|
|
313
321
|
@pulumi.getter(name="keyRevocationActionType")
|
314
322
|
def key_revocation_action_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
315
323
|
"""
|
316
|
-
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
324
|
+
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
325
|
+
default.
|
317
326
|
"""
|
318
327
|
return pulumi.get(self, "key_revocation_action_type")
|
319
328
|
|
@@ -325,10 +334,9 @@ class InstanceFromMachineImageArgs:
|
|
325
334
|
@pulumi.getter
|
326
335
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
327
336
|
"""
|
328
|
-
A set of key/value label pairs assigned to the instance.
|
329
|
-
|
330
|
-
|
331
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
337
|
+
A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
|
338
|
+
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
339
|
+
the resource.
|
332
340
|
"""
|
333
341
|
return pulumi.get(self, "labels")
|
334
342
|
|
@@ -413,7 +421,8 @@ class InstanceFromMachineImageArgs:
|
|
413
421
|
@pulumi.getter(name="networkPerformanceConfig")
|
414
422
|
def network_performance_config(self) -> Optional[pulumi.Input['InstanceFromMachineImageNetworkPerformanceConfigArgs']]:
|
415
423
|
"""
|
416
|
-
Configures network performance settings for the instance. If not specified, the instance will be created with its
|
424
|
+
Configures network performance settings for the instance. If not specified, the instance will be created with its
|
425
|
+
default network performance configuration.
|
417
426
|
"""
|
418
427
|
return pulumi.get(self, "network_performance_config")
|
419
428
|
|
@@ -449,7 +458,8 @@ class InstanceFromMachineImageArgs:
|
|
449
458
|
@pulumi.getter
|
450
459
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
451
460
|
"""
|
452
|
-
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
461
|
+
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
462
|
+
self_link nor project are provided, the provider project is used.
|
453
463
|
"""
|
454
464
|
return pulumi.get(self, "project")
|
455
465
|
|
@@ -615,26 +625,29 @@ class _InstanceFromMachineImageState:
|
|
615
625
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageAttachedDiskArgs']]] attached_disks: List of disks attached to the instance
|
616
626
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageBootDiskArgs']]] boot_disks: The boot disk for the instance.
|
617
627
|
:param pulumi.Input[_builtins.bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
618
|
-
:param pulumi.Input['InstanceFromMachineImageConfidentialInstanceConfigArgs'] confidential_instance_config: The Confidential VM config being used by the instance.
|
628
|
+
: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
|
629
|
+
to create.
|
619
630
|
:param pulumi.Input[_builtins.str] cpu_platform: The CPU platform used by this instance.
|
620
631
|
:param pulumi.Input[_builtins.str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
621
|
-
:param pulumi.Input[_builtins.str] current_status: Current status of the instance.
|
622
|
-
|
623
|
-
|
632
|
+
:param pulumi.Input[_builtins.str] current_status: Current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING,
|
633
|
+
SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance
|
634
|
+
life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
624
635
|
:param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
625
636
|
:param pulumi.Input[_builtins.str] description: A brief description of the resource.
|
626
637
|
:param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
|
627
638
|
:param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
|
628
639
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
629
|
-
: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
|
640
|
+
: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
|
641
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
642
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
630
643
|
:param pulumi.Input['InstanceFromMachineImageInstanceEncryptionKeyArgs'] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
|
631
644
|
:param pulumi.Input[_builtins.str] instance_id: The server-assigned unique identifier of this instance.
|
632
|
-
: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
|
645
|
+
: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
|
646
|
+
default.
|
633
647
|
:param pulumi.Input[_builtins.str] label_fingerprint: The unique fingerprint of the labels.
|
634
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance.
|
635
|
-
|
636
|
-
|
637
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
648
|
+
: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
|
649
|
+
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
650
|
+
the resource.
|
638
651
|
:param pulumi.Input[_builtins.str] machine_type: The machine type to create.
|
639
652
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
|
640
653
|
:param pulumi.Input[_builtins.str] metadata_fingerprint: The unique fingerprint of the metadata.
|
@@ -643,10 +656,12 @@ class _InstanceFromMachineImageState:
|
|
643
656
|
:param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
|
644
657
|
Changing this forces a new resource to be created.
|
645
658
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageNetworkInterfaceArgs']]] network_interfaces: The networks attached to the instance.
|
646
|
-
:param pulumi.Input['InstanceFromMachineImageNetworkPerformanceConfigArgs'] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
659
|
+
:param pulumi.Input['InstanceFromMachineImageNetworkPerformanceConfigArgs'] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
660
|
+
default network performance configuration.
|
647
661
|
:param pulumi.Input['InstanceFromMachineImageParamsArgs'] params: Stores additional params passed with the request, but not persisted as part of resource payload.
|
648
662
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
|
649
|
-
: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
|
663
|
+
: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
|
664
|
+
self_link nor project are provided, the provider project is used.
|
650
665
|
: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.
|
651
666
|
:param pulumi.Input['InstanceFromMachineImageReservationAffinityArgs'] reservation_affinity: Specifies the reservations that this instance can consume from.
|
652
667
|
: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.
|
@@ -823,7 +838,8 @@ class _InstanceFromMachineImageState:
|
|
823
838
|
@pulumi.getter(name="confidentialInstanceConfig")
|
824
839
|
def confidential_instance_config(self) -> Optional[pulumi.Input['InstanceFromMachineImageConfidentialInstanceConfigArgs']]:
|
825
840
|
"""
|
826
|
-
The Confidential VM config being used by the instance.
|
841
|
+
The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail
|
842
|
+
to create.
|
827
843
|
"""
|
828
844
|
return pulumi.get(self, "confidential_instance_config")
|
829
845
|
|
@@ -859,9 +875,9 @@ class _InstanceFromMachineImageState:
|
|
859
875
|
@pulumi.getter(name="currentStatus")
|
860
876
|
def current_status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
861
877
|
"""
|
862
|
-
Current status of the instance.
|
863
|
-
|
864
|
-
|
878
|
+
Current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING,
|
879
|
+
SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance
|
880
|
+
life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
865
881
|
"""
|
866
882
|
return pulumi.get(self, "current_status")
|
867
883
|
|
@@ -942,7 +958,9 @@ class _InstanceFromMachineImageState:
|
|
942
958
|
@pulumi.getter
|
943
959
|
def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
|
944
960
|
"""
|
945
|
-
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
961
|
+
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
962
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
963
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
946
964
|
"""
|
947
965
|
return pulumi.get(self, "hostname")
|
948
966
|
|
@@ -978,7 +996,8 @@ class _InstanceFromMachineImageState:
|
|
978
996
|
@pulumi.getter(name="keyRevocationActionType")
|
979
997
|
def key_revocation_action_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
980
998
|
"""
|
981
|
-
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
999
|
+
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
1000
|
+
default.
|
982
1001
|
"""
|
983
1002
|
return pulumi.get(self, "key_revocation_action_type")
|
984
1003
|
|
@@ -1002,10 +1021,9 @@ class _InstanceFromMachineImageState:
|
|
1002
1021
|
@pulumi.getter
|
1003
1022
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
1004
1023
|
"""
|
1005
|
-
A set of key/value label pairs assigned to the instance.
|
1006
|
-
|
1007
|
-
|
1008
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
1024
|
+
A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
|
1025
|
+
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
1026
|
+
the resource.
|
1009
1027
|
"""
|
1010
1028
|
return pulumi.get(self, "labels")
|
1011
1029
|
|
@@ -1102,7 +1120,8 @@ class _InstanceFromMachineImageState:
|
|
1102
1120
|
@pulumi.getter(name="networkPerformanceConfig")
|
1103
1121
|
def network_performance_config(self) -> Optional[pulumi.Input['InstanceFromMachineImageNetworkPerformanceConfigArgs']]:
|
1104
1122
|
"""
|
1105
|
-
Configures network performance settings for the instance. If not specified, the instance will be created with its
|
1123
|
+
Configures network performance settings for the instance. If not specified, the instance will be created with its
|
1124
|
+
default network performance configuration.
|
1106
1125
|
"""
|
1107
1126
|
return pulumi.get(self, "network_performance_config")
|
1108
1127
|
|
@@ -1138,7 +1157,8 @@ class _InstanceFromMachineImageState:
|
|
1138
1157
|
@pulumi.getter
|
1139
1158
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1140
1159
|
"""
|
1141
|
-
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
1160
|
+
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
1161
|
+
self_link nor project are provided, the provider project is used.
|
1142
1162
|
"""
|
1143
1163
|
return pulumi.get(self, "project")
|
1144
1164
|
|
@@ -1382,19 +1402,22 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1382
1402
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1383
1403
|
:param pulumi.Input[Union['InstanceFromMachineImageAdvancedMachineFeaturesArgs', 'InstanceFromMachineImageAdvancedMachineFeaturesArgsDict']] advanced_machine_features: Controls for advanced machine-related behavior features.
|
1384
1404
|
:param pulumi.Input[_builtins.bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
1385
|
-
:param pulumi.Input[Union['InstanceFromMachineImageConfidentialInstanceConfigArgs', 'InstanceFromMachineImageConfidentialInstanceConfigArgsDict']] confidential_instance_config: The Confidential VM config being used by the instance.
|
1405
|
+
:param pulumi.Input[Union['InstanceFromMachineImageConfidentialInstanceConfigArgs', 'InstanceFromMachineImageConfidentialInstanceConfigArgsDict']] 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
|
1406
|
+
to create.
|
1386
1407
|
:param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
1387
1408
|
:param pulumi.Input[_builtins.str] description: A brief description of the resource.
|
1388
1409
|
:param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
|
1389
1410
|
:param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
|
1390
1411
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromMachineImageGuestAcceleratorArgs', 'InstanceFromMachineImageGuestAcceleratorArgsDict']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
1391
|
-
: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
|
1412
|
+
: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
|
1413
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1414
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
1392
1415
|
:param pulumi.Input[Union['InstanceFromMachineImageInstanceEncryptionKeyArgs', 'InstanceFromMachineImageInstanceEncryptionKeyArgsDict']] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
|
1393
|
-
: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
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1416
|
+
: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
|
1417
|
+
default.
|
1418
|
+
: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
|
1419
|
+
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
1420
|
+
the resource.
|
1398
1421
|
:param pulumi.Input[_builtins.str] machine_type: The machine type to create.
|
1399
1422
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
|
1400
1423
|
:param pulumi.Input[_builtins.str] metadata_startup_script: Metadata startup scripts made available within the instance.
|
@@ -1402,10 +1425,12 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1402
1425
|
:param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
|
1403
1426
|
Changing this forces a new resource to be created.
|
1404
1427
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromMachineImageNetworkInterfaceArgs', 'InstanceFromMachineImageNetworkInterfaceArgsDict']]]] network_interfaces: The networks attached to the instance.
|
1405
|
-
:param pulumi.Input[Union['InstanceFromMachineImageNetworkPerformanceConfigArgs', 'InstanceFromMachineImageNetworkPerformanceConfigArgsDict']] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
1428
|
+
:param pulumi.Input[Union['InstanceFromMachineImageNetworkPerformanceConfigArgs', 'InstanceFromMachineImageNetworkPerformanceConfigArgsDict']] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
1429
|
+
default network performance configuration.
|
1406
1430
|
:param pulumi.Input[Union['InstanceFromMachineImageParamsArgs', 'InstanceFromMachineImageParamsArgsDict']] params: Stores additional params passed with the request, but not persisted as part of resource payload.
|
1407
1431
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
|
1408
|
-
: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
|
1432
|
+
: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
|
1433
|
+
self_link nor project are provided, the provider project is used.
|
1409
1434
|
:param pulumi.Input[Union['InstanceFromMachineImageReservationAffinityArgs', 'InstanceFromMachineImageReservationAffinityArgsDict']] reservation_affinity: Specifies the reservations that this instance can consume from.
|
1410
1435
|
: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.
|
1411
1436
|
:param pulumi.Input[Union['InstanceFromMachineImageSchedulingArgs', 'InstanceFromMachineImageSchedulingArgsDict']] scheduling: The scheduling strategy being used by the instance.
|
@@ -1629,26 +1654,29 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1629
1654
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromMachineImageAttachedDiskArgs', 'InstanceFromMachineImageAttachedDiskArgsDict']]]] attached_disks: List of disks attached to the instance
|
1630
1655
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromMachineImageBootDiskArgs', 'InstanceFromMachineImageBootDiskArgsDict']]]] boot_disks: The boot disk for the instance.
|
1631
1656
|
:param pulumi.Input[_builtins.bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
1632
|
-
:param pulumi.Input[Union['InstanceFromMachineImageConfidentialInstanceConfigArgs', 'InstanceFromMachineImageConfidentialInstanceConfigArgsDict']] confidential_instance_config: The Confidential VM config being used by the instance.
|
1657
|
+
:param pulumi.Input[Union['InstanceFromMachineImageConfidentialInstanceConfigArgs', 'InstanceFromMachineImageConfidentialInstanceConfigArgsDict']] 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
|
1658
|
+
to create.
|
1633
1659
|
:param pulumi.Input[_builtins.str] cpu_platform: The CPU platform used by this instance.
|
1634
1660
|
:param pulumi.Input[_builtins.str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
1635
|
-
:param pulumi.Input[_builtins.str] current_status: Current status of the instance.
|
1636
|
-
|
1637
|
-
|
1661
|
+
:param pulumi.Input[_builtins.str] current_status: Current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING,
|
1662
|
+
SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance
|
1663
|
+
life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
1638
1664
|
:param pulumi.Input[_builtins.bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
1639
1665
|
:param pulumi.Input[_builtins.str] description: A brief description of the resource.
|
1640
1666
|
:param pulumi.Input[_builtins.str] desired_status: Desired status of the instance. Either "RUNNING", "SUSPENDED" or "TERMINATED".
|
1641
1667
|
:param pulumi.Input[_builtins.bool] enable_display: Whether the instance has virtual displays enabled.
|
1642
1668
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromMachineImageGuestAcceleratorArgs', 'InstanceFromMachineImageGuestAcceleratorArgsDict']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
1643
|
-
: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
|
1669
|
+
: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
|
1670
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1671
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
1644
1672
|
:param pulumi.Input[Union['InstanceFromMachineImageInstanceEncryptionKeyArgs', 'InstanceFromMachineImageInstanceEncryptionKeyArgsDict']] instance_encryption_key: Encryption key used to provide data encryption on the given instance.
|
1645
1673
|
:param pulumi.Input[_builtins.str] instance_id: The server-assigned unique identifier of this instance.
|
1646
|
-
: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
|
1674
|
+
: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
|
1675
|
+
default.
|
1647
1676
|
:param pulumi.Input[_builtins.str] label_fingerprint: The unique fingerprint of the labels.
|
1648
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A set of key/value label pairs assigned to the instance.
|
1649
|
-
|
1650
|
-
|
1651
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
1677
|
+
: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
|
1678
|
+
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
1679
|
+
the resource.
|
1652
1680
|
:param pulumi.Input[_builtins.str] machine_type: The machine type to create.
|
1653
1681
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Metadata key/value pairs made available within the instance.
|
1654
1682
|
:param pulumi.Input[_builtins.str] metadata_fingerprint: The unique fingerprint of the metadata.
|
@@ -1657,10 +1685,12 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1657
1685
|
:param pulumi.Input[_builtins.str] name: A unique name for the resource, required by GCE.
|
1658
1686
|
Changing this forces a new resource to be created.
|
1659
1687
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromMachineImageNetworkInterfaceArgs', 'InstanceFromMachineImageNetworkInterfaceArgsDict']]]] network_interfaces: The networks attached to the instance.
|
1660
|
-
:param pulumi.Input[Union['InstanceFromMachineImageNetworkPerformanceConfigArgs', 'InstanceFromMachineImageNetworkPerformanceConfigArgsDict']] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
1688
|
+
:param pulumi.Input[Union['InstanceFromMachineImageNetworkPerformanceConfigArgs', 'InstanceFromMachineImageNetworkPerformanceConfigArgsDict']] network_performance_config: Configures network performance settings for the instance. If not specified, the instance will be created with its
|
1689
|
+
default network performance configuration.
|
1661
1690
|
:param pulumi.Input[Union['InstanceFromMachineImageParamsArgs', 'InstanceFromMachineImageParamsArgsDict']] params: Stores additional params passed with the request, but not persisted as part of resource payload.
|
1662
1691
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] partner_metadata: Partner Metadata Map made available within the instance.
|
1663
|
-
: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
|
1692
|
+
: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
|
1693
|
+
self_link nor project are provided, the provider project is used.
|
1664
1694
|
: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.
|
1665
1695
|
:param pulumi.Input[Union['InstanceFromMachineImageReservationAffinityArgs', 'InstanceFromMachineImageReservationAffinityArgsDict']] reservation_affinity: Specifies the reservations that this instance can consume from.
|
1666
1696
|
: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.
|
@@ -1777,7 +1807,8 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1777
1807
|
@pulumi.getter(name="confidentialInstanceConfig")
|
1778
1808
|
def confidential_instance_config(self) -> pulumi.Output['outputs.InstanceFromMachineImageConfidentialInstanceConfig']:
|
1779
1809
|
"""
|
1780
|
-
The Confidential VM config being used by the instance.
|
1810
|
+
The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail
|
1811
|
+
to create.
|
1781
1812
|
"""
|
1782
1813
|
return pulumi.get(self, "confidential_instance_config")
|
1783
1814
|
|
@@ -1801,9 +1832,9 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1801
1832
|
@pulumi.getter(name="currentStatus")
|
1802
1833
|
def current_status(self) -> pulumi.Output[_builtins.str]:
|
1803
1834
|
"""
|
1804
|
-
Current status of the instance.
|
1805
|
-
|
1806
|
-
|
1835
|
+
Current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING,
|
1836
|
+
SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance
|
1837
|
+
life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
1807
1838
|
"""
|
1808
1839
|
return pulumi.get(self, "current_status")
|
1809
1840
|
|
@@ -1856,7 +1887,9 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1856
1887
|
@pulumi.getter
|
1857
1888
|
def hostname(self) -> pulumi.Output[_builtins.str]:
|
1858
1889
|
"""
|
1859
|
-
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
1890
|
+
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
1891
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1892
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
1860
1893
|
"""
|
1861
1894
|
return pulumi.get(self, "hostname")
|
1862
1895
|
|
@@ -1880,7 +1913,8 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1880
1913
|
@pulumi.getter(name="keyRevocationActionType")
|
1881
1914
|
def key_revocation_action_type(self) -> pulumi.Output[_builtins.str]:
|
1882
1915
|
"""
|
1883
|
-
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
1916
|
+
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
1917
|
+
default.
|
1884
1918
|
"""
|
1885
1919
|
return pulumi.get(self, "key_revocation_action_type")
|
1886
1920
|
|
@@ -1896,10 +1930,9 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1896
1930
|
@pulumi.getter
|
1897
1931
|
def labels(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
1898
1932
|
"""
|
1899
|
-
A set of key/value label pairs assigned to the instance.
|
1900
|
-
|
1901
|
-
|
1902
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
1933
|
+
A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
|
1934
|
+
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
1935
|
+
the resource.
|
1903
1936
|
"""
|
1904
1937
|
return pulumi.get(self, "labels")
|
1905
1938
|
|
@@ -1964,7 +1997,8 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1964
1997
|
@pulumi.getter(name="networkPerformanceConfig")
|
1965
1998
|
def network_performance_config(self) -> pulumi.Output['outputs.InstanceFromMachineImageNetworkPerformanceConfig']:
|
1966
1999
|
"""
|
1967
|
-
Configures network performance settings for the instance. If not specified, the instance will be created with its
|
2000
|
+
Configures network performance settings for the instance. If not specified, the instance will be created with its
|
2001
|
+
default network performance configuration.
|
1968
2002
|
"""
|
1969
2003
|
return pulumi.get(self, "network_performance_config")
|
1970
2004
|
|
@@ -1988,7 +2022,8 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1988
2022
|
@pulumi.getter
|
1989
2023
|
def project(self) -> pulumi.Output[_builtins.str]:
|
1990
2024
|
"""
|
1991
|
-
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
2025
|
+
The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither
|
2026
|
+
self_link nor project are provided, the provider project is used.
|
1992
2027
|
"""
|
1993
2028
|
return pulumi.get(self, "project")
|
1994
2029
|
|