pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729107581__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.0a1729107581.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/RECORD +89 -111
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.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.0a1729107581.dist-info}/top_level.txt +0 -0
@@ -35,7 +35,6 @@ class BackendServiceArgs:
|
|
35
35
|
enable_cdn: Optional[pulumi.Input[bool]] = None,
|
36
36
|
health_checks: Optional[pulumi.Input[str]] = None,
|
37
37
|
iap: Optional[pulumi.Input['BackendServiceIapArgs']] = None,
|
38
|
-
ip_address_selection_policy: Optional[pulumi.Input[str]] = None,
|
39
38
|
load_balancing_scheme: Optional[pulumi.Input[str]] = None,
|
40
39
|
locality_lb_policies: Optional[pulumi.Input[Sequence[pulumi.Input['BackendServiceLocalityLbPolicyArgs']]]] = None,
|
41
40
|
locality_lb_policy: Optional[pulumi.Input[str]] = None,
|
@@ -93,8 +92,6 @@ class BackendServiceArgs:
|
|
93
92
|
For internal load balancing, a URL to a HealthCheck resource must be specified instead.
|
94
93
|
:param pulumi.Input['BackendServiceIapArgs'] iap: Settings for enabling Cloud Identity Aware Proxy
|
95
94
|
Structure is documented below.
|
96
|
-
: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).
|
97
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
98
95
|
:param pulumi.Input[str] load_balancing_scheme: Indicates whether the backend service will be used with internal or
|
99
96
|
external load balancing. A backend service created for one type of
|
100
97
|
load balancing cannot be used with the other. For more information, refer to
|
@@ -228,8 +225,6 @@ class BackendServiceArgs:
|
|
228
225
|
pulumi.set(__self__, "health_checks", health_checks)
|
229
226
|
if iap is not None:
|
230
227
|
pulumi.set(__self__, "iap", iap)
|
231
|
-
if ip_address_selection_policy is not None:
|
232
|
-
pulumi.set(__self__, "ip_address_selection_policy", ip_address_selection_policy)
|
233
228
|
if load_balancing_scheme is not None:
|
234
229
|
pulumi.set(__self__, "load_balancing_scheme", load_balancing_scheme)
|
235
230
|
if locality_lb_policies is not None:
|
@@ -455,19 +450,6 @@ class BackendServiceArgs:
|
|
455
450
|
def iap(self, value: Optional[pulumi.Input['BackendServiceIapArgs']]):
|
456
451
|
pulumi.set(self, "iap", value)
|
457
452
|
|
458
|
-
@property
|
459
|
-
@pulumi.getter(name="ipAddressSelectionPolicy")
|
460
|
-
def ip_address_selection_policy(self) -> Optional[pulumi.Input[str]]:
|
461
|
-
"""
|
462
|
-
Specifies preference of traffic to the backend (from the proxy and from the client for proxyless gRPC).
|
463
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
464
|
-
"""
|
465
|
-
return pulumi.get(self, "ip_address_selection_policy")
|
466
|
-
|
467
|
-
@ip_address_selection_policy.setter
|
468
|
-
def ip_address_selection_policy(self, value: Optional[pulumi.Input[str]]):
|
469
|
-
pulumi.set(self, "ip_address_selection_policy", value)
|
470
|
-
|
471
453
|
@property
|
472
454
|
@pulumi.getter(name="loadBalancingScheme")
|
473
455
|
def load_balancing_scheme(self) -> Optional[pulumi.Input[str]]:
|
@@ -758,7 +740,6 @@ class _BackendServiceState:
|
|
758
740
|
generated_id: Optional[pulumi.Input[int]] = None,
|
759
741
|
health_checks: Optional[pulumi.Input[str]] = None,
|
760
742
|
iap: Optional[pulumi.Input['BackendServiceIapArgs']] = None,
|
761
|
-
ip_address_selection_policy: Optional[pulumi.Input[str]] = None,
|
762
743
|
load_balancing_scheme: Optional[pulumi.Input[str]] = None,
|
763
744
|
locality_lb_policies: Optional[pulumi.Input[Sequence[pulumi.Input['BackendServiceLocalityLbPolicyArgs']]]] = None,
|
764
745
|
locality_lb_policy: Optional[pulumi.Input[str]] = None,
|
@@ -821,8 +802,6 @@ class _BackendServiceState:
|
|
821
802
|
For internal load balancing, a URL to a HealthCheck resource must be specified instead.
|
822
803
|
:param pulumi.Input['BackendServiceIapArgs'] iap: Settings for enabling Cloud Identity Aware Proxy
|
823
804
|
Structure is documented below.
|
824
|
-
: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).
|
825
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
826
805
|
:param pulumi.Input[str] load_balancing_scheme: Indicates whether the backend service will be used with internal or
|
827
806
|
external load balancing. A backend service created for one type of
|
828
807
|
load balancing cannot be used with the other. For more information, refer to
|
@@ -963,8 +942,6 @@ class _BackendServiceState:
|
|
963
942
|
pulumi.set(__self__, "health_checks", health_checks)
|
964
943
|
if iap is not None:
|
965
944
|
pulumi.set(__self__, "iap", iap)
|
966
|
-
if ip_address_selection_policy is not None:
|
967
|
-
pulumi.set(__self__, "ip_address_selection_policy", ip_address_selection_policy)
|
968
945
|
if load_balancing_scheme is not None:
|
969
946
|
pulumi.set(__self__, "load_balancing_scheme", load_balancing_scheme)
|
970
947
|
if locality_lb_policies is not None:
|
@@ -1229,19 +1206,6 @@ class _BackendServiceState:
|
|
1229
1206
|
def iap(self, value: Optional[pulumi.Input['BackendServiceIapArgs']]):
|
1230
1207
|
pulumi.set(self, "iap", value)
|
1231
1208
|
|
1232
|
-
@property
|
1233
|
-
@pulumi.getter(name="ipAddressSelectionPolicy")
|
1234
|
-
def ip_address_selection_policy(self) -> Optional[pulumi.Input[str]]:
|
1235
|
-
"""
|
1236
|
-
Specifies preference of traffic to the backend (from the proxy and from the client for proxyless gRPC).
|
1237
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
1238
|
-
"""
|
1239
|
-
return pulumi.get(self, "ip_address_selection_policy")
|
1240
|
-
|
1241
|
-
@ip_address_selection_policy.setter
|
1242
|
-
def ip_address_selection_policy(self, value: Optional[pulumi.Input[str]]):
|
1243
|
-
pulumi.set(self, "ip_address_selection_policy", value)
|
1244
|
-
|
1245
1209
|
@property
|
1246
1210
|
@pulumi.getter(name="loadBalancingScheme")
|
1247
1211
|
def load_balancing_scheme(self) -> Optional[pulumi.Input[str]]:
|
@@ -1543,7 +1507,6 @@ class BackendService(pulumi.CustomResource):
|
|
1543
1507
|
enable_cdn: Optional[pulumi.Input[bool]] = None,
|
1544
1508
|
health_checks: Optional[pulumi.Input[str]] = None,
|
1545
1509
|
iap: Optional[pulumi.Input[Union['BackendServiceIapArgs', 'BackendServiceIapArgsDict']]] = None,
|
1546
|
-
ip_address_selection_policy: Optional[pulumi.Input[str]] = None,
|
1547
1510
|
load_balancing_scheme: Optional[pulumi.Input[str]] = None,
|
1548
1511
|
locality_lb_policies: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BackendServiceLocalityLbPolicyArgs', 'BackendServiceLocalityLbPolicyArgsDict']]]]] = None,
|
1549
1512
|
locality_lb_policy: Optional[pulumi.Input[str]] = None,
|
@@ -1853,17 +1816,6 @@ class BackendService(pulumi.CustomResource):
|
|
1853
1816
|
health_checks=default_health_check.id,
|
1854
1817
|
load_balancing_scheme="EXTERNAL_MANAGED")
|
1855
1818
|
```
|
1856
|
-
### Backend Service Ip Address Selection Policy
|
1857
|
-
|
1858
|
-
```python
|
1859
|
-
import pulumi
|
1860
|
-
import pulumi_gcp as gcp
|
1861
|
-
|
1862
|
-
default = gcp.compute.BackendService("default",
|
1863
|
-
name="backend-service",
|
1864
|
-
load_balancing_scheme="EXTERNAL_MANAGED",
|
1865
|
-
ip_address_selection_policy="IPV6_ONLY")
|
1866
|
-
```
|
1867
1819
|
|
1868
1820
|
## Import
|
1869
1821
|
|
@@ -1931,8 +1883,6 @@ class BackendService(pulumi.CustomResource):
|
|
1931
1883
|
For internal load balancing, a URL to a HealthCheck resource must be specified instead.
|
1932
1884
|
:param pulumi.Input[Union['BackendServiceIapArgs', 'BackendServiceIapArgsDict']] iap: Settings for enabling Cloud Identity Aware Proxy
|
1933
1885
|
Structure is documented below.
|
1934
|
-
: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).
|
1935
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
1936
1886
|
:param pulumi.Input[str] load_balancing_scheme: Indicates whether the backend service will be used with internal or
|
1937
1887
|
external load balancing. A backend service created for one type of
|
1938
1888
|
load balancing cannot be used with the other. For more information, refer to
|
@@ -2337,17 +2287,6 @@ class BackendService(pulumi.CustomResource):
|
|
2337
2287
|
health_checks=default_health_check.id,
|
2338
2288
|
load_balancing_scheme="EXTERNAL_MANAGED")
|
2339
2289
|
```
|
2340
|
-
### Backend Service Ip Address Selection Policy
|
2341
|
-
|
2342
|
-
```python
|
2343
|
-
import pulumi
|
2344
|
-
import pulumi_gcp as gcp
|
2345
|
-
|
2346
|
-
default = gcp.compute.BackendService("default",
|
2347
|
-
name="backend-service",
|
2348
|
-
load_balancing_scheme="EXTERNAL_MANAGED",
|
2349
|
-
ip_address_selection_policy="IPV6_ONLY")
|
2350
|
-
```
|
2351
2290
|
|
2352
2291
|
## Import
|
2353
2292
|
|
@@ -2402,7 +2341,6 @@ class BackendService(pulumi.CustomResource):
|
|
2402
2341
|
enable_cdn: Optional[pulumi.Input[bool]] = None,
|
2403
2342
|
health_checks: Optional[pulumi.Input[str]] = None,
|
2404
2343
|
iap: Optional[pulumi.Input[Union['BackendServiceIapArgs', 'BackendServiceIapArgsDict']]] = None,
|
2405
|
-
ip_address_selection_policy: Optional[pulumi.Input[str]] = None,
|
2406
2344
|
load_balancing_scheme: Optional[pulumi.Input[str]] = None,
|
2407
2345
|
locality_lb_policies: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BackendServiceLocalityLbPolicyArgs', 'BackendServiceLocalityLbPolicyArgsDict']]]]] = None,
|
2408
2346
|
locality_lb_policy: Optional[pulumi.Input[str]] = None,
|
@@ -2441,7 +2379,6 @@ class BackendService(pulumi.CustomResource):
|
|
2441
2379
|
__props__.__dict__["enable_cdn"] = enable_cdn
|
2442
2380
|
__props__.__dict__["health_checks"] = health_checks
|
2443
2381
|
__props__.__dict__["iap"] = iap
|
2444
|
-
__props__.__dict__["ip_address_selection_policy"] = ip_address_selection_policy
|
2445
2382
|
__props__.__dict__["load_balancing_scheme"] = load_balancing_scheme
|
2446
2383
|
__props__.__dict__["locality_lb_policies"] = locality_lb_policies
|
2447
2384
|
__props__.__dict__["locality_lb_policy"] = locality_lb_policy
|
@@ -2488,7 +2425,6 @@ class BackendService(pulumi.CustomResource):
|
|
2488
2425
|
generated_id: Optional[pulumi.Input[int]] = None,
|
2489
2426
|
health_checks: Optional[pulumi.Input[str]] = None,
|
2490
2427
|
iap: Optional[pulumi.Input[Union['BackendServiceIapArgs', 'BackendServiceIapArgsDict']]] = None,
|
2491
|
-
ip_address_selection_policy: Optional[pulumi.Input[str]] = None,
|
2492
2428
|
load_balancing_scheme: Optional[pulumi.Input[str]] = None,
|
2493
2429
|
locality_lb_policies: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BackendServiceLocalityLbPolicyArgs', 'BackendServiceLocalityLbPolicyArgsDict']]]]] = None,
|
2494
2430
|
locality_lb_policy: Optional[pulumi.Input[str]] = None,
|
@@ -2556,8 +2492,6 @@ class BackendService(pulumi.CustomResource):
|
|
2556
2492
|
For internal load balancing, a URL to a HealthCheck resource must be specified instead.
|
2557
2493
|
:param pulumi.Input[Union['BackendServiceIapArgs', 'BackendServiceIapArgsDict']] iap: Settings for enabling Cloud Identity Aware Proxy
|
2558
2494
|
Structure is documented below.
|
2559
|
-
: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).
|
2560
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
2561
2495
|
:param pulumi.Input[str] load_balancing_scheme: Indicates whether the backend service will be used with internal or
|
2562
2496
|
external load balancing. A backend service created for one type of
|
2563
2497
|
load balancing cannot be used with the other. For more information, refer to
|
@@ -2685,7 +2619,6 @@ class BackendService(pulumi.CustomResource):
|
|
2685
2619
|
__props__.__dict__["generated_id"] = generated_id
|
2686
2620
|
__props__.__dict__["health_checks"] = health_checks
|
2687
2621
|
__props__.__dict__["iap"] = iap
|
2688
|
-
__props__.__dict__["ip_address_selection_policy"] = ip_address_selection_policy
|
2689
2622
|
__props__.__dict__["load_balancing_scheme"] = load_balancing_scheme
|
2690
2623
|
__props__.__dict__["locality_lb_policies"] = locality_lb_policies
|
2691
2624
|
__props__.__dict__["locality_lb_policy"] = locality_lb_policy
|
@@ -2867,15 +2800,6 @@ class BackendService(pulumi.CustomResource):
|
|
2867
2800
|
"""
|
2868
2801
|
return pulumi.get(self, "iap")
|
2869
2802
|
|
2870
|
-
@property
|
2871
|
-
@pulumi.getter(name="ipAddressSelectionPolicy")
|
2872
|
-
def ip_address_selection_policy(self) -> pulumi.Output[Optional[str]]:
|
2873
|
-
"""
|
2874
|
-
Specifies preference of traffic to the backend (from the proxy and from the client for proxyless gRPC).
|
2875
|
-
Possible values are: `IPV4_ONLY`, `PREFER_IPV6`, `IPV6_ONLY`.
|
2876
|
-
"""
|
2877
|
-
return pulumi.get(self, "ip_address_selection_policy")
|
2878
|
-
|
2879
2803
|
@property
|
2880
2804
|
@pulumi.getter(name="loadBalancingScheme")
|
2881
2805
|
def load_balancing_scheme(self) -> pulumi.Output[Optional[str]]:
|
@@ -27,7 +27,7 @@ class GetBackendServiceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getBackendService.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, compression_mode=None, connection_draining_timeout_sec=None, consistent_hash=None, creation_timestamp=None, custom_request_headers=None, custom_response_headers=None, description=None, edge_security_policy=None, enable_cdn=None, fingerprint=None, generated_id=None, health_checks=None, iaps=None, id=None,
|
30
|
+
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, compression_mode=None, connection_draining_timeout_sec=None, consistent_hash=None, creation_timestamp=None, custom_request_headers=None, custom_response_headers=None, description=None, edge_security_policy=None, enable_cdn=None, fingerprint=None, generated_id=None, health_checks=None, iaps=None, id=None, load_balancing_scheme=None, locality_lb_policies=None, locality_lb_policy=None, log_configs=None, name=None, outlier_detections=None, port_name=None, project=None, protocol=None, security_policy=None, security_settings=None, self_link=None, service_lb_policy=None, session_affinity=None, strong_session_affinity_cookies=None, timeout_sec=None):
|
31
31
|
if affinity_cookie_ttl_sec and not isinstance(affinity_cookie_ttl_sec, int):
|
32
32
|
raise TypeError("Expected argument 'affinity_cookie_ttl_sec' to be a int")
|
33
33
|
pulumi.set(__self__, "affinity_cookie_ttl_sec", affinity_cookie_ttl_sec)
|
@@ -82,9 +82,6 @@ class GetBackendServiceResult:
|
|
82
82
|
if id and not isinstance(id, str):
|
83
83
|
raise TypeError("Expected argument 'id' to be a str")
|
84
84
|
pulumi.set(__self__, "id", id)
|
85
|
-
if ip_address_selection_policy and not isinstance(ip_address_selection_policy, str):
|
86
|
-
raise TypeError("Expected argument 'ip_address_selection_policy' to be a str")
|
87
|
-
pulumi.set(__self__, "ip_address_selection_policy", ip_address_selection_policy)
|
88
85
|
if load_balancing_scheme and not isinstance(load_balancing_scheme, str):
|
89
86
|
raise TypeError("Expected argument 'load_balancing_scheme' to be a str")
|
90
87
|
pulumi.set(__self__, "load_balancing_scheme", load_balancing_scheme)
|
@@ -248,11 +245,6 @@ class GetBackendServiceResult:
|
|
248
245
|
"""
|
249
246
|
return pulumi.get(self, "id")
|
250
247
|
|
251
|
-
@property
|
252
|
-
@pulumi.getter(name="ipAddressSelectionPolicy")
|
253
|
-
def ip_address_selection_policy(self) -> str:
|
254
|
-
return pulumi.get(self, "ip_address_selection_policy")
|
255
|
-
|
256
248
|
@property
|
257
249
|
@pulumi.getter(name="loadBalancingScheme")
|
258
250
|
def load_balancing_scheme(self) -> str:
|
@@ -373,7 +365,6 @@ class AwaitableGetBackendServiceResult(GetBackendServiceResult):
|
|
373
365
|
health_checks=self.health_checks,
|
374
366
|
iaps=self.iaps,
|
375
367
|
id=self.id,
|
376
|
-
ip_address_selection_policy=self.ip_address_selection_policy,
|
377
368
|
load_balancing_scheme=self.load_balancing_scheme,
|
378
369
|
locality_lb_policies=self.locality_lb_policies,
|
379
370
|
locality_lb_policy=self.locality_lb_policy,
|
@@ -443,7 +434,6 @@ def get_backend_service(name: Optional[str] = None,
|
|
443
434
|
health_checks=pulumi.get(__ret__, 'health_checks'),
|
444
435
|
iaps=pulumi.get(__ret__, 'iaps'),
|
445
436
|
id=pulumi.get(__ret__, 'id'),
|
446
|
-
ip_address_selection_policy=pulumi.get(__ret__, 'ip_address_selection_policy'),
|
447
437
|
load_balancing_scheme=pulumi.get(__ret__, 'load_balancing_scheme'),
|
448
438
|
locality_lb_policies=pulumi.get(__ret__, 'locality_lb_policies'),
|
449
439
|
locality_lb_policy=pulumi.get(__ret__, 'locality_lb_policy'),
|
@@ -510,7 +500,6 @@ def get_backend_service_output(name: Optional[pulumi.Input[str]] = None,
|
|
510
500
|
health_checks=pulumi.get(__response__, 'health_checks'),
|
511
501
|
iaps=pulumi.get(__response__, 'iaps'),
|
512
502
|
id=pulumi.get(__response__, 'id'),
|
513
|
-
ip_address_selection_policy=pulumi.get(__response__, 'ip_address_selection_policy'),
|
514
503
|
load_balancing_scheme=pulumi.get(__response__, 'load_balancing_scheme'),
|
515
504
|
locality_lb_policies=pulumi.get(__response__, 'locality_lb_policies'),
|
516
505
|
locality_lb_policy=pulumi.get(__response__, 'locality_lb_policy'),
|
@@ -27,7 +27,7 @@ class GetInstanceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getInstance.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, advanced_machine_features=None, allow_stopping_for_update=None, attached_disks=None, boot_disks=None, can_ip_forward=None, confidential_instance_configs=None, cpu_platform=None,
|
30
|
+
def __init__(__self__, advanced_machine_features=None, allow_stopping_for_update=None, attached_disks=None, boot_disks=None, can_ip_forward=None, confidential_instance_configs=None, cpu_platform=None, current_status=None, deletion_protection=None, description=None, desired_status=None, effective_labels=None, enable_display=None, guest_accelerators=None, hostname=None, id=None, instance_id=None, label_fingerprint=None, labels=None, machine_type=None, metadata=None, metadata_fingerprint=None, metadata_startup_script=None, min_cpu_platform=None, name=None, network_interfaces=None, network_performance_configs=None, params=None, partner_metadata=None, project=None, pulumi_labels=None, reservation_affinities=None, resource_policies=None, schedulings=None, scratch_disks=None, self_link=None, service_accounts=None, shielded_instance_configs=None, tags=None, tags_fingerprint=None, zone=None):
|
31
31
|
if advanced_machine_features and not isinstance(advanced_machine_features, list):
|
32
32
|
raise TypeError("Expected argument 'advanced_machine_features' to be a list")
|
33
33
|
pulumi.set(__self__, "advanced_machine_features", advanced_machine_features)
|
@@ -49,9 +49,6 @@ class GetInstanceResult:
|
|
49
49
|
if cpu_platform and not isinstance(cpu_platform, str):
|
50
50
|
raise TypeError("Expected argument 'cpu_platform' to be a str")
|
51
51
|
pulumi.set(__self__, "cpu_platform", cpu_platform)
|
52
|
-
if creation_timestamp and not isinstance(creation_timestamp, str):
|
53
|
-
raise TypeError("Expected argument 'creation_timestamp' to be a str")
|
54
|
-
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
55
52
|
if current_status and not isinstance(current_status, str):
|
56
53
|
raise TypeError("Expected argument 'current_status' to be a str")
|
57
54
|
pulumi.set(__self__, "current_status", current_status)
|
@@ -82,9 +79,6 @@ class GetInstanceResult:
|
|
82
79
|
if instance_id and not isinstance(instance_id, str):
|
83
80
|
raise TypeError("Expected argument 'instance_id' to be a str")
|
84
81
|
pulumi.set(__self__, "instance_id", instance_id)
|
85
|
-
if key_revocation_action_type and not isinstance(key_revocation_action_type, str):
|
86
|
-
raise TypeError("Expected argument 'key_revocation_action_type' to be a str")
|
87
|
-
pulumi.set(__self__, "key_revocation_action_type", key_revocation_action_type)
|
88
82
|
if label_fingerprint and not isinstance(label_fingerprint, str):
|
89
83
|
raise TypeError("Expected argument 'label_fingerprint' to be a str")
|
90
84
|
pulumi.set(__self__, "label_fingerprint", label_fingerprint)
|
@@ -205,14 +199,6 @@ class GetInstanceResult:
|
|
205
199
|
"""
|
206
200
|
return pulumi.get(self, "cpu_platform")
|
207
201
|
|
208
|
-
@property
|
209
|
-
@pulumi.getter(name="creationTimestamp")
|
210
|
-
def creation_timestamp(self) -> str:
|
211
|
-
"""
|
212
|
-
Creation timestamp in RFC3339 text format.
|
213
|
-
"""
|
214
|
-
return pulumi.get(self, "creation_timestamp")
|
215
|
-
|
216
202
|
@property
|
217
203
|
@pulumi.getter(name="currentStatus")
|
218
204
|
def current_status(self) -> str:
|
@@ -284,14 +270,6 @@ class GetInstanceResult:
|
|
284
270
|
"""
|
285
271
|
return pulumi.get(self, "instance_id")
|
286
272
|
|
287
|
-
@property
|
288
|
-
@pulumi.getter(name="keyRevocationActionType")
|
289
|
-
def key_revocation_action_type(self) -> str:
|
290
|
-
"""
|
291
|
-
Action to be taken when a customer's encryption key is revoked.
|
292
|
-
"""
|
293
|
-
return pulumi.get(self, "key_revocation_action_type")
|
294
|
-
|
295
273
|
@property
|
296
274
|
@pulumi.getter(name="labelFingerprint")
|
297
275
|
def label_fingerprint(self) -> str:
|
@@ -474,7 +452,6 @@ class AwaitableGetInstanceResult(GetInstanceResult):
|
|
474
452
|
can_ip_forward=self.can_ip_forward,
|
475
453
|
confidential_instance_configs=self.confidential_instance_configs,
|
476
454
|
cpu_platform=self.cpu_platform,
|
477
|
-
creation_timestamp=self.creation_timestamp,
|
478
455
|
current_status=self.current_status,
|
479
456
|
deletion_protection=self.deletion_protection,
|
480
457
|
description=self.description,
|
@@ -485,7 +462,6 @@ class AwaitableGetInstanceResult(GetInstanceResult):
|
|
485
462
|
hostname=self.hostname,
|
486
463
|
id=self.id,
|
487
464
|
instance_id=self.instance_id,
|
488
|
-
key_revocation_action_type=self.key_revocation_action_type,
|
489
465
|
label_fingerprint=self.label_fingerprint,
|
490
466
|
labels=self.labels,
|
491
467
|
machine_type=self.machine_type,
|
@@ -559,7 +535,6 @@ def get_instance(name: Optional[str] = None,
|
|
559
535
|
can_ip_forward=pulumi.get(__ret__, 'can_ip_forward'),
|
560
536
|
confidential_instance_configs=pulumi.get(__ret__, 'confidential_instance_configs'),
|
561
537
|
cpu_platform=pulumi.get(__ret__, 'cpu_platform'),
|
562
|
-
creation_timestamp=pulumi.get(__ret__, 'creation_timestamp'),
|
563
538
|
current_status=pulumi.get(__ret__, 'current_status'),
|
564
539
|
deletion_protection=pulumi.get(__ret__, 'deletion_protection'),
|
565
540
|
description=pulumi.get(__ret__, 'description'),
|
@@ -570,7 +545,6 @@ def get_instance(name: Optional[str] = None,
|
|
570
545
|
hostname=pulumi.get(__ret__, 'hostname'),
|
571
546
|
id=pulumi.get(__ret__, 'id'),
|
572
547
|
instance_id=pulumi.get(__ret__, 'instance_id'),
|
573
|
-
key_revocation_action_type=pulumi.get(__ret__, 'key_revocation_action_type'),
|
574
548
|
label_fingerprint=pulumi.get(__ret__, 'label_fingerprint'),
|
575
549
|
labels=pulumi.get(__ret__, 'labels'),
|
576
550
|
machine_type=pulumi.get(__ret__, 'machine_type'),
|
@@ -641,7 +615,6 @@ def get_instance_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
641
615
|
can_ip_forward=pulumi.get(__response__, 'can_ip_forward'),
|
642
616
|
confidential_instance_configs=pulumi.get(__response__, 'confidential_instance_configs'),
|
643
617
|
cpu_platform=pulumi.get(__response__, 'cpu_platform'),
|
644
|
-
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
645
618
|
current_status=pulumi.get(__response__, 'current_status'),
|
646
619
|
deletion_protection=pulumi.get(__response__, 'deletion_protection'),
|
647
620
|
description=pulumi.get(__response__, 'description'),
|
@@ -652,7 +625,6 @@ def get_instance_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
652
625
|
hostname=pulumi.get(__response__, 'hostname'),
|
653
626
|
id=pulumi.get(__response__, 'id'),
|
654
627
|
instance_id=pulumi.get(__response__, 'instance_id'),
|
655
|
-
key_revocation_action_type=pulumi.get(__response__, 'key_revocation_action_type'),
|
656
628
|
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
657
629
|
labels=pulumi.get(__response__, 'labels'),
|
658
630
|
machine_type=pulumi.get(__response__, 'machine_type'),
|
@@ -27,7 +27,7 @@ class GetInstanceTemplateResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getInstanceTemplate.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, advanced_machine_features=None, can_ip_forward=None, confidential_instance_configs=None,
|
30
|
+
def __init__(__self__, advanced_machine_features=None, can_ip_forward=None, confidential_instance_configs=None, description=None, disks=None, effective_labels=None, enable_display=None, filter=None, guest_accelerators=None, id=None, instance_description=None, labels=None, machine_type=None, metadata=None, metadata_fingerprint=None, metadata_startup_script=None, min_cpu_platform=None, most_recent=None, name=None, name_prefix=None, network_interfaces=None, network_performance_configs=None, partner_metadata=None, project=None, pulumi_labels=None, region=None, reservation_affinities=None, resource_manager_tags=None, resource_policies=None, schedulings=None, self_link=None, self_link_unique=None, service_accounts=None, shielded_instance_configs=None, tags=None, tags_fingerprint=None):
|
31
31
|
if advanced_machine_features and not isinstance(advanced_machine_features, list):
|
32
32
|
raise TypeError("Expected argument 'advanced_machine_features' to be a list")
|
33
33
|
pulumi.set(__self__, "advanced_machine_features", advanced_machine_features)
|
@@ -37,9 +37,6 @@ class GetInstanceTemplateResult:
|
|
37
37
|
if confidential_instance_configs and not isinstance(confidential_instance_configs, list):
|
38
38
|
raise TypeError("Expected argument 'confidential_instance_configs' to be a list")
|
39
39
|
pulumi.set(__self__, "confidential_instance_configs", confidential_instance_configs)
|
40
|
-
if creation_timestamp and not isinstance(creation_timestamp, str):
|
41
|
-
raise TypeError("Expected argument 'creation_timestamp' to be a str")
|
42
|
-
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
43
40
|
if description and not isinstance(description, str):
|
44
41
|
raise TypeError("Expected argument 'description' to be a str")
|
45
42
|
pulumi.set(__self__, "description", description)
|
@@ -64,9 +61,6 @@ class GetInstanceTemplateResult:
|
|
64
61
|
if instance_description and not isinstance(instance_description, str):
|
65
62
|
raise TypeError("Expected argument 'instance_description' to be a str")
|
66
63
|
pulumi.set(__self__, "instance_description", instance_description)
|
67
|
-
if key_revocation_action_type and not isinstance(key_revocation_action_type, str):
|
68
|
-
raise TypeError("Expected argument 'key_revocation_action_type' to be a str")
|
69
|
-
pulumi.set(__self__, "key_revocation_action_type", key_revocation_action_type)
|
70
64
|
if labels and not isinstance(labels, dict):
|
71
65
|
raise TypeError("Expected argument 'labels' to be a dict")
|
72
66
|
pulumi.set(__self__, "labels", labels)
|
@@ -165,14 +159,6 @@ class GetInstanceTemplateResult:
|
|
165
159
|
"""
|
166
160
|
return pulumi.get(self, "confidential_instance_configs")
|
167
161
|
|
168
|
-
@property
|
169
|
-
@pulumi.getter(name="creationTimestamp")
|
170
|
-
def creation_timestamp(self) -> str:
|
171
|
-
"""
|
172
|
-
Creation timestamp in RFC3339 text format.
|
173
|
-
"""
|
174
|
-
return pulumi.get(self, "creation_timestamp")
|
175
|
-
|
176
162
|
@property
|
177
163
|
@pulumi.getter
|
178
164
|
def description(self) -> str:
|
@@ -235,14 +221,6 @@ class GetInstanceTemplateResult:
|
|
235
221
|
"""
|
236
222
|
return pulumi.get(self, "instance_description")
|
237
223
|
|
238
|
-
@property
|
239
|
-
@pulumi.getter(name="keyRevocationActionType")
|
240
|
-
def key_revocation_action_type(self) -> str:
|
241
|
-
"""
|
242
|
-
Action to be taken when a customer's encryption key is revoked.
|
243
|
-
"""
|
244
|
-
return pulumi.get(self, "key_revocation_action_type")
|
245
|
-
|
246
224
|
@property
|
247
225
|
@pulumi.getter
|
248
226
|
def labels(self) -> Mapping[str, str]:
|
@@ -456,7 +434,6 @@ class AwaitableGetInstanceTemplateResult(GetInstanceTemplateResult):
|
|
456
434
|
advanced_machine_features=self.advanced_machine_features,
|
457
435
|
can_ip_forward=self.can_ip_forward,
|
458
436
|
confidential_instance_configs=self.confidential_instance_configs,
|
459
|
-
creation_timestamp=self.creation_timestamp,
|
460
437
|
description=self.description,
|
461
438
|
disks=self.disks,
|
462
439
|
effective_labels=self.effective_labels,
|
@@ -465,7 +442,6 @@ class AwaitableGetInstanceTemplateResult(GetInstanceTemplateResult):
|
|
465
442
|
guest_accelerators=self.guest_accelerators,
|
466
443
|
id=self.id,
|
467
444
|
instance_description=self.instance_description,
|
468
|
-
key_revocation_action_type=self.key_revocation_action_type,
|
469
445
|
labels=self.labels,
|
470
446
|
machine_type=self.machine_type,
|
471
447
|
metadata=self.metadata,
|
@@ -531,7 +507,6 @@ def get_instance_template(filter: Optional[str] = None,
|
|
531
507
|
advanced_machine_features=pulumi.get(__ret__, 'advanced_machine_features'),
|
532
508
|
can_ip_forward=pulumi.get(__ret__, 'can_ip_forward'),
|
533
509
|
confidential_instance_configs=pulumi.get(__ret__, 'confidential_instance_configs'),
|
534
|
-
creation_timestamp=pulumi.get(__ret__, 'creation_timestamp'),
|
535
510
|
description=pulumi.get(__ret__, 'description'),
|
536
511
|
disks=pulumi.get(__ret__, 'disks'),
|
537
512
|
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
@@ -540,7 +515,6 @@ def get_instance_template(filter: Optional[str] = None,
|
|
540
515
|
guest_accelerators=pulumi.get(__ret__, 'guest_accelerators'),
|
541
516
|
id=pulumi.get(__ret__, 'id'),
|
542
517
|
instance_description=pulumi.get(__ret__, 'instance_description'),
|
543
|
-
key_revocation_action_type=pulumi.get(__ret__, 'key_revocation_action_type'),
|
544
518
|
labels=pulumi.get(__ret__, 'labels'),
|
545
519
|
machine_type=pulumi.get(__ret__, 'machine_type'),
|
546
520
|
metadata=pulumi.get(__ret__, 'metadata'),
|
@@ -603,7 +577,6 @@ def get_instance_template_output(filter: Optional[pulumi.Input[Optional[str]]] =
|
|
603
577
|
advanced_machine_features=pulumi.get(__response__, 'advanced_machine_features'),
|
604
578
|
can_ip_forward=pulumi.get(__response__, 'can_ip_forward'),
|
605
579
|
confidential_instance_configs=pulumi.get(__response__, 'confidential_instance_configs'),
|
606
|
-
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
607
580
|
description=pulumi.get(__response__, 'description'),
|
608
581
|
disks=pulumi.get(__response__, 'disks'),
|
609
582
|
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
@@ -612,7 +585,6 @@ def get_instance_template_output(filter: Optional[pulumi.Input[Optional[str]]] =
|
|
612
585
|
guest_accelerators=pulumi.get(__response__, 'guest_accelerators'),
|
613
586
|
id=pulumi.get(__response__, 'id'),
|
614
587
|
instance_description=pulumi.get(__response__, 'instance_description'),
|
615
|
-
key_revocation_action_type=pulumi.get(__response__, 'key_revocation_action_type'),
|
616
588
|
labels=pulumi.get(__response__, 'labels'),
|
617
589
|
machine_type=pulumi.get(__response__, 'machine_type'),
|
618
590
|
metadata=pulumi.get(__response__, 'metadata'),
|
@@ -326,6 +326,15 @@ def get_region_instance_group_manager(name: Optional[str] = None,
|
|
326
326
|
self_link: Optional[str] = None,
|
327
327
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRegionInstanceGroupManagerResult:
|
328
328
|
"""
|
329
|
+
## subcategory: "Compute Engine"
|
330
|
+
|
331
|
+
page_title: "Google: compute.RegionInstanceGroupManager"
|
332
|
+
description: |-
|
333
|
+
Get a Compute Region Instance Group within GCE.
|
334
|
+
---
|
335
|
+
|
336
|
+
# google\\_compute\\_region\\_instance\\_group\\_manager
|
337
|
+
|
329
338
|
Get a Compute Region Instance Group Manager within GCE.
|
330
339
|
For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups)
|
331
340
|
and [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionInstanceGroupManagers)
|
@@ -393,6 +402,15 @@ def get_region_instance_group_manager_output(name: Optional[pulumi.Input[Optiona
|
|
393
402
|
self_link: Optional[pulumi.Input[Optional[str]]] = None,
|
394
403
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRegionInstanceGroupManagerResult]:
|
395
404
|
"""
|
405
|
+
## subcategory: "Compute Engine"
|
406
|
+
|
407
|
+
page_title: "Google: compute.RegionInstanceGroupManager"
|
408
|
+
description: |-
|
409
|
+
Get a Compute Region Instance Group within GCE.
|
410
|
+
---
|
411
|
+
|
412
|
+
# google\\_compute\\_region\\_instance\\_group\\_manager
|
413
|
+
|
396
414
|
Get a Compute Region Instance Group Manager within GCE.
|
397
415
|
For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups)
|
398
416
|
and [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionInstanceGroupManagers)
|
@@ -27,7 +27,7 @@ class GetRegionInstanceTemplateResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getRegionInstanceTemplate.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, advanced_machine_features=None, can_ip_forward=None, confidential_instance_configs=None,
|
30
|
+
def __init__(__self__, advanced_machine_features=None, can_ip_forward=None, confidential_instance_configs=None, description=None, disks=None, effective_labels=None, enable_display=None, filter=None, guest_accelerators=None, id=None, instance_description=None, labels=None, machine_type=None, metadata=None, metadata_fingerprint=None, metadata_startup_script=None, min_cpu_platform=None, most_recent=None, name=None, name_prefix=None, network_interfaces=None, network_performance_configs=None, partner_metadata=None, project=None, pulumi_labels=None, region=None, reservation_affinities=None, resource_manager_tags=None, resource_policies=None, schedulings=None, self_link=None, service_accounts=None, shielded_instance_configs=None, tags=None, tags_fingerprint=None):
|
31
31
|
if advanced_machine_features and not isinstance(advanced_machine_features, list):
|
32
32
|
raise TypeError("Expected argument 'advanced_machine_features' to be a list")
|
33
33
|
pulumi.set(__self__, "advanced_machine_features", advanced_machine_features)
|
@@ -37,9 +37,6 @@ class GetRegionInstanceTemplateResult:
|
|
37
37
|
if confidential_instance_configs and not isinstance(confidential_instance_configs, list):
|
38
38
|
raise TypeError("Expected argument 'confidential_instance_configs' to be a list")
|
39
39
|
pulumi.set(__self__, "confidential_instance_configs", confidential_instance_configs)
|
40
|
-
if creation_timestamp and not isinstance(creation_timestamp, str):
|
41
|
-
raise TypeError("Expected argument 'creation_timestamp' to be a str")
|
42
|
-
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
43
40
|
if description and not isinstance(description, str):
|
44
41
|
raise TypeError("Expected argument 'description' to be a str")
|
45
42
|
pulumi.set(__self__, "description", description)
|
@@ -64,9 +61,6 @@ class GetRegionInstanceTemplateResult:
|
|
64
61
|
if instance_description and not isinstance(instance_description, str):
|
65
62
|
raise TypeError("Expected argument 'instance_description' to be a str")
|
66
63
|
pulumi.set(__self__, "instance_description", instance_description)
|
67
|
-
if key_revocation_action_type and not isinstance(key_revocation_action_type, str):
|
68
|
-
raise TypeError("Expected argument 'key_revocation_action_type' to be a str")
|
69
|
-
pulumi.set(__self__, "key_revocation_action_type", key_revocation_action_type)
|
70
64
|
if labels and not isinstance(labels, dict):
|
71
65
|
raise TypeError("Expected argument 'labels' to be a dict")
|
72
66
|
pulumi.set(__self__, "labels", labels)
|
@@ -162,14 +156,6 @@ class GetRegionInstanceTemplateResult:
|
|
162
156
|
"""
|
163
157
|
return pulumi.get(self, "confidential_instance_configs")
|
164
158
|
|
165
|
-
@property
|
166
|
-
@pulumi.getter(name="creationTimestamp")
|
167
|
-
def creation_timestamp(self) -> str:
|
168
|
-
"""
|
169
|
-
Creation timestamp in RFC3339 text format.
|
170
|
-
"""
|
171
|
-
return pulumi.get(self, "creation_timestamp")
|
172
|
-
|
173
159
|
@property
|
174
160
|
@pulumi.getter
|
175
161
|
def description(self) -> str:
|
@@ -232,14 +218,6 @@ class GetRegionInstanceTemplateResult:
|
|
232
218
|
"""
|
233
219
|
return pulumi.get(self, "instance_description")
|
234
220
|
|
235
|
-
@property
|
236
|
-
@pulumi.getter(name="keyRevocationActionType")
|
237
|
-
def key_revocation_action_type(self) -> str:
|
238
|
-
"""
|
239
|
-
Action to be taken when a customer's encryption key is revoked.
|
240
|
-
"""
|
241
|
-
return pulumi.get(self, "key_revocation_action_type")
|
242
|
-
|
243
221
|
@property
|
244
222
|
@pulumi.getter
|
245
223
|
def labels(self) -> Mapping[str, str]:
|
@@ -434,7 +412,6 @@ class AwaitableGetRegionInstanceTemplateResult(GetRegionInstanceTemplateResult):
|
|
434
412
|
advanced_machine_features=self.advanced_machine_features,
|
435
413
|
can_ip_forward=self.can_ip_forward,
|
436
414
|
confidential_instance_configs=self.confidential_instance_configs,
|
437
|
-
creation_timestamp=self.creation_timestamp,
|
438
415
|
description=self.description,
|
439
416
|
disks=self.disks,
|
440
417
|
effective_labels=self.effective_labels,
|
@@ -443,7 +420,6 @@ class AwaitableGetRegionInstanceTemplateResult(GetRegionInstanceTemplateResult):
|
|
443
420
|
guest_accelerators=self.guest_accelerators,
|
444
421
|
id=self.id,
|
445
422
|
instance_description=self.instance_description,
|
446
|
-
key_revocation_action_type=self.key_revocation_action_type,
|
447
423
|
labels=self.labels,
|
448
424
|
machine_type=self.machine_type,
|
449
425
|
metadata=self.metadata,
|
@@ -519,7 +495,6 @@ def get_region_instance_template(filter: Optional[str] = None,
|
|
519
495
|
advanced_machine_features=pulumi.get(__ret__, 'advanced_machine_features'),
|
520
496
|
can_ip_forward=pulumi.get(__ret__, 'can_ip_forward'),
|
521
497
|
confidential_instance_configs=pulumi.get(__ret__, 'confidential_instance_configs'),
|
522
|
-
creation_timestamp=pulumi.get(__ret__, 'creation_timestamp'),
|
523
498
|
description=pulumi.get(__ret__, 'description'),
|
524
499
|
disks=pulumi.get(__ret__, 'disks'),
|
525
500
|
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
@@ -528,7 +503,6 @@ def get_region_instance_template(filter: Optional[str] = None,
|
|
528
503
|
guest_accelerators=pulumi.get(__ret__, 'guest_accelerators'),
|
529
504
|
id=pulumi.get(__ret__, 'id'),
|
530
505
|
instance_description=pulumi.get(__ret__, 'instance_description'),
|
531
|
-
key_revocation_action_type=pulumi.get(__ret__, 'key_revocation_action_type'),
|
532
506
|
labels=pulumi.get(__ret__, 'labels'),
|
533
507
|
machine_type=pulumi.get(__ret__, 'machine_type'),
|
534
508
|
metadata=pulumi.get(__ret__, 'metadata'),
|
@@ -601,7 +575,6 @@ def get_region_instance_template_output(filter: Optional[pulumi.Input[Optional[s
|
|
601
575
|
advanced_machine_features=pulumi.get(__response__, 'advanced_machine_features'),
|
602
576
|
can_ip_forward=pulumi.get(__response__, 'can_ip_forward'),
|
603
577
|
confidential_instance_configs=pulumi.get(__response__, 'confidential_instance_configs'),
|
604
|
-
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
605
578
|
description=pulumi.get(__response__, 'description'),
|
606
579
|
disks=pulumi.get(__response__, 'disks'),
|
607
580
|
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
@@ -610,7 +583,6 @@ def get_region_instance_template_output(filter: Optional[pulumi.Input[Optional[s
|
|
610
583
|
guest_accelerators=pulumi.get(__response__, 'guest_accelerators'),
|
611
584
|
id=pulumi.get(__response__, 'id'),
|
612
585
|
instance_description=pulumi.get(__response__, 'instance_description'),
|
613
|
-
key_revocation_action_type=pulumi.get(__response__, 'key_revocation_action_type'),
|
614
586
|
labels=pulumi.get(__response__, 'labels'),
|
615
587
|
machine_type=pulumi.get(__response__, 'machine_type'),
|
616
588
|
metadata=pulumi.get(__response__, 'metadata'),
|