pulumi-gcp 7.21.0a1714002516__py3-none-any.whl → 7.21.0a1714154892__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/alloydb/backup.py +0 -12
- pulumi_gcp/alloydb/cluster.py +0 -12
- pulumi_gcp/alloydb/instance.py +0 -81
- pulumi_gcp/apigee/sharedflow.py +0 -20
- pulumi_gcp/appengine/flexible_app_version.py +0 -20
- pulumi_gcp/certificateauthority/authority.py +7 -27
- pulumi_gcp/cloudbuild/worker_pool.py +0 -12
- pulumi_gcp/cloudbuildv2/connection.py +0 -12
- pulumi_gcp/cloudbuildv2/repository.py +0 -12
- pulumi_gcp/clouddeploy/automation.py +0 -12
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
- pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
- pulumi_gcp/clouddeploy/target.py +0 -12
- pulumi_gcp/cloudrunv2/job.py +0 -12
- pulumi_gcp/cloudrunv2/service.py +0 -12
- pulumi_gcp/composer/environment.py +35 -47
- pulumi_gcp/compute/forwarding_rule.py +0 -13
- pulumi_gcp/compute/global_address.py +0 -12
- pulumi_gcp/compute/instance_from_machine_image.py +14 -46
- pulumi_gcp/compute/instance_from_template.py +14 -46
- pulumi_gcp/compute/outputs.py +0 -8
- pulumi_gcp/compute/region_instance_template.py +0 -13
- pulumi_gcp/container/attached_cluster.py +0 -12
- pulumi_gcp/container/aws_cluster.py +0 -12
- pulumi_gcp/container/aws_node_pool.py +0 -12
- pulumi_gcp/container/azure_cluster.py +0 -12
- pulumi_gcp/container/azure_node_pool.py +0 -12
- pulumi_gcp/container/cluster.py +0 -20
- pulumi_gcp/dataflow/flex_template_job.py +0 -39
- pulumi_gcp/dataproc/cluster.py +0 -20
- pulumi_gcp/dataproc/workflow_template.py +21 -26
- pulumi_gcp/deploymentmanager/deployment.py +0 -34
- pulumi_gcp/dns/record_set.py +0 -34
- pulumi_gcp/firebase/android_app.py +0 -27
- pulumi_gcp/firebase/app_check_service_config.py +0 -125
- pulumi_gcp/firebase/apple_app.py +0 -27
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
- pulumi_gcp/firebase/web_app.py +0 -20
- pulumi_gcp/firestore/database.py +0 -68
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
- pulumi_gcp/netapp/active_directory.py +0 -20
- pulumi_gcp/netapp/volume_replication.py +0 -68
- pulumi_gcp/provider.py +3 -1
- pulumi_gcp/secretmanager/secret.py +0 -12
- pulumi_gcp/servicenetworking/connection.py +0 -20
- pulumi_gcp/spanner/database.py +0 -41
- pulumi_gcp/spanner/instance.py +0 -40
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/workstations/workstation.py +0 -12
- pulumi_gcp/workstations/workstation_cluster.py +0 -12
- pulumi_gcp/workstations/workstation_config.py +0 -12
- {pulumi_gcp-7.21.0a1714002516.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.21.0a1714002516.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/RECORD +59 -59
- {pulumi_gcp-7.21.0a1714002516.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.21.0a1714002516.dist-info → pulumi_gcp-7.21.0a1714154892.dist-info}/top_level.txt +0 -0
@@ -51,8 +51,6 @@ class InstanceFromMachineImageArgs:
|
|
51
51
|
|
52
52
|
- - -
|
53
53
|
:param pulumi.Input['InstanceFromMachineImageAdvancedMachineFeaturesArgs'] advanced_machine_features: Controls for advanced machine-related behavior features.
|
54
|
-
:param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
55
|
-
stopping the instance without setting this field, the update will fail.
|
56
54
|
:param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
57
55
|
:param pulumi.Input['InstanceFromMachineImageConfidentialInstanceConfigArgs'] confidential_instance_config: The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail
|
58
56
|
to create.
|
@@ -62,8 +60,8 @@ class InstanceFromMachineImageArgs:
|
|
62
60
|
:param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
|
63
61
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
64
62
|
:param pulumi.Input[str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
65
|
-
labels 1-63 characters long matching the regular expression
|
66
|
-
|
63
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
64
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
67
65
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
|
68
66
|
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
69
67
|
the resource.
|
@@ -180,10 +178,6 @@ class InstanceFromMachineImageArgs:
|
|
180
178
|
@property
|
181
179
|
@pulumi.getter(name="allowStoppingForUpdate")
|
182
180
|
def allow_stopping_for_update(self) -> Optional[pulumi.Input[bool]]:
|
183
|
-
"""
|
184
|
-
If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
185
|
-
stopping the instance without setting this field, the update will fail.
|
186
|
-
"""
|
187
181
|
return pulumi.get(self, "allow_stopping_for_update")
|
188
182
|
|
189
183
|
@allow_stopping_for_update.setter
|
@@ -280,8 +274,8 @@ class InstanceFromMachineImageArgs:
|
|
280
274
|
def hostname(self) -> Optional[pulumi.Input[str]]:
|
281
275
|
"""
|
282
276
|
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
283
|
-
labels 1-63 characters long matching the regular expression
|
284
|
-
|
277
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
278
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
285
279
|
"""
|
286
280
|
return pulumi.get(self, "hostname")
|
287
281
|
|
@@ -552,8 +546,6 @@ class _InstanceFromMachineImageState:
|
|
552
546
|
"""
|
553
547
|
Input properties used for looking up and filtering InstanceFromMachineImage resources.
|
554
548
|
:param pulumi.Input['InstanceFromMachineImageAdvancedMachineFeaturesArgs'] advanced_machine_features: Controls for advanced machine-related behavior features.
|
555
|
-
:param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
556
|
-
stopping the instance without setting this field, the update will fail.
|
557
549
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageAttachedDiskArgs']]] attached_disks: List of disks attached to the instance
|
558
550
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageBootDiskArgs']]] boot_disks: The boot disk for the instance.
|
559
551
|
:param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
@@ -566,13 +558,11 @@ class _InstanceFromMachineImageState:
|
|
566
558
|
:param pulumi.Input[bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
567
559
|
:param pulumi.Input[str] description: A brief description of the resource.
|
568
560
|
:param pulumi.Input[str] desired_status: Desired status of the instance. Either "RUNNING" or "TERMINATED".
|
569
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
570
|
-
clients and services.
|
571
561
|
:param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
|
572
562
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromMachineImageGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
573
563
|
:param pulumi.Input[str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
574
|
-
labels 1-63 characters long matching the regular expression
|
575
|
-
|
564
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
565
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
576
566
|
:param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
|
577
567
|
:param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
|
578
568
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
|
@@ -710,10 +700,6 @@ class _InstanceFromMachineImageState:
|
|
710
700
|
@property
|
711
701
|
@pulumi.getter(name="allowStoppingForUpdate")
|
712
702
|
def allow_stopping_for_update(self) -> Optional[pulumi.Input[bool]]:
|
713
|
-
"""
|
714
|
-
If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
715
|
-
stopping the instance without setting this field, the update will fail.
|
716
|
-
"""
|
717
703
|
return pulumi.get(self, "allow_stopping_for_update")
|
718
704
|
|
719
705
|
@allow_stopping_for_update.setter
|
@@ -834,10 +820,6 @@ class _InstanceFromMachineImageState:
|
|
834
820
|
@property
|
835
821
|
@pulumi.getter(name="effectiveLabels")
|
836
822
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
837
|
-
"""
|
838
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
839
|
-
clients and services.
|
840
|
-
"""
|
841
823
|
return pulumi.get(self, "effective_labels")
|
842
824
|
|
843
825
|
@effective_labels.setter
|
@@ -873,8 +855,8 @@ class _InstanceFromMachineImageState:
|
|
873
855
|
def hostname(self) -> Optional[pulumi.Input[str]]:
|
874
856
|
"""
|
875
857
|
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
876
|
-
labels 1-63 characters long matching the regular expression
|
877
|
-
|
858
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
859
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
878
860
|
"""
|
879
861
|
return pulumi.get(self, "hostname")
|
880
862
|
|
@@ -1261,8 +1243,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1261
1243
|
:param str resource_name: The name of the resource.
|
1262
1244
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1263
1245
|
:param pulumi.Input[pulumi.InputType['InstanceFromMachineImageAdvancedMachineFeaturesArgs']] advanced_machine_features: Controls for advanced machine-related behavior features.
|
1264
|
-
:param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
1265
|
-
stopping the instance without setting this field, the update will fail.
|
1266
1246
|
:param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
1267
1247
|
:param pulumi.Input[pulumi.InputType['InstanceFromMachineImageConfidentialInstanceConfigArgs']] confidential_instance_config: The Confidential VM config being used by the instance. on_host_maintenance has to be set to TERMINATE or this will fail
|
1268
1248
|
to create.
|
@@ -1272,8 +1252,8 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1272
1252
|
:param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
|
1273
1253
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromMachineImageGuestAcceleratorArgs']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
1274
1254
|
:param pulumi.Input[str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
1275
|
-
labels 1-63 characters long matching the regular expression
|
1276
|
-
|
1255
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1256
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
1277
1257
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
|
1278
1258
|
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
1279
1259
|
the resource.
|
@@ -1494,8 +1474,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1494
1474
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1495
1475
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1496
1476
|
:param pulumi.Input[pulumi.InputType['InstanceFromMachineImageAdvancedMachineFeaturesArgs']] advanced_machine_features: Controls for advanced machine-related behavior features.
|
1497
|
-
:param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
1498
|
-
stopping the instance without setting this field, the update will fail.
|
1499
1477
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromMachineImageAttachedDiskArgs']]]] attached_disks: List of disks attached to the instance
|
1500
1478
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromMachineImageBootDiskArgs']]]] boot_disks: The boot disk for the instance.
|
1501
1479
|
:param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
@@ -1508,13 +1486,11 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1508
1486
|
:param pulumi.Input[bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
1509
1487
|
:param pulumi.Input[str] description: A brief description of the resource.
|
1510
1488
|
:param pulumi.Input[str] desired_status: Desired status of the instance. Either "RUNNING" or "TERMINATED".
|
1511
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
1512
|
-
clients and services.
|
1513
1489
|
:param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
|
1514
1490
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromMachineImageGuestAcceleratorArgs']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
1515
1491
|
:param pulumi.Input[str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
1516
|
-
labels 1-63 characters long matching the regular expression
|
1517
|
-
|
1492
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1493
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
1518
1494
|
:param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
|
1519
1495
|
:param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
|
1520
1496
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
|
@@ -1613,10 +1589,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1613
1589
|
@property
|
1614
1590
|
@pulumi.getter(name="allowStoppingForUpdate")
|
1615
1591
|
def allow_stopping_for_update(self) -> pulumi.Output[bool]:
|
1616
|
-
"""
|
1617
|
-
If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
1618
|
-
stopping the instance without setting this field, the update will fail.
|
1619
|
-
"""
|
1620
1592
|
return pulumi.get(self, "allow_stopping_for_update")
|
1621
1593
|
|
1622
1594
|
@property
|
@@ -1697,10 +1669,6 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1697
1669
|
@property
|
1698
1670
|
@pulumi.getter(name="effectiveLabels")
|
1699
1671
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
1700
|
-
"""
|
1701
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
1702
|
-
clients and services.
|
1703
|
-
"""
|
1704
1672
|
return pulumi.get(self, "effective_labels")
|
1705
1673
|
|
1706
1674
|
@property
|
@@ -1724,8 +1692,8 @@ class InstanceFromMachineImage(pulumi.CustomResource):
|
|
1724
1692
|
def hostname(self) -> pulumi.Output[str]:
|
1725
1693
|
"""
|
1726
1694
|
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
1727
|
-
labels 1-63 characters long matching the regular expression
|
1728
|
-
|
1695
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1696
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
1729
1697
|
"""
|
1730
1698
|
return pulumi.get(self, "hostname")
|
1731
1699
|
|
@@ -55,8 +55,6 @@ class InstanceFromTemplateArgs:
|
|
55
55
|
|
56
56
|
- - -
|
57
57
|
:param pulumi.Input['InstanceFromTemplateAdvancedMachineFeaturesArgs'] advanced_machine_features: Controls for advanced machine-related behavior features.
|
58
|
-
:param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
59
|
-
stopping the instance without setting this field, the update will fail.
|
60
58
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateAttachedDiskArgs']]] attached_disks: List of disks attached to the instance
|
61
59
|
:param pulumi.Input['InstanceFromTemplateBootDiskArgs'] boot_disk: The boot disk for the instance.
|
62
60
|
:param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
@@ -68,8 +66,8 @@ class InstanceFromTemplateArgs:
|
|
68
66
|
:param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
|
69
67
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
70
68
|
:param pulumi.Input[str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
71
|
-
labels 1-63 characters long matching the regular expression
|
72
|
-
|
69
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
70
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
73
71
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
|
74
72
|
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
75
73
|
the resource.
|
@@ -192,10 +190,6 @@ class InstanceFromTemplateArgs:
|
|
192
190
|
@property
|
193
191
|
@pulumi.getter(name="allowStoppingForUpdate")
|
194
192
|
def allow_stopping_for_update(self) -> Optional[pulumi.Input[bool]]:
|
195
|
-
"""
|
196
|
-
If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
197
|
-
stopping the instance without setting this field, the update will fail.
|
198
|
-
"""
|
199
193
|
return pulumi.get(self, "allow_stopping_for_update")
|
200
194
|
|
201
195
|
@allow_stopping_for_update.setter
|
@@ -316,8 +310,8 @@ class InstanceFromTemplateArgs:
|
|
316
310
|
def hostname(self) -> Optional[pulumi.Input[str]]:
|
317
311
|
"""
|
318
312
|
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
319
|
-
labels 1-63 characters long matching the regular expression
|
320
|
-
|
313
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
314
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
321
315
|
"""
|
322
316
|
return pulumi.get(self, "hostname")
|
323
317
|
|
@@ -598,8 +592,6 @@ class _InstanceFromTemplateState:
|
|
598
592
|
"""
|
599
593
|
Input properties used for looking up and filtering InstanceFromTemplate resources.
|
600
594
|
:param pulumi.Input['InstanceFromTemplateAdvancedMachineFeaturesArgs'] advanced_machine_features: Controls for advanced machine-related behavior features.
|
601
|
-
:param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
602
|
-
stopping the instance without setting this field, the update will fail.
|
603
595
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateAttachedDiskArgs']]] attached_disks: List of disks attached to the instance
|
604
596
|
:param pulumi.Input['InstanceFromTemplateBootDiskArgs'] boot_disk: The boot disk for the instance.
|
605
597
|
:param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
@@ -612,13 +604,11 @@ class _InstanceFromTemplateState:
|
|
612
604
|
:param pulumi.Input[bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
613
605
|
:param pulumi.Input[str] description: A brief description of the resource.
|
614
606
|
:param pulumi.Input[str] desired_status: Desired status of the instance. Either "RUNNING" or "TERMINATED".
|
615
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
616
|
-
clients and services.
|
617
607
|
:param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
|
618
608
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceFromTemplateGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
619
609
|
:param pulumi.Input[str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
620
|
-
labels 1-63 characters long matching the regular expression
|
621
|
-
|
610
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
611
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
622
612
|
:param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
|
623
613
|
:param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
|
624
614
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
|
@@ -755,10 +745,6 @@ class _InstanceFromTemplateState:
|
|
755
745
|
@property
|
756
746
|
@pulumi.getter(name="allowStoppingForUpdate")
|
757
747
|
def allow_stopping_for_update(self) -> Optional[pulumi.Input[bool]]:
|
758
|
-
"""
|
759
|
-
If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
760
|
-
stopping the instance without setting this field, the update will fail.
|
761
|
-
"""
|
762
748
|
return pulumi.get(self, "allow_stopping_for_update")
|
763
749
|
|
764
750
|
@allow_stopping_for_update.setter
|
@@ -879,10 +865,6 @@ class _InstanceFromTemplateState:
|
|
879
865
|
@property
|
880
866
|
@pulumi.getter(name="effectiveLabels")
|
881
867
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
882
|
-
"""
|
883
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
884
|
-
clients and services.
|
885
|
-
"""
|
886
868
|
return pulumi.get(self, "effective_labels")
|
887
869
|
|
888
870
|
@effective_labels.setter
|
@@ -918,8 +900,8 @@ class _InstanceFromTemplateState:
|
|
918
900
|
def hostname(self) -> Optional[pulumi.Input[str]]:
|
919
901
|
"""
|
920
902
|
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
921
|
-
labels 1-63 characters long matching the regular expression
|
922
|
-
|
903
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
904
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
923
905
|
"""
|
924
906
|
return pulumi.get(self, "hostname")
|
925
907
|
|
@@ -1328,8 +1310,6 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1328
1310
|
:param str resource_name: The name of the resource.
|
1329
1311
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1330
1312
|
:param pulumi.Input[pulumi.InputType['InstanceFromTemplateAdvancedMachineFeaturesArgs']] advanced_machine_features: Controls for advanced machine-related behavior features.
|
1331
|
-
:param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
1332
|
-
stopping the instance without setting this field, the update will fail.
|
1333
1313
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromTemplateAttachedDiskArgs']]]] attached_disks: List of disks attached to the instance
|
1334
1314
|
:param pulumi.Input[pulumi.InputType['InstanceFromTemplateBootDiskArgs']] boot_disk: The boot disk for the instance.
|
1335
1315
|
:param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
@@ -1341,8 +1321,8 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1341
1321
|
:param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
|
1342
1322
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromTemplateGuestAcceleratorArgs']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
1343
1323
|
:param pulumi.Input[str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
1344
|
-
labels 1-63 characters long matching the regular expression
|
1345
|
-
|
1324
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1325
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
1346
1326
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
|
1347
1327
|
the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on
|
1348
1328
|
the resource.
|
@@ -1586,8 +1566,6 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1586
1566
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1587
1567
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1588
1568
|
:param pulumi.Input[pulumi.InputType['InstanceFromTemplateAdvancedMachineFeaturesArgs']] advanced_machine_features: Controls for advanced machine-related behavior features.
|
1589
|
-
:param pulumi.Input[bool] allow_stopping_for_update: If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
1590
|
-
stopping the instance without setting this field, the update will fail.
|
1591
1569
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromTemplateAttachedDiskArgs']]]] attached_disks: List of disks attached to the instance
|
1592
1570
|
:param pulumi.Input[pulumi.InputType['InstanceFromTemplateBootDiskArgs']] boot_disk: The boot disk for the instance.
|
1593
1571
|
:param pulumi.Input[bool] can_ip_forward: Whether sending and receiving of packets with non-matching source or destination IPs is allowed.
|
@@ -1600,13 +1578,11 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1600
1578
|
:param pulumi.Input[bool] deletion_protection: Whether deletion protection is enabled on this instance.
|
1601
1579
|
:param pulumi.Input[str] description: A brief description of the resource.
|
1602
1580
|
:param pulumi.Input[str] desired_status: Desired status of the instance. Either "RUNNING" or "TERMINATED".
|
1603
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
1604
|
-
clients and services.
|
1605
1581
|
:param pulumi.Input[bool] enable_display: Whether the instance has virtual displays enabled.
|
1606
1582
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceFromTemplateGuestAcceleratorArgs']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance.
|
1607
1583
|
:param pulumi.Input[str] hostname: A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
1608
|
-
labels 1-63 characters long matching the regular expression
|
1609
|
-
|
1584
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1585
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
1610
1586
|
:param pulumi.Input[str] instance_id: The server-assigned unique identifier of this instance.
|
1611
1587
|
:param pulumi.Input[str] label_fingerprint: The unique fingerprint of the labels.
|
1612
1588
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the instance. **Note**: This field is non-authoritative, and will only manage
|
@@ -1704,10 +1680,6 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1704
1680
|
@property
|
1705
1681
|
@pulumi.getter(name="allowStoppingForUpdate")
|
1706
1682
|
def allow_stopping_for_update(self) -> pulumi.Output[bool]:
|
1707
|
-
"""
|
1708
|
-
If true, allows Terraform to stop the instance to update its properties. If you try to update a property that requires
|
1709
|
-
stopping the instance without setting this field, the update will fail.
|
1710
|
-
"""
|
1711
1683
|
return pulumi.get(self, "allow_stopping_for_update")
|
1712
1684
|
|
1713
1685
|
@property
|
@@ -1788,10 +1760,6 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1788
1760
|
@property
|
1789
1761
|
@pulumi.getter(name="effectiveLabels")
|
1790
1762
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
1791
|
-
"""
|
1792
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
1793
|
-
clients and services.
|
1794
|
-
"""
|
1795
1763
|
return pulumi.get(self, "effective_labels")
|
1796
1764
|
|
1797
1765
|
@property
|
@@ -1815,8 +1783,8 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1815
1783
|
def hostname(self) -> pulumi.Output[str]:
|
1816
1784
|
"""
|
1817
1785
|
A custom hostname for the instance. Must be a fully qualified DNS name and RFC-1035-valid. Valid format is a series of
|
1818
|
-
labels 1-63 characters long matching the regular expression
|
1819
|
-
|
1786
|
+
labels 1-63 characters long matching the regular expression a-z, concatenated with periods. The entire hostname must not
|
1787
|
+
exceed 253 characters. Changing this forces a new resource to be created.
|
1820
1788
|
"""
|
1821
1789
|
return pulumi.get(self, "hostname")
|
1822
1790
|
|
pulumi_gcp/compute/outputs.py
CHANGED
@@ -40302,8 +40302,6 @@ class GetForwardingRulesRuleResult(dict):
|
|
40302
40302
|
For internal forwarding rules within the same VPC network, two or more
|
40303
40303
|
forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair, and
|
40304
40304
|
cannot have overlapping 'portRange's.
|
40305
|
-
|
40306
|
-
@pattern: \\d+(?:-\\d+)?
|
40307
40305
|
:param Sequence[str] ports: The 'ports', 'portRange', and 'allPorts' fields are mutually exclusive.
|
40308
40306
|
Only packets addressed to ports in the specified range will be forwarded
|
40309
40307
|
to the backends configured with this forwarding rule.
|
@@ -40324,8 +40322,6 @@ class GetForwardingRulesRuleResult(dict):
|
|
40324
40322
|
For internal forwarding rules within the same VPC network, two or more
|
40325
40323
|
forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair if
|
40326
40324
|
they share at least one port number.
|
40327
|
-
|
40328
|
-
@pattern: \\d+(?:-\\d+)?
|
40329
40325
|
:param str project: The name of the project.
|
40330
40326
|
:param str psc_connection_id: The PSC connection id of the PSC Forwarding Rule.
|
40331
40327
|
:param str psc_connection_status: The PSC connection status of the PSC Forwarding Rule. Possible values: 'STATUS_UNSPECIFIED', 'PENDING', 'ACCEPTED', 'REJECTED', 'CLOSED'
|
@@ -40711,8 +40707,6 @@ class GetForwardingRulesRuleResult(dict):
|
|
40711
40707
|
For internal forwarding rules within the same VPC network, two or more
|
40712
40708
|
forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair, and
|
40713
40709
|
cannot have overlapping 'portRange's.
|
40714
|
-
|
40715
|
-
@pattern: \\d+(?:-\\d+)?
|
40716
40710
|
"""
|
40717
40711
|
return pulumi.get(self, "port_range")
|
40718
40712
|
|
@@ -40740,8 +40734,6 @@ class GetForwardingRulesRuleResult(dict):
|
|
40740
40734
|
For internal forwarding rules within the same VPC network, two or more
|
40741
40735
|
forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair if
|
40742
40736
|
they share at least one port number.
|
40743
|
-
|
40744
|
-
@pattern: \\d+(?:-\\d+)?
|
40745
40737
|
"""
|
40746
40738
|
return pulumi.get(self, "ports")
|
40747
40739
|
|
@@ -75,7 +75,6 @@ class RegionInstanceTemplateArgs:
|
|
75
75
|
thus the two mechanisms are not allowed to be used simultaneously.
|
76
76
|
:param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
|
77
77
|
`Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
|
78
|
-
:param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
|
79
78
|
:param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
|
80
79
|
prefix. Conflicts with `name`.
|
81
80
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]] network_interfaces: Networks to attach to instances created from
|
@@ -330,9 +329,6 @@ class RegionInstanceTemplateArgs:
|
|
330
329
|
@property
|
331
330
|
@pulumi.getter
|
332
331
|
def name(self) -> Optional[pulumi.Input[str]]:
|
333
|
-
"""
|
334
|
-
The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
|
335
|
-
"""
|
336
332
|
return pulumi.get(self, "name")
|
337
333
|
|
338
334
|
@name.setter
|
@@ -566,7 +562,6 @@ class _RegionInstanceTemplateState:
|
|
566
562
|
thus the two mechanisms are not allowed to be used simultaneously.
|
567
563
|
:param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
|
568
564
|
`Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
|
569
|
-
:param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
|
570
565
|
:param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
|
571
566
|
prefix. Conflicts with `name`.
|
572
567
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]] network_interfaces: Networks to attach to instances created from
|
@@ -860,9 +855,6 @@ class _RegionInstanceTemplateState:
|
|
860
855
|
@property
|
861
856
|
@pulumi.getter
|
862
857
|
def name(self) -> Optional[pulumi.Input[str]]:
|
863
|
-
"""
|
864
|
-
The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
|
865
|
-
"""
|
866
858
|
return pulumi.get(self, "name")
|
867
859
|
|
868
860
|
@name.setter
|
@@ -1153,7 +1145,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1153
1145
|
thus the two mechanisms are not allowed to be used simultaneously.
|
1154
1146
|
:param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
|
1155
1147
|
`Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
|
1156
|
-
:param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
|
1157
1148
|
:param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
|
1158
1149
|
prefix. Conflicts with `name`.
|
1159
1150
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkInterfaceArgs']]]] network_interfaces: Networks to attach to instances created from
|
@@ -1379,7 +1370,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1379
1370
|
thus the two mechanisms are not allowed to be used simultaneously.
|
1380
1371
|
:param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
|
1381
1372
|
`Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
|
1382
|
-
:param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
|
1383
1373
|
:param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
|
1384
1374
|
prefix. Conflicts with `name`.
|
1385
1375
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkInterfaceArgs']]]] network_interfaces: Networks to attach to instances created from
|
@@ -1587,9 +1577,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1587
1577
|
@property
|
1588
1578
|
@pulumi.getter
|
1589
1579
|
def name(self) -> pulumi.Output[str]:
|
1590
|
-
"""
|
1591
|
-
The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
|
1592
|
-
"""
|
1593
1580
|
return pulumi.get(self, "name")
|
1594
1581
|
|
1595
1582
|
@property
|
@@ -330,8 +330,6 @@ class _AttachedClusterState:
|
|
330
330
|
:param pulumi.Input[str] description: A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
331
331
|
:param pulumi.Input[str] distribution: The Kubernetes distribution of the underlying attached cluster. Supported values:
|
332
332
|
"eks", "aks".
|
333
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
334
|
-
Terraform, other clients and services.
|
335
333
|
:param pulumi.Input[Sequence[pulumi.Input['AttachedClusterErrorArgs']]] errors: A set of errors found in the cluster.
|
336
334
|
Structure is documented below.
|
337
335
|
:param pulumi.Input['AttachedClusterFleetArgs'] fleet: Fleet configuration.
|
@@ -520,10 +518,6 @@ class _AttachedClusterState:
|
|
520
518
|
@property
|
521
519
|
@pulumi.getter(name="effectiveAnnotations")
|
522
520
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
523
|
-
"""
|
524
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
525
|
-
Terraform, other clients and services.
|
526
|
-
"""
|
527
521
|
return pulumi.get(self, "effective_annotations")
|
528
522
|
|
529
523
|
@effective_annotations.setter
|
@@ -1214,8 +1208,6 @@ class AttachedCluster(pulumi.CustomResource):
|
|
1214
1208
|
:param pulumi.Input[str] description: A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
1215
1209
|
:param pulumi.Input[str] distribution: The Kubernetes distribution of the underlying attached cluster. Supported values:
|
1216
1210
|
"eks", "aks".
|
1217
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1218
|
-
Terraform, other clients and services.
|
1219
1211
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AttachedClusterErrorArgs']]]] errors: A set of errors found in the cluster.
|
1220
1212
|
Structure is documented below.
|
1221
1213
|
:param pulumi.Input[pulumi.InputType['AttachedClusterFleetArgs']] fleet: Fleet configuration.
|
@@ -1352,10 +1344,6 @@ class AttachedCluster(pulumi.CustomResource):
|
|
1352
1344
|
@property
|
1353
1345
|
@pulumi.getter(name="effectiveAnnotations")
|
1354
1346
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1355
|
-
"""
|
1356
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1357
|
-
Terraform, other clients and services.
|
1358
|
-
"""
|
1359
1347
|
return pulumi.get(self, "effective_annotations")
|
1360
1348
|
|
1361
1349
|
@property
|
@@ -255,8 +255,6 @@ class _AwsClusterState:
|
|
255
255
|
:param pulumi.Input['AwsClusterControlPlaneArgs'] control_plane: Configuration related to the cluster control plane.
|
256
256
|
:param pulumi.Input[str] create_time: Output only. The time at which this cluster was created.
|
257
257
|
:param pulumi.Input[str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
258
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
259
|
-
Terraform, other clients and services.
|
260
258
|
:param pulumi.Input[str] endpoint: Output only. The endpoint of the cluster's API server.
|
261
259
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
262
260
|
:param pulumi.Input['AwsClusterFleetArgs'] fleet: Fleet configuration.
|
@@ -406,10 +404,6 @@ class _AwsClusterState:
|
|
406
404
|
@property
|
407
405
|
@pulumi.getter(name="effectiveAnnotations")
|
408
406
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
409
|
-
"""
|
410
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
411
|
-
Terraform, other clients and services.
|
412
|
-
"""
|
413
407
|
return pulumi.get(self, "effective_annotations")
|
414
408
|
|
415
409
|
@effective_annotations.setter
|
@@ -1248,8 +1242,6 @@ class AwsCluster(pulumi.CustomResource):
|
|
1248
1242
|
:param pulumi.Input[pulumi.InputType['AwsClusterControlPlaneArgs']] control_plane: Configuration related to the cluster control plane.
|
1249
1243
|
:param pulumi.Input[str] create_time: Output only. The time at which this cluster was created.
|
1250
1244
|
:param pulumi.Input[str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
1251
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1252
|
-
Terraform, other clients and services.
|
1253
1245
|
:param pulumi.Input[str] endpoint: Output only. The endpoint of the cluster's API server.
|
1254
1246
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
1255
1247
|
:param pulumi.Input[pulumi.InputType['AwsClusterFleetArgs']] fleet: Fleet configuration.
|
@@ -1355,10 +1347,6 @@ class AwsCluster(pulumi.CustomResource):
|
|
1355
1347
|
@property
|
1356
1348
|
@pulumi.getter(name="effectiveAnnotations")
|
1357
1349
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
1358
|
-
"""
|
1359
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1360
|
-
Terraform, other clients and services.
|
1361
|
-
"""
|
1362
1350
|
return pulumi.get(self, "effective_annotations")
|
1363
1351
|
|
1364
1352
|
@property
|
@@ -250,8 +250,6 @@ class _AwsNodePoolState:
|
|
250
250
|
:param pulumi.Input[str] cluster: The awsCluster for the resource
|
251
251
|
:param pulumi.Input['AwsNodePoolConfigArgs'] config: The configuration of the node pool.
|
252
252
|
:param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
|
253
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
254
|
-
Terraform, other clients and services.
|
255
253
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
256
254
|
:param pulumi.Input[str] location: The location for the resource
|
257
255
|
:param pulumi.Input['AwsNodePoolManagementArgs'] management: The Management configuration for this node pool.
|
@@ -373,10 +371,6 @@ class _AwsNodePoolState:
|
|
373
371
|
@property
|
374
372
|
@pulumi.getter(name="effectiveAnnotations")
|
375
373
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
376
|
-
"""
|
377
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
378
|
-
Terraform, other clients and services.
|
379
|
-
"""
|
380
374
|
return pulumi.get(self, "effective_annotations")
|
381
375
|
|
382
376
|
@effective_annotations.setter
|
@@ -1491,8 +1485,6 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1491
1485
|
:param pulumi.Input[str] cluster: The awsCluster for the resource
|
1492
1486
|
:param pulumi.Input[pulumi.InputType['AwsNodePoolConfigArgs']] config: The configuration of the node pool.
|
1493
1487
|
:param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
|
1494
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1495
|
-
Terraform, other clients and services.
|
1496
1488
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
1497
1489
|
:param pulumi.Input[str] location: The location for the resource
|
1498
1490
|
:param pulumi.Input[pulumi.InputType['AwsNodePoolManagementArgs']] management: The Management configuration for this node pool.
|
@@ -1580,10 +1572,6 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1580
1572
|
@property
|
1581
1573
|
@pulumi.getter(name="effectiveAnnotations")
|
1582
1574
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
1583
|
-
"""
|
1584
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1585
|
-
Terraform, other clients and services.
|
1586
|
-
"""
|
1587
1575
|
return pulumi.get(self, "effective_annotations")
|
1588
1576
|
|
1589
1577
|
@property
|
@@ -298,8 +298,6 @@ class _AzureClusterState:
|
|
298
298
|
:param pulumi.Input['AzureClusterControlPlaneArgs'] control_plane: Configuration related to the cluster control plane.
|
299
299
|
:param pulumi.Input[str] create_time: Output only. The time at which this cluster was created.
|
300
300
|
:param pulumi.Input[str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
301
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
302
|
-
Terraform, other clients and services.
|
303
301
|
:param pulumi.Input[str] endpoint: Output only. The endpoint of the cluster's API server.
|
304
302
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
305
303
|
:param pulumi.Input['AzureClusterFleetArgs'] fleet: Fleet configuration.
|
@@ -469,10 +467,6 @@ class _AzureClusterState:
|
|
469
467
|
@property
|
470
468
|
@pulumi.getter(name="effectiveAnnotations")
|
471
469
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
472
|
-
"""
|
473
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
474
|
-
Terraform, other clients and services.
|
475
|
-
"""
|
476
470
|
return pulumi.get(self, "effective_annotations")
|
477
471
|
|
478
472
|
@effective_annotations.setter
|
@@ -1084,8 +1078,6 @@ class AzureCluster(pulumi.CustomResource):
|
|
1084
1078
|
:param pulumi.Input[pulumi.InputType['AzureClusterControlPlaneArgs']] control_plane: Configuration related to the cluster control plane.
|
1085
1079
|
:param pulumi.Input[str] create_time: Output only. The time at which this cluster was created.
|
1086
1080
|
:param pulumi.Input[str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
1087
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1088
|
-
Terraform, other clients and services.
|
1089
1081
|
:param pulumi.Input[str] endpoint: Output only. The endpoint of the cluster's API server.
|
1090
1082
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
1091
1083
|
:param pulumi.Input[pulumi.InputType['AzureClusterFleetArgs']] fleet: Fleet configuration.
|
@@ -1205,10 +1197,6 @@ class AzureCluster(pulumi.CustomResource):
|
|
1205
1197
|
@property
|
1206
1198
|
@pulumi.getter(name="effectiveAnnotations")
|
1207
1199
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
1208
|
-
"""
|
1209
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1210
|
-
Terraform, other clients and services.
|
1211
|
-
"""
|
1212
1200
|
return pulumi.get(self, "effective_annotations")
|
1213
1201
|
|
1214
1202
|
@property
|