pulumi-gcp 7.31.0__py3-none-any.whl → 7.31.0a1720509668__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 -40
- pulumi_gcp/applicationintegration/auth_config.py +2 -2
- pulumi_gcp/bigquery/reservation_assignment.py +30 -48
- pulumi_gcp/certificateauthority/certificate_template.py +2 -2
- pulumi_gcp/certificatemanager/_inputs.py +0 -33
- pulumi_gcp/certificatemanager/outputs.py +0 -36
- pulumi_gcp/certificatemanager/trust_config.py +0 -107
- pulumi_gcp/compute/_inputs.py +6 -3
- pulumi_gcp/compute/ca_external_account_key.py +2 -2
- pulumi_gcp/compute/get_health_check.py +1 -11
- pulumi_gcp/compute/global_forwarding_rule.py +4 -2
- pulumi_gcp/compute/health_check.py +0 -124
- pulumi_gcp/compute/instance.py +14 -14
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/outputs.py +8 -4
- pulumi_gcp/compute/region_network_endpoint.py +2 -2
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +3 -3
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/containeranalysis/note.py +2 -2
- pulumi_gcp/dataloss/_inputs.py +0 -3
- pulumi_gcp/dataloss/outputs.py +0 -2
- pulumi_gcp/dataloss/prevention_job_trigger.py +0 -90
- pulumi_gcp/dataplex/_inputs.py +0 -56
- pulumi_gcp/dataplex/datascan.py +0 -12
- pulumi_gcp/dataplex/outputs.py +0 -52
- pulumi_gcp/filestore/backup.py +2 -2
- pulumi_gcp/filestore/instance.py +2 -2
- pulumi_gcp/filestore/snapshot.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +0 -20
- pulumi_gcp/gkehub/outputs.py +0 -12
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/kms/crypto_key.py +7 -7
- pulumi_gcp/kms/outputs.py +0 -270
- pulumi_gcp/logging/_inputs.py +12 -12
- pulumi_gcp/logging/folder_bucket_config.py +6 -6
- pulumi_gcp/logging/organization_bucket_config.py +6 -6
- pulumi_gcp/logging/outputs.py +8 -8
- pulumi_gcp/logging/project_bucket_config.py +6 -6
- pulumi_gcp/looker/instance.py +2 -2
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +2 -2
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +2 -2
- pulumi_gcp/netapp/storage_pool.py +53 -132
- pulumi_gcp/netapp/volume.py +4 -60
- pulumi_gcp/networksecurity/address_group.py +1 -85
- pulumi_gcp/networksecurity/firewall_endpoint.py +2 -2
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +2 -2
- pulumi_gcp/networksecurity/security_profile_group.py +2 -2
- pulumi_gcp/orgpolicy/_inputs.py +10 -40
- pulumi_gcp/orgpolicy/outputs.py +8 -28
- pulumi_gcp/orgpolicy/policy.py +35 -52
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/_inputs.py +3 -3
- pulumi_gcp/pubsub/outputs.py +4 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/__init__.py +0 -5
- pulumi_gcp/securesourcemanager/_inputs.py +0 -284
- pulumi_gcp/securesourcemanager/outputs.py +0 -202
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/securitycenter/_inputs.py +0 -93
- pulumi_gcp/securitycenter/outputs.py +0 -59
- pulumi_gcp/securityposture/posture_deployment.py +78 -0
- pulumi_gcp/servicenetworking/vpc_service_controls.py +2 -2
- pulumi_gcp/vertex/_inputs.py +1 -21
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -222
- pulumi_gcp/vertex/outputs.py +1 -15
- pulumi_gcp/workstations/_inputs.py +1 -33
- pulumi_gcp/workstations/outputs.py +1 -23
- pulumi_gcp/workstations/workstation_config.py +0 -18
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720509668.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720509668.dist-info}/RECORD +78 -86
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720509668.dist-info}/WHEEL +1 -1
- pulumi_gcp/kms/get_crypto_keys.py +0 -143
- pulumi_gcp/kms/get_key_rings.py +0 -119
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +0 -177
- pulumi_gcp/securesourcemanager/repository.py +0 -715
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +0 -804
- pulumi_gcp/securesourcemanager/repository_iam_member.py +0 -804
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +0 -643
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +0 -576
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720509668.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -39654,7 +39654,8 @@ if not MYPY:
|
|
39654
39654
|
"""
|
39655
39655
|
Time within the window to start the operations.
|
39656
39656
|
It must be in an hourly format "HH:MM",
|
39657
|
-
where HH : [00-23] and MM : [00] GMT.
|
39657
|
+
where HH : [00-23] and MM : [00] GMT.
|
39658
|
+
eg: 21:00
|
39658
39659
|
"""
|
39659
39660
|
elif False:
|
39660
39661
|
ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -39668,7 +39669,8 @@ class ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs:
|
|
39668
39669
|
:param pulumi.Input[int] hours_in_cycle: The number of hours between snapshots.
|
39669
39670
|
:param pulumi.Input[str] start_time: Time within the window to start the operations.
|
39670
39671
|
It must be in an hourly format "HH:MM",
|
39671
|
-
where HH : [00-23] and MM : [00] GMT.
|
39672
|
+
where HH : [00-23] and MM : [00] GMT.
|
39673
|
+
eg: 21:00
|
39672
39674
|
"""
|
39673
39675
|
pulumi.set(__self__, "hours_in_cycle", hours_in_cycle)
|
39674
39676
|
pulumi.set(__self__, "start_time", start_time)
|
@@ -39691,7 +39693,8 @@ class ResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleArgs:
|
|
39691
39693
|
"""
|
39692
39694
|
Time within the window to start the operations.
|
39693
39695
|
It must be in an hourly format "HH:MM",
|
39694
|
-
where HH : [00-23] and MM : [00] GMT.
|
39696
|
+
where HH : [00-23] and MM : [00] GMT.
|
39697
|
+
eg: 21:00
|
39695
39698
|
"""
|
39696
39699
|
return pulumi.get(self, "start_time")
|
39697
39700
|
|
@@ -170,8 +170,8 @@ class CaExternalAccountKey(pulumi.CustomResource):
|
|
170
170
|
* [API documentation](https://cloud.google.com/certificate-manager/docs/reference/public-ca/rest/v1/projects.locations.externalAccountKeys/create)
|
171
171
|
* How-to Guides
|
172
172
|
* [Official Documentation](https://cloud.google.com/certificate-manager/docs/public-ca)
|
173
|
-
* [Request Certificate Using Public CA](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial)
|
174
173
|
* [Request EAB key ID and HMAC](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial#request-key-hmac)
|
174
|
+
* [Request Certificate Using Public CA](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial)
|
175
175
|
|
176
176
|
> **Warning:** This resource is create-only and could not be read from the API.
|
177
177
|
On delete, the resource would be removed from the state.
|
@@ -214,8 +214,8 @@ class CaExternalAccountKey(pulumi.CustomResource):
|
|
214
214
|
* [API documentation](https://cloud.google.com/certificate-manager/docs/reference/public-ca/rest/v1/projects.locations.externalAccountKeys/create)
|
215
215
|
* How-to Guides
|
216
216
|
* [Official Documentation](https://cloud.google.com/certificate-manager/docs/public-ca)
|
217
|
-
* [Request Certificate Using Public CA](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial)
|
218
217
|
* [Request EAB key ID and HMAC](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial#request-key-hmac)
|
218
|
+
* [Request Certificate Using Public CA](https://cloud.google.com/certificate-manager/docs/public-ca-tutorial)
|
219
219
|
|
220
220
|
> **Warning:** This resource is create-only and could not be read from the API.
|
221
221
|
On delete, the resource would be removed from the state.
|
@@ -27,7 +27,7 @@ class GetHealthCheckResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getHealthCheck.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, check_interval_sec=None, creation_timestamp=None, description=None, grpc_health_checks=None, healthy_threshold=None, http2_health_checks=None, http_health_checks=None, https_health_checks=None, id=None, log_configs=None, name=None, project=None, self_link=None,
|
30
|
+
def __init__(__self__, check_interval_sec=None, creation_timestamp=None, description=None, grpc_health_checks=None, healthy_threshold=None, http2_health_checks=None, http_health_checks=None, https_health_checks=None, id=None, log_configs=None, name=None, project=None, self_link=None, ssl_health_checks=None, tcp_health_checks=None, timeout_sec=None, type=None, unhealthy_threshold=None):
|
31
31
|
if check_interval_sec and not isinstance(check_interval_sec, int):
|
32
32
|
raise TypeError("Expected argument 'check_interval_sec' to be a int")
|
33
33
|
pulumi.set(__self__, "check_interval_sec", check_interval_sec)
|
@@ -67,9 +67,6 @@ class GetHealthCheckResult:
|
|
67
67
|
if self_link and not isinstance(self_link, str):
|
68
68
|
raise TypeError("Expected argument 'self_link' to be a str")
|
69
69
|
pulumi.set(__self__, "self_link", self_link)
|
70
|
-
if source_regions and not isinstance(source_regions, list):
|
71
|
-
raise TypeError("Expected argument 'source_regions' to be a list")
|
72
|
-
pulumi.set(__self__, "source_regions", source_regions)
|
73
70
|
if ssl_health_checks and not isinstance(ssl_health_checks, list):
|
74
71
|
raise TypeError("Expected argument 'ssl_health_checks' to be a list")
|
75
72
|
pulumi.set(__self__, "ssl_health_checks", ssl_health_checks)
|
@@ -154,11 +151,6 @@ class GetHealthCheckResult:
|
|
154
151
|
def self_link(self) -> str:
|
155
152
|
return pulumi.get(self, "self_link")
|
156
153
|
|
157
|
-
@property
|
158
|
-
@pulumi.getter(name="sourceRegions")
|
159
|
-
def source_regions(self) -> Sequence[str]:
|
160
|
-
return pulumi.get(self, "source_regions")
|
161
|
-
|
162
154
|
@property
|
163
155
|
@pulumi.getter(name="sslHealthChecks")
|
164
156
|
def ssl_health_checks(self) -> Sequence['outputs.GetHealthCheckSslHealthCheckResult']:
|
@@ -204,7 +196,6 @@ class AwaitableGetHealthCheckResult(GetHealthCheckResult):
|
|
204
196
|
name=self.name,
|
205
197
|
project=self.project,
|
206
198
|
self_link=self.self_link,
|
207
|
-
source_regions=self.source_regions,
|
208
199
|
ssl_health_checks=self.ssl_health_checks,
|
209
200
|
tcp_health_checks=self.tcp_health_checks,
|
210
201
|
timeout_sec=self.timeout_sec,
|
@@ -247,7 +238,6 @@ def get_health_check(name: Optional[str] = None,
|
|
247
238
|
name=pulumi.get(__ret__, 'name'),
|
248
239
|
project=pulumi.get(__ret__, 'project'),
|
249
240
|
self_link=pulumi.get(__ret__, 'self_link'),
|
250
|
-
source_regions=pulumi.get(__ret__, 'source_regions'),
|
251
241
|
ssl_health_checks=pulumi.get(__ret__, 'ssl_health_checks'),
|
252
242
|
tcp_health_checks=pulumi.get(__ret__, 'tcp_health_checks'),
|
253
243
|
timeout_sec=pulumi.get(__ret__, 'timeout_sec'),
|
@@ -1174,7 +1174,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1174
1174
|
balancing. Global forwarding rules can only be used for HTTP load
|
1175
1175
|
balancing.
|
1176
1176
|
|
1177
|
-
For more information, see
|
1177
|
+
For more information, see
|
1178
|
+
https://cloud.google.com/compute/docs/load-balancing/http/
|
1178
1179
|
|
1179
1180
|
## Example Usage
|
1180
1181
|
|
@@ -1686,7 +1687,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1686
1687
|
balancing. Global forwarding rules can only be used for HTTP load
|
1687
1688
|
balancing.
|
1688
1689
|
|
1689
|
-
For more information, see
|
1690
|
+
For more information, see
|
1691
|
+
https://cloud.google.com/compute/docs/load-balancing/http/
|
1690
1692
|
|
1691
1693
|
## Example Usage
|
1692
1694
|
|
@@ -31,7 +31,6 @@ class HealthCheckArgs:
|
|
31
31
|
log_config: Optional[pulumi.Input['HealthCheckLogConfigArgs']] = None,
|
32
32
|
name: Optional[pulumi.Input[str]] = None,
|
33
33
|
project: Optional[pulumi.Input[str]] = None,
|
34
|
-
source_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
35
34
|
ssl_health_check: Optional[pulumi.Input['HealthCheckSslHealthCheckArgs']] = None,
|
36
35
|
tcp_health_check: Optional[pulumi.Input['HealthCheckTcpHealthCheckArgs']] = None,
|
37
36
|
timeout_sec: Optional[pulumi.Input[int]] = None,
|
@@ -66,18 +65,6 @@ class HealthCheckArgs:
|
|
66
65
|
- - -
|
67
66
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
68
67
|
If it is not provided, the provider project is used.
|
69
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_regions: The list of cloud regions from which health checks are performed. If
|
70
|
-
any regions are specified, then exactly 3 regions should be specified.
|
71
|
-
The region names must be valid names of Google Cloud regions. This can
|
72
|
-
only be set for global health check. If this list is non-empty, then
|
73
|
-
there are restrictions on what other health check fields are supported
|
74
|
-
and what other resources can use this health check:
|
75
|
-
* SSL, HTTP2, and GRPC protocols are not supported.
|
76
|
-
* The TCP request field is not supported.
|
77
|
-
* The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
|
78
|
-
* The checkIntervalSec field must be at least 30.
|
79
|
-
* The health check cannot be used with BackendService nor with managed
|
80
|
-
instance group auto-healing.
|
81
68
|
:param pulumi.Input['HealthCheckSslHealthCheckArgs'] ssl_health_check: A nested object resource
|
82
69
|
Structure is documented below.
|
83
70
|
:param pulumi.Input['HealthCheckTcpHealthCheckArgs'] tcp_health_check: A nested object resource
|
@@ -108,8 +95,6 @@ class HealthCheckArgs:
|
|
108
95
|
pulumi.set(__self__, "name", name)
|
109
96
|
if project is not None:
|
110
97
|
pulumi.set(__self__, "project", project)
|
111
|
-
if source_regions is not None:
|
112
|
-
pulumi.set(__self__, "source_regions", source_regions)
|
113
98
|
if ssl_health_check is not None:
|
114
99
|
pulumi.set(__self__, "ssl_health_check", ssl_health_check)
|
115
100
|
if tcp_health_check is not None:
|
@@ -257,29 +242,6 @@ class HealthCheckArgs:
|
|
257
242
|
def project(self, value: Optional[pulumi.Input[str]]):
|
258
243
|
pulumi.set(self, "project", value)
|
259
244
|
|
260
|
-
@property
|
261
|
-
@pulumi.getter(name="sourceRegions")
|
262
|
-
def source_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
263
|
-
"""
|
264
|
-
The list of cloud regions from which health checks are performed. If
|
265
|
-
any regions are specified, then exactly 3 regions should be specified.
|
266
|
-
The region names must be valid names of Google Cloud regions. This can
|
267
|
-
only be set for global health check. If this list is non-empty, then
|
268
|
-
there are restrictions on what other health check fields are supported
|
269
|
-
and what other resources can use this health check:
|
270
|
-
* SSL, HTTP2, and GRPC protocols are not supported.
|
271
|
-
* The TCP request field is not supported.
|
272
|
-
* The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
|
273
|
-
* The checkIntervalSec field must be at least 30.
|
274
|
-
* The health check cannot be used with BackendService nor with managed
|
275
|
-
instance group auto-healing.
|
276
|
-
"""
|
277
|
-
return pulumi.get(self, "source_regions")
|
278
|
-
|
279
|
-
@source_regions.setter
|
280
|
-
def source_regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
281
|
-
pulumi.set(self, "source_regions", value)
|
282
|
-
|
283
245
|
@property
|
284
246
|
@pulumi.getter(name="sslHealthCheck")
|
285
247
|
def ssl_health_check(self) -> Optional[pulumi.Input['HealthCheckSslHealthCheckArgs']]:
|
@@ -349,7 +311,6 @@ class _HealthCheckState:
|
|
349
311
|
name: Optional[pulumi.Input[str]] = None,
|
350
312
|
project: Optional[pulumi.Input[str]] = None,
|
351
313
|
self_link: Optional[pulumi.Input[str]] = None,
|
352
|
-
source_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
353
314
|
ssl_health_check: Optional[pulumi.Input['HealthCheckSslHealthCheckArgs']] = None,
|
354
315
|
tcp_health_check: Optional[pulumi.Input['HealthCheckTcpHealthCheckArgs']] = None,
|
355
316
|
timeout_sec: Optional[pulumi.Input[int]] = None,
|
@@ -387,18 +348,6 @@ class _HealthCheckState:
|
|
387
348
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
388
349
|
If it is not provided, the provider project is used.
|
389
350
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
390
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_regions: The list of cloud regions from which health checks are performed. If
|
391
|
-
any regions are specified, then exactly 3 regions should be specified.
|
392
|
-
The region names must be valid names of Google Cloud regions. This can
|
393
|
-
only be set for global health check. If this list is non-empty, then
|
394
|
-
there are restrictions on what other health check fields are supported
|
395
|
-
and what other resources can use this health check:
|
396
|
-
* SSL, HTTP2, and GRPC protocols are not supported.
|
397
|
-
* The TCP request field is not supported.
|
398
|
-
* The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
|
399
|
-
* The checkIntervalSec field must be at least 30.
|
400
|
-
* The health check cannot be used with BackendService nor with managed
|
401
|
-
instance group auto-healing.
|
402
351
|
:param pulumi.Input['HealthCheckSslHealthCheckArgs'] ssl_health_check: A nested object resource
|
403
352
|
Structure is documented below.
|
404
353
|
:param pulumi.Input['HealthCheckTcpHealthCheckArgs'] tcp_health_check: A nested object resource
|
@@ -434,8 +383,6 @@ class _HealthCheckState:
|
|
434
383
|
pulumi.set(__self__, "project", project)
|
435
384
|
if self_link is not None:
|
436
385
|
pulumi.set(__self__, "self_link", self_link)
|
437
|
-
if source_regions is not None:
|
438
|
-
pulumi.set(__self__, "source_regions", source_regions)
|
439
386
|
if ssl_health_check is not None:
|
440
387
|
pulumi.set(__self__, "ssl_health_check", ssl_health_check)
|
441
388
|
if tcp_health_check is not None:
|
@@ -609,29 +556,6 @@ class _HealthCheckState:
|
|
609
556
|
def self_link(self, value: Optional[pulumi.Input[str]]):
|
610
557
|
pulumi.set(self, "self_link", value)
|
611
558
|
|
612
|
-
@property
|
613
|
-
@pulumi.getter(name="sourceRegions")
|
614
|
-
def source_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
615
|
-
"""
|
616
|
-
The list of cloud regions from which health checks are performed. If
|
617
|
-
any regions are specified, then exactly 3 regions should be specified.
|
618
|
-
The region names must be valid names of Google Cloud regions. This can
|
619
|
-
only be set for global health check. If this list is non-empty, then
|
620
|
-
there are restrictions on what other health check fields are supported
|
621
|
-
and what other resources can use this health check:
|
622
|
-
* SSL, HTTP2, and GRPC protocols are not supported.
|
623
|
-
* The TCP request field is not supported.
|
624
|
-
* The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
|
625
|
-
* The checkIntervalSec field must be at least 30.
|
626
|
-
* The health check cannot be used with BackendService nor with managed
|
627
|
-
instance group auto-healing.
|
628
|
-
"""
|
629
|
-
return pulumi.get(self, "source_regions")
|
630
|
-
|
631
|
-
@source_regions.setter
|
632
|
-
def source_regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
633
|
-
pulumi.set(self, "source_regions", value)
|
634
|
-
|
635
559
|
@property
|
636
560
|
@pulumi.getter(name="sslHealthCheck")
|
637
561
|
def ssl_health_check(self) -> Optional[pulumi.Input['HealthCheckSslHealthCheckArgs']]:
|
@@ -713,7 +637,6 @@ class HealthCheck(pulumi.CustomResource):
|
|
713
637
|
log_config: Optional[pulumi.Input[Union['HealthCheckLogConfigArgs', 'HealthCheckLogConfigArgsDict']]] = None,
|
714
638
|
name: Optional[pulumi.Input[str]] = None,
|
715
639
|
project: Optional[pulumi.Input[str]] = None,
|
716
|
-
source_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
717
640
|
ssl_health_check: Optional[pulumi.Input[Union['HealthCheckSslHealthCheckArgs', 'HealthCheckSslHealthCheckArgsDict']]] = None,
|
718
641
|
tcp_health_check: Optional[pulumi.Input[Union['HealthCheckTcpHealthCheckArgs', 'HealthCheckTcpHealthCheckArgsDict']]] = None,
|
719
642
|
timeout_sec: Optional[pulumi.Input[int]] = None,
|
@@ -1024,18 +947,6 @@ class HealthCheck(pulumi.CustomResource):
|
|
1024
947
|
- - -
|
1025
948
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1026
949
|
If it is not provided, the provider project is used.
|
1027
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_regions: The list of cloud regions from which health checks are performed. If
|
1028
|
-
any regions are specified, then exactly 3 regions should be specified.
|
1029
|
-
The region names must be valid names of Google Cloud regions. This can
|
1030
|
-
only be set for global health check. If this list is non-empty, then
|
1031
|
-
there are restrictions on what other health check fields are supported
|
1032
|
-
and what other resources can use this health check:
|
1033
|
-
* SSL, HTTP2, and GRPC protocols are not supported.
|
1034
|
-
* The TCP request field is not supported.
|
1035
|
-
* The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
|
1036
|
-
* The checkIntervalSec field must be at least 30.
|
1037
|
-
* The health check cannot be used with BackendService nor with managed
|
1038
|
-
instance group auto-healing.
|
1039
950
|
:param pulumi.Input[Union['HealthCheckSslHealthCheckArgs', 'HealthCheckSslHealthCheckArgsDict']] ssl_health_check: A nested object resource
|
1040
951
|
Structure is documented below.
|
1041
952
|
:param pulumi.Input[Union['HealthCheckTcpHealthCheckArgs', 'HealthCheckTcpHealthCheckArgsDict']] tcp_health_check: A nested object resource
|
@@ -1352,7 +1263,6 @@ class HealthCheck(pulumi.CustomResource):
|
|
1352
1263
|
log_config: Optional[pulumi.Input[Union['HealthCheckLogConfigArgs', 'HealthCheckLogConfigArgsDict']]] = None,
|
1353
1264
|
name: Optional[pulumi.Input[str]] = None,
|
1354
1265
|
project: Optional[pulumi.Input[str]] = None,
|
1355
|
-
source_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1356
1266
|
ssl_health_check: Optional[pulumi.Input[Union['HealthCheckSslHealthCheckArgs', 'HealthCheckSslHealthCheckArgsDict']]] = None,
|
1357
1267
|
tcp_health_check: Optional[pulumi.Input[Union['HealthCheckTcpHealthCheckArgs', 'HealthCheckTcpHealthCheckArgsDict']]] = None,
|
1358
1268
|
timeout_sec: Optional[pulumi.Input[int]] = None,
|
@@ -1376,7 +1286,6 @@ class HealthCheck(pulumi.CustomResource):
|
|
1376
1286
|
__props__.__dict__["log_config"] = log_config
|
1377
1287
|
__props__.__dict__["name"] = name
|
1378
1288
|
__props__.__dict__["project"] = project
|
1379
|
-
__props__.__dict__["source_regions"] = source_regions
|
1380
1289
|
__props__.__dict__["ssl_health_check"] = ssl_health_check
|
1381
1290
|
__props__.__dict__["tcp_health_check"] = tcp_health_check
|
1382
1291
|
__props__.__dict__["timeout_sec"] = timeout_sec
|
@@ -1406,7 +1315,6 @@ class HealthCheck(pulumi.CustomResource):
|
|
1406
1315
|
name: Optional[pulumi.Input[str]] = None,
|
1407
1316
|
project: Optional[pulumi.Input[str]] = None,
|
1408
1317
|
self_link: Optional[pulumi.Input[str]] = None,
|
1409
|
-
source_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1410
1318
|
ssl_health_check: Optional[pulumi.Input[Union['HealthCheckSslHealthCheckArgs', 'HealthCheckSslHealthCheckArgsDict']]] = None,
|
1411
1319
|
tcp_health_check: Optional[pulumi.Input[Union['HealthCheckTcpHealthCheckArgs', 'HealthCheckTcpHealthCheckArgsDict']]] = None,
|
1412
1320
|
timeout_sec: Optional[pulumi.Input[int]] = None,
|
@@ -1449,18 +1357,6 @@ class HealthCheck(pulumi.CustomResource):
|
|
1449
1357
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1450
1358
|
If it is not provided, the provider project is used.
|
1451
1359
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
1452
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_regions: The list of cloud regions from which health checks are performed. If
|
1453
|
-
any regions are specified, then exactly 3 regions should be specified.
|
1454
|
-
The region names must be valid names of Google Cloud regions. This can
|
1455
|
-
only be set for global health check. If this list is non-empty, then
|
1456
|
-
there are restrictions on what other health check fields are supported
|
1457
|
-
and what other resources can use this health check:
|
1458
|
-
* SSL, HTTP2, and GRPC protocols are not supported.
|
1459
|
-
* The TCP request field is not supported.
|
1460
|
-
* The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
|
1461
|
-
* The checkIntervalSec field must be at least 30.
|
1462
|
-
* The health check cannot be used with BackendService nor with managed
|
1463
|
-
instance group auto-healing.
|
1464
1360
|
:param pulumi.Input[Union['HealthCheckSslHealthCheckArgs', 'HealthCheckSslHealthCheckArgsDict']] ssl_health_check: A nested object resource
|
1465
1361
|
Structure is documented below.
|
1466
1362
|
:param pulumi.Input[Union['HealthCheckTcpHealthCheckArgs', 'HealthCheckTcpHealthCheckArgsDict']] tcp_health_check: A nested object resource
|
@@ -1488,7 +1384,6 @@ class HealthCheck(pulumi.CustomResource):
|
|
1488
1384
|
__props__.__dict__["name"] = name
|
1489
1385
|
__props__.__dict__["project"] = project
|
1490
1386
|
__props__.__dict__["self_link"] = self_link
|
1491
|
-
__props__.__dict__["source_regions"] = source_regions
|
1492
1387
|
__props__.__dict__["ssl_health_check"] = ssl_health_check
|
1493
1388
|
__props__.__dict__["tcp_health_check"] = tcp_health_check
|
1494
1389
|
__props__.__dict__["timeout_sec"] = timeout_sec
|
@@ -1610,25 +1505,6 @@ class HealthCheck(pulumi.CustomResource):
|
|
1610
1505
|
"""
|
1611
1506
|
return pulumi.get(self, "self_link")
|
1612
1507
|
|
1613
|
-
@property
|
1614
|
-
@pulumi.getter(name="sourceRegions")
|
1615
|
-
def source_regions(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
1616
|
-
"""
|
1617
|
-
The list of cloud regions from which health checks are performed. If
|
1618
|
-
any regions are specified, then exactly 3 regions should be specified.
|
1619
|
-
The region names must be valid names of Google Cloud regions. This can
|
1620
|
-
only be set for global health check. If this list is non-empty, then
|
1621
|
-
there are restrictions on what other health check fields are supported
|
1622
|
-
and what other resources can use this health check:
|
1623
|
-
* SSL, HTTP2, and GRPC protocols are not supported.
|
1624
|
-
* The TCP request field is not supported.
|
1625
|
-
* The proxyHeader field for HTTP, HTTPS, and TCP is not supported.
|
1626
|
-
* The checkIntervalSec field must be at least 30.
|
1627
|
-
* The health check cannot be used with BackendService nor with managed
|
1628
|
-
instance group auto-healing.
|
1629
|
-
"""
|
1630
|
-
return pulumi.get(self, "source_regions")
|
1631
|
-
|
1632
1508
|
@property
|
1633
1509
|
@pulumi.getter(name="sslHealthCheck")
|
1634
1510
|
def ssl_health_check(self) -> pulumi.Output[Optional['outputs.HealthCheckSslHealthCheck']]:
|
pulumi_gcp/compute/instance.py
CHANGED
@@ -92,8 +92,8 @@ class InstanceArgs:
|
|
92
92
|
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
93
93
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
|
94
94
|
within the instance. Ssh keys attached in the Cloud Console will be removed.
|
95
|
-
Add them to your config in order to keep them attached to your instance.
|
96
|
-
|
95
|
+
Add them to your config in order to keep them attached to your instance. A
|
96
|
+
list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
|
97
97
|
|
98
98
|
> Depending on the OS you choose for your instance, some metadata keys have
|
99
99
|
special functionality. Most linux-based images will run the content of
|
@@ -412,8 +412,8 @@ class InstanceArgs:
|
|
412
412
|
"""
|
413
413
|
Metadata key/value pairs to make available from
|
414
414
|
within the instance. Ssh keys attached in the Cloud Console will be removed.
|
415
|
-
Add them to your config in order to keep them attached to your instance.
|
416
|
-
|
415
|
+
Add them to your config in order to keep them attached to your instance. A
|
416
|
+
list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
|
417
417
|
|
418
418
|
> Depending on the OS you choose for your instance, some metadata keys have
|
419
419
|
special functionality. Most linux-based images will run the content of
|
@@ -721,8 +721,8 @@ class _InstanceState:
|
|
721
721
|
There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
|
722
722
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
|
723
723
|
within the instance. Ssh keys attached in the Cloud Console will be removed.
|
724
|
-
Add them to your config in order to keep them attached to your instance.
|
725
|
-
|
724
|
+
Add them to your config in order to keep them attached to your instance. A
|
725
|
+
list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
|
726
726
|
|
727
727
|
> Depending on the OS you choose for your instance, some metadata keys have
|
728
728
|
special functionality. Most linux-based images will run the content of
|
@@ -1115,8 +1115,8 @@ class _InstanceState:
|
|
1115
1115
|
"""
|
1116
1116
|
Metadata key/value pairs to make available from
|
1117
1117
|
within the instance. Ssh keys attached in the Cloud Console will be removed.
|
1118
|
-
Add them to your config in order to keep them attached to your instance.
|
1119
|
-
|
1118
|
+
Add them to your config in order to keep them attached to your instance. A
|
1119
|
+
list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
|
1120
1120
|
|
1121
1121
|
> Depending on the OS you choose for your instance, some metadata keys have
|
1122
1122
|
special functionality. Most linux-based images will run the content of
|
@@ -1548,8 +1548,8 @@ class Instance(pulumi.CustomResource):
|
|
1548
1548
|
There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
|
1549
1549
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
|
1550
1550
|
within the instance. Ssh keys attached in the Cloud Console will be removed.
|
1551
|
-
Add them to your config in order to keep them attached to your instance.
|
1552
|
-
|
1551
|
+
Add them to your config in order to keep them attached to your instance. A
|
1552
|
+
list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
|
1553
1553
|
|
1554
1554
|
> Depending on the OS you choose for your instance, some metadata keys have
|
1555
1555
|
special functionality. Most linux-based images will run the content of
|
@@ -1882,8 +1882,8 @@ class Instance(pulumi.CustomResource):
|
|
1882
1882
|
There is a limit of 6.5 GB per CPU unless you add [extended memory](https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#extendedmemory). You must do this explicitly by adding the suffix `-ext`, e.g. `custom-2-15360-ext` for 2 vCPU and 15 GB of memory.
|
1883
1883
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
|
1884
1884
|
within the instance. Ssh keys attached in the Cloud Console will be removed.
|
1885
|
-
Add them to your config in order to keep them attached to your instance.
|
1886
|
-
|
1885
|
+
Add them to your config in order to keep them attached to your instance. A
|
1886
|
+
list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
|
1887
1887
|
|
1888
1888
|
> Depending on the OS you choose for your instance, some metadata keys have
|
1889
1889
|
special functionality. Most linux-based images will run the content of
|
@@ -2165,8 +2165,8 @@ class Instance(pulumi.CustomResource):
|
|
2165
2165
|
"""
|
2166
2166
|
Metadata key/value pairs to make available from
|
2167
2167
|
within the instance. Ssh keys attached in the Cloud Console will be removed.
|
2168
|
-
Add them to your config in order to keep them attached to your instance.
|
2169
|
-
|
2168
|
+
Add them to your config in order to keep them attached to your instance. A
|
2169
|
+
list of default metadata values (e.g. ssh-keys) can be found [here](https://cloud.google.com/compute/docs/metadata/default-metadata-values)
|
2170
2170
|
|
2171
2171
|
> Depending on the OS you choose for your instance, some metadata keys have
|
2172
2172
|
special functionality. Most linux-based images will run the content of
|
@@ -201,8 +201,8 @@ class InstanceGroupMembership(pulumi.CustomResource):
|
|
201
201
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups)
|
202
202
|
* How-to Guides
|
203
203
|
* [Add instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/addInstances)
|
204
|
-
* [List instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/listInstances)
|
205
204
|
* [Remove instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/removeInstances)
|
205
|
+
* [List instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/listInstances)
|
206
206
|
|
207
207
|
## Example Usage
|
208
208
|
|
@@ -294,8 +294,8 @@ class InstanceGroupMembership(pulumi.CustomResource):
|
|
294
294
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups)
|
295
295
|
* How-to Guides
|
296
296
|
* [Add instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/addInstances)
|
297
|
-
* [List instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/listInstances)
|
298
297
|
* [Remove instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/removeInstances)
|
298
|
+
* [List instances](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroups/listInstances)
|
299
299
|
|
300
300
|
## Example Usage
|
301
301
|
|
pulumi_gcp/compute/outputs.py
CHANGED
@@ -29991,7 +29991,8 @@ class ResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule(dict):
|
|
29991
29991
|
:param int hours_in_cycle: The number of hours between snapshots.
|
29992
29992
|
:param str start_time: Time within the window to start the operations.
|
29993
29993
|
It must be in an hourly format "HH:MM",
|
29994
|
-
where HH : [00-23] and MM : [00] GMT.
|
29994
|
+
where HH : [00-23] and MM : [00] GMT.
|
29995
|
+
eg: 21:00
|
29995
29996
|
"""
|
29996
29997
|
pulumi.set(__self__, "hours_in_cycle", hours_in_cycle)
|
29997
29998
|
pulumi.set(__self__, "start_time", start_time)
|
@@ -30010,7 +30011,8 @@ class ResourcePolicySnapshotSchedulePolicyScheduleHourlySchedule(dict):
|
|
30010
30011
|
"""
|
30011
30012
|
Time within the window to start the operations.
|
30012
30013
|
It must be in an hourly format "HH:MM",
|
30013
|
-
where HH : [00-23] and MM : [00] GMT.
|
30014
|
+
where HH : [00-23] and MM : [00] GMT.
|
30015
|
+
eg: 21:00
|
30014
30016
|
"""
|
30015
30017
|
return pulumi.get(self, "start_time")
|
30016
30018
|
|
@@ -49721,7 +49723,8 @@ class GetResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleResult(dict):
|
|
49721
49723
|
:param int hours_in_cycle: The number of hours between snapshots.
|
49722
49724
|
:param str start_time: Time within the window to start the operations.
|
49723
49725
|
It must be in an hourly format "HH:MM",
|
49724
|
-
where HH : [00-23] and MM : [00] GMT.
|
49726
|
+
where HH : [00-23] and MM : [00] GMT.
|
49727
|
+
eg: 21:00
|
49725
49728
|
"""
|
49726
49729
|
pulumi.set(__self__, "hours_in_cycle", hours_in_cycle)
|
49727
49730
|
pulumi.set(__self__, "start_time", start_time)
|
@@ -49740,7 +49743,8 @@ class GetResourcePolicySnapshotSchedulePolicyScheduleHourlyScheduleResult(dict):
|
|
49740
49743
|
"""
|
49741
49744
|
Time within the window to start the operations.
|
49742
49745
|
It must be in an hourly format "HH:MM",
|
49743
|
-
where HH : [00-23] and MM : [00] GMT.
|
49746
|
+
where HH : [00-23] and MM : [00] GMT.
|
49747
|
+
eg: 21:00
|
49744
49748
|
"""
|
49745
49749
|
return pulumi.get(self, "start_time")
|
49746
49750
|
|
@@ -338,8 +338,8 @@ class RegionNetworkEndpoint(pulumi.CustomResource):
|
|
338
338
|
|
339
339
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups)
|
340
340
|
* How-to Guides
|
341
|
-
* [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
|
342
341
|
* [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)
|
342
|
+
* [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
|
343
343
|
|
344
344
|
## Example Usage
|
345
345
|
|
@@ -491,8 +491,8 @@ class RegionNetworkEndpoint(pulumi.CustomResource):
|
|
491
491
|
|
492
492
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups)
|
493
493
|
* How-to Guides
|
494
|
-
* [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
|
495
494
|
* [Official Documentation](https://cloud.google.com/load-balancing/docs/negs/)
|
495
|
+
* [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
|
496
496
|
|
497
497
|
## Example Usage
|
498
498
|
|
@@ -563,8 +563,8 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
563
563
|
|
564
564
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups)
|
565
565
|
* How-to Guides
|
566
|
-
* [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
|
567
566
|
* [Serverless NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/serverless-neg-concepts)
|
567
|
+
* [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
|
568
568
|
|
569
569
|
## Example Usage
|
570
570
|
|
@@ -899,8 +899,8 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
899
899
|
|
900
900
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/regionNetworkEndpointGroups)
|
901
901
|
* How-to Guides
|
902
|
-
* [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
|
903
902
|
* [Serverless NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/serverless-neg-concepts)
|
903
|
+
* [Internet NEGs Official Documentation](https://cloud.google.com/load-balancing/docs/negs/internet-neg-concepts)
|
904
904
|
|
905
905
|
## Example Usage
|
906
906
|
|
pulumi_gcp/compute/subnetwork.py
CHANGED
@@ -872,8 +872,8 @@ class Subnetwork(pulumi.CustomResource):
|
|
872
872
|
|
873
873
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks)
|
874
874
|
* How-to Guides
|
875
|
-
* [Cloud Networking](https://cloud.google.com/vpc/docs/using-vpc)
|
876
875
|
* [Private Google Access](https://cloud.google.com/vpc/docs/configure-private-google-access)
|
876
|
+
* [Cloud Networking](https://cloud.google.com/vpc/docs/using-vpc)
|
877
877
|
|
878
878
|
## Example Usage
|
879
879
|
|
@@ -1128,8 +1128,8 @@ class Subnetwork(pulumi.CustomResource):
|
|
1128
1128
|
|
1129
1129
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks)
|
1130
1130
|
* How-to Guides
|
1131
|
-
* [Cloud Networking](https://cloud.google.com/vpc/docs/using-vpc)
|
1132
1131
|
* [Private Google Access](https://cloud.google.com/vpc/docs/configure-private-google-access)
|
1132
|
+
* [Cloud Networking](https://cloud.google.com/vpc/docs/using-vpc)
|
1133
1133
|
|
1134
1134
|
## Example Usage
|
1135
1135
|
|
pulumi_gcp/config/__init__.pyi
CHANGED
@@ -305,8 +305,6 @@ securityCenterCustomEndpoint: Optional[str]
|
|
305
305
|
|
306
306
|
securityCenterManagementCustomEndpoint: Optional[str]
|
307
307
|
|
308
|
-
securityCenterV2CustomEndpoint: Optional[str]
|
309
|
-
|
310
308
|
securityScannerCustomEndpoint: Optional[str]
|
311
309
|
|
312
310
|
securitypostureCustomEndpoint: Optional[str]
|
pulumi_gcp/config/vars.py
CHANGED
@@ -601,10 +601,6 @@ class _ExportableConfig(types.ModuleType):
|
|
601
601
|
def security_center_management_custom_endpoint(self) -> Optional[str]:
|
602
602
|
return __config__.get('securityCenterManagementCustomEndpoint')
|
603
603
|
|
604
|
-
@property
|
605
|
-
def security_center_v2_custom_endpoint(self) -> Optional[str]:
|
606
|
-
return __config__.get('securityCenterV2CustomEndpoint')
|
607
|
-
|
608
604
|
@property
|
609
605
|
def security_scanner_custom_endpoint(self) -> Optional[str]:
|
610
606
|
return __config__.get('securityScannerCustomEndpoint')
|
pulumi_gcp/container/_inputs.py
CHANGED
@@ -7610,7 +7610,7 @@ if not MYPY:
|
|
7610
7610
|
"""
|
7611
7611
|
enable_components: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7612
7612
|
"""
|
7613
|
-
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET
|
7613
|
+
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
|
7614
7614
|
"""
|
7615
7615
|
managed_prometheus: NotRequired[pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgsDict']]
|
7616
7616
|
"""
|
@@ -7627,7 +7627,7 @@ class ClusterMonitoringConfigArgs:
|
|
7627
7627
|
managed_prometheus: Optional[pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgs']] = None):
|
7628
7628
|
"""
|
7629
7629
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs']]] advanced_datapath_observability_configs: Configuration for Advanced Datapath Monitoring. Structure is documented below.
|
7630
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET
|
7630
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
|
7631
7631
|
:param pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgs'] managed_prometheus: Configuration for Managed Service for Prometheus. Structure is documented below.
|
7632
7632
|
"""
|
7633
7633
|
if advanced_datapath_observability_configs is not None:
|
@@ -7653,7 +7653,7 @@ class ClusterMonitoringConfigArgs:
|
|
7653
7653
|
@pulumi.getter(name="enableComponents")
|
7654
7654
|
def enable_components(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
7655
7655
|
"""
|
7656
|
-
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET
|
7656
|
+
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
|
7657
7657
|
"""
|
7658
7658
|
return pulumi.get(self, "enable_components")
|
7659
7659
|
|