pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.0a1738736844__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 +24 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/alloydb/user.py +10 -1
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/beyondcorp/__init__.py +4 -0
- pulumi_gcp/beyondcorp/_inputs.py +130 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +180 -0
- pulumi_gcp/beyondcorp/outputs.py +76 -0
- pulumi_gcp/beyondcorp/security_gateway.py +52 -25
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
- pulumi_gcp/bigquery/_inputs.py +33 -0
- pulumi_gcp/bigquery/dataset.py +7 -7
- pulumi_gcp/bigquery/outputs.py +36 -0
- pulumi_gcp/bigquery/table.py +61 -7
- pulumi_gcp/chronicle/retrohunt.py +0 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
- pulumi_gcp/compute/_inputs.py +9 -9
- pulumi_gcp/compute/get_network.py +3 -3
- pulumi_gcp/compute/network.py +7 -7
- pulumi_gcp/compute/outputs.py +6 -6
- pulumi_gcp/compute/router_peer.py +112 -0
- pulumi_gcp/container/_inputs.py +79 -20
- pulumi_gcp/container/outputs.py +75 -12
- pulumi_gcp/dataproc/_inputs.py +34 -0
- pulumi_gcp/dataproc/outputs.py +37 -0
- pulumi_gcp/dataproc/workflow_template.py +47 -0
- pulumi_gcp/firestore/field.py +60 -0
- pulumi_gcp/gkehub/_inputs.py +20 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/outputs.py +26 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +76 -14
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +3 -0
- pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
- pulumi_gcp/parametermanager/get_parameters.py +140 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
- pulumi_gcp/parametermanager/outputs.py +156 -0
- pulumi_gcp/pubsub/_inputs.py +264 -0
- pulumi_gcp/pubsub/outputs.py +353 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +70 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/lien.py +12 -0
- pulumi_gcp/secretmanager/regional_secret.py +4 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
- pulumi_gcp/secretmanager/secret.py +4 -0
- pulumi_gcp/secretmanager/secret_version.py +12 -0
- pulumi_gcp/securityposture/posture.py +4 -0
- pulumi_gcp/securityposture/posture_deployment.py +4 -0
- pulumi_gcp/serviceaccount/get_s.py +98 -8
- pulumi_gcp/spanner/_inputs.py +68 -0
- pulumi_gcp/spanner/backup_schedule.py +70 -4
- pulumi_gcp/spanner/outputs.py +60 -0
- pulumi_gcp/storage/get_bucket_object_content.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/workflows/workflow.py +175 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0a1738736844.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0a1738736844.dist-info}/RECORD +69 -62
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0a1738736844.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0a1738736844.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/network.py
CHANGED
@@ -78,7 +78,7 @@ class NetworkArgs:
|
|
78
78
|
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
79
79
|
This field can be set only at resource creation time. For example, the
|
80
80
|
following are valid URLs:
|
81
|
-
* https://www.googleapis.com/compute/
|
81
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
82
82
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
83
83
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
84
84
|
If it is not provided, the provider project is used.
|
@@ -286,7 +286,7 @@ class NetworkArgs:
|
|
286
286
|
A full or partial URL of the network profile to apply to this network.
|
287
287
|
This field can be set only at resource creation time. For example, the
|
288
288
|
following are valid URLs:
|
289
|
-
* https://www.googleapis.com/compute/
|
289
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
290
290
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
291
291
|
"""
|
292
292
|
return pulumi.get(self, "network_profile")
|
@@ -395,7 +395,7 @@ class _NetworkState:
|
|
395
395
|
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
396
396
|
This field can be set only at resource creation time. For example, the
|
397
397
|
following are valid URLs:
|
398
|
-
* https://www.googleapis.com/compute/
|
398
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
399
399
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
400
400
|
:param pulumi.Input[str] numeric_id: (Deprecated)
|
401
401
|
The unique identifier for the resource. This identifier is defined by the server.
|
@@ -642,7 +642,7 @@ class _NetworkState:
|
|
642
642
|
A full or partial URL of the network profile to apply to this network.
|
643
643
|
This field can be set only at resource creation time. For example, the
|
644
644
|
following are valid URLs:
|
645
|
-
* https://www.googleapis.com/compute/
|
645
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
646
646
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
647
647
|
"""
|
648
648
|
return pulumi.get(self, "network_profile")
|
@@ -878,7 +878,7 @@ class Network(pulumi.CustomResource):
|
|
878
878
|
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
879
879
|
This field can be set only at resource creation time. For example, the
|
880
880
|
following are valid URLs:
|
881
|
-
* https://www.googleapis.com/compute/
|
881
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
882
882
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
883
883
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
884
884
|
If it is not provided, the provider project is used.
|
@@ -1137,7 +1137,7 @@ class Network(pulumi.CustomResource):
|
|
1137
1137
|
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
1138
1138
|
This field can be set only at resource creation time. For example, the
|
1139
1139
|
following are valid URLs:
|
1140
|
-
* https://www.googleapis.com/compute/
|
1140
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1141
1141
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1142
1142
|
:param pulumi.Input[str] numeric_id: (Deprecated)
|
1143
1143
|
The unique identifier for the resource. This identifier is defined by the server.
|
@@ -1316,7 +1316,7 @@ class Network(pulumi.CustomResource):
|
|
1316
1316
|
A full or partial URL of the network profile to apply to this network.
|
1317
1317
|
This field can be set only at resource creation time. For example, the
|
1318
1318
|
following are valid URLs:
|
1319
|
-
* https://www.googleapis.com/compute/
|
1319
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1320
1320
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1321
1321
|
"""
|
1322
1322
|
return pulumi.get(self, "network_profile")
|
pulumi_gcp/compute/outputs.py
CHANGED
@@ -12506,7 +12506,7 @@ class InstanceNetworkInterface(dict):
|
|
12506
12506
|
:param str network_attachment: The URL of the network attachment that this interface should connect to in the following format: `projects/{projectNumber}/regions/{region_name}/networkAttachments/{network_attachment_name}`.
|
12507
12507
|
:param str network_ip: The private IP address to assign to the instance. If
|
12508
12508
|
empty, the address will be automatically assigned.
|
12509
|
-
:param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, IDPF
|
12509
|
+
:param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, IDPF, MRDMA, IRDMA.
|
12510
12510
|
:param int queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
|
12511
12511
|
:param str security_policy: A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.
|
12512
12512
|
:param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
@@ -12648,7 +12648,7 @@ class InstanceNetworkInterface(dict):
|
|
12648
12648
|
@pulumi.getter(name="nicType")
|
12649
12649
|
def nic_type(self) -> Optional[str]:
|
12650
12650
|
"""
|
12651
|
-
The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, IDPF
|
12651
|
+
The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, IDPF, MRDMA, IRDMA.
|
12652
12652
|
"""
|
12653
12653
|
return pulumi.get(self, "nic_type")
|
12654
12654
|
|
@@ -14538,7 +14538,7 @@ class InstanceTemplateNetworkInterface(dict):
|
|
14538
14538
|
:param str network_attachment: The URL of the network attachment that this interface should connect to in the following format: projects/{projectNumber}/regions/{region_name}/networkAttachments/{network_attachment_name}.
|
14539
14539
|
:param str network_ip: The private IP address to assign to the instance. If
|
14540
14540
|
empty, the address will be automatically assigned.
|
14541
|
-
:param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET
|
14541
|
+
:param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, MRDMA, IRDMA.
|
14542
14542
|
:param int queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
|
14543
14543
|
:param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
14544
14544
|
:param str subnetwork: the name of the subnetwork to attach this interface
|
@@ -14675,7 +14675,7 @@ class InstanceTemplateNetworkInterface(dict):
|
|
14675
14675
|
@pulumi.getter(name="nicType")
|
14676
14676
|
def nic_type(self) -> Optional[str]:
|
14677
14677
|
"""
|
14678
|
-
The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET
|
14678
|
+
The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, MRDMA, IRDMA.
|
14679
14679
|
"""
|
14680
14680
|
return pulumi.get(self, "nic_type")
|
14681
14681
|
|
@@ -24798,7 +24798,7 @@ class RegionInstanceTemplateNetworkInterface(dict):
|
|
24798
24798
|
`subnetwork` for custom subnetted networks.
|
24799
24799
|
:param str network_ip: The private IP address to assign to the instance. If
|
24800
24800
|
empty, the address will be automatically assigned.
|
24801
|
-
:param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET
|
24801
|
+
:param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, MRDMA, IRDMA.
|
24802
24802
|
:param int queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
|
24803
24803
|
:param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
24804
24804
|
:param str subnetwork: the name of the subnetwork to attach this interface
|
@@ -24916,7 +24916,7 @@ class RegionInstanceTemplateNetworkInterface(dict):
|
|
24916
24916
|
@pulumi.getter(name="nicType")
|
24917
24917
|
def nic_type(self) -> Optional[str]:
|
24918
24918
|
"""
|
24919
|
-
The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET
|
24919
|
+
The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, MRDMA, IRDMA.
|
24920
24920
|
"""
|
24921
24921
|
return pulumi.get(self, "nic_type")
|
24922
24922
|
|
@@ -47,6 +47,7 @@ class RouterPeerArgs:
|
|
47
47
|
project: Optional[pulumi.Input[str]] = None,
|
48
48
|
region: Optional[pulumi.Input[str]] = None,
|
49
49
|
router_appliance_instance: Optional[pulumi.Input[str]] = None,
|
50
|
+
zero_advertised_route_priority: Optional[pulumi.Input[bool]] = None,
|
50
51
|
zero_custom_learned_route_priority: Optional[pulumi.Input[bool]] = None):
|
51
52
|
"""
|
52
53
|
The set of arguments for constructing a RouterPeer resource.
|
@@ -130,6 +131,8 @@ class RouterPeerArgs:
|
|
130
131
|
such as Next Gen Firewalls, Virtual Routers, or Router Appliances.
|
131
132
|
The VM instance must be located in zones contained in the same region as
|
132
133
|
this Cloud Router. The VM instance is the peer side of the BGP session.
|
134
|
+
:param pulumi.Input[bool] zero_advertised_route_priority: The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
135
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
133
136
|
:param pulumi.Input[bool] zero_custom_learned_route_priority: The user-defined zero-custom-learned-route-priority for a custom-learned-route-priority in BGP session.
|
134
137
|
This value has to be set true to force the custom_learned_route_priority to be 0.
|
135
138
|
"""
|
@@ -182,6 +185,8 @@ class RouterPeerArgs:
|
|
182
185
|
pulumi.set(__self__, "region", region)
|
183
186
|
if router_appliance_instance is not None:
|
184
187
|
pulumi.set(__self__, "router_appliance_instance", router_appliance_instance)
|
188
|
+
if zero_advertised_route_priority is not None:
|
189
|
+
pulumi.set(__self__, "zero_advertised_route_priority", zero_advertised_route_priority)
|
185
190
|
if zero_custom_learned_route_priority is not None:
|
186
191
|
pulumi.set(__self__, "zero_custom_learned_route_priority", zero_custom_learned_route_priority)
|
187
192
|
|
@@ -551,6 +556,19 @@ class RouterPeerArgs:
|
|
551
556
|
def router_appliance_instance(self, value: Optional[pulumi.Input[str]]):
|
552
557
|
pulumi.set(self, "router_appliance_instance", value)
|
553
558
|
|
559
|
+
@property
|
560
|
+
@pulumi.getter(name="zeroAdvertisedRoutePriority")
|
561
|
+
def zero_advertised_route_priority(self) -> Optional[pulumi.Input[bool]]:
|
562
|
+
"""
|
563
|
+
The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
564
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
565
|
+
"""
|
566
|
+
return pulumi.get(self, "zero_advertised_route_priority")
|
567
|
+
|
568
|
+
@zero_advertised_route_priority.setter
|
569
|
+
def zero_advertised_route_priority(self, value: Optional[pulumi.Input[bool]]):
|
570
|
+
pulumi.set(self, "zero_advertised_route_priority", value)
|
571
|
+
|
554
572
|
@property
|
555
573
|
@pulumi.getter(name="zeroCustomLearnedRoutePriority")
|
556
574
|
def zero_custom_learned_route_priority(self) -> Optional[pulumi.Input[bool]]:
|
@@ -584,6 +602,7 @@ class _RouterPeerState:
|
|
584
602
|
ip_address: Optional[pulumi.Input[str]] = None,
|
585
603
|
ipv4_nexthop_address: Optional[pulumi.Input[str]] = None,
|
586
604
|
ipv6_nexthop_address: Optional[pulumi.Input[str]] = None,
|
605
|
+
is_advertised_route_priority_set: Optional[pulumi.Input[bool]] = None,
|
587
606
|
is_custom_learned_priority_set: Optional[pulumi.Input[bool]] = None,
|
588
607
|
management_type: Optional[pulumi.Input[str]] = None,
|
589
608
|
md5_authentication_key: Optional[pulumi.Input['RouterPeerMd5AuthenticationKeyArgs']] = None,
|
@@ -596,6 +615,7 @@ class _RouterPeerState:
|
|
596
615
|
region: Optional[pulumi.Input[str]] = None,
|
597
616
|
router: Optional[pulumi.Input[str]] = None,
|
598
617
|
router_appliance_instance: Optional[pulumi.Input[str]] = None,
|
618
|
+
zero_advertised_route_priority: Optional[pulumi.Input[bool]] = None,
|
599
619
|
zero_custom_learned_route_priority: Optional[pulumi.Input[bool]] = None):
|
600
620
|
"""
|
601
621
|
Input properties used for looking up and filtering RouterPeer resources.
|
@@ -650,6 +670,7 @@ class _RouterPeerState:
|
|
650
670
|
The address must be in the range 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64.
|
651
671
|
If you do not specify the next hop addresses, Google Cloud automatically
|
652
672
|
assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
|
673
|
+
:param pulumi.Input[bool] is_advertised_route_priority_set: An internal boolean field for provider use for zero_advertised_route_priority.
|
653
674
|
:param pulumi.Input[bool] is_custom_learned_priority_set: An internal boolean field for provider use.
|
654
675
|
:param pulumi.Input[str] management_type: The resource that configures and manages this BGP peer.
|
655
676
|
* `MANAGED_BY_USER` is the default value and can be managed by
|
@@ -689,6 +710,8 @@ class _RouterPeerState:
|
|
689
710
|
such as Next Gen Firewalls, Virtual Routers, or Router Appliances.
|
690
711
|
The VM instance must be located in zones contained in the same region as
|
691
712
|
this Cloud Router. The VM instance is the peer side of the BGP session.
|
713
|
+
:param pulumi.Input[bool] zero_advertised_route_priority: The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
714
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
692
715
|
:param pulumi.Input[bool] zero_custom_learned_route_priority: The user-defined zero-custom-learned-route-priority for a custom-learned-route-priority in BGP session.
|
693
716
|
This value has to be set true to force the custom_learned_route_priority to be 0.
|
694
717
|
"""
|
@@ -724,6 +747,8 @@ class _RouterPeerState:
|
|
724
747
|
pulumi.set(__self__, "ipv4_nexthop_address", ipv4_nexthop_address)
|
725
748
|
if ipv6_nexthop_address is not None:
|
726
749
|
pulumi.set(__self__, "ipv6_nexthop_address", ipv6_nexthop_address)
|
750
|
+
if is_advertised_route_priority_set is not None:
|
751
|
+
pulumi.set(__self__, "is_advertised_route_priority_set", is_advertised_route_priority_set)
|
727
752
|
if is_custom_learned_priority_set is not None:
|
728
753
|
pulumi.set(__self__, "is_custom_learned_priority_set", is_custom_learned_priority_set)
|
729
754
|
if management_type is not None:
|
@@ -748,6 +773,8 @@ class _RouterPeerState:
|
|
748
773
|
pulumi.set(__self__, "router", router)
|
749
774
|
if router_appliance_instance is not None:
|
750
775
|
pulumi.set(__self__, "router_appliance_instance", router_appliance_instance)
|
776
|
+
if zero_advertised_route_priority is not None:
|
777
|
+
pulumi.set(__self__, "zero_advertised_route_priority", zero_advertised_route_priority)
|
751
778
|
if zero_custom_learned_route_priority is not None:
|
752
779
|
pulumi.set(__self__, "zero_custom_learned_route_priority", zero_custom_learned_route_priority)
|
753
780
|
|
@@ -978,6 +1005,18 @@ class _RouterPeerState:
|
|
978
1005
|
def ipv6_nexthop_address(self, value: Optional[pulumi.Input[str]]):
|
979
1006
|
pulumi.set(self, "ipv6_nexthop_address", value)
|
980
1007
|
|
1008
|
+
@property
|
1009
|
+
@pulumi.getter(name="isAdvertisedRoutePrioritySet")
|
1010
|
+
def is_advertised_route_priority_set(self) -> Optional[pulumi.Input[bool]]:
|
1011
|
+
"""
|
1012
|
+
An internal boolean field for provider use for zero_advertised_route_priority.
|
1013
|
+
"""
|
1014
|
+
return pulumi.get(self, "is_advertised_route_priority_set")
|
1015
|
+
|
1016
|
+
@is_advertised_route_priority_set.setter
|
1017
|
+
def is_advertised_route_priority_set(self, value: Optional[pulumi.Input[bool]]):
|
1018
|
+
pulumi.set(self, "is_advertised_route_priority_set", value)
|
1019
|
+
|
981
1020
|
@property
|
982
1021
|
@pulumi.getter(name="isCustomLearnedPrioritySet")
|
983
1022
|
def is_custom_learned_priority_set(self) -> Optional[pulumi.Input[bool]]:
|
@@ -1149,6 +1188,19 @@ class _RouterPeerState:
|
|
1149
1188
|
def router_appliance_instance(self, value: Optional[pulumi.Input[str]]):
|
1150
1189
|
pulumi.set(self, "router_appliance_instance", value)
|
1151
1190
|
|
1191
|
+
@property
|
1192
|
+
@pulumi.getter(name="zeroAdvertisedRoutePriority")
|
1193
|
+
def zero_advertised_route_priority(self) -> Optional[pulumi.Input[bool]]:
|
1194
|
+
"""
|
1195
|
+
The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
1196
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
1197
|
+
"""
|
1198
|
+
return pulumi.get(self, "zero_advertised_route_priority")
|
1199
|
+
|
1200
|
+
@zero_advertised_route_priority.setter
|
1201
|
+
def zero_advertised_route_priority(self, value: Optional[pulumi.Input[bool]]):
|
1202
|
+
pulumi.set(self, "zero_advertised_route_priority", value)
|
1203
|
+
|
1152
1204
|
@property
|
1153
1205
|
@pulumi.getter(name="zeroCustomLearnedRoutePriority")
|
1154
1206
|
def zero_custom_learned_route_priority(self) -> Optional[pulumi.Input[bool]]:
|
@@ -1194,6 +1246,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
1194
1246
|
region: Optional[pulumi.Input[str]] = None,
|
1195
1247
|
router: Optional[pulumi.Input[str]] = None,
|
1196
1248
|
router_appliance_instance: Optional[pulumi.Input[str]] = None,
|
1249
|
+
zero_advertised_route_priority: Optional[pulumi.Input[bool]] = None,
|
1197
1250
|
zero_custom_learned_route_priority: Optional[pulumi.Input[bool]] = None,
|
1198
1251
|
__props__=None):
|
1199
1252
|
"""
|
@@ -1276,6 +1329,21 @@ class RouterPeer(pulumi.CustomResource):
|
|
1276
1329
|
custom_learned_route_priority=0,
|
1277
1330
|
zero_custom_learned_route_priority=True)
|
1278
1331
|
```
|
1332
|
+
### Router Zero Advertised Route Priority
|
1333
|
+
|
1334
|
+
```python
|
1335
|
+
import pulumi
|
1336
|
+
import pulumi_gcp as gcp
|
1337
|
+
|
1338
|
+
peer = gcp.compute.RouterPeer("peer",
|
1339
|
+
name="my-router-peer",
|
1340
|
+
router="my-router",
|
1341
|
+
region="us-central1",
|
1342
|
+
interface="interface-1",
|
1343
|
+
peer_asn=65513,
|
1344
|
+
advertised_route_priority=0,
|
1345
|
+
zero_advertised_route_priority=True)
|
1346
|
+
```
|
1279
1347
|
### Router Peer Router Appliance
|
1280
1348
|
|
1281
1349
|
```python
|
@@ -1600,6 +1668,8 @@ class RouterPeer(pulumi.CustomResource):
|
|
1600
1668
|
such as Next Gen Firewalls, Virtual Routers, or Router Appliances.
|
1601
1669
|
The VM instance must be located in zones contained in the same region as
|
1602
1670
|
this Cloud Router. The VM instance is the peer side of the BGP session.
|
1671
|
+
:param pulumi.Input[bool] zero_advertised_route_priority: The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
1672
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
1603
1673
|
:param pulumi.Input[bool] zero_custom_learned_route_priority: The user-defined zero-custom-learned-route-priority for a custom-learned-route-priority in BGP session.
|
1604
1674
|
This value has to be set true to force the custom_learned_route_priority to be 0.
|
1605
1675
|
"""
|
@@ -1689,6 +1759,21 @@ class RouterPeer(pulumi.CustomResource):
|
|
1689
1759
|
custom_learned_route_priority=0,
|
1690
1760
|
zero_custom_learned_route_priority=True)
|
1691
1761
|
```
|
1762
|
+
### Router Zero Advertised Route Priority
|
1763
|
+
|
1764
|
+
```python
|
1765
|
+
import pulumi
|
1766
|
+
import pulumi_gcp as gcp
|
1767
|
+
|
1768
|
+
peer = gcp.compute.RouterPeer("peer",
|
1769
|
+
name="my-router-peer",
|
1770
|
+
router="my-router",
|
1771
|
+
region="us-central1",
|
1772
|
+
interface="interface-1",
|
1773
|
+
peer_asn=65513,
|
1774
|
+
advertised_route_priority=0,
|
1775
|
+
zero_advertised_route_priority=True)
|
1776
|
+
```
|
1692
1777
|
### Router Peer Router Appliance
|
1693
1778
|
|
1694
1779
|
```python
|
@@ -1972,6 +2057,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
1972
2057
|
region: Optional[pulumi.Input[str]] = None,
|
1973
2058
|
router: Optional[pulumi.Input[str]] = None,
|
1974
2059
|
router_appliance_instance: Optional[pulumi.Input[str]] = None,
|
2060
|
+
zero_advertised_route_priority: Optional[pulumi.Input[bool]] = None,
|
1975
2061
|
zero_custom_learned_route_priority: Optional[pulumi.Input[bool]] = None,
|
1976
2062
|
__props__=None):
|
1977
2063
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -2014,7 +2100,9 @@ class RouterPeer(pulumi.CustomResource):
|
|
2014
2100
|
raise TypeError("Missing required property 'router'")
|
2015
2101
|
__props__.__dict__["router"] = router
|
2016
2102
|
__props__.__dict__["router_appliance_instance"] = router_appliance_instance
|
2103
|
+
__props__.__dict__["zero_advertised_route_priority"] = zero_advertised_route_priority
|
2017
2104
|
__props__.__dict__["zero_custom_learned_route_priority"] = zero_custom_learned_route_priority
|
2105
|
+
__props__.__dict__["is_advertised_route_priority_set"] = None
|
2018
2106
|
__props__.__dict__["is_custom_learned_priority_set"] = None
|
2019
2107
|
__props__.__dict__["management_type"] = None
|
2020
2108
|
super(RouterPeer, __self__).__init__(
|
@@ -2043,6 +2131,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
2043
2131
|
ip_address: Optional[pulumi.Input[str]] = None,
|
2044
2132
|
ipv4_nexthop_address: Optional[pulumi.Input[str]] = None,
|
2045
2133
|
ipv6_nexthop_address: Optional[pulumi.Input[str]] = None,
|
2134
|
+
is_advertised_route_priority_set: Optional[pulumi.Input[bool]] = None,
|
2046
2135
|
is_custom_learned_priority_set: Optional[pulumi.Input[bool]] = None,
|
2047
2136
|
management_type: Optional[pulumi.Input[str]] = None,
|
2048
2137
|
md5_authentication_key: Optional[pulumi.Input[Union['RouterPeerMd5AuthenticationKeyArgs', 'RouterPeerMd5AuthenticationKeyArgsDict']]] = None,
|
@@ -2055,6 +2144,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
2055
2144
|
region: Optional[pulumi.Input[str]] = None,
|
2056
2145
|
router: Optional[pulumi.Input[str]] = None,
|
2057
2146
|
router_appliance_instance: Optional[pulumi.Input[str]] = None,
|
2147
|
+
zero_advertised_route_priority: Optional[pulumi.Input[bool]] = None,
|
2058
2148
|
zero_custom_learned_route_priority: Optional[pulumi.Input[bool]] = None) -> 'RouterPeer':
|
2059
2149
|
"""
|
2060
2150
|
Get an existing RouterPeer resource's state with the given name, id, and optional extra
|
@@ -2114,6 +2204,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
2114
2204
|
The address must be in the range 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64.
|
2115
2205
|
If you do not specify the next hop addresses, Google Cloud automatically
|
2116
2206
|
assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
|
2207
|
+
:param pulumi.Input[bool] is_advertised_route_priority_set: An internal boolean field for provider use for zero_advertised_route_priority.
|
2117
2208
|
:param pulumi.Input[bool] is_custom_learned_priority_set: An internal boolean field for provider use.
|
2118
2209
|
:param pulumi.Input[str] management_type: The resource that configures and manages this BGP peer.
|
2119
2210
|
* `MANAGED_BY_USER` is the default value and can be managed by
|
@@ -2153,6 +2244,8 @@ class RouterPeer(pulumi.CustomResource):
|
|
2153
2244
|
such as Next Gen Firewalls, Virtual Routers, or Router Appliances.
|
2154
2245
|
The VM instance must be located in zones contained in the same region as
|
2155
2246
|
this Cloud Router. The VM instance is the peer side of the BGP session.
|
2247
|
+
:param pulumi.Input[bool] zero_advertised_route_priority: The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
2248
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
2156
2249
|
:param pulumi.Input[bool] zero_custom_learned_route_priority: The user-defined zero-custom-learned-route-priority for a custom-learned-route-priority in BGP session.
|
2157
2250
|
This value has to be set true to force the custom_learned_route_priority to be 0.
|
2158
2251
|
"""
|
@@ -2176,6 +2269,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
2176
2269
|
__props__.__dict__["ip_address"] = ip_address
|
2177
2270
|
__props__.__dict__["ipv4_nexthop_address"] = ipv4_nexthop_address
|
2178
2271
|
__props__.__dict__["ipv6_nexthop_address"] = ipv6_nexthop_address
|
2272
|
+
__props__.__dict__["is_advertised_route_priority_set"] = is_advertised_route_priority_set
|
2179
2273
|
__props__.__dict__["is_custom_learned_priority_set"] = is_custom_learned_priority_set
|
2180
2274
|
__props__.__dict__["management_type"] = management_type
|
2181
2275
|
__props__.__dict__["md5_authentication_key"] = md5_authentication_key
|
@@ -2188,6 +2282,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
2188
2282
|
__props__.__dict__["region"] = region
|
2189
2283
|
__props__.__dict__["router"] = router
|
2190
2284
|
__props__.__dict__["router_appliance_instance"] = router_appliance_instance
|
2285
|
+
__props__.__dict__["zero_advertised_route_priority"] = zero_advertised_route_priority
|
2191
2286
|
__props__.__dict__["zero_custom_learned_route_priority"] = zero_custom_learned_route_priority
|
2192
2287
|
return RouterPeer(resource_name, opts=opts, __props__=__props__)
|
2193
2288
|
|
@@ -2354,6 +2449,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
2354
2449
|
"""
|
2355
2450
|
return pulumi.get(self, "ipv6_nexthop_address")
|
2356
2451
|
|
2452
|
+
@property
|
2453
|
+
@pulumi.getter(name="isAdvertisedRoutePrioritySet")
|
2454
|
+
def is_advertised_route_priority_set(self) -> pulumi.Output[bool]:
|
2455
|
+
"""
|
2456
|
+
An internal boolean field for provider use for zero_advertised_route_priority.
|
2457
|
+
"""
|
2458
|
+
return pulumi.get(self, "is_advertised_route_priority_set")
|
2459
|
+
|
2357
2460
|
@property
|
2358
2461
|
@pulumi.getter(name="isCustomLearnedPrioritySet")
|
2359
2462
|
def is_custom_learned_priority_set(self) -> pulumi.Output[bool]:
|
@@ -2477,6 +2580,15 @@ class RouterPeer(pulumi.CustomResource):
|
|
2477
2580
|
"""
|
2478
2581
|
return pulumi.get(self, "router_appliance_instance")
|
2479
2582
|
|
2583
|
+
@property
|
2584
|
+
@pulumi.getter(name="zeroAdvertisedRoutePriority")
|
2585
|
+
def zero_advertised_route_priority(self) -> pulumi.Output[Optional[bool]]:
|
2586
|
+
"""
|
2587
|
+
The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
2588
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
2589
|
+
"""
|
2590
|
+
return pulumi.get(self, "zero_advertised_route_priority")
|
2591
|
+
|
2480
2592
|
@property
|
2481
2593
|
@pulumi.getter(name="zeroCustomLearnedRoutePriority")
|
2482
2594
|
def zero_custom_learned_route_priority(self) -> pulumi.Output[Optional[bool]]:
|
pulumi_gcp/container/_inputs.py
CHANGED
@@ -6398,16 +6398,16 @@ class ClusterClusterAutoscalingAutoProvisioningDefaultsUpgradeSettingsBlueGreenS
|
|
6398
6398
|
|
6399
6399
|
if not MYPY:
|
6400
6400
|
class ClusterClusterAutoscalingResourceLimitArgsDict(TypedDict):
|
6401
|
+
maximum: pulumi.Input[int]
|
6402
|
+
"""
|
6403
|
+
Maximum amount of the resource in the cluster.
|
6404
|
+
"""
|
6401
6405
|
resource_type: pulumi.Input[str]
|
6402
6406
|
"""
|
6403
6407
|
The type of the resource. For example, `cpu` and
|
6404
6408
|
`memory`. See the [guide to using Node Auto-Provisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning)
|
6405
6409
|
for a list of types.
|
6406
6410
|
"""
|
6407
|
-
maximum: NotRequired[pulumi.Input[int]]
|
6408
|
-
"""
|
6409
|
-
Maximum amount of the resource in the cluster.
|
6410
|
-
"""
|
6411
6411
|
minimum: NotRequired[pulumi.Input[int]]
|
6412
6412
|
"""
|
6413
6413
|
Minimum amount of the resource in the cluster.
|
@@ -6418,22 +6418,33 @@ elif False:
|
|
6418
6418
|
@pulumi.input_type
|
6419
6419
|
class ClusterClusterAutoscalingResourceLimitArgs:
|
6420
6420
|
def __init__(__self__, *,
|
6421
|
+
maximum: pulumi.Input[int],
|
6421
6422
|
resource_type: pulumi.Input[str],
|
6422
|
-
maximum: Optional[pulumi.Input[int]] = None,
|
6423
6423
|
minimum: Optional[pulumi.Input[int]] = None):
|
6424
6424
|
"""
|
6425
|
+
:param pulumi.Input[int] maximum: Maximum amount of the resource in the cluster.
|
6425
6426
|
:param pulumi.Input[str] resource_type: The type of the resource. For example, `cpu` and
|
6426
6427
|
`memory`. See the [guide to using Node Auto-Provisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning)
|
6427
6428
|
for a list of types.
|
6428
|
-
:param pulumi.Input[int] maximum: Maximum amount of the resource in the cluster.
|
6429
6429
|
:param pulumi.Input[int] minimum: Minimum amount of the resource in the cluster.
|
6430
6430
|
"""
|
6431
|
+
pulumi.set(__self__, "maximum", maximum)
|
6431
6432
|
pulumi.set(__self__, "resource_type", resource_type)
|
6432
|
-
if maximum is not None:
|
6433
|
-
pulumi.set(__self__, "maximum", maximum)
|
6434
6433
|
if minimum is not None:
|
6435
6434
|
pulumi.set(__self__, "minimum", minimum)
|
6436
6435
|
|
6436
|
+
@property
|
6437
|
+
@pulumi.getter
|
6438
|
+
def maximum(self) -> pulumi.Input[int]:
|
6439
|
+
"""
|
6440
|
+
Maximum amount of the resource in the cluster.
|
6441
|
+
"""
|
6442
|
+
return pulumi.get(self, "maximum")
|
6443
|
+
|
6444
|
+
@maximum.setter
|
6445
|
+
def maximum(self, value: pulumi.Input[int]):
|
6446
|
+
pulumi.set(self, "maximum", value)
|
6447
|
+
|
6437
6448
|
@property
|
6438
6449
|
@pulumi.getter(name="resourceType")
|
6439
6450
|
def resource_type(self) -> pulumi.Input[str]:
|
@@ -6448,18 +6459,6 @@ class ClusterClusterAutoscalingResourceLimitArgs:
|
|
6448
6459
|
def resource_type(self, value: pulumi.Input[str]):
|
6449
6460
|
pulumi.set(self, "resource_type", value)
|
6450
6461
|
|
6451
|
-
@property
|
6452
|
-
@pulumi.getter
|
6453
|
-
def maximum(self) -> Optional[pulumi.Input[int]]:
|
6454
|
-
"""
|
6455
|
-
Maximum amount of the resource in the cluster.
|
6456
|
-
"""
|
6457
|
-
return pulumi.get(self, "maximum")
|
6458
|
-
|
6459
|
-
@maximum.setter
|
6460
|
-
def maximum(self, value: Optional[pulumi.Input[int]]):
|
6461
|
-
pulumi.set(self, "maximum", value)
|
6462
|
-
|
6463
6462
|
@property
|
6464
6463
|
@pulumi.getter
|
6465
6464
|
def minimum(self) -> Optional[pulumi.Input[int]]:
|
@@ -8491,6 +8490,10 @@ if not MYPY:
|
|
8491
8490
|
Defaults to `e2-medium`. To create a custom machine type, value should be set as specified
|
8492
8491
|
[here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
|
8493
8492
|
"""
|
8493
|
+
max_run_duration: NotRequired[pulumi.Input[str]]
|
8494
|
+
"""
|
8495
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
8496
|
+
"""
|
8494
8497
|
metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
8495
8498
|
"""
|
8496
8499
|
The metadata key/value pairs assigned to instances in
|
@@ -8620,6 +8623,7 @@ class ClusterNodeConfigArgs:
|
|
8620
8623
|
local_ssd_encryption_mode: Optional[pulumi.Input[str]] = None,
|
8621
8624
|
logging_variant: Optional[pulumi.Input[str]] = None,
|
8622
8625
|
machine_type: Optional[pulumi.Input[str]] = None,
|
8626
|
+
max_run_duration: Optional[pulumi.Input[str]] = None,
|
8623
8627
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
8624
8628
|
min_cpu_platform: Optional[pulumi.Input[str]] = None,
|
8625
8629
|
node_group: Optional[pulumi.Input[str]] = None,
|
@@ -8697,6 +8701,7 @@ class ClusterNodeConfigArgs:
|
|
8697
8701
|
:param pulumi.Input[str] machine_type: The name of a Google Compute Engine machine type.
|
8698
8702
|
Defaults to `e2-medium`. To create a custom machine type, value should be set as specified
|
8699
8703
|
[here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
|
8704
|
+
:param pulumi.Input[str] max_run_duration: The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
8700
8705
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: The metadata key/value pairs assigned to instances in
|
8701
8706
|
the cluster. From GKE `1.12` onwards, `disable-legacy-endpoints` is set to
|
8702
8707
|
`true` by the API; if `metadata` is set but that default value is not
|
@@ -8791,6 +8796,8 @@ class ClusterNodeConfigArgs:
|
|
8791
8796
|
pulumi.set(__self__, "logging_variant", logging_variant)
|
8792
8797
|
if machine_type is not None:
|
8793
8798
|
pulumi.set(__self__, "machine_type", machine_type)
|
8799
|
+
if max_run_duration is not None:
|
8800
|
+
pulumi.set(__self__, "max_run_duration", max_run_duration)
|
8794
8801
|
if metadata is not None:
|
8795
8802
|
pulumi.set(__self__, "metadata", metadata)
|
8796
8803
|
if min_cpu_platform is not None:
|
@@ -9150,6 +9157,18 @@ class ClusterNodeConfigArgs:
|
|
9150
9157
|
def machine_type(self, value: Optional[pulumi.Input[str]]):
|
9151
9158
|
pulumi.set(self, "machine_type", value)
|
9152
9159
|
|
9160
|
+
@property
|
9161
|
+
@pulumi.getter(name="maxRunDuration")
|
9162
|
+
def max_run_duration(self) -> Optional[pulumi.Input[str]]:
|
9163
|
+
"""
|
9164
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
9165
|
+
"""
|
9166
|
+
return pulumi.get(self, "max_run_duration")
|
9167
|
+
|
9168
|
+
@max_run_duration.setter
|
9169
|
+
def max_run_duration(self, value: Optional[pulumi.Input[str]]):
|
9170
|
+
pulumi.set(self, "max_run_duration", value)
|
9171
|
+
|
9153
9172
|
@property
|
9154
9173
|
@pulumi.getter
|
9155
9174
|
def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -12481,6 +12500,10 @@ if not MYPY:
|
|
12481
12500
|
Defaults to `e2-medium`. To create a custom machine type, value should be set as specified
|
12482
12501
|
[here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
|
12483
12502
|
"""
|
12503
|
+
max_run_duration: NotRequired[pulumi.Input[str]]
|
12504
|
+
"""
|
12505
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
12506
|
+
"""
|
12484
12507
|
metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
12485
12508
|
"""
|
12486
12509
|
The metadata key/value pairs assigned to instances in
|
@@ -12610,6 +12633,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12610
12633
|
local_ssd_encryption_mode: Optional[pulumi.Input[str]] = None,
|
12611
12634
|
logging_variant: Optional[pulumi.Input[str]] = None,
|
12612
12635
|
machine_type: Optional[pulumi.Input[str]] = None,
|
12636
|
+
max_run_duration: Optional[pulumi.Input[str]] = None,
|
12613
12637
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
12614
12638
|
min_cpu_platform: Optional[pulumi.Input[str]] = None,
|
12615
12639
|
node_group: Optional[pulumi.Input[str]] = None,
|
@@ -12687,6 +12711,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12687
12711
|
:param pulumi.Input[str] machine_type: The name of a Google Compute Engine machine type.
|
12688
12712
|
Defaults to `e2-medium`. To create a custom machine type, value should be set as specified
|
12689
12713
|
[here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
|
12714
|
+
:param pulumi.Input[str] max_run_duration: The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
12690
12715
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: The metadata key/value pairs assigned to instances in
|
12691
12716
|
the cluster. From GKE `1.12` onwards, `disable-legacy-endpoints` is set to
|
12692
12717
|
`true` by the API; if `metadata` is set but that default value is not
|
@@ -12781,6 +12806,8 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12781
12806
|
pulumi.set(__self__, "logging_variant", logging_variant)
|
12782
12807
|
if machine_type is not None:
|
12783
12808
|
pulumi.set(__self__, "machine_type", machine_type)
|
12809
|
+
if max_run_duration is not None:
|
12810
|
+
pulumi.set(__self__, "max_run_duration", max_run_duration)
|
12784
12811
|
if metadata is not None:
|
12785
12812
|
pulumi.set(__self__, "metadata", metadata)
|
12786
12813
|
if min_cpu_platform is not None:
|
@@ -13140,6 +13167,18 @@ class ClusterNodePoolNodeConfigArgs:
|
|
13140
13167
|
def machine_type(self, value: Optional[pulumi.Input[str]]):
|
13141
13168
|
pulumi.set(self, "machine_type", value)
|
13142
13169
|
|
13170
|
+
@property
|
13171
|
+
@pulumi.getter(name="maxRunDuration")
|
13172
|
+
def max_run_duration(self) -> Optional[pulumi.Input[str]]:
|
13173
|
+
"""
|
13174
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
13175
|
+
"""
|
13176
|
+
return pulumi.get(self, "max_run_duration")
|
13177
|
+
|
13178
|
+
@max_run_duration.setter
|
13179
|
+
def max_run_duration(self, value: Optional[pulumi.Input[str]]):
|
13180
|
+
pulumi.set(self, "max_run_duration", value)
|
13181
|
+
|
13143
13182
|
@property
|
13144
13183
|
@pulumi.getter
|
13145
13184
|
def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -16986,6 +17025,10 @@ if not MYPY:
|
|
16986
17025
|
"""
|
16987
17026
|
The name of a Google Compute Engine machine type.
|
16988
17027
|
"""
|
17028
|
+
max_run_duration: NotRequired[pulumi.Input[str]]
|
17029
|
+
"""
|
17030
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
17031
|
+
"""
|
16989
17032
|
metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
16990
17033
|
"""
|
16991
17034
|
The metadata key/value pairs assigned to instances in the cluster.
|
@@ -17091,6 +17134,7 @@ class NodePoolNodeConfigArgs:
|
|
17091
17134
|
local_ssd_encryption_mode: Optional[pulumi.Input[str]] = None,
|
17092
17135
|
logging_variant: Optional[pulumi.Input[str]] = None,
|
17093
17136
|
machine_type: Optional[pulumi.Input[str]] = None,
|
17137
|
+
max_run_duration: Optional[pulumi.Input[str]] = None,
|
17094
17138
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
17095
17139
|
min_cpu_platform: Optional[pulumi.Input[str]] = None,
|
17096
17140
|
node_group: Optional[pulumi.Input[str]] = None,
|
@@ -17134,6 +17178,7 @@ class NodePoolNodeConfigArgs:
|
|
17134
17178
|
:param pulumi.Input[str] local_ssd_encryption_mode: LocalSsdEncryptionMode specified the method used for encrypting the local SSDs attached to the node.
|
17135
17179
|
:param pulumi.Input[str] logging_variant: Type of logging agent that is used as the default value for node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT.
|
17136
17180
|
:param pulumi.Input[str] machine_type: The name of a Google Compute Engine machine type.
|
17181
|
+
:param pulumi.Input[str] max_run_duration: The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
17137
17182
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: The metadata key/value pairs assigned to instances in the cluster.
|
17138
17183
|
:param pulumi.Input[str] min_cpu_platform: Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform.
|
17139
17184
|
:param pulumi.Input[str] node_group: Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
|
@@ -17204,6 +17249,8 @@ class NodePoolNodeConfigArgs:
|
|
17204
17249
|
pulumi.set(__self__, "logging_variant", logging_variant)
|
17205
17250
|
if machine_type is not None:
|
17206
17251
|
pulumi.set(__self__, "machine_type", machine_type)
|
17252
|
+
if max_run_duration is not None:
|
17253
|
+
pulumi.set(__self__, "max_run_duration", max_run_duration)
|
17207
17254
|
if metadata is not None:
|
17208
17255
|
pulumi.set(__self__, "metadata", metadata)
|
17209
17256
|
if min_cpu_platform is not None:
|
@@ -17529,6 +17576,18 @@ class NodePoolNodeConfigArgs:
|
|
17529
17576
|
def machine_type(self, value: Optional[pulumi.Input[str]]):
|
17530
17577
|
pulumi.set(self, "machine_type", value)
|
17531
17578
|
|
17579
|
+
@property
|
17580
|
+
@pulumi.getter(name="maxRunDuration")
|
17581
|
+
def max_run_duration(self) -> Optional[pulumi.Input[str]]:
|
17582
|
+
"""
|
17583
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
17584
|
+
"""
|
17585
|
+
return pulumi.get(self, "max_run_duration")
|
17586
|
+
|
17587
|
+
@max_run_duration.setter
|
17588
|
+
def max_run_duration(self, value: Optional[pulumi.Input[str]]):
|
17589
|
+
pulumi.set(self, "max_run_duration", value)
|
17590
|
+
|
17532
17591
|
@property
|
17533
17592
|
@pulumi.getter
|
17534
17593
|
def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|