pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729200523__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +0 -70
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
- pulumi_gcp/apigee/__init__.py +0 -2
- pulumi_gcp/apigee/_inputs.py +0 -108
- pulumi_gcp/apigee/outputs.py +0 -64
- pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
- pulumi_gcp/bigquery/connection.py +12 -12
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/cloudrunv2/get_service.py +1 -12
- pulumi_gcp/cloudrunv2/service.py +0 -92
- pulumi_gcp/compute/_inputs.py +116 -214
- pulumi_gcp/compute/backend_service.py +0 -76
- pulumi_gcp/compute/get_backend_service.py +1 -12
- pulumi_gcp/compute/get_instance.py +1 -29
- pulumi_gcp/compute/get_instance_template.py +1 -29
- pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
- pulumi_gcp/compute/get_region_instance_template.py +1 -29
- pulumi_gcp/compute/instance.py +0 -89
- pulumi_gcp/compute/instance_from_machine_image.py +0 -82
- pulumi_gcp/compute/instance_from_template.py +0 -82
- pulumi_gcp/compute/instance_template.py +0 -75
- pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
- pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
- pulumi_gcp/compute/outputs.py +80 -170
- pulumi_gcp/compute/region_backend_service.py +0 -94
- pulumi_gcp/compute/region_instance_template.py +0 -75
- pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
- pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/attached_cluster.py +6 -9
- pulumi_gcp/container/outputs.py +2 -2
- pulumi_gcp/datastream/stream.py +2 -2
- pulumi_gcp/diagflow/_inputs.py +2 -472
- pulumi_gcp/diagflow/cx_agent.py +4 -64
- pulumi_gcp/diagflow/cx_flow.py +0 -30
- pulumi_gcp/diagflow/outputs.py +2 -378
- pulumi_gcp/gkehub/feature.py +4 -2
- pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
- pulumi_gcp/looker/instance.py +2 -104
- pulumi_gcp/monitoring/_inputs.py +0 -23
- pulumi_gcp/monitoring/get_secret_version.py +3 -22
- pulumi_gcp/monitoring/outputs.py +0 -16
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/networkconnectivity/_inputs.py +0 -148
- pulumi_gcp/networkconnectivity/outputs.py +0 -125
- pulumi_gcp/networkconnectivity/spoke.py +0 -144
- pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
- pulumi_gcp/organizations/folder.py +7 -7
- pulumi_gcp/organizations/project.py +7 -7
- pulumi_gcp/orgpolicy/_inputs.py +3 -3
- pulumi_gcp/orgpolicy/outputs.py +2 -2
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
- pulumi_gcp/secretmanager/get_secret_version.py +3 -22
- pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
- pulumi_gcp/secretmanager/regional_secret.py +2 -2
- pulumi_gcp/siteverification/get_token.py +16 -0
- pulumi_gcp/siteverification/owner.py +16 -0
- pulumi_gcp/spanner/_inputs.py +5 -29
- pulumi_gcp/spanner/outputs.py +3 -20
- pulumi_gcp/sql/_inputs.py +6 -6
- pulumi_gcp/sql/outputs.py +4 -4
- pulumi_gcp/sql/user.py +21 -28
- pulumi_gcp/storage/_inputs.py +0 -36
- pulumi_gcp/storage/bucket.py +0 -47
- pulumi_gcp/storage/get_bucket.py +1 -12
- pulumi_gcp/storage/outputs.py +0 -40
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +0 -440
- pulumi_gcp/vmwareengine/cluster.py +2 -100
- pulumi_gcp/vmwareengine/get_cluster.py +1 -12
- pulumi_gcp/vmwareengine/outputs.py +0 -615
- pulumi_gcp/workstations/_inputs.py +0 -54
- pulumi_gcp/workstations/outputs.py +0 -32
- pulumi_gcp/workstations/workstation_config.py +0 -205
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/RECORD +89 -111
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/WHEEL +1 -1
- pulumi_gcp/apigee/app_group.py +0 -811
- pulumi_gcp/apigee/developer.py +0 -757
- pulumi_gcp/networkconnectivity/group.py +0 -764
- pulumi_gcp/oracledatabase/__init__.py +0 -20
- pulumi_gcp/oracledatabase/_inputs.py +0 -4745
- pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
- pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
- pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
- pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
- pulumi_gcp/oracledatabase/outputs.py +0 -9304
- pulumi_gcp/transcoder/__init__.py +0 -11
- pulumi_gcp/transcoder/_inputs.py +0 -3991
- pulumi_gcp/transcoder/job.py +0 -2134
- pulumi_gcp/transcoder/job_template.py +0 -1524
- pulumi_gcp/transcoder/outputs.py +0 -2918
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/top_level.txt +0 -0
@@ -33,7 +33,6 @@ class RegionBackendServiceArgs:
|
|
33
33
|
failover_policy: Optional[pulumi.Input['RegionBackendServiceFailoverPolicyArgs']] = None,
|
34
34
|
health_checks: Optional[pulumi.Input[str]] = None,
|
35
35
|
iap: Optional[pulumi.Input['RegionBackendServiceIapArgs']] = None,
|
36
|
-
ip_address_selection_policy: Optional[pulumi.Input[str]] = None,
|
37
36
|
load_balancing_scheme: Optional[pulumi.Input[str]] = None,
|
38
37
|
locality_lb_policy: Optional[pulumi.Input[str]] = None,
|
39
38
|
log_config: Optional[pulumi.Input['RegionBackendServiceLogConfigArgs']] = None,
|
@@ -88,8 +87,6 @@ class RegionBackendServiceArgs:
|
|
88
87
|
or serverless NEG as a backend.
|
89
88
|
:param pulumi.Input['RegionBackendServiceIapArgs'] iap: Settings for enabling Cloud Identity Aware Proxy
|
90
89
|
Structure is documented below.
|
91
|
-
:param pulumi.Input[str] ip_address_selection_policy: Specifies preference of traffic to the backend (from the proxy and from the client for proxyless gRPC).
|
92
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
93
90
|
:param pulumi.Input[str] load_balancing_scheme: Indicates what kind of load balancing this regional backend service
|
94
91
|
will be used for. A backend service created for one type of load
|
95
92
|
balancing cannot be used with the other(s). For more information, refer to
|
@@ -213,8 +210,6 @@ class RegionBackendServiceArgs:
|
|
213
210
|
pulumi.set(__self__, "health_checks", health_checks)
|
214
211
|
if iap is not None:
|
215
212
|
pulumi.set(__self__, "iap", iap)
|
216
|
-
if ip_address_selection_policy is not None:
|
217
|
-
pulumi.set(__self__, "ip_address_selection_policy", ip_address_selection_policy)
|
218
213
|
if load_balancing_scheme is not None:
|
219
214
|
pulumi.set(__self__, "load_balancing_scheme", load_balancing_scheme)
|
220
215
|
if locality_lb_policy is not None:
|
@@ -415,19 +410,6 @@ class RegionBackendServiceArgs:
|
|
415
410
|
def iap(self, value: Optional[pulumi.Input['RegionBackendServiceIapArgs']]):
|
416
411
|
pulumi.set(self, "iap", value)
|
417
412
|
|
418
|
-
@property
|
419
|
-
@pulumi.getter(name="ipAddressSelectionPolicy")
|
420
|
-
def ip_address_selection_policy(self) -> Optional[pulumi.Input[str]]:
|
421
|
-
"""
|
422
|
-
Specifies preference of traffic to the backend (from the proxy and from the client for proxyless gRPC).
|
423
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
424
|
-
"""
|
425
|
-
return pulumi.get(self, "ip_address_selection_policy")
|
426
|
-
|
427
|
-
@ip_address_selection_policy.setter
|
428
|
-
def ip_address_selection_policy(self, value: Optional[pulumi.Input[str]]):
|
429
|
-
pulumi.set(self, "ip_address_selection_policy", value)
|
430
|
-
|
431
413
|
@property
|
432
414
|
@pulumi.getter(name="loadBalancingScheme")
|
433
415
|
def load_balancing_scheme(self) -> Optional[pulumi.Input[str]]:
|
@@ -710,7 +692,6 @@ class _RegionBackendServiceState:
|
|
710
692
|
generated_id: Optional[pulumi.Input[int]] = None,
|
711
693
|
health_checks: Optional[pulumi.Input[str]] = None,
|
712
694
|
iap: Optional[pulumi.Input['RegionBackendServiceIapArgs']] = None,
|
713
|
-
ip_address_selection_policy: Optional[pulumi.Input[str]] = None,
|
714
695
|
load_balancing_scheme: Optional[pulumi.Input[str]] = None,
|
715
696
|
locality_lb_policy: Optional[pulumi.Input[str]] = None,
|
716
697
|
log_config: Optional[pulumi.Input['RegionBackendServiceLogConfigArgs']] = None,
|
@@ -770,8 +751,6 @@ class _RegionBackendServiceState:
|
|
770
751
|
or serverless NEG as a backend.
|
771
752
|
:param pulumi.Input['RegionBackendServiceIapArgs'] iap: Settings for enabling Cloud Identity Aware Proxy
|
772
753
|
Structure is documented below.
|
773
|
-
:param pulumi.Input[str] ip_address_selection_policy: Specifies preference of traffic to the backend (from the proxy and from the client for proxyless gRPC).
|
774
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
775
754
|
:param pulumi.Input[str] load_balancing_scheme: Indicates what kind of load balancing this regional backend service
|
776
755
|
will be used for. A backend service created for one type of load
|
777
756
|
balancing cannot be used with the other(s). For more information, refer to
|
@@ -902,8 +881,6 @@ class _RegionBackendServiceState:
|
|
902
881
|
pulumi.set(__self__, "health_checks", health_checks)
|
903
882
|
if iap is not None:
|
904
883
|
pulumi.set(__self__, "iap", iap)
|
905
|
-
if ip_address_selection_policy is not None:
|
906
|
-
pulumi.set(__self__, "ip_address_selection_policy", ip_address_selection_policy)
|
907
884
|
if load_balancing_scheme is not None:
|
908
885
|
pulumi.set(__self__, "load_balancing_scheme", load_balancing_scheme)
|
909
886
|
if locality_lb_policy is not None:
|
@@ -1143,19 +1120,6 @@ class _RegionBackendServiceState:
|
|
1143
1120
|
def iap(self, value: Optional[pulumi.Input['RegionBackendServiceIapArgs']]):
|
1144
1121
|
pulumi.set(self, "iap", value)
|
1145
1122
|
|
1146
|
-
@property
|
1147
|
-
@pulumi.getter(name="ipAddressSelectionPolicy")
|
1148
|
-
def ip_address_selection_policy(self) -> Optional[pulumi.Input[str]]:
|
1149
|
-
"""
|
1150
|
-
Specifies preference of traffic to the backend (from the proxy and from the client for proxyless gRPC).
|
1151
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
1152
|
-
"""
|
1153
|
-
return pulumi.get(self, "ip_address_selection_policy")
|
1154
|
-
|
1155
|
-
@ip_address_selection_policy.setter
|
1156
|
-
def ip_address_selection_policy(self, value: Optional[pulumi.Input[str]]):
|
1157
|
-
pulumi.set(self, "ip_address_selection_policy", value)
|
1158
|
-
|
1159
1123
|
@property
|
1160
1124
|
@pulumi.getter(name="loadBalancingScheme")
|
1161
1125
|
def load_balancing_scheme(self) -> Optional[pulumi.Input[str]]:
|
@@ -1449,7 +1413,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1449
1413
|
failover_policy: Optional[pulumi.Input[Union['RegionBackendServiceFailoverPolicyArgs', 'RegionBackendServiceFailoverPolicyArgsDict']]] = None,
|
1450
1414
|
health_checks: Optional[pulumi.Input[str]] = None,
|
1451
1415
|
iap: Optional[pulumi.Input[Union['RegionBackendServiceIapArgs', 'RegionBackendServiceIapArgsDict']]] = None,
|
1452
|
-
ip_address_selection_policy: Optional[pulumi.Input[str]] = None,
|
1453
1416
|
load_balancing_scheme: Optional[pulumi.Input[str]] = None,
|
1454
1417
|
locality_lb_policy: Optional[pulumi.Input[str]] = None,
|
1455
1418
|
log_config: Optional[pulumi.Input[Union['RegionBackendServiceLogConfigArgs', 'RegionBackendServiceLogConfigArgsDict']]] = None,
|
@@ -1751,26 +1714,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1751
1714
|
"enable_strong_affinity": True,
|
1752
1715
|
})
|
1753
1716
|
```
|
1754
|
-
### Region Backend Service Ip Address Selection Policy
|
1755
|
-
|
1756
|
-
```python
|
1757
|
-
import pulumi
|
1758
|
-
import pulumi_gcp as gcp
|
1759
|
-
|
1760
|
-
health_check = gcp.compute.RegionHealthCheck("health_check",
|
1761
|
-
name="rbs-health-check",
|
1762
|
-
region="us-central1",
|
1763
|
-
tcp_health_check={
|
1764
|
-
"port": 80,
|
1765
|
-
})
|
1766
|
-
default = gcp.compute.RegionBackendService("default",
|
1767
|
-
name="region-service",
|
1768
|
-
region="us-central1",
|
1769
|
-
health_checks=health_check.id,
|
1770
|
-
load_balancing_scheme="EXTERNAL_MANAGED",
|
1771
|
-
protocol="HTTP",
|
1772
|
-
ip_address_selection_policy="IPV6_ONLY")
|
1773
|
-
```
|
1774
1717
|
|
1775
1718
|
## Import
|
1776
1719
|
|
@@ -1841,8 +1784,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1841
1784
|
or serverless NEG as a backend.
|
1842
1785
|
:param pulumi.Input[Union['RegionBackendServiceIapArgs', 'RegionBackendServiceIapArgsDict']] iap: Settings for enabling Cloud Identity Aware Proxy
|
1843
1786
|
Structure is documented below.
|
1844
|
-
:param pulumi.Input[str] ip_address_selection_policy: Specifies preference of traffic to the backend (from the proxy and from the client for proxyless gRPC).
|
1845
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
1846
1787
|
:param pulumi.Input[str] load_balancing_scheme: Indicates what kind of load balancing this regional backend service
|
1847
1788
|
will be used for. A backend service created for one type of load
|
1848
1789
|
balancing cannot be used with the other(s). For more information, refer to
|
@@ -2233,26 +2174,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2233
2174
|
"enable_strong_affinity": True,
|
2234
2175
|
})
|
2235
2176
|
```
|
2236
|
-
### Region Backend Service Ip Address Selection Policy
|
2237
|
-
|
2238
|
-
```python
|
2239
|
-
import pulumi
|
2240
|
-
import pulumi_gcp as gcp
|
2241
|
-
|
2242
|
-
health_check = gcp.compute.RegionHealthCheck("health_check",
|
2243
|
-
name="rbs-health-check",
|
2244
|
-
region="us-central1",
|
2245
|
-
tcp_health_check={
|
2246
|
-
"port": 80,
|
2247
|
-
})
|
2248
|
-
default = gcp.compute.RegionBackendService("default",
|
2249
|
-
name="region-service",
|
2250
|
-
region="us-central1",
|
2251
|
-
health_checks=health_check.id,
|
2252
|
-
load_balancing_scheme="EXTERNAL_MANAGED",
|
2253
|
-
protocol="HTTP",
|
2254
|
-
ip_address_selection_policy="IPV6_ONLY")
|
2255
|
-
```
|
2256
2177
|
|
2257
2178
|
## Import
|
2258
2179
|
|
@@ -2311,7 +2232,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2311
2232
|
failover_policy: Optional[pulumi.Input[Union['RegionBackendServiceFailoverPolicyArgs', 'RegionBackendServiceFailoverPolicyArgsDict']]] = None,
|
2312
2233
|
health_checks: Optional[pulumi.Input[str]] = None,
|
2313
2234
|
iap: Optional[pulumi.Input[Union['RegionBackendServiceIapArgs', 'RegionBackendServiceIapArgsDict']]] = None,
|
2314
|
-
ip_address_selection_policy: Optional[pulumi.Input[str]] = None,
|
2315
2235
|
load_balancing_scheme: Optional[pulumi.Input[str]] = None,
|
2316
2236
|
locality_lb_policy: Optional[pulumi.Input[str]] = None,
|
2317
2237
|
log_config: Optional[pulumi.Input[Union['RegionBackendServiceLogConfigArgs', 'RegionBackendServiceLogConfigArgsDict']]] = None,
|
@@ -2348,7 +2268,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2348
2268
|
__props__.__dict__["failover_policy"] = failover_policy
|
2349
2269
|
__props__.__dict__["health_checks"] = health_checks
|
2350
2270
|
__props__.__dict__["iap"] = iap
|
2351
|
-
__props__.__dict__["ip_address_selection_policy"] = ip_address_selection_policy
|
2352
2271
|
__props__.__dict__["load_balancing_scheme"] = load_balancing_scheme
|
2353
2272
|
__props__.__dict__["locality_lb_policy"] = locality_lb_policy
|
2354
2273
|
__props__.__dict__["log_config"] = log_config
|
@@ -2393,7 +2312,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2393
2312
|
generated_id: Optional[pulumi.Input[int]] = None,
|
2394
2313
|
health_checks: Optional[pulumi.Input[str]] = None,
|
2395
2314
|
iap: Optional[pulumi.Input[Union['RegionBackendServiceIapArgs', 'RegionBackendServiceIapArgsDict']]] = None,
|
2396
|
-
ip_address_selection_policy: Optional[pulumi.Input[str]] = None,
|
2397
2315
|
load_balancing_scheme: Optional[pulumi.Input[str]] = None,
|
2398
2316
|
locality_lb_policy: Optional[pulumi.Input[str]] = None,
|
2399
2317
|
log_config: Optional[pulumi.Input[Union['RegionBackendServiceLogConfigArgs', 'RegionBackendServiceLogConfigArgsDict']]] = None,
|
@@ -2458,8 +2376,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2458
2376
|
or serverless NEG as a backend.
|
2459
2377
|
:param pulumi.Input[Union['RegionBackendServiceIapArgs', 'RegionBackendServiceIapArgsDict']] iap: Settings for enabling Cloud Identity Aware Proxy
|
2460
2378
|
Structure is documented below.
|
2461
|
-
:param pulumi.Input[str] ip_address_selection_policy: Specifies preference of traffic to the backend (from the proxy and from the client for proxyless gRPC).
|
2462
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
2463
2379
|
:param pulumi.Input[str] load_balancing_scheme: Indicates what kind of load balancing this regional backend service
|
2464
2380
|
will be used for. A backend service created for one type of load
|
2465
2381
|
balancing cannot be used with the other(s). For more information, refer to
|
@@ -2579,7 +2495,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2579
2495
|
__props__.__dict__["generated_id"] = generated_id
|
2580
2496
|
__props__.__dict__["health_checks"] = health_checks
|
2581
2497
|
__props__.__dict__["iap"] = iap
|
2582
|
-
__props__.__dict__["ip_address_selection_policy"] = ip_address_selection_policy
|
2583
2498
|
__props__.__dict__["load_balancing_scheme"] = load_balancing_scheme
|
2584
2499
|
__props__.__dict__["locality_lb_policy"] = locality_lb_policy
|
2585
2500
|
__props__.__dict__["log_config"] = log_config
|
@@ -2744,15 +2659,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2744
2659
|
"""
|
2745
2660
|
return pulumi.get(self, "iap")
|
2746
2661
|
|
2747
|
-
@property
|
2748
|
-
@pulumi.getter(name="ipAddressSelectionPolicy")
|
2749
|
-
def ip_address_selection_policy(self) -> pulumi.Output[Optional[str]]:
|
2750
|
-
"""
|
2751
|
-
Specifies preference of traffic to the backend (from the proxy and from the client for proxyless gRPC).
|
2752
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
2753
|
-
"""
|
2754
|
-
return pulumi.get(self, "ip_address_selection_policy")
|
2755
|
-
|
2756
2662
|
@property
|
2757
2663
|
@pulumi.getter(name="loadBalancingScheme")
|
2758
2664
|
def load_balancing_scheme(self) -> pulumi.Output[Optional[str]]:
|
@@ -30,7 +30,6 @@ class RegionInstanceTemplateArgs:
|
|
30
30
|
enable_display: Optional[pulumi.Input[bool]] = None,
|
31
31
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateGuestAcceleratorArgs']]]] = None,
|
32
32
|
instance_description: Optional[pulumi.Input[str]] = None,
|
33
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
34
33
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
35
34
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
36
35
|
metadata_startup_script: Optional[pulumi.Input[str]] = None,
|
@@ -69,7 +68,6 @@ class RegionInstanceTemplateArgs:
|
|
69
68
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance. Structure documented below.
|
70
69
|
:param pulumi.Input[str] instance_description: A brief description to use for instances
|
71
70
|
created from this template.
|
72
|
-
:param pulumi.Input[str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
73
71
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs to assign to instances
|
74
72
|
created from this template.
|
75
73
|
|
@@ -133,8 +131,6 @@ class RegionInstanceTemplateArgs:
|
|
133
131
|
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
134
132
|
if instance_description is not None:
|
135
133
|
pulumi.set(__self__, "instance_description", instance_description)
|
136
|
-
if key_revocation_action_type is not None:
|
137
|
-
pulumi.set(__self__, "key_revocation_action_type", key_revocation_action_type)
|
138
134
|
if labels is not None:
|
139
135
|
pulumi.set(__self__, "labels", labels)
|
140
136
|
if metadata is not None:
|
@@ -289,18 +285,6 @@ class RegionInstanceTemplateArgs:
|
|
289
285
|
def instance_description(self, value: Optional[pulumi.Input[str]]):
|
290
286
|
pulumi.set(self, "instance_description", value)
|
291
287
|
|
292
|
-
@property
|
293
|
-
@pulumi.getter(name="keyRevocationActionType")
|
294
|
-
def key_revocation_action_type(self) -> Optional[pulumi.Input[str]]:
|
295
|
-
"""
|
296
|
-
Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
297
|
-
"""
|
298
|
-
return pulumi.get(self, "key_revocation_action_type")
|
299
|
-
|
300
|
-
@key_revocation_action_type.setter
|
301
|
-
def key_revocation_action_type(self, value: Optional[pulumi.Input[str]]):
|
302
|
-
pulumi.set(self, "key_revocation_action_type", value)
|
303
|
-
|
304
288
|
@property
|
305
289
|
@pulumi.getter
|
306
290
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -550,14 +534,12 @@ class _RegionInstanceTemplateState:
|
|
550
534
|
advanced_machine_features: Optional[pulumi.Input['RegionInstanceTemplateAdvancedMachineFeaturesArgs']] = None,
|
551
535
|
can_ip_forward: Optional[pulumi.Input[bool]] = None,
|
552
536
|
confidential_instance_config: Optional[pulumi.Input['RegionInstanceTemplateConfidentialInstanceConfigArgs']] = None,
|
553
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
554
537
|
description: Optional[pulumi.Input[str]] = None,
|
555
538
|
disks: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateDiskArgs']]]] = None,
|
556
539
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
557
540
|
enable_display: Optional[pulumi.Input[bool]] = None,
|
558
541
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateGuestAcceleratorArgs']]]] = None,
|
559
542
|
instance_description: Optional[pulumi.Input[str]] = None,
|
560
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
561
543
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
562
544
|
machine_type: Optional[pulumi.Input[str]] = None,
|
563
545
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -587,7 +569,6 @@ class _RegionInstanceTemplateState:
|
|
587
569
|
:param pulumi.Input[bool] can_ip_forward: Whether to allow sending and receiving of
|
588
570
|
packets with non-matching source or destination IPs. This defaults to false.
|
589
571
|
:param pulumi.Input['RegionInstanceTemplateConfidentialInstanceConfigArgs'] confidential_instance_config: Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is documented below
|
590
|
-
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
591
572
|
:param pulumi.Input[str] description: A brief description of this resource.
|
592
573
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateDiskArgs']]] disks: Disks to attach to instances created from this template.
|
593
574
|
This can be specified multiple times for multiple disks. Structure is
|
@@ -598,7 +579,6 @@ class _RegionInstanceTemplateState:
|
|
598
579
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateGuestAcceleratorArgs']]] guest_accelerators: List of the type and count of accelerator cards attached to the instance. Structure documented below.
|
599
580
|
:param pulumi.Input[str] instance_description: A brief description to use for instances
|
600
581
|
created from this template.
|
601
|
-
:param pulumi.Input[str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
602
582
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs to assign to instances
|
603
583
|
created from this template.
|
604
584
|
|
@@ -661,8 +641,6 @@ class _RegionInstanceTemplateState:
|
|
661
641
|
pulumi.set(__self__, "can_ip_forward", can_ip_forward)
|
662
642
|
if confidential_instance_config is not None:
|
663
643
|
pulumi.set(__self__, "confidential_instance_config", confidential_instance_config)
|
664
|
-
if creation_timestamp is not None:
|
665
|
-
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
666
644
|
if description is not None:
|
667
645
|
pulumi.set(__self__, "description", description)
|
668
646
|
if disks is not None:
|
@@ -675,8 +653,6 @@ class _RegionInstanceTemplateState:
|
|
675
653
|
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
676
654
|
if instance_description is not None:
|
677
655
|
pulumi.set(__self__, "instance_description", instance_description)
|
678
|
-
if key_revocation_action_type is not None:
|
679
|
-
pulumi.set(__self__, "key_revocation_action_type", key_revocation_action_type)
|
680
656
|
if labels is not None:
|
681
657
|
pulumi.set(__self__, "labels", labels)
|
682
658
|
if machine_type is not None:
|
@@ -761,18 +737,6 @@ class _RegionInstanceTemplateState:
|
|
761
737
|
def confidential_instance_config(self, value: Optional[pulumi.Input['RegionInstanceTemplateConfidentialInstanceConfigArgs']]):
|
762
738
|
pulumi.set(self, "confidential_instance_config", value)
|
763
739
|
|
764
|
-
@property
|
765
|
-
@pulumi.getter(name="creationTimestamp")
|
766
|
-
def creation_timestamp(self) -> Optional[pulumi.Input[str]]:
|
767
|
-
"""
|
768
|
-
Creation timestamp in RFC3339 text format.
|
769
|
-
"""
|
770
|
-
return pulumi.get(self, "creation_timestamp")
|
771
|
-
|
772
|
-
@creation_timestamp.setter
|
773
|
-
def creation_timestamp(self, value: Optional[pulumi.Input[str]]):
|
774
|
-
pulumi.set(self, "creation_timestamp", value)
|
775
|
-
|
776
740
|
@property
|
777
741
|
@pulumi.getter
|
778
742
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -849,18 +813,6 @@ class _RegionInstanceTemplateState:
|
|
849
813
|
def instance_description(self, value: Optional[pulumi.Input[str]]):
|
850
814
|
pulumi.set(self, "instance_description", value)
|
851
815
|
|
852
|
-
@property
|
853
|
-
@pulumi.getter(name="keyRevocationActionType")
|
854
|
-
def key_revocation_action_type(self) -> Optional[pulumi.Input[str]]:
|
855
|
-
"""
|
856
|
-
Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
857
|
-
"""
|
858
|
-
return pulumi.get(self, "key_revocation_action_type")
|
859
|
-
|
860
|
-
@key_revocation_action_type.setter
|
861
|
-
def key_revocation_action_type(self, value: Optional[pulumi.Input[str]]):
|
862
|
-
pulumi.set(self, "key_revocation_action_type", value)
|
863
|
-
|
864
816
|
@property
|
865
817
|
@pulumi.getter
|
866
818
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -1181,7 +1133,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1181
1133
|
enable_display: Optional[pulumi.Input[bool]] = None,
|
1182
1134
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateGuestAcceleratorArgs', 'RegionInstanceTemplateGuestAcceleratorArgsDict']]]]] = None,
|
1183
1135
|
instance_description: Optional[pulumi.Input[str]] = None,
|
1184
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
1185
1136
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1186
1137
|
machine_type: Optional[pulumi.Input[str]] = None,
|
1187
1138
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1242,7 +1193,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1242
1193
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateGuestAcceleratorArgs', 'RegionInstanceTemplateGuestAcceleratorArgsDict']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance. Structure documented below.
|
1243
1194
|
:param pulumi.Input[str] instance_description: A brief description to use for instances
|
1244
1195
|
created from this template.
|
1245
|
-
:param pulumi.Input[str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
1246
1196
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs to assign to instances
|
1247
1197
|
created from this template.
|
1248
1198
|
|
@@ -1349,7 +1299,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1349
1299
|
enable_display: Optional[pulumi.Input[bool]] = None,
|
1350
1300
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateGuestAcceleratorArgs', 'RegionInstanceTemplateGuestAcceleratorArgsDict']]]]] = None,
|
1351
1301
|
instance_description: Optional[pulumi.Input[str]] = None,
|
1352
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
1353
1302
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1354
1303
|
machine_type: Optional[pulumi.Input[str]] = None,
|
1355
1304
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1388,7 +1337,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1388
1337
|
__props__.__dict__["enable_display"] = enable_display
|
1389
1338
|
__props__.__dict__["guest_accelerators"] = guest_accelerators
|
1390
1339
|
__props__.__dict__["instance_description"] = instance_description
|
1391
|
-
__props__.__dict__["key_revocation_action_type"] = key_revocation_action_type
|
1392
1340
|
__props__.__dict__["labels"] = labels
|
1393
1341
|
if machine_type is None and not opts.urn:
|
1394
1342
|
raise TypeError("Missing required property 'machine_type'")
|
@@ -1410,7 +1358,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1410
1358
|
__props__.__dict__["service_account"] = service_account
|
1411
1359
|
__props__.__dict__["shielded_instance_config"] = shielded_instance_config
|
1412
1360
|
__props__.__dict__["tags"] = tags
|
1413
|
-
__props__.__dict__["creation_timestamp"] = None
|
1414
1361
|
__props__.__dict__["effective_labels"] = None
|
1415
1362
|
__props__.__dict__["metadata_fingerprint"] = None
|
1416
1363
|
__props__.__dict__["pulumi_labels"] = None
|
@@ -1431,14 +1378,12 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1431
1378
|
advanced_machine_features: Optional[pulumi.Input[Union['RegionInstanceTemplateAdvancedMachineFeaturesArgs', 'RegionInstanceTemplateAdvancedMachineFeaturesArgsDict']]] = None,
|
1432
1379
|
can_ip_forward: Optional[pulumi.Input[bool]] = None,
|
1433
1380
|
confidential_instance_config: Optional[pulumi.Input[Union['RegionInstanceTemplateConfidentialInstanceConfigArgs', 'RegionInstanceTemplateConfidentialInstanceConfigArgsDict']]] = None,
|
1434
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
1435
1381
|
description: Optional[pulumi.Input[str]] = None,
|
1436
1382
|
disks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateDiskArgs', 'RegionInstanceTemplateDiskArgsDict']]]]] = None,
|
1437
1383
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1438
1384
|
enable_display: Optional[pulumi.Input[bool]] = None,
|
1439
1385
|
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateGuestAcceleratorArgs', 'RegionInstanceTemplateGuestAcceleratorArgsDict']]]]] = None,
|
1440
1386
|
instance_description: Optional[pulumi.Input[str]] = None,
|
1441
|
-
key_revocation_action_type: Optional[pulumi.Input[str]] = None,
|
1442
1387
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1443
1388
|
machine_type: Optional[pulumi.Input[str]] = None,
|
1444
1389
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1473,7 +1418,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1473
1418
|
:param pulumi.Input[bool] can_ip_forward: Whether to allow sending and receiving of
|
1474
1419
|
packets with non-matching source or destination IPs. This defaults to false.
|
1475
1420
|
:param pulumi.Input[Union['RegionInstanceTemplateConfidentialInstanceConfigArgs', 'RegionInstanceTemplateConfidentialInstanceConfigArgsDict']] confidential_instance_config: Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is documented below
|
1476
|
-
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
1477
1421
|
:param pulumi.Input[str] description: A brief description of this resource.
|
1478
1422
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateDiskArgs', 'RegionInstanceTemplateDiskArgsDict']]]] disks: Disks to attach to instances created from this template.
|
1479
1423
|
This can be specified multiple times for multiple disks. Structure is
|
@@ -1484,7 +1428,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1484
1428
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateGuestAcceleratorArgs', 'RegionInstanceTemplateGuestAcceleratorArgsDict']]]] guest_accelerators: List of the type and count of accelerator cards attached to the instance. Structure documented below.
|
1485
1429
|
:param pulumi.Input[str] instance_description: A brief description to use for instances
|
1486
1430
|
created from this template.
|
1487
|
-
:param pulumi.Input[str] key_revocation_action_type: Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
1488
1431
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs to assign to instances
|
1489
1432
|
created from this template.
|
1490
1433
|
|
@@ -1548,14 +1491,12 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1548
1491
|
__props__.__dict__["advanced_machine_features"] = advanced_machine_features
|
1549
1492
|
__props__.__dict__["can_ip_forward"] = can_ip_forward
|
1550
1493
|
__props__.__dict__["confidential_instance_config"] = confidential_instance_config
|
1551
|
-
__props__.__dict__["creation_timestamp"] = creation_timestamp
|
1552
1494
|
__props__.__dict__["description"] = description
|
1553
1495
|
__props__.__dict__["disks"] = disks
|
1554
1496
|
__props__.__dict__["effective_labels"] = effective_labels
|
1555
1497
|
__props__.__dict__["enable_display"] = enable_display
|
1556
1498
|
__props__.__dict__["guest_accelerators"] = guest_accelerators
|
1557
1499
|
__props__.__dict__["instance_description"] = instance_description
|
1558
|
-
__props__.__dict__["key_revocation_action_type"] = key_revocation_action_type
|
1559
1500
|
__props__.__dict__["labels"] = labels
|
1560
1501
|
__props__.__dict__["machine_type"] = machine_type
|
1561
1502
|
__props__.__dict__["metadata"] = metadata
|
@@ -1606,14 +1547,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1606
1547
|
"""
|
1607
1548
|
return pulumi.get(self, "confidential_instance_config")
|
1608
1549
|
|
1609
|
-
@property
|
1610
|
-
@pulumi.getter(name="creationTimestamp")
|
1611
|
-
def creation_timestamp(self) -> pulumi.Output[str]:
|
1612
|
-
"""
|
1613
|
-
Creation timestamp in RFC3339 text format.
|
1614
|
-
"""
|
1615
|
-
return pulumi.get(self, "creation_timestamp")
|
1616
|
-
|
1617
1550
|
@property
|
1618
1551
|
@pulumi.getter
|
1619
1552
|
def description(self) -> pulumi.Output[Optional[str]]:
|
@@ -1666,14 +1599,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1666
1599
|
"""
|
1667
1600
|
return pulumi.get(self, "instance_description")
|
1668
1601
|
|
1669
|
-
@property
|
1670
|
-
@pulumi.getter(name="keyRevocationActionType")
|
1671
|
-
def key_revocation_action_type(self) -> pulumi.Output[Optional[str]]:
|
1672
|
-
"""
|
1673
|
-
Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
|
1674
|
-
"""
|
1675
|
-
return pulumi.get(self, "key_revocation_action_type")
|
1676
|
-
|
1677
1602
|
@property
|
1678
1603
|
@pulumi.getter
|
1679
1604
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
@@ -637,15 +637,14 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
637
637
|
|
638
638
|
appengine_neg_bucket = gcp.storage.Bucket("appengine_neg",
|
639
639
|
name="appengine-neg",
|
640
|
-
location="US"
|
641
|
-
uniform_bucket_level_access=True)
|
640
|
+
location="US")
|
642
641
|
appengine_neg_bucket_object = gcp.storage.BucketObject("appengine_neg",
|
643
642
|
name="hello-world.zip",
|
644
643
|
bucket=appengine_neg_bucket.name,
|
645
644
|
source=pulumi.FileAsset("./test-fixtures/hello-world.zip"))
|
646
645
|
appengine_neg_flexible_app_version = gcp.appengine.FlexibleAppVersion("appengine_neg",
|
647
646
|
version_id="v1",
|
648
|
-
service="appengine-
|
647
|
+
service="appengine-network-endpoint-group",
|
649
648
|
runtime="nodejs",
|
650
649
|
flexible_runtime_settings={
|
651
650
|
"operating_system": "ubuntu22",
|
@@ -982,15 +981,14 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
982
981
|
|
983
982
|
appengine_neg_bucket = gcp.storage.Bucket("appengine_neg",
|
984
983
|
name="appengine-neg",
|
985
|
-
location="US"
|
986
|
-
uniform_bucket_level_access=True)
|
984
|
+
location="US")
|
987
985
|
appengine_neg_bucket_object = gcp.storage.BucketObject("appengine_neg",
|
988
986
|
name="hello-world.zip",
|
989
987
|
bucket=appengine_neg_bucket.name,
|
990
988
|
source=pulumi.FileAsset("./test-fixtures/hello-world.zip"))
|
991
989
|
appengine_neg_flexible_app_version = gcp.appengine.FlexibleAppVersion("appengine_neg",
|
992
990
|
version_id="v1",
|
993
|
-
service="appengine-
|
991
|
+
service="appengine-network-endpoint-group",
|
994
992
|
runtime="nodejs",
|
995
993
|
flexible_runtime_settings={
|
996
994
|
"operating_system": "ubuntu22",
|