pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729200523__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +0 -70
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
- pulumi_gcp/apigee/__init__.py +0 -2
- pulumi_gcp/apigee/_inputs.py +0 -108
- pulumi_gcp/apigee/outputs.py +0 -64
- pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
- pulumi_gcp/bigquery/connection.py +12 -12
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/cloudrunv2/get_service.py +1 -12
- pulumi_gcp/cloudrunv2/service.py +0 -92
- pulumi_gcp/compute/_inputs.py +116 -214
- pulumi_gcp/compute/backend_service.py +0 -76
- pulumi_gcp/compute/get_backend_service.py +1 -12
- pulumi_gcp/compute/get_instance.py +1 -29
- pulumi_gcp/compute/get_instance_template.py +1 -29
- pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
- pulumi_gcp/compute/get_region_instance_template.py +1 -29
- pulumi_gcp/compute/instance.py +0 -89
- pulumi_gcp/compute/instance_from_machine_image.py +0 -82
- pulumi_gcp/compute/instance_from_template.py +0 -82
- pulumi_gcp/compute/instance_template.py +0 -75
- pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
- pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
- pulumi_gcp/compute/outputs.py +80 -170
- pulumi_gcp/compute/region_backend_service.py +0 -94
- pulumi_gcp/compute/region_instance_template.py +0 -75
- pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
- pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/attached_cluster.py +6 -9
- pulumi_gcp/container/outputs.py +2 -2
- pulumi_gcp/datastream/stream.py +2 -2
- pulumi_gcp/diagflow/_inputs.py +2 -472
- pulumi_gcp/diagflow/cx_agent.py +4 -64
- pulumi_gcp/diagflow/cx_flow.py +0 -30
- pulumi_gcp/diagflow/outputs.py +2 -378
- pulumi_gcp/gkehub/feature.py +4 -2
- pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
- pulumi_gcp/looker/instance.py +2 -104
- pulumi_gcp/monitoring/_inputs.py +0 -23
- pulumi_gcp/monitoring/get_secret_version.py +3 -22
- pulumi_gcp/monitoring/outputs.py +0 -16
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/networkconnectivity/_inputs.py +0 -148
- pulumi_gcp/networkconnectivity/outputs.py +0 -125
- pulumi_gcp/networkconnectivity/spoke.py +0 -144
- pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
- pulumi_gcp/organizations/folder.py +7 -7
- pulumi_gcp/organizations/project.py +7 -7
- pulumi_gcp/orgpolicy/_inputs.py +3 -3
- pulumi_gcp/orgpolicy/outputs.py +2 -2
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
- pulumi_gcp/secretmanager/get_secret_version.py +3 -22
- pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
- pulumi_gcp/secretmanager/regional_secret.py +2 -2
- pulumi_gcp/siteverification/get_token.py +16 -0
- pulumi_gcp/siteverification/owner.py +16 -0
- pulumi_gcp/spanner/_inputs.py +5 -29
- pulumi_gcp/spanner/outputs.py +3 -20
- pulumi_gcp/sql/_inputs.py +6 -6
- pulumi_gcp/sql/outputs.py +4 -4
- pulumi_gcp/sql/user.py +21 -28
- pulumi_gcp/storage/_inputs.py +0 -36
- pulumi_gcp/storage/bucket.py +0 -47
- pulumi_gcp/storage/get_bucket.py +1 -12
- pulumi_gcp/storage/outputs.py +0 -40
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +0 -440
- pulumi_gcp/vmwareengine/cluster.py +2 -100
- pulumi_gcp/vmwareengine/get_cluster.py +1 -12
- pulumi_gcp/vmwareengine/outputs.py +0 -615
- pulumi_gcp/workstations/_inputs.py +0 -54
- pulumi_gcp/workstations/outputs.py +0 -32
- pulumi_gcp/workstations/workstation_config.py +0 -205
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/RECORD +89 -111
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/WHEEL +1 -1
- pulumi_gcp/apigee/app_group.py +0 -811
- pulumi_gcp/apigee/developer.py +0 -757
- pulumi_gcp/networkconnectivity/group.py +0 -764
- pulumi_gcp/oracledatabase/__init__.py +0 -20
- pulumi_gcp/oracledatabase/_inputs.py +0 -4745
- pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
- pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
- pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
- pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
- pulumi_gcp/oracledatabase/outputs.py +0 -9304
- pulumi_gcp/transcoder/__init__.py +0 -11
- pulumi_gcp/transcoder/_inputs.py +0 -3991
- pulumi_gcp/transcoder/job.py +0 -2134
- pulumi_gcp/transcoder/job_template.py +0 -1524
- pulumi_gcp/transcoder/outputs.py +0 -2918
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/instance.py
CHANGED
@@ -35,7 +35,6 @@ class InstanceArgs:
|
|
35
35
|
enable_display: Optional[pulumi.Input[bool]] = None,
|
36
36
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceGuestAcceleratorArgs']]]] = None,
|
37
37
|
hostname: Optional[pulumi.Input[str]] = None,
|
38
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
39
38
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
40
39
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
41
40
|
metadata_startup_script: Optional[pulumi.Input[str]] = None,
|
@@ -62,8 +61,6 @@ class InstanceArgs:
|
|
62
61
|
**Note:** If you want to update this value (resize the VM) after initial creation, you must set `allow_stopping_for_update` to `true`.
|
63
62
|
|
64
63
|
[Custom machine types](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) can be formatted as `custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY_MB`, e.g. `custom-6-20480` for 6 vCPU and 20GB of RAM.
|
65
|
-
Because of current API limitations some custom machine types may get converted to different machine types (such as an equivalent standard type) and cause non-empty plans in your configuration. Use
|
66
|
-
`lifecycle.ignore_changes` on `machine_type` in these cases.
|
67
64
|
|
68
65
|
There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
|
69
66
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceNetworkInterfaceArgs']]] network_interfaces: Networks to attach to the instance. This can
|
@@ -90,7 +87,6 @@ class InstanceArgs:
|
|
90
87
|
:param pulumi.Input[str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid.
|
91
88
|
Valid format is a series of labels 1-63 characters long matching the regular expression `a-z`, concatenated with periods.
|
92
89
|
The entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
|
93
|
-
:param pulumi.Input[str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
94
90
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A map of key/value label pairs to assign to the instance.
|
95
91
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
96
92
|
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
@@ -174,8 +170,6 @@ class InstanceArgs:
|
|
174
170
|
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
175
171
|
if hostname is not None:
|
176
172
|
pulumi.set(__self__, "hostname", hostname)
|
177
|
-
if key_revocation_action_type is not None:
|
178
|
-
pulumi.set(__self__, "key_revocation_action_type", key_revocation_action_type)
|
179
173
|
if labels is not None:
|
180
174
|
pulumi.set(__self__, "labels", labels)
|
181
175
|
if metadata is not None:
|
@@ -233,8 +227,6 @@ class InstanceArgs:
|
|
233
227
|
**Note:** If you want to update this value (resize the VM) after initial creation, you must set `allow_stopping_for_update` to `true`.
|
234
228
|
|
235
229
|
[Custom machine types](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) can be formatted as `custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY_MB`, e.g. `custom-6-20480` for 6 vCPU and 20GB of RAM.
|
236
|
-
Because of current API limitations some custom machine types may get converted to different machine types (such as an equivalent standard type) and cause non-empty plans in your configuration. Use
|
237
|
-
`lifecycle.ignore_changes` on `machine_type` in these cases.
|
238
230
|
|
239
231
|
There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
|
240
232
|
"""
|
@@ -400,18 +392,6 @@ class InstanceArgs:
|
|
400
392
|
def hostname(self, value: Optional[pulumi.Input[str]]):
|
401
393
|
pulumi.set(self, "hostname", value)
|
402
394
|
|
403
|
-
@property
|
404
|
-
@pulumi.getter(name="keyRevocationActionType")
|
405
|
-
def key_revocation_action_type(self) -> Optional[pulumi.Input[str]]:
|
406
|
-
"""
|
407
|
-
Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
408
|
-
"""
|
409
|
-
return pulumi.get(self, "key_revocation_action_type")
|
410
|
-
|
411
|
-
@key_revocation_action_type.setter
|
412
|
-
def key_revocation_action_type(self, value: Optional[pulumi.Input[str]]):
|
413
|
-
pulumi.set(self, "key_revocation_action_type", value)
|
414
|
-
|
415
395
|
@property
|
416
396
|
@pulumi.getter
|
417
397
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -667,7 +647,6 @@ class _InstanceState:
|
|
667
647
|
can_ip_forward: Optional[pulumi.Input[bool]] = None,
|
668
648
|
confidential_instance_config: Optional[pulumi.Input['InstanceConfidentialInstanceConfigArgs']] = None,
|
669
649
|
cpu_platform: Optional[pulumi.Input[str]] = None,
|
670
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
671
650
|
current_status: Optional[pulumi.Input[str]] = None,
|
672
651
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
673
652
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -677,7 +656,6 @@ class _InstanceState:
|
|
677
656
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceGuestAcceleratorArgs']]]] = None,
|
678
657
|
hostname: Optional[pulumi.Input[str]] = None,
|
679
658
|
instance_id: Optional[pulumi.Input[str]] = None,
|
680
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
681
659
|
label_fingerprint: Optional[pulumi.Input[str]] = None,
|
682
660
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
683
661
|
machine_type: Optional[pulumi.Input[str]] = None,
|
@@ -715,7 +693,6 @@ class _InstanceState:
|
|
715
693
|
This defaults to false.
|
716
694
|
:param pulumi.Input['InstanceConfidentialInstanceConfigArgs'] confidential_instance_config: Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is documented below
|
717
695
|
:param pulumi.Input[str] cpu_platform: The CPU platform used by this instance.
|
718
|
-
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
719
696
|
:param pulumi.Input[str] current_status: The current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
720
697
|
:param pulumi.Input[bool] deletion_protection: Enable deletion protection on this instance. Defaults to false.
|
721
698
|
**Note:** you must disable deletion protection before removing the resource (e.g., via `pulumi destroy`), or the instance cannot be deleted and the provider run will not complete successfully.
|
@@ -731,7 +708,6 @@ class _InstanceState:
|
|
731
708
|
Valid format is a series of labels 1-63 characters long matching the regular expression `a-z`, concatenated with periods.
|
732
709
|
The entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
|
733
710
|
:param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
|
734
|
-
:param pulumi.Input[str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
735
711
|
:param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
|
736
712
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A map of key/value label pairs to assign to the instance.
|
737
713
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -741,8 +717,6 @@ class _InstanceState:
|
|
741
717
|
**Note:** If you want to update this value (resize the VM) after initial creation, you must set `allow_stopping_for_update` to `true`.
|
742
718
|
|
743
719
|
[Custom machine types](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) can be formatted as `custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY_MB`, e.g. `custom-6-20480` for 6 vCPU and 20GB of RAM.
|
744
|
-
Because of current API limitations some custom machine types may get converted to different machine types (such as an equivalent standard type) and cause non-empty plans in your configuration. Use
|
745
|
-
`lifecycle.ignore_changes` on `machine_type` in these cases.
|
746
720
|
|
747
721
|
There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
|
748
722
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
|
@@ -822,8 +796,6 @@ class _InstanceState:
|
|
822
796
|
pulumi.set(__self__, "confidential_instance_config", confidential_instance_config)
|
823
797
|
if cpu_platform is not None:
|
824
798
|
pulumi.set(__self__, "cpu_platform", cpu_platform)
|
825
|
-
if creation_timestamp is not None:
|
826
|
-
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
827
799
|
if current_status is not None:
|
828
800
|
pulumi.set(__self__, "current_status", current_status)
|
829
801
|
if deletion_protection is not None:
|
@@ -842,8 +814,6 @@ class _InstanceState:
|
|
842
814
|
pulumi.set(__self__, "hostname", hostname)
|
843
815
|
if instance_id is not None:
|
844
816
|
pulumi.set(__self__, "instance_id", instance_id)
|
845
|
-
if key_revocation_action_type is not None:
|
846
|
-
pulumi.set(__self__, "key_revocation_action_type", key_revocation_action_type)
|
847
817
|
if label_fingerprint is not None:
|
848
818
|
pulumi.set(__self__, "label_fingerprint", label_fingerprint)
|
849
819
|
if labels is not None:
|
@@ -981,18 +951,6 @@ class _InstanceState:
|
|
981
951
|
def cpu_platform(self, value: Optional[pulumi.Input[str]]):
|
982
952
|
pulumi.set(self, "cpu_platform", value)
|
983
953
|
|
984
|
-
@property
|
985
|
-
@pulumi.getter(name="creationTimestamp")
|
986
|
-
def creation_timestamp(self) -> Optional[pulumi.Input[str]]:
|
987
|
-
"""
|
988
|
-
Creation timestamp in RFC3339 text format.
|
989
|
-
"""
|
990
|
-
return pulumi.get(self, "creation_timestamp")
|
991
|
-
|
992
|
-
@creation_timestamp.setter
|
993
|
-
def creation_timestamp(self, value: Optional[pulumi.Input[str]]):
|
994
|
-
pulumi.set(self, "creation_timestamp", value)
|
995
|
-
|
996
954
|
@property
|
997
955
|
@pulumi.getter(name="currentStatus")
|
998
956
|
def current_status(self) -> Optional[pulumi.Input[str]]:
|
@@ -1107,18 +1065,6 @@ class _InstanceState:
|
|
1107
1065
|
def instance_id(self, value: Optional[pulumi.Input[str]]):
|
1108
1066
|
pulumi.set(self, "instance_id", value)
|
1109
1067
|
|
1110
|
-
@property
|
1111
|
-
@pulumi.getter(name="keyRevocationActionType")
|
1112
|
-
def key_revocation_action_type(self) -> Optional[pulumi.Input[str]]:
|
1113
|
-
"""
|
1114
|
-
Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
1115
|
-
"""
|
1116
|
-
return pulumi.get(self, "key_revocation_action_type")
|
1117
|
-
|
1118
|
-
@key_revocation_action_type.setter
|
1119
|
-
def key_revocation_action_type(self, value: Optional[pulumi.Input[str]]):
|
1120
|
-
pulumi.set(self, "key_revocation_action_type", value)
|
1121
|
-
|
1122
1068
|
@property
|
1123
1069
|
@pulumi.getter(name="labelFingerprint")
|
1124
1070
|
def label_fingerprint(self) -> Optional[pulumi.Input[str]]:
|
@@ -1154,8 +1100,6 @@ class _InstanceState:
|
|
1154
1100
|
**Note:** If you want to update this value (resize the VM) after initial creation, you must set `allow_stopping_for_update` to `true`.
|
1155
1101
|
|
1156
1102
|
[Custom machine types](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) can be formatted as `custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY_MB`, e.g. `custom-6-20480` for 6 vCPU and 20GB of RAM.
|
1157
|
-
Because of current API limitations some custom machine types may get converted to different machine types (such as an equivalent standard type) and cause non-empty plans in your configuration. Use
|
1158
|
-
`lifecycle.ignore_changes` on `machine_type` in these cases.
|
1159
1103
|
|
1160
1104
|
There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
|
1161
1105
|
"""
|
@@ -1476,7 +1420,6 @@ class Instance(pulumi.CustomResource):
|
|
1476
1420
|
enable_display: Optional[pulumi.Input[bool]] = None,
|
1477
1421
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceGuestAcceleratorArgs', 'InstanceGuestAcceleratorArgsDict']]]]] = None,
|
1478
1422
|
hostname: Optional[pulumi.Input[str]] = None,
|
1479
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
1480
1423
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1481
1424
|
machine_type: Optional[pulumi.Input[str]] = None,
|
1482
1425
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1634,7 +1577,6 @@ class Instance(pulumi.CustomResource):
|
|
1634
1577
|
:param pulumi.Input[str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid.
|
1635
1578
|
Valid format is a series of labels 1-63 characters long matching the regular expression `a-z`, concatenated with periods.
|
1636
1579
|
The entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
|
1637
|
-
:param pulumi.Input[str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
1638
1580
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A map of key/value label pairs to assign to the instance.
|
1639
1581
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
1640
1582
|
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
@@ -1643,8 +1585,6 @@ class Instance(pulumi.CustomResource):
|
|
1643
1585
|
**Note:** If you want to update this value (resize the VM) after initial creation, you must set `allow_stopping_for_update` to `true`.
|
1644
1586
|
|
1645
1587
|
[Custom machine types](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) can be formatted as `custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY_MB`, e.g. `custom-6-20480` for 6 vCPU and 20GB of RAM.
|
1646
|
-
Because of current API limitations some custom machine types may get converted to different machine types (such as an equivalent standard type) and cause non-empty plans in your configuration. Use
|
1647
|
-
`lifecycle.ignore_changes` on `machine_type` in these cases.
|
1648
1588
|
|
1649
1589
|
There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
|
1650
1590
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
|
@@ -1852,7 +1792,6 @@ class Instance(pulumi.CustomResource):
|
|
1852
1792
|
enable_display: Optional[pulumi.Input[bool]] = None,
|
1853
1793
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceGuestAcceleratorArgs', 'InstanceGuestAcceleratorArgsDict']]]]] = None,
|
1854
1794
|
hostname: Optional[pulumi.Input[str]] = None,
|
1855
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
1856
1795
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1857
1796
|
machine_type: Optional[pulumi.Input[str]] = None,
|
1858
1797
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1895,7 +1834,6 @@ class Instance(pulumi.CustomResource):
|
|
1895
1834
|
__props__.__dict__["enable_display"] = enable_display
|
1896
1835
|
__props__.__dict__["guest_accelerators"] = guest_accelerators
|
1897
1836
|
__props__.__dict__["hostname"] = hostname
|
1898
|
-
__props__.__dict__["key_revocation_action_type"] = key_revocation_action_type
|
1899
1837
|
__props__.__dict__["labels"] = labels
|
1900
1838
|
if machine_type is None and not opts.urn:
|
1901
1839
|
raise TypeError("Missing required property 'machine_type'")
|
@@ -1920,7 +1858,6 @@ class Instance(pulumi.CustomResource):
|
|
1920
1858
|
__props__.__dict__["tags"] = tags
|
1921
1859
|
__props__.__dict__["zone"] = zone
|
1922
1860
|
__props__.__dict__["cpu_platform"] = None
|
1923
|
-
__props__.__dict__["creation_timestamp"] = None
|
1924
1861
|
__props__.__dict__["current_status"] = None
|
1925
1862
|
__props__.__dict__["effective_labels"] = None
|
1926
1863
|
__props__.__dict__["instance_id"] = None
|
@@ -1948,7 +1885,6 @@ class Instance(pulumi.CustomResource):
|
|
1948
1885
|
can_ip_forward: Optional[pulumi.Input[bool]] = None,
|
1949
1886
|
confidential_instance_config: Optional[pulumi.Input[Union['InstanceConfidentialInstanceConfigArgs', 'InstanceConfidentialInstanceConfigArgsDict']]] = None,
|
1950
1887
|
cpu_platform: Optional[pulumi.Input[str]] = None,
|
1951
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
1952
1888
|
current_status: Optional[pulumi.Input[str]] = None,
|
1953
1889
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
1954
1890
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -1958,7 +1894,6 @@ class Instance(pulumi.CustomResource):
|
|
1958
1894
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceGuestAcceleratorArgs', 'InstanceGuestAcceleratorArgsDict']]]]] = None,
|
1959
1895
|
hostname: Optional[pulumi.Input[str]] = None,
|
1960
1896
|
instance_id: Optional[pulumi.Input[str]] = None,
|
1961
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
1962
1897
|
label_fingerprint: Optional[pulumi.Input[str]] = None,
|
1963
1898
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1964
1899
|
machine_type: Optional[pulumi.Input[str]] = None,
|
@@ -2001,7 +1936,6 @@ class Instance(pulumi.CustomResource):
|
|
2001
1936
|
This defaults to false.
|
2002
1937
|
:param pulumi.Input[Union['InstanceConfidentialInstanceConfigArgs', 'InstanceConfidentialInstanceConfigArgsDict']] confidential_instance_config: Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is documented below
|
2003
1938
|
:param pulumi.Input[str] cpu_platform: The CPU platform used by this instance.
|
2004
|
-
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
2005
1939
|
:param pulumi.Input[str] current_status: The current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
2006
1940
|
:param pulumi.Input[bool] deletion_protection: Enable deletion protection on this instance. Defaults to false.
|
2007
1941
|
**Note:** you must disable deletion protection before removing the resource (e.g., via `pulumi destroy`), or the instance cannot be deleted and the provider run will not complete successfully.
|
@@ -2017,7 +1951,6 @@ class Instance(pulumi.CustomResource):
|
|
2017
1951
|
Valid format is a series of labels 1-63 characters long matching the regular expression `a-z`, concatenated with periods.
|
2018
1952
|
The entire hostname must not exceed 253 characters. Changing this forces a new resource to be created.
|
2019
1953
|
:param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
|
2020
|
-
:param pulumi.Input[str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
2021
1954
|
:param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
|
2022
1955
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A map of key/value label pairs to assign to the instance.
|
2023
1956
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -2027,8 +1960,6 @@ class Instance(pulumi.CustomResource):
|
|
2027
1960
|
**Note:** If you want to update this value (resize the VM) after initial creation, you must set `allow_stopping_for_update` to `true`.
|
2028
1961
|
|
2029
1962
|
[Custom machine types](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) can be formatted as `custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY_MB`, e.g. `custom-6-20480` for 6 vCPU and 20GB of RAM.
|
2030
|
-
Because of current API limitations some custom machine types may get converted to different machine types (such as an equivalent standard type) and cause non-empty plans in your configuration. Use
|
2031
|
-
`lifecycle.ignore_changes` on `machine_type` in these cases.
|
2032
1963
|
|
2033
1964
|
There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
|
2034
1965
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
|
@@ -2105,7 +2036,6 @@ class Instance(pulumi.CustomResource):
|
|
2105
2036
|
__props__.__dict__["can_ip_forward"] = can_ip_forward
|
2106
2037
|
__props__.__dict__["confidential_instance_config"] = confidential_instance_config
|
2107
2038
|
__props__.__dict__["cpu_platform"] = cpu_platform
|
2108
|
-
__props__.__dict__["creation_timestamp"] = creation_timestamp
|
2109
2039
|
__props__.__dict__["current_status"] = current_status
|
2110
2040
|
__props__.__dict__["deletion_protection"] = deletion_protection
|
2111
2041
|
__props__.__dict__["description"] = description
|
@@ -2115,7 +2045,6 @@ class Instance(pulumi.CustomResource):
|
|
2115
2045
|
__props__.__dict__["guest_accelerators"] = guest_accelerators
|
2116
2046
|
__props__.__dict__["hostname"] = hostname
|
2117
2047
|
__props__.__dict__["instance_id"] = instance_id
|
2118
|
-
__props__.__dict__["key_revocation_action_type"] = key_revocation_action_type
|
2119
2048
|
__props__.__dict__["label_fingerprint"] = label_fingerprint
|
2120
2049
|
__props__.__dict__["labels"] = labels
|
2121
2050
|
__props__.__dict__["machine_type"] = machine_type
|
@@ -2202,14 +2131,6 @@ class Instance(pulumi.CustomResource):
|
|
2202
2131
|
"""
|
2203
2132
|
return pulumi.get(self, "cpu_platform")
|
2204
2133
|
|
2205
|
-
@property
|
2206
|
-
@pulumi.getter(name="creationTimestamp")
|
2207
|
-
def creation_timestamp(self) -> pulumi.Output[str]:
|
2208
|
-
"""
|
2209
|
-
Creation timestamp in RFC3339 text format.
|
2210
|
-
"""
|
2211
|
-
return pulumi.get(self, "creation_timestamp")
|
2212
|
-
|
2213
2134
|
@property
|
2214
2135
|
@pulumi.getter(name="currentStatus")
|
2215
2136
|
def current_status(self) -> pulumi.Output[str]:
|
@@ -2288,14 +2209,6 @@ class Instance(pulumi.CustomResource):
|
|
2288
2209
|
"""
|
2289
2210
|
return pulumi.get(self, "instance_id")
|
2290
2211
|
|
2291
|
-
@property
|
2292
|
-
@pulumi.getter(name="keyRevocationActionType")
|
2293
|
-
def key_revocation_action_type(self) -> pulumi.Output[Optional[str]]:
|
2294
|
-
"""
|
2295
|
-
Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
2296
|
-
"""
|
2297
|
-
return pulumi.get(self, "key_revocation_action_type")
|
2298
|
-
|
2299
2212
|
@property
|
2300
2213
|
@pulumi.getter(name="labelFingerprint")
|
2301
2214
|
def label_fingerprint(self) -> pulumi.Output[str]:
|
@@ -2323,8 +2236,6 @@ class Instance(pulumi.CustomResource):
|
|
2323
2236
|
**Note:** If you want to update this value (resize the VM) after initial creation, you must set `allow_stopping_for_update` to `true`.
|
2324
2237
|
|
2325
2238
|
[Custom machine types](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) can be formatted as `custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY_MB`, e.g. `custom-6-20480` for 6 vCPU and 20GB of RAM.
|
2326
|
-
Because of current API limitations some custom machine types may get converted to different machine types (such as an equivalent standard type) and cause non-empty plans in your configuration. Use
|
2327
|
-
`lifecycle.ignore_changes` on `machine_type` in these cases.
|
2328
2239
|
|
2329
2240
|
There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
|
2330
2241
|
"""
|
@@ -32,7 +32,6 @@ class InstanceFromMachineImageArgs:
|
|
32
32
|
enable_display: Optional[pulumi.Input[bool]] = None,
|
33
33
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageGuestAcceleratorArgs']]]] = None,
|
34
34
|
hostname: Optional[pulumi.Input[str]] = None,
|
35
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
36
35
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
37
36
|
machine_type: Optional[pulumi.Input[str]] = None,
|
38
37
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -69,8 +68,6 @@ class InstanceFromMachineImageArgs:
|
|
69
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
|
70
69
|
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
71
70
|
exceed 253 characters. Changing this forces a new resource to be created.
|
72
|
-
:param pulumi.Input[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
|
-
default.
|
74
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
|
75
72
|
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
76
73
|
the resource.
|
@@ -123,8 +120,6 @@ class InstanceFromMachineImageArgs:
|
|
123
120
|
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
124
121
|
if hostname is not None:
|
125
122
|
pulumi.set(__self__, "hostname", hostname)
|
126
|
-
if key_revocation_action_type is not None:
|
127
|
-
pulumi.set(__self__, "key_revocation_action_type", key_revocation_action_type)
|
128
123
|
if labels is not None:
|
129
124
|
pulumi.set(__self__, "labels", labels)
|
130
125
|
if machine_type is not None:
|
@@ -297,19 +292,6 @@ class InstanceFromMachineImageArgs:
|
|
297
292
|
def hostname(self, value: Optional[pulumi.Input[str]]):
|
298
293
|
pulumi.set(self, "hostname", value)
|
299
294
|
|
300
|
-
@property
|
301
|
-
@pulumi.getter(name="keyRevocationActionType")
|
302
|
-
def key_revocation_action_type(self) -> Optional[pulumi.Input[str]]:
|
303
|
-
"""
|
304
|
-
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
305
|
-
default.
|
306
|
-
"""
|
307
|
-
return pulumi.get(self, "key_revocation_action_type")
|
308
|
-
|
309
|
-
@key_revocation_action_type.setter
|
310
|
-
def key_revocation_action_type(self, value: Optional[pulumi.Input[str]]):
|
311
|
-
pulumi.set(self, "key_revocation_action_type", value)
|
312
|
-
|
313
295
|
@property
|
314
296
|
@pulumi.getter
|
315
297
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -549,7 +531,6 @@ class _InstanceFromMachineImageState:
|
|
549
531
|
can_ip_forward: Optional[pulumi.Input[bool]] = None,
|
550
532
|
confidential_instance_config: Optional[pulumi.Input['InstanceFromMachineImageConfidentialInstanceConfigArgs']] = None,
|
551
533
|
cpu_platform: Optional[pulumi.Input[str]] = None,
|
552
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
553
534
|
current_status: Optional[pulumi.Input[str]] = None,
|
554
535
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
555
536
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -559,7 +540,6 @@ class _InstanceFromMachineImageState:
|
|
559
540
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageGuestAcceleratorArgs']]]] = None,
|
560
541
|
hostname: Optional[pulumi.Input[str]] = None,
|
561
542
|
instance_id: Optional[pulumi.Input[str]] = None,
|
562
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
563
543
|
label_fingerprint: Optional[pulumi.Input[str]] = None,
|
564
544
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
565
545
|
machine_type: Optional[pulumi.Input[str]] = None,
|
@@ -594,7 +574,6 @@ class _InstanceFromMachineImageState:
|
|
594
574
|
: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
|
595
575
|
to create.
|
596
576
|
:param pulumi.Input[str] cpu_platform: The CPU platform used by this instance.
|
597
|
-
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
598
577
|
:param pulumi.Input[str] current_status: Current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING,
|
599
578
|
SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance
|
600
579
|
life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
@@ -607,8 +586,6 @@ class _InstanceFromMachineImageState:
|
|
607
586
|
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
608
587
|
exceed 253 characters. Changing this forces a new resource to be created.
|
609
588
|
:param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
|
610
|
-
:param pulumi.Input[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
|
611
|
-
default.
|
612
589
|
:param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
|
613
590
|
: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
|
614
591
|
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
@@ -664,8 +641,6 @@ class _InstanceFromMachineImageState:
|
|
664
641
|
pulumi.set(__self__, "confidential_instance_config", confidential_instance_config)
|
665
642
|
if cpu_platform is not None:
|
666
643
|
pulumi.set(__self__, "cpu_platform", cpu_platform)
|
667
|
-
if creation_timestamp is not None:
|
668
|
-
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
669
644
|
if current_status is not None:
|
670
645
|
pulumi.set(__self__, "current_status", current_status)
|
671
646
|
if deletion_protection is not None:
|
@@ -684,8 +659,6 @@ class _InstanceFromMachineImageState:
|
|
684
659
|
pulumi.set(__self__, "hostname", hostname)
|
685
660
|
if instance_id is not None:
|
686
661
|
pulumi.set(__self__, "instance_id", instance_id)
|
687
|
-
if key_revocation_action_type is not None:
|
688
|
-
pulumi.set(__self__, "key_revocation_action_type", key_revocation_action_type)
|
689
662
|
if label_fingerprint is not None:
|
690
663
|
pulumi.set(__self__, "label_fingerprint", label_fingerprint)
|
691
664
|
if labels is not None:
|
@@ -819,18 +792,6 @@ class _InstanceFromMachineImageState:
|
|
819
792
|
def cpu_platform(self, value: Optional[pulumi.Input[str]]):
|
820
793
|
pulumi.set(self, "cpu_platform", value)
|
821
794
|
|
822
|
-
@property
|
823
|
-
@pulumi.getter(name="creationTimestamp")
|
824
|
-
def creation_timestamp(self) -> Optional[pulumi.Input[str]]:
|
825
|
-
"""
|
826
|
-
Creation timestamp in RFC3339 text format.
|
827
|
-
"""
|
828
|
-
return pulumi.get(self, "creation_timestamp")
|
829
|
-
|
830
|
-
@creation_timestamp.setter
|
831
|
-
def creation_timestamp(self, value: Optional[pulumi.Input[str]]):
|
832
|
-
pulumi.set(self, "creation_timestamp", value)
|
833
|
-
|
834
795
|
@property
|
835
796
|
@pulumi.getter(name="currentStatus")
|
836
797
|
def current_status(self) -> Optional[pulumi.Input[str]]:
|
@@ -940,19 +901,6 @@ class _InstanceFromMachineImageState:
|
|
940
901
|
def instance_id(self, value: Optional[pulumi.Input[str]]):
|
941
902
|
pulumi.set(self, "instance_id", value)
|
942
903
|
|
943
|
-
@property
|
944
|
-
@pulumi.getter(name="keyRevocationActionType")
|
945
|
-
def key_revocation_action_type(self) -> Optional[pulumi.Input[str]]:
|
946
|
-
"""
|
947
|
-
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
948
|
-
default.
|
949
|
-
"""
|
950
|
-
return pulumi.get(self, "key_revocation_action_type")
|
951
|
-
|
952
|
-
@key_revocation_action_type.setter
|
953
|
-
def key_revocation_action_type(self, value: Optional[pulumi.Input[str]]):
|
954
|
-
pulumi.set(self, "key_revocation_action_type", value)
|
955
|
-
|
956
904
|
@property
|
957
905
|
@pulumi.getter(name="labelFingerprint")
|
958
906
|
def label_fingerprint(self) -> Optional[pulumi.Input[str]]:
|
@@ -1284,7 +1232,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1284
1232
|
enable_display: Optional[pulumi.Input[bool]] = None,
|
1285
1233
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromMachineImageGuestAcceleratorArgs', 'InstanceFromMachineImageGuestAcceleratorArgsDict']]]]] = None,
|
1286
1234
|
hostname: Optional[pulumi.Input[str]] = None,
|
1287
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
1288
1235
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1289
1236
|
machine_type: Optional[pulumi.Input[str]] = None,
|
1290
1237
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1345,8 +1292,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1345
1292
|
: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
|
1346
1293
|
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1347
1294
|
exceed 253 characters. Changing this forces a new resource to be created.
|
1348
|
-
:param pulumi.Input[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
|
1349
|
-
default.
|
1350
1295
|
: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
|
1351
1296
|
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
1352
1297
|
the resource.
|
@@ -1439,7 +1384,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1439
1384
|
enable_display: Optional[pulumi.Input[bool]] = None,
|
1440
1385
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromMachineImageGuestAcceleratorArgs', 'InstanceFromMachineImageGuestAcceleratorArgsDict']]]]] = None,
|
1441
1386
|
hostname: Optional[pulumi.Input[str]] = None,
|
1442
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
1443
1387
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1444
1388
|
machine_type: Optional[pulumi.Input[str]] = None,
|
1445
1389
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1478,7 +1422,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1478
1422
|
__props__.__dict__["enable_display"] = enable_display
|
1479
1423
|
__props__.__dict__["guest_accelerators"] = guest_accelerators
|
1480
1424
|
__props__.__dict__["hostname"] = hostname
|
1481
|
-
__props__.__dict__["key_revocation_action_type"] = key_revocation_action_type
|
1482
1425
|
__props__.__dict__["labels"] = labels
|
1483
1426
|
__props__.__dict__["machine_type"] = machine_type
|
1484
1427
|
__props__.__dict__["metadata"] = metadata
|
@@ -1503,7 +1446,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1503
1446
|
__props__.__dict__["attached_disks"] = None
|
1504
1447
|
__props__.__dict__["boot_disks"] = None
|
1505
1448
|
__props__.__dict__["cpu_platform"] = None
|
1506
|
-
__props__.__dict__["creation_timestamp"] = None
|
1507
1449
|
__props__.__dict__["current_status"] = None
|
1508
1450
|
__props__.__dict__["effective_labels"] = None
|
1509
1451
|
__props__.__dict__["instance_id"] = None
|
@@ -1532,7 +1474,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1532
1474
|
can_ip_forward: Optional[pulumi.Input[bool]] = None,
|
1533
1475
|
confidential_instance_config: Optional[pulumi.Input[Union['InstanceFromMachineImageConfidentialInstanceConfigArgs', 'InstanceFromMachineImageConfidentialInstanceConfigArgsDict']]] = None,
|
1534
1476
|
cpu_platform: Optional[pulumi.Input[str]] = None,
|
1535
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
1536
1477
|
current_status: Optional[pulumi.Input[str]] = None,
|
1537
1478
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
1538
1479
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -1542,7 +1483,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1542
1483
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceFromMachineImageGuestAcceleratorArgs', 'InstanceFromMachineImageGuestAcceleratorArgsDict']]]]] = None,
|
1543
1484
|
hostname: Optional[pulumi.Input[str]] = None,
|
1544
1485
|
instance_id: Optional[pulumi.Input[str]] = None,
|
1545
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
1546
1486
|
label_fingerprint: Optional[pulumi.Input[str]] = None,
|
1547
1487
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1548
1488
|
machine_type: Optional[pulumi.Input[str]] = None,
|
@@ -1582,7 +1522,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1582
1522
|
: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
|
1583
1523
|
to create.
|
1584
1524
|
:param pulumi.Input[str] cpu_platform: The CPU platform used by this instance.
|
1585
|
-
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
1586
1525
|
:param pulumi.Input[str] current_status: Current status of the instance. This could be one of the following values: PROVISIONING, STAGING, RUNNING, STOPPING,
|
1587
1526
|
SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see [Instance
|
1588
1527
|
life cycle](https://cloud.google.com/compute/docs/instances/instance-life-cycle).
|
@@ -1595,8 +1534,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1595
1534
|
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1596
1535
|
exceed 253 characters. Changing this forces a new resource to be created.
|
1597
1536
|
:param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
|
1598
|
-
:param pulumi.Input[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
|
1599
|
-
default.
|
1600
1537
|
:param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
|
1601
1538
|
: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
|
1602
1539
|
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
@@ -1649,7 +1586,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1649
1586
|
__props__.__dict__["can_ip_forward"] = can_ip_forward
|
1650
1587
|
__props__.__dict__["confidential_instance_config"] = confidential_instance_config
|
1651
1588
|
__props__.__dict__["cpu_platform"] = cpu_platform
|
1652
|
-
__props__.__dict__["creation_timestamp"] = creation_timestamp
|
1653
1589
|
__props__.__dict__["current_status"] = current_status
|
1654
1590
|
__props__.__dict__["deletion_protection"] = deletion_protection
|
1655
1591
|
__props__.__dict__["description"] = description
|
@@ -1659,7 +1595,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1659
1595
|
__props__.__dict__["guest_accelerators"] = guest_accelerators
|
1660
1596
|
__props__.__dict__["hostname"] = hostname
|
1661
1597
|
__props__.__dict__["instance_id"] = instance_id
|
1662
|
-
__props__.__dict__["key_revocation_action_type"] = key_revocation_action_type
|
1663
1598
|
__props__.__dict__["label_fingerprint"] = label_fingerprint
|
1664
1599
|
__props__.__dict__["labels"] = labels
|
1665
1600
|
__props__.__dict__["machine_type"] = machine_type
|
@@ -1741,14 +1676,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1741
1676
|
"""
|
1742
1677
|
return pulumi.get(self, "cpu_platform")
|
1743
1678
|
|
1744
|
-
@property
|
1745
|
-
@pulumi.getter(name="creationTimestamp")
|
1746
|
-
def creation_timestamp(self) -> pulumi.Output[str]:
|
1747
|
-
"""
|
1748
|
-
Creation timestamp in RFC3339 text format.
|
1749
|
-
"""
|
1750
|
-
return pulumi.get(self, "creation_timestamp")
|
1751
|
-
|
1752
1679
|
@property
|
1753
1680
|
@pulumi.getter(name="currentStatus")
|
1754
1681
|
def current_status(self) -> pulumi.Output[str]:
|
@@ -1822,15 +1749,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1822
1749
|
"""
|
1823
1750
|
return pulumi.get(self, "instance_id")
|
1824
1751
|
|
1825
|
-
@property
|
1826
|
-
@pulumi.getter(name="keyRevocationActionType")
|
1827
|
-
def key_revocation_action_type(self) -> pulumi.Output[str]:
|
1828
|
-
"""
|
1829
|
-
Action to be taken when a customer's encryption key is revoked. Supports "STOP" and "NONE", with "NONE" being the
|
1830
|
-
default.
|
1831
|
-
"""
|
1832
|
-
return pulumi.get(self, "key_revocation_action_type")
|
1833
|
-
|
1834
1752
|
@property
|
1835
1753
|
@pulumi.getter(name="labelFingerprint")
|
1836
1754
|
def label_fingerprint(self) -> pulumi.Output[str]:
|