pulumi-gcp 7.27.0__py3-none-any.whl → 7.27.0a1718103841__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 -32
- pulumi_gcp/appengine/_inputs.py +0 -40
- pulumi_gcp/appengine/flexible_app_version.py +0 -47
- pulumi_gcp/appengine/outputs.py +0 -51
- pulumi_gcp/bigtable/instance.py +0 -47
- pulumi_gcp/clouddeploy/_inputs.py +0 -16
- pulumi_gcp/clouddeploy/outputs.py +0 -12
- pulumi_gcp/compute/__init__.py +0 -2
- pulumi_gcp/compute/_inputs.py +0 -84
- pulumi_gcp/compute/backend_service.py +0 -54
- pulumi_gcp/compute/disk.py +0 -68
- pulumi_gcp/compute/get_backend_service.py +1 -11
- pulumi_gcp/compute/get_disk.py +1 -11
- pulumi_gcp/compute/get_instance.py +1 -11
- pulumi_gcp/compute/get_instance_group_manager.py +1 -31
- pulumi_gcp/compute/get_instance_template.py +1 -11
- pulumi_gcp/compute/get_region_instance_template.py +1 -11
- pulumi_gcp/compute/instance.py +0 -47
- pulumi_gcp/compute/instance_from_machine_image.py +0 -47
- pulumi_gcp/compute/instance_from_template.py +0 -47
- pulumi_gcp/compute/instance_group_manager.py +0 -185
- pulumi_gcp/compute/instance_template.py +0 -47
- pulumi_gcp/compute/outputs.py +0 -1039
- pulumi_gcp/compute/region_instance_group_manager.py +0 -185
- pulumi_gcp/compute/region_instance_template.py +0 -47
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +4 -33
- pulumi_gcp/container/cluster.py +0 -61
- pulumi_gcp/container/get_cluster.py +1 -11
- pulumi_gcp/container/outputs.py +4 -48
- pulumi_gcp/dataloss/_inputs.py +19 -185
- pulumi_gcp/dataloss/outputs.py +17 -206
- pulumi_gcp/dataloss/prevention_inspect_template.py +0 -54
- pulumi_gcp/gkebackup/_inputs.py +7 -282
- pulumi_gcp/gkebackup/backup_plan.py +0 -100
- pulumi_gcp/gkebackup/outputs.py +7 -312
- pulumi_gcp/gkebackup/restore_plan.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +0 -326
- pulumi_gcp/healthcare/_inputs.py +1 -17
- pulumi_gcp/healthcare/dicom_store.py +0 -2
- pulumi_gcp/healthcare/fhir_store.py +60 -44
- pulumi_gcp/healthcare/outputs.py +1 -15
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +0 -47
- pulumi_gcp/kms/crypto_key.py +7 -14
- pulumi_gcp/netapp/_inputs.py +0 -58
- pulumi_gcp/netapp/outputs.py +0 -67
- pulumi_gcp/netapp/volume.py +0 -54
- pulumi_gcp/networkservices/__init__.py +0 -1
- pulumi_gcp/networkservices/_inputs.py +0 -47
- pulumi_gcp/networkservices/outputs.py +0 -56
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +0 -44
- pulumi_gcp/redis/cluster.py +3 -128
- pulumi_gcp/redis/outputs.py +0 -36
- pulumi_gcp/secretmanager/_inputs.py +0 -20
- pulumi_gcp/secretmanager/outputs.py +0 -20
- pulumi_gcp/secretmanager/secret_iam_binding.py +0 -244
- pulumi_gcp/secretmanager/secret_iam_member.py +0 -244
- pulumi_gcp/secretmanager/secret_iam_policy.py +0 -224
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +0 -68
- pulumi_gcp/spanner/outputs.py +0 -73
- pulumi_gcp/sql/_inputs.py +2 -8
- pulumi_gcp/sql/outputs.py +6 -9
- pulumi_gcp/workstations/_inputs.py +1 -51
- pulumi_gcp/workstations/outputs.py +2 -46
- pulumi_gcp/workstations/workstation_config.py +4 -10
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718103841.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718103841.dist-info}/RECORD +76 -81
- pulumi_gcp/compute/get_security_policy.py +0 -214
- pulumi_gcp/compute/project_cloud_armor_tier.py +0 -336
- pulumi_gcp/networkservices/service_lb_policies.py +0 -782
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +0 -568
- pulumi_gcp/spanner/instance_config.py +0 -569
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718103841.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718103841.dist-info}/top_level.txt +0 -0
pulumi_gcp/netapp/outputs.py
CHANGED
@@ -11,7 +11,6 @@ from .. import _utilities
|
|
11
11
|
from . import outputs
|
12
12
|
|
13
13
|
__all__ = [
|
14
|
-
'VolumeBackupConfig',
|
15
14
|
'VolumeExportPolicy',
|
16
15
|
'VolumeExportPolicyRule',
|
17
16
|
'VolumeMountOption',
|
@@ -25,72 +24,6 @@ __all__ = [
|
|
25
24
|
'VolumeSnapshotPolicyWeeklySchedule',
|
26
25
|
]
|
27
26
|
|
28
|
-
@pulumi.output_type
|
29
|
-
class VolumeBackupConfig(dict):
|
30
|
-
@staticmethod
|
31
|
-
def __key_warning(key: str):
|
32
|
-
suggest = None
|
33
|
-
if key == "backupPolicies":
|
34
|
-
suggest = "backup_policies"
|
35
|
-
elif key == "backupVault":
|
36
|
-
suggest = "backup_vault"
|
37
|
-
elif key == "scheduledBackupEnabled":
|
38
|
-
suggest = "scheduled_backup_enabled"
|
39
|
-
|
40
|
-
if suggest:
|
41
|
-
pulumi.log.warn(f"Key '{key}' not found in VolumeBackupConfig. Access the value via the '{suggest}' property getter instead.")
|
42
|
-
|
43
|
-
def __getitem__(self, key: str) -> Any:
|
44
|
-
VolumeBackupConfig.__key_warning(key)
|
45
|
-
return super().__getitem__(key)
|
46
|
-
|
47
|
-
def get(self, key: str, default = None) -> Any:
|
48
|
-
VolumeBackupConfig.__key_warning(key)
|
49
|
-
return super().get(key, default)
|
50
|
-
|
51
|
-
def __init__(__self__, *,
|
52
|
-
backup_policies: Optional[Sequence[str]] = None,
|
53
|
-
backup_vault: Optional[str] = None,
|
54
|
-
scheduled_backup_enabled: Optional[bool] = None):
|
55
|
-
"""
|
56
|
-
:param Sequence[str] backup_policies: Specify a single backup policy ID for scheduled backups. Format: `projects/{{projectId}}/locations/{{location}}/backupPolicies/{{backupPolicyName}}`
|
57
|
-
:param str backup_vault: ID of the backup vault to use. A backup vault is reqired to create manual or scheduled backups.
|
58
|
-
Format: `projects/{{projectId}}/locations/{{location}}/backupVaults/{{backupVaultName}}`
|
59
|
-
:param bool scheduled_backup_enabled: When set to true, scheduled backup is enabled on the volume. Omit if no backup_policy is specified.
|
60
|
-
"""
|
61
|
-
if backup_policies is not None:
|
62
|
-
pulumi.set(__self__, "backup_policies", backup_policies)
|
63
|
-
if backup_vault is not None:
|
64
|
-
pulumi.set(__self__, "backup_vault", backup_vault)
|
65
|
-
if scheduled_backup_enabled is not None:
|
66
|
-
pulumi.set(__self__, "scheduled_backup_enabled", scheduled_backup_enabled)
|
67
|
-
|
68
|
-
@property
|
69
|
-
@pulumi.getter(name="backupPolicies")
|
70
|
-
def backup_policies(self) -> Optional[Sequence[str]]:
|
71
|
-
"""
|
72
|
-
Specify a single backup policy ID for scheduled backups. Format: `projects/{{projectId}}/locations/{{location}}/backupPolicies/{{backupPolicyName}}`
|
73
|
-
"""
|
74
|
-
return pulumi.get(self, "backup_policies")
|
75
|
-
|
76
|
-
@property
|
77
|
-
@pulumi.getter(name="backupVault")
|
78
|
-
def backup_vault(self) -> Optional[str]:
|
79
|
-
"""
|
80
|
-
ID of the backup vault to use. A backup vault is reqired to create manual or scheduled backups.
|
81
|
-
Format: `projects/{{projectId}}/locations/{{location}}/backupVaults/{{backupVaultName}}`
|
82
|
-
"""
|
83
|
-
return pulumi.get(self, "backup_vault")
|
84
|
-
|
85
|
-
@property
|
86
|
-
@pulumi.getter(name="scheduledBackupEnabled")
|
87
|
-
def scheduled_backup_enabled(self) -> Optional[bool]:
|
88
|
-
"""
|
89
|
-
When set to true, scheduled backup is enabled on the volume. Omit if no backup_policy is specified.
|
90
|
-
"""
|
91
|
-
return pulumi.get(self, "scheduled_backup_enabled")
|
92
|
-
|
93
|
-
|
94
27
|
@pulumi.output_type
|
95
28
|
class VolumeExportPolicy(dict):
|
96
29
|
def __init__(__self__, *,
|
pulumi_gcp/netapp/volume.py
CHANGED
@@ -21,7 +21,6 @@ class VolumeArgs:
|
|
21
21
|
protocols: pulumi.Input[Sequence[pulumi.Input[str]]],
|
22
22
|
share_name: pulumi.Input[str],
|
23
23
|
storage_pool: pulumi.Input[str],
|
24
|
-
backup_config: Optional[pulumi.Input['VolumeBackupConfigArgs']] = None,
|
25
24
|
deletion_policy: Optional[pulumi.Input[str]] = None,
|
26
25
|
description: Optional[pulumi.Input[str]] = None,
|
27
26
|
export_policy: Optional[pulumi.Input['VolumeExportPolicyArgs']] = None,
|
@@ -44,8 +43,6 @@ class VolumeArgs:
|
|
44
43
|
Each value may be one of: `NFSV3`, `NFSV4`, `SMB`.
|
45
44
|
:param pulumi.Input[str] share_name: Share name (SMB) or export path (NFS) of the volume. Needs to be unique per location.
|
46
45
|
:param pulumi.Input[str] storage_pool: Name of the storage pool to create the volume in. Pool needs enough spare capacity to accomodate the volume.
|
47
|
-
:param pulumi.Input['VolumeBackupConfigArgs'] backup_config: Backup configuration for the volume.
|
48
|
-
Structure is documented below.
|
49
46
|
:param pulumi.Input[str] deletion_policy: Policy to determine if the volume should be deleted forcefully.
|
50
47
|
Volumes may have nested snapshot resources. Deleting such a volume will fail.
|
51
48
|
Setting this parameter to FORCE will delete volumes including nested snapshots.
|
@@ -83,8 +80,6 @@ class VolumeArgs:
|
|
83
80
|
pulumi.set(__self__, "protocols", protocols)
|
84
81
|
pulumi.set(__self__, "share_name", share_name)
|
85
82
|
pulumi.set(__self__, "storage_pool", storage_pool)
|
86
|
-
if backup_config is not None:
|
87
|
-
pulumi.set(__self__, "backup_config", backup_config)
|
88
83
|
if deletion_policy is not None:
|
89
84
|
pulumi.set(__self__, "deletion_policy", deletion_policy)
|
90
85
|
if description is not None:
|
@@ -175,19 +170,6 @@ class VolumeArgs:
|
|
175
170
|
def storage_pool(self, value: pulumi.Input[str]):
|
176
171
|
pulumi.set(self, "storage_pool", value)
|
177
172
|
|
178
|
-
@property
|
179
|
-
@pulumi.getter(name="backupConfig")
|
180
|
-
def backup_config(self) -> Optional[pulumi.Input['VolumeBackupConfigArgs']]:
|
181
|
-
"""
|
182
|
-
Backup configuration for the volume.
|
183
|
-
Structure is documented below.
|
184
|
-
"""
|
185
|
-
return pulumi.get(self, "backup_config")
|
186
|
-
|
187
|
-
@backup_config.setter
|
188
|
-
def backup_config(self, value: Optional[pulumi.Input['VolumeBackupConfigArgs']]):
|
189
|
-
pulumi.set(self, "backup_config", value)
|
190
|
-
|
191
173
|
@property
|
192
174
|
@pulumi.getter(name="deletionPolicy")
|
193
175
|
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
@@ -378,7 +360,6 @@ class VolumeArgs:
|
|
378
360
|
class _VolumeState:
|
379
361
|
def __init__(__self__, *,
|
380
362
|
active_directory: Optional[pulumi.Input[str]] = None,
|
381
|
-
backup_config: Optional[pulumi.Input['VolumeBackupConfigArgs']] = None,
|
382
363
|
capacity_gib: Optional[pulumi.Input[str]] = None,
|
383
364
|
create_time: Optional[pulumi.Input[str]] = None,
|
384
365
|
deletion_policy: Optional[pulumi.Input[str]] = None,
|
@@ -415,8 +396,6 @@ class _VolumeState:
|
|
415
396
|
"""
|
416
397
|
Input properties used for looking up and filtering Volume resources.
|
417
398
|
:param pulumi.Input[str] active_directory: Reports the resource name of the Active Directory policy being used. Inherited from storage pool.
|
418
|
-
:param pulumi.Input['VolumeBackupConfigArgs'] backup_config: Backup configuration for the volume.
|
419
|
-
Structure is documented below.
|
420
399
|
:param pulumi.Input[str] capacity_gib: Capacity of the volume (in GiB).
|
421
400
|
:param pulumi.Input[str] create_time: Create time of the volume. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".
|
422
401
|
:param pulumi.Input[str] deletion_policy: Policy to determine if the volume should be deleted forcefully.
|
@@ -473,8 +452,6 @@ class _VolumeState:
|
|
473
452
|
"""
|
474
453
|
if active_directory is not None:
|
475
454
|
pulumi.set(__self__, "active_directory", active_directory)
|
476
|
-
if backup_config is not None:
|
477
|
-
pulumi.set(__self__, "backup_config", backup_config)
|
478
455
|
if capacity_gib is not None:
|
479
456
|
pulumi.set(__self__, "capacity_gib", capacity_gib)
|
480
457
|
if create_time is not None:
|
@@ -554,19 +531,6 @@ class _VolumeState:
|
|
554
531
|
def active_directory(self, value: Optional[pulumi.Input[str]]):
|
555
532
|
pulumi.set(self, "active_directory", value)
|
556
533
|
|
557
|
-
@property
|
558
|
-
@pulumi.getter(name="backupConfig")
|
559
|
-
def backup_config(self) -> Optional[pulumi.Input['VolumeBackupConfigArgs']]:
|
560
|
-
"""
|
561
|
-
Backup configuration for the volume.
|
562
|
-
Structure is documented below.
|
563
|
-
"""
|
564
|
-
return pulumi.get(self, "backup_config")
|
565
|
-
|
566
|
-
@backup_config.setter
|
567
|
-
def backup_config(self, value: Optional[pulumi.Input['VolumeBackupConfigArgs']]):
|
568
|
-
pulumi.set(self, "backup_config", value)
|
569
|
-
|
570
534
|
@property
|
571
535
|
@pulumi.getter(name="capacityGib")
|
572
536
|
def capacity_gib(self) -> Optional[pulumi.Input[str]]:
|
@@ -989,7 +953,6 @@ class Volume(pulumi.CustomResource):
|
|
989
953
|
def __init__(__self__,
|
990
954
|
resource_name: str,
|
991
955
|
opts: Optional[pulumi.ResourceOptions] = None,
|
992
|
-
backup_config: Optional[pulumi.Input[pulumi.InputType['VolumeBackupConfigArgs']]] = None,
|
993
956
|
capacity_gib: Optional[pulumi.Input[str]] = None,
|
994
957
|
deletion_policy: Optional[pulumi.Input[str]] = None,
|
995
958
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -1075,8 +1038,6 @@ class Volume(pulumi.CustomResource):
|
|
1075
1038
|
|
1076
1039
|
:param str resource_name: The name of the resource.
|
1077
1040
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1078
|
-
:param pulumi.Input[pulumi.InputType['VolumeBackupConfigArgs']] backup_config: Backup configuration for the volume.
|
1079
|
-
Structure is documented below.
|
1080
1041
|
:param pulumi.Input[str] capacity_gib: Capacity of the volume (in GiB).
|
1081
1042
|
:param pulumi.Input[str] deletion_policy: Policy to determine if the volume should be deleted forcefully.
|
1082
1043
|
Volumes may have nested snapshot resources. Deleting such a volume will fail.
|
@@ -1199,7 +1160,6 @@ class Volume(pulumi.CustomResource):
|
|
1199
1160
|
def _internal_init(__self__,
|
1200
1161
|
resource_name: str,
|
1201
1162
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1202
|
-
backup_config: Optional[pulumi.Input[pulumi.InputType['VolumeBackupConfigArgs']]] = None,
|
1203
1163
|
capacity_gib: Optional[pulumi.Input[str]] = None,
|
1204
1164
|
deletion_policy: Optional[pulumi.Input[str]] = None,
|
1205
1165
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -1228,7 +1188,6 @@ class Volume(pulumi.CustomResource):
|
|
1228
1188
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
1229
1189
|
__props__ = VolumeArgs.__new__(VolumeArgs)
|
1230
1190
|
|
1231
|
-
__props__.__dict__["backup_config"] = backup_config
|
1232
1191
|
if capacity_gib is None and not opts.urn:
|
1233
1192
|
raise TypeError("Missing required property 'capacity_gib'")
|
1234
1193
|
__props__.__dict__["capacity_gib"] = capacity_gib
|
@@ -1286,7 +1245,6 @@ class Volume(pulumi.CustomResource):
|
|
1286
1245
|
id: pulumi.Input[str],
|
1287
1246
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1288
1247
|
active_directory: Optional[pulumi.Input[str]] = None,
|
1289
|
-
backup_config: Optional[pulumi.Input[pulumi.InputType['VolumeBackupConfigArgs']]] = None,
|
1290
1248
|
capacity_gib: Optional[pulumi.Input[str]] = None,
|
1291
1249
|
create_time: Optional[pulumi.Input[str]] = None,
|
1292
1250
|
deletion_policy: Optional[pulumi.Input[str]] = None,
|
@@ -1328,8 +1286,6 @@ class Volume(pulumi.CustomResource):
|
|
1328
1286
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1329
1287
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1330
1288
|
:param pulumi.Input[str] active_directory: Reports the resource name of the Active Directory policy being used. Inherited from storage pool.
|
1331
|
-
:param pulumi.Input[pulumi.InputType['VolumeBackupConfigArgs']] backup_config: Backup configuration for the volume.
|
1332
|
-
Structure is documented below.
|
1333
1289
|
:param pulumi.Input[str] capacity_gib: Capacity of the volume (in GiB).
|
1334
1290
|
:param pulumi.Input[str] create_time: Create time of the volume. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".
|
1335
1291
|
:param pulumi.Input[str] deletion_policy: Policy to determine if the volume should be deleted forcefully.
|
@@ -1389,7 +1345,6 @@ class Volume(pulumi.CustomResource):
|
|
1389
1345
|
__props__ = _VolumeState.__new__(_VolumeState)
|
1390
1346
|
|
1391
1347
|
__props__.__dict__["active_directory"] = active_directory
|
1392
|
-
__props__.__dict__["backup_config"] = backup_config
|
1393
1348
|
__props__.__dict__["capacity_gib"] = capacity_gib
|
1394
1349
|
__props__.__dict__["create_time"] = create_time
|
1395
1350
|
__props__.__dict__["deletion_policy"] = deletion_policy
|
@@ -1433,15 +1388,6 @@ class Volume(pulumi.CustomResource):
|
|
1433
1388
|
"""
|
1434
1389
|
return pulumi.get(self, "active_directory")
|
1435
1390
|
|
1436
|
-
@property
|
1437
|
-
@pulumi.getter(name="backupConfig")
|
1438
|
-
def backup_config(self) -> pulumi.Output[Optional['outputs.VolumeBackupConfig']]:
|
1439
|
-
"""
|
1440
|
-
Backup configuration for the volume.
|
1441
|
-
Structure is documented below.
|
1442
|
-
"""
|
1443
|
-
return pulumi.get(self, "backup_config")
|
1444
|
-
|
1445
1391
|
@property
|
1446
1392
|
@pulumi.getter(name="capacityGib")
|
1447
1393
|
def capacity_gib(self) -> pulumi.Output[str]:
|
@@ -78,8 +78,6 @@ __all__ = [
|
|
78
78
|
'LbTrafficExtensionExtensionChainArgs',
|
79
79
|
'LbTrafficExtensionExtensionChainExtensionArgs',
|
80
80
|
'LbTrafficExtensionExtensionChainMatchConditionArgs',
|
81
|
-
'ServiceLbPoliciesAutoCapacityDrainArgs',
|
82
|
-
'ServiceLbPoliciesFailoverConfigArgs',
|
83
81
|
'TcpRouteRuleArgs',
|
84
82
|
'TcpRouteRuleActionArgs',
|
85
83
|
'TcpRouteRuleActionDestinationArgs',
|
@@ -4728,51 +4726,6 @@ class LbTrafficExtensionExtensionChainMatchConditionArgs:
|
|
4728
4726
|
pulumi.set(self, "cel_expression", value)
|
4729
4727
|
|
4730
4728
|
|
4731
|
-
@pulumi.input_type
|
4732
|
-
class ServiceLbPoliciesAutoCapacityDrainArgs:
|
4733
|
-
def __init__(__self__, *,
|
4734
|
-
enable: Optional[pulumi.Input[bool]] = None):
|
4735
|
-
"""
|
4736
|
-
:param pulumi.Input[bool] enable: Optional. If set to 'True', an unhealthy MIG/NEG will be set as drained. - An MIG/NEG is considered unhealthy if less than 25% of the instances/endpoints in the MIG/NEG are healthy. - This option will never result in draining more than 50% of the configured IGs/NEGs for the Backend Service.
|
4737
|
-
"""
|
4738
|
-
if enable is not None:
|
4739
|
-
pulumi.set(__self__, "enable", enable)
|
4740
|
-
|
4741
|
-
@property
|
4742
|
-
@pulumi.getter
|
4743
|
-
def enable(self) -> Optional[pulumi.Input[bool]]:
|
4744
|
-
"""
|
4745
|
-
Optional. If set to 'True', an unhealthy MIG/NEG will be set as drained. - An MIG/NEG is considered unhealthy if less than 25% of the instances/endpoints in the MIG/NEG are healthy. - This option will never result in draining more than 50% of the configured IGs/NEGs for the Backend Service.
|
4746
|
-
"""
|
4747
|
-
return pulumi.get(self, "enable")
|
4748
|
-
|
4749
|
-
@enable.setter
|
4750
|
-
def enable(self, value: Optional[pulumi.Input[bool]]):
|
4751
|
-
pulumi.set(self, "enable", value)
|
4752
|
-
|
4753
|
-
|
4754
|
-
@pulumi.input_type
|
4755
|
-
class ServiceLbPoliciesFailoverConfigArgs:
|
4756
|
-
def __init__(__self__, *,
|
4757
|
-
failover_health_threshold: pulumi.Input[int]):
|
4758
|
-
"""
|
4759
|
-
:param pulumi.Input[int] failover_health_threshold: Optional. The percentage threshold that a load balancer will begin to send traffic to failover backends. If the percentage of endpoints in a MIG/NEG is smaller than this value, traffic would be sent to failover backends if possible. This field should be set to a value between 1 and 99. The default value is 50 for Global external HTTP(S) load balancer (classic) and Proxyless service mesh, and 70 for others.
|
4760
|
-
"""
|
4761
|
-
pulumi.set(__self__, "failover_health_threshold", failover_health_threshold)
|
4762
|
-
|
4763
|
-
@property
|
4764
|
-
@pulumi.getter(name="failoverHealthThreshold")
|
4765
|
-
def failover_health_threshold(self) -> pulumi.Input[int]:
|
4766
|
-
"""
|
4767
|
-
Optional. The percentage threshold that a load balancer will begin to send traffic to failover backends. If the percentage of endpoints in a MIG/NEG is smaller than this value, traffic would be sent to failover backends if possible. This field should be set to a value between 1 and 99. The default value is 50 for Global external HTTP(S) load balancer (classic) and Proxyless service mesh, and 70 for others.
|
4768
|
-
"""
|
4769
|
-
return pulumi.get(self, "failover_health_threshold")
|
4770
|
-
|
4771
|
-
@failover_health_threshold.setter
|
4772
|
-
def failover_health_threshold(self, value: pulumi.Input[int]):
|
4773
|
-
pulumi.set(self, "failover_health_threshold", value)
|
4774
|
-
|
4775
|
-
|
4776
4729
|
@pulumi.input_type
|
4777
4730
|
class TcpRouteRuleArgs:
|
4778
4731
|
def __init__(__self__, *,
|
@@ -79,8 +79,6 @@ __all__ = [
|
|
79
79
|
'LbTrafficExtensionExtensionChain',
|
80
80
|
'LbTrafficExtensionExtensionChainExtension',
|
81
81
|
'LbTrafficExtensionExtensionChainMatchCondition',
|
82
|
-
'ServiceLbPoliciesAutoCapacityDrain',
|
83
|
-
'ServiceLbPoliciesFailoverConfig',
|
84
82
|
'TcpRouteRule',
|
85
83
|
'TcpRouteRuleAction',
|
86
84
|
'TcpRouteRuleActionDestination',
|
@@ -4977,60 +4975,6 @@ class LbTrafficExtensionExtensionChainMatchCondition(dict):
|
|
4977
4975
|
return pulumi.get(self, "cel_expression")
|
4978
4976
|
|
4979
4977
|
|
4980
|
-
@pulumi.output_type
|
4981
|
-
class ServiceLbPoliciesAutoCapacityDrain(dict):
|
4982
|
-
def __init__(__self__, *,
|
4983
|
-
enable: Optional[bool] = None):
|
4984
|
-
"""
|
4985
|
-
:param bool enable: Optional. If set to 'True', an unhealthy MIG/NEG will be set as drained. - An MIG/NEG is considered unhealthy if less than 25% of the instances/endpoints in the MIG/NEG are healthy. - This option will never result in draining more than 50% of the configured IGs/NEGs for the Backend Service.
|
4986
|
-
"""
|
4987
|
-
if enable is not None:
|
4988
|
-
pulumi.set(__self__, "enable", enable)
|
4989
|
-
|
4990
|
-
@property
|
4991
|
-
@pulumi.getter
|
4992
|
-
def enable(self) -> Optional[bool]:
|
4993
|
-
"""
|
4994
|
-
Optional. If set to 'True', an unhealthy MIG/NEG will be set as drained. - An MIG/NEG is considered unhealthy if less than 25% of the instances/endpoints in the MIG/NEG are healthy. - This option will never result in draining more than 50% of the configured IGs/NEGs for the Backend Service.
|
4995
|
-
"""
|
4996
|
-
return pulumi.get(self, "enable")
|
4997
|
-
|
4998
|
-
|
4999
|
-
@pulumi.output_type
|
5000
|
-
class ServiceLbPoliciesFailoverConfig(dict):
|
5001
|
-
@staticmethod
|
5002
|
-
def __key_warning(key: str):
|
5003
|
-
suggest = None
|
5004
|
-
if key == "failoverHealthThreshold":
|
5005
|
-
suggest = "failover_health_threshold"
|
5006
|
-
|
5007
|
-
if suggest:
|
5008
|
-
pulumi.log.warn(f"Key '{key}' not found in ServiceLbPoliciesFailoverConfig. Access the value via the '{suggest}' property getter instead.")
|
5009
|
-
|
5010
|
-
def __getitem__(self, key: str) -> Any:
|
5011
|
-
ServiceLbPoliciesFailoverConfig.__key_warning(key)
|
5012
|
-
return super().__getitem__(key)
|
5013
|
-
|
5014
|
-
def get(self, key: str, default = None) -> Any:
|
5015
|
-
ServiceLbPoliciesFailoverConfig.__key_warning(key)
|
5016
|
-
return super().get(key, default)
|
5017
|
-
|
5018
|
-
def __init__(__self__, *,
|
5019
|
-
failover_health_threshold: int):
|
5020
|
-
"""
|
5021
|
-
:param int failover_health_threshold: Optional. The percentage threshold that a load balancer will begin to send traffic to failover backends. If the percentage of endpoints in a MIG/NEG is smaller than this value, traffic would be sent to failover backends if possible. This field should be set to a value between 1 and 99. The default value is 50 for Global external HTTP(S) load balancer (classic) and Proxyless service mesh, and 70 for others.
|
5022
|
-
"""
|
5023
|
-
pulumi.set(__self__, "failover_health_threshold", failover_health_threshold)
|
5024
|
-
|
5025
|
-
@property
|
5026
|
-
@pulumi.getter(name="failoverHealthThreshold")
|
5027
|
-
def failover_health_threshold(self) -> int:
|
5028
|
-
"""
|
5029
|
-
Optional. The percentage threshold that a load balancer will begin to send traffic to failover backends. If the percentage of endpoints in a MIG/NEG is smaller than this value, traffic would be sent to failover backends if possible. This field should be set to a value between 1 and 99. The default value is 50 for Global external HTTP(S) load balancer (classic) and Proxyless service mesh, and 70 for others.
|
5030
|
-
"""
|
5031
|
-
return pulumi.get(self, "failover_health_threshold")
|
5032
|
-
|
5033
|
-
|
5034
4978
|
@pulumi.output_type
|
5035
4979
|
class TcpRouteRule(dict):
|
5036
4980
|
def __init__(__self__, *,
|
pulumi_gcp/provider.py
CHANGED
@@ -158,7 +158,6 @@ class ProviderArgs:
|
|
158
158
|
secret_manager_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
159
159
|
secure_source_manager_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
160
160
|
security_center_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
161
|
-
security_center_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
162
161
|
security_scanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
163
162
|
securityposture_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
164
163
|
service_directory_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -478,8 +477,6 @@ class ProviderArgs:
|
|
478
477
|
pulumi.set(__self__, "secure_source_manager_custom_endpoint", secure_source_manager_custom_endpoint)
|
479
478
|
if security_center_custom_endpoint is not None:
|
480
479
|
pulumi.set(__self__, "security_center_custom_endpoint", security_center_custom_endpoint)
|
481
|
-
if security_center_management_custom_endpoint is not None:
|
482
|
-
pulumi.set(__self__, "security_center_management_custom_endpoint", security_center_management_custom_endpoint)
|
483
480
|
if security_scanner_custom_endpoint is not None:
|
484
481
|
pulumi.set(__self__, "security_scanner_custom_endpoint", security_scanner_custom_endpoint)
|
485
482
|
if securityposture_custom_endpoint is not None:
|
@@ -1822,15 +1819,6 @@ class ProviderArgs:
|
|
1822
1819
|
def security_center_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1823
1820
|
pulumi.set(self, "security_center_custom_endpoint", value)
|
1824
1821
|
|
1825
|
-
@property
|
1826
|
-
@pulumi.getter(name="securityCenterManagementCustomEndpoint")
|
1827
|
-
def security_center_management_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
1828
|
-
return pulumi.get(self, "security_center_management_custom_endpoint")
|
1829
|
-
|
1830
|
-
@security_center_management_custom_endpoint.setter
|
1831
|
-
def security_center_management_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1832
|
-
pulumi.set(self, "security_center_management_custom_endpoint", value)
|
1833
|
-
|
1834
1822
|
@property
|
1835
1823
|
@pulumi.getter(name="securityScannerCustomEndpoint")
|
1836
1824
|
def security_scanner_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
@@ -2214,7 +2202,6 @@ class Provider(pulumi.ProviderResource):
|
|
2214
2202
|
secret_manager_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2215
2203
|
secure_source_manager_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2216
2204
|
security_center_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2217
|
-
security_center_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2218
2205
|
security_scanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2219
2206
|
securityposture_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2220
2207
|
service_directory_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2421,7 +2408,6 @@ class Provider(pulumi.ProviderResource):
|
|
2421
2408
|
secret_manager_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2422
2409
|
secure_source_manager_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2423
2410
|
security_center_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2424
|
-
security_center_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2425
2411
|
security_scanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2426
2412
|
securityposture_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2427
2413
|
service_directory_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2604,7 +2590,6 @@ class Provider(pulumi.ProviderResource):
|
|
2604
2590
|
__props__.__dict__["secret_manager_custom_endpoint"] = secret_manager_custom_endpoint
|
2605
2591
|
__props__.__dict__["secure_source_manager_custom_endpoint"] = secure_source_manager_custom_endpoint
|
2606
2592
|
__props__.__dict__["security_center_custom_endpoint"] = security_center_custom_endpoint
|
2607
|
-
__props__.__dict__["security_center_management_custom_endpoint"] = security_center_management_custom_endpoint
|
2608
2593
|
__props__.__dict__["security_scanner_custom_endpoint"] = security_scanner_custom_endpoint
|
2609
2594
|
__props__.__dict__["securityposture_custom_endpoint"] = securityposture_custom_endpoint
|
2610
2595
|
__props__.__dict__["service_directory_custom_endpoint"] = service_directory_custom_endpoint
|
@@ -3326,11 +3311,6 @@ class Provider(pulumi.ProviderResource):
|
|
3326
3311
|
def security_center_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3327
3312
|
return pulumi.get(self, "security_center_custom_endpoint")
|
3328
3313
|
|
3329
|
-
@property
|
3330
|
-
@pulumi.getter(name="securityCenterManagementCustomEndpoint")
|
3331
|
-
def security_center_management_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3332
|
-
return pulumi.get(self, "security_center_management_custom_endpoint")
|
3333
|
-
|
3334
3314
|
@property
|
3335
3315
|
@pulumi.getter(name="securityScannerCustomEndpoint")
|
3336
3316
|
def security_scanner_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
pulumi_gcp/pulumi-plugin.json
CHANGED
pulumi_gcp/redis/_inputs.py
CHANGED
@@ -16,7 +16,6 @@ __all__ = [
|
|
16
16
|
'ClusterPscConnectionArgs',
|
17
17
|
'ClusterStateInfoArgs',
|
18
18
|
'ClusterStateInfoUpdateInfoArgs',
|
19
|
-
'ClusterZoneDistributionConfigArgs',
|
20
19
|
'InstanceMaintenancePolicyArgs',
|
21
20
|
'InstanceMaintenancePolicyWeeklyMaintenanceWindowArgs',
|
22
21
|
'InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgs',
|
@@ -289,49 +288,6 @@ class ClusterStateInfoUpdateInfoArgs:
|
|
289
288
|
pulumi.set(self, "target_shard_count", value)
|
290
289
|
|
291
290
|
|
292
|
-
@pulumi.input_type
|
293
|
-
class ClusterZoneDistributionConfigArgs:
|
294
|
-
def __init__(__self__, *,
|
295
|
-
mode: Optional[pulumi.Input[str]] = None,
|
296
|
-
zone: Optional[pulumi.Input[str]] = None):
|
297
|
-
"""
|
298
|
-
:param pulumi.Input[str] mode: Immutable. The mode for zone distribution for Memorystore Redis cluster.
|
299
|
-
If not provided, MULTI_ZONE will be used as default
|
300
|
-
Possible values are: `MULTI_ZONE`, `SINGLE_ZONE`.
|
301
|
-
:param pulumi.Input[str] zone: Immutable. The zone for single zone Memorystore Redis cluster.
|
302
|
-
"""
|
303
|
-
if mode is not None:
|
304
|
-
pulumi.set(__self__, "mode", mode)
|
305
|
-
if zone is not None:
|
306
|
-
pulumi.set(__self__, "zone", zone)
|
307
|
-
|
308
|
-
@property
|
309
|
-
@pulumi.getter
|
310
|
-
def mode(self) -> Optional[pulumi.Input[str]]:
|
311
|
-
"""
|
312
|
-
Immutable. The mode for zone distribution for Memorystore Redis cluster.
|
313
|
-
If not provided, MULTI_ZONE will be used as default
|
314
|
-
Possible values are: `MULTI_ZONE`, `SINGLE_ZONE`.
|
315
|
-
"""
|
316
|
-
return pulumi.get(self, "mode")
|
317
|
-
|
318
|
-
@mode.setter
|
319
|
-
def mode(self, value: Optional[pulumi.Input[str]]):
|
320
|
-
pulumi.set(self, "mode", value)
|
321
|
-
|
322
|
-
@property
|
323
|
-
@pulumi.getter
|
324
|
-
def zone(self) -> Optional[pulumi.Input[str]]:
|
325
|
-
"""
|
326
|
-
Immutable. The zone for single zone Memorystore Redis cluster.
|
327
|
-
"""
|
328
|
-
return pulumi.get(self, "zone")
|
329
|
-
|
330
|
-
@zone.setter
|
331
|
-
def zone(self, value: Optional[pulumi.Input[str]]):
|
332
|
-
pulumi.set(self, "zone", value)
|
333
|
-
|
334
|
-
|
335
291
|
@pulumi.input_type
|
336
292
|
class InstanceMaintenancePolicyArgs:
|
337
293
|
def __init__(__self__, *,
|