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/redis/cluster.py
CHANGED
@@ -25,8 +25,7 @@ class ClusterArgs:
|
|
25
25
|
redis_configs: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
26
26
|
region: Optional[pulumi.Input[str]] = None,
|
27
27
|
replica_count: Optional[pulumi.Input[int]] = None,
|
28
|
-
transit_encryption_mode: Optional[pulumi.Input[str]] = None
|
29
|
-
zone_distribution_config: Optional[pulumi.Input['ClusterZoneDistributionConfigArgs']] = None):
|
28
|
+
transit_encryption_mode: Optional[pulumi.Input[str]] = None):
|
30
29
|
"""
|
31
30
|
The set of arguments for constructing a Cluster resource.
|
32
31
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterPscConfigArgs']]] psc_configs: Required. Each PscConfig configures the consumer network where two
|
@@ -49,7 +48,6 @@ class ClusterArgs:
|
|
49
48
|
:param pulumi.Input[str] transit_encryption_mode: Optional. The in-transit encryption for the Redis cluster. If not provided, encryption is disabled for the cluster.
|
50
49
|
Default value: "TRANSIT_ENCRYPTION_MODE_DISABLED" Possible values: ["TRANSIT_ENCRYPTION_MODE_UNSPECIFIED",
|
51
50
|
"TRANSIT_ENCRYPTION_MODE_DISABLED", "TRANSIT_ENCRYPTION_MODE_SERVER_AUTHENTICATION"]
|
52
|
-
:param pulumi.Input['ClusterZoneDistributionConfigArgs'] zone_distribution_config: Immutable. Zone distribution config for Memorystore Redis cluster.
|
53
51
|
"""
|
54
52
|
pulumi.set(__self__, "psc_configs", psc_configs)
|
55
53
|
pulumi.set(__self__, "shard_count", shard_count)
|
@@ -69,8 +67,6 @@ class ClusterArgs:
|
|
69
67
|
pulumi.set(__self__, "replica_count", replica_count)
|
70
68
|
if transit_encryption_mode is not None:
|
71
69
|
pulumi.set(__self__, "transit_encryption_mode", transit_encryption_mode)
|
72
|
-
if zone_distribution_config is not None:
|
73
|
-
pulumi.set(__self__, "zone_distribution_config", zone_distribution_config)
|
74
70
|
|
75
71
|
@property
|
76
72
|
@pulumi.getter(name="pscConfigs")
|
@@ -200,18 +196,6 @@ class ClusterArgs:
|
|
200
196
|
def transit_encryption_mode(self, value: Optional[pulumi.Input[str]]):
|
201
197
|
pulumi.set(self, "transit_encryption_mode", value)
|
202
198
|
|
203
|
-
@property
|
204
|
-
@pulumi.getter(name="zoneDistributionConfig")
|
205
|
-
def zone_distribution_config(self) -> Optional[pulumi.Input['ClusterZoneDistributionConfigArgs']]:
|
206
|
-
"""
|
207
|
-
Immutable. Zone distribution config for Memorystore Redis cluster.
|
208
|
-
"""
|
209
|
-
return pulumi.get(self, "zone_distribution_config")
|
210
|
-
|
211
|
-
@zone_distribution_config.setter
|
212
|
-
def zone_distribution_config(self, value: Optional[pulumi.Input['ClusterZoneDistributionConfigArgs']]):
|
213
|
-
pulumi.set(self, "zone_distribution_config", value)
|
214
|
-
|
215
199
|
|
216
200
|
@pulumi.input_type
|
217
201
|
class _ClusterState:
|
@@ -233,8 +217,7 @@ class _ClusterState:
|
|
233
217
|
state: Optional[pulumi.Input[str]] = None,
|
234
218
|
state_infos: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterStateInfoArgs']]]] = None,
|
235
219
|
transit_encryption_mode: Optional[pulumi.Input[str]] = None,
|
236
|
-
uid: Optional[pulumi.Input[str]] = None
|
237
|
-
zone_distribution_config: Optional[pulumi.Input['ClusterZoneDistributionConfigArgs']] = None):
|
220
|
+
uid: Optional[pulumi.Input[str]] = None):
|
238
221
|
"""
|
239
222
|
Input properties used for looking up and filtering Cluster resources.
|
240
223
|
:param pulumi.Input[str] authorization_mode: Optional. The authorization mode of the Redis cluster. If not provided, auth feature is disabled for the cluster.
|
@@ -272,7 +255,6 @@ class _ClusterState:
|
|
272
255
|
Default value: "TRANSIT_ENCRYPTION_MODE_DISABLED" Possible values: ["TRANSIT_ENCRYPTION_MODE_UNSPECIFIED",
|
273
256
|
"TRANSIT_ENCRYPTION_MODE_DISABLED", "TRANSIT_ENCRYPTION_MODE_SERVER_AUTHENTICATION"]
|
274
257
|
:param pulumi.Input[str] uid: System assigned, unique identifier for the cluster.
|
275
|
-
:param pulumi.Input['ClusterZoneDistributionConfigArgs'] zone_distribution_config: Immutable. Zone distribution config for Memorystore Redis cluster.
|
276
258
|
"""
|
277
259
|
if authorization_mode is not None:
|
278
260
|
pulumi.set(__self__, "authorization_mode", authorization_mode)
|
@@ -310,8 +292,6 @@ class _ClusterState:
|
|
310
292
|
pulumi.set(__self__, "transit_encryption_mode", transit_encryption_mode)
|
311
293
|
if uid is not None:
|
312
294
|
pulumi.set(__self__, "uid", uid)
|
313
|
-
if zone_distribution_config is not None:
|
314
|
-
pulumi.set(__self__, "zone_distribution_config", zone_distribution_config)
|
315
295
|
|
316
296
|
@property
|
317
297
|
@pulumi.getter(name="authorizationMode")
|
@@ -544,18 +524,6 @@ class _ClusterState:
|
|
544
524
|
def uid(self, value: Optional[pulumi.Input[str]]):
|
545
525
|
pulumi.set(self, "uid", value)
|
546
526
|
|
547
|
-
@property
|
548
|
-
@pulumi.getter(name="zoneDistributionConfig")
|
549
|
-
def zone_distribution_config(self) -> Optional[pulumi.Input['ClusterZoneDistributionConfigArgs']]:
|
550
|
-
"""
|
551
|
-
Immutable. Zone distribution config for Memorystore Redis cluster.
|
552
|
-
"""
|
553
|
-
return pulumi.get(self, "zone_distribution_config")
|
554
|
-
|
555
|
-
@zone_distribution_config.setter
|
556
|
-
def zone_distribution_config(self, value: Optional[pulumi.Input['ClusterZoneDistributionConfigArgs']]):
|
557
|
-
pulumi.set(self, "zone_distribution_config", value)
|
558
|
-
|
559
527
|
|
560
528
|
class Cluster(pulumi.CustomResource):
|
561
529
|
@overload
|
@@ -572,7 +540,6 @@ class Cluster(pulumi.CustomResource):
|
|
572
540
|
replica_count: Optional[pulumi.Input[int]] = None,
|
573
541
|
shard_count: Optional[pulumi.Input[int]] = None,
|
574
542
|
transit_encryption_mode: Optional[pulumi.Input[str]] = None,
|
575
|
-
zone_distribution_config: Optional[pulumi.Input[pulumi.InputType['ClusterZoneDistributionConfigArgs']]] = None,
|
576
543
|
__props__=None):
|
577
544
|
"""
|
578
545
|
A Google Cloud Redis Cluster instance.
|
@@ -622,45 +589,6 @@ class Cluster(pulumi.CustomResource):
|
|
622
589
|
redis_configs={
|
623
590
|
"maxmemory-policy": "volatile-ttl",
|
624
591
|
},
|
625
|
-
zone_distribution_config=gcp.redis.ClusterZoneDistributionConfigArgs(
|
626
|
-
mode="MULTI_ZONE",
|
627
|
-
),
|
628
|
-
opts=pulumi.ResourceOptions(depends_on=[default]))
|
629
|
-
```
|
630
|
-
### Redis Cluster Ha Single Zone
|
631
|
-
|
632
|
-
```python
|
633
|
-
import pulumi
|
634
|
-
import pulumi_gcp as gcp
|
635
|
-
|
636
|
-
producer_net = gcp.compute.Network("producer_net",
|
637
|
-
name="mynetwork",
|
638
|
-
auto_create_subnetworks=False)
|
639
|
-
producer_subnet = gcp.compute.Subnetwork("producer_subnet",
|
640
|
-
name="mysubnet",
|
641
|
-
ip_cidr_range="10.0.0.248/29",
|
642
|
-
region="us-central1",
|
643
|
-
network=producer_net.id)
|
644
|
-
default = gcp.networkconnectivity.ServiceConnectionPolicy("default",
|
645
|
-
name="mypolicy",
|
646
|
-
location="us-central1",
|
647
|
-
service_class="gcp-memorystore-redis",
|
648
|
-
description="my basic service connection policy",
|
649
|
-
network=producer_net.id,
|
650
|
-
psc_config=gcp.networkconnectivity.ServiceConnectionPolicyPscConfigArgs(
|
651
|
-
subnetworks=[producer_subnet.id],
|
652
|
-
))
|
653
|
-
cluster_ha_single_zone = gcp.redis.Cluster("cluster-ha-single-zone",
|
654
|
-
name="ha-cluster-single-zone",
|
655
|
-
shard_count=3,
|
656
|
-
psc_configs=[gcp.redis.ClusterPscConfigArgs(
|
657
|
-
network=producer_net.id,
|
658
|
-
)],
|
659
|
-
region="us-central1",
|
660
|
-
zone_distribution_config=gcp.redis.ClusterZoneDistributionConfigArgs(
|
661
|
-
mode="SINGLE_ZONE",
|
662
|
-
zone="us-central1-f",
|
663
|
-
),
|
664
592
|
opts=pulumi.ResourceOptions(depends_on=[default]))
|
665
593
|
```
|
666
594
|
|
@@ -716,7 +644,6 @@ class Cluster(pulumi.CustomResource):
|
|
716
644
|
:param pulumi.Input[str] transit_encryption_mode: Optional. The in-transit encryption for the Redis cluster. If not provided, encryption is disabled for the cluster.
|
717
645
|
Default value: "TRANSIT_ENCRYPTION_MODE_DISABLED" Possible values: ["TRANSIT_ENCRYPTION_MODE_UNSPECIFIED",
|
718
646
|
"TRANSIT_ENCRYPTION_MODE_DISABLED", "TRANSIT_ENCRYPTION_MODE_SERVER_AUTHENTICATION"]
|
719
|
-
:param pulumi.Input[pulumi.InputType['ClusterZoneDistributionConfigArgs']] zone_distribution_config: Immutable. Zone distribution config for Memorystore Redis cluster.
|
720
647
|
"""
|
721
648
|
...
|
722
649
|
@overload
|
@@ -772,45 +699,6 @@ class Cluster(pulumi.CustomResource):
|
|
772
699
|
redis_configs={
|
773
700
|
"maxmemory-policy": "volatile-ttl",
|
774
701
|
},
|
775
|
-
zone_distribution_config=gcp.redis.ClusterZoneDistributionConfigArgs(
|
776
|
-
mode="MULTI_ZONE",
|
777
|
-
),
|
778
|
-
opts=pulumi.ResourceOptions(depends_on=[default]))
|
779
|
-
```
|
780
|
-
### Redis Cluster Ha Single Zone
|
781
|
-
|
782
|
-
```python
|
783
|
-
import pulumi
|
784
|
-
import pulumi_gcp as gcp
|
785
|
-
|
786
|
-
producer_net = gcp.compute.Network("producer_net",
|
787
|
-
name="mynetwork",
|
788
|
-
auto_create_subnetworks=False)
|
789
|
-
producer_subnet = gcp.compute.Subnetwork("producer_subnet",
|
790
|
-
name="mysubnet",
|
791
|
-
ip_cidr_range="10.0.0.248/29",
|
792
|
-
region="us-central1",
|
793
|
-
network=producer_net.id)
|
794
|
-
default = gcp.networkconnectivity.ServiceConnectionPolicy("default",
|
795
|
-
name="mypolicy",
|
796
|
-
location="us-central1",
|
797
|
-
service_class="gcp-memorystore-redis",
|
798
|
-
description="my basic service connection policy",
|
799
|
-
network=producer_net.id,
|
800
|
-
psc_config=gcp.networkconnectivity.ServiceConnectionPolicyPscConfigArgs(
|
801
|
-
subnetworks=[producer_subnet.id],
|
802
|
-
))
|
803
|
-
cluster_ha_single_zone = gcp.redis.Cluster("cluster-ha-single-zone",
|
804
|
-
name="ha-cluster-single-zone",
|
805
|
-
shard_count=3,
|
806
|
-
psc_configs=[gcp.redis.ClusterPscConfigArgs(
|
807
|
-
network=producer_net.id,
|
808
|
-
)],
|
809
|
-
region="us-central1",
|
810
|
-
zone_distribution_config=gcp.redis.ClusterZoneDistributionConfigArgs(
|
811
|
-
mode="SINGLE_ZONE",
|
812
|
-
zone="us-central1-f",
|
813
|
-
),
|
814
702
|
opts=pulumi.ResourceOptions(depends_on=[default]))
|
815
703
|
```
|
816
704
|
|
@@ -869,7 +757,6 @@ class Cluster(pulumi.CustomResource):
|
|
869
757
|
replica_count: Optional[pulumi.Input[int]] = None,
|
870
758
|
shard_count: Optional[pulumi.Input[int]] = None,
|
871
759
|
transit_encryption_mode: Optional[pulumi.Input[str]] = None,
|
872
|
-
zone_distribution_config: Optional[pulumi.Input[pulumi.InputType['ClusterZoneDistributionConfigArgs']]] = None,
|
873
760
|
__props__=None):
|
874
761
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
875
762
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -893,7 +780,6 @@ class Cluster(pulumi.CustomResource):
|
|
893
780
|
raise TypeError("Missing required property 'shard_count'")
|
894
781
|
__props__.__dict__["shard_count"] = shard_count
|
895
782
|
__props__.__dict__["transit_encryption_mode"] = transit_encryption_mode
|
896
|
-
__props__.__dict__["zone_distribution_config"] = zone_distribution_config
|
897
783
|
__props__.__dict__["create_time"] = None
|
898
784
|
__props__.__dict__["discovery_endpoints"] = None
|
899
785
|
__props__.__dict__["precise_size_gb"] = None
|
@@ -929,8 +815,7 @@ class Cluster(pulumi.CustomResource):
|
|
929
815
|
state: Optional[pulumi.Input[str]] = None,
|
930
816
|
state_infos: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClusterStateInfoArgs']]]]] = None,
|
931
817
|
transit_encryption_mode: Optional[pulumi.Input[str]] = None,
|
932
|
-
uid: Optional[pulumi.Input[str]] = None
|
933
|
-
zone_distribution_config: Optional[pulumi.Input[pulumi.InputType['ClusterZoneDistributionConfigArgs']]] = None) -> 'Cluster':
|
818
|
+
uid: Optional[pulumi.Input[str]] = None) -> 'Cluster':
|
934
819
|
"""
|
935
820
|
Get an existing Cluster resource's state with the given name, id, and optional extra
|
936
821
|
properties used to qualify the lookup.
|
@@ -973,7 +858,6 @@ class Cluster(pulumi.CustomResource):
|
|
973
858
|
Default value: "TRANSIT_ENCRYPTION_MODE_DISABLED" Possible values: ["TRANSIT_ENCRYPTION_MODE_UNSPECIFIED",
|
974
859
|
"TRANSIT_ENCRYPTION_MODE_DISABLED", "TRANSIT_ENCRYPTION_MODE_SERVER_AUTHENTICATION"]
|
975
860
|
:param pulumi.Input[str] uid: System assigned, unique identifier for the cluster.
|
976
|
-
:param pulumi.Input[pulumi.InputType['ClusterZoneDistributionConfigArgs']] zone_distribution_config: Immutable. Zone distribution config for Memorystore Redis cluster.
|
977
861
|
"""
|
978
862
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
979
863
|
|
@@ -997,7 +881,6 @@ class Cluster(pulumi.CustomResource):
|
|
997
881
|
__props__.__dict__["state_infos"] = state_infos
|
998
882
|
__props__.__dict__["transit_encryption_mode"] = transit_encryption_mode
|
999
883
|
__props__.__dict__["uid"] = uid
|
1000
|
-
__props__.__dict__["zone_distribution_config"] = zone_distribution_config
|
1001
884
|
return Cluster(resource_name, opts=opts, __props__=__props__)
|
1002
885
|
|
1003
886
|
@property
|
@@ -1159,11 +1042,3 @@ class Cluster(pulumi.CustomResource):
|
|
1159
1042
|
"""
|
1160
1043
|
return pulumi.get(self, "uid")
|
1161
1044
|
|
1162
|
-
@property
|
1163
|
-
@pulumi.getter(name="zoneDistributionConfig")
|
1164
|
-
def zone_distribution_config(self) -> pulumi.Output[Optional['outputs.ClusterZoneDistributionConfig']]:
|
1165
|
-
"""
|
1166
|
-
Immutable. Zone distribution config for Memorystore Redis cluster.
|
1167
|
-
"""
|
1168
|
-
return pulumi.get(self, "zone_distribution_config")
|
1169
|
-
|
pulumi_gcp/redis/outputs.py
CHANGED
@@ -17,7 +17,6 @@ __all__ = [
|
|
17
17
|
'ClusterPscConnection',
|
18
18
|
'ClusterStateInfo',
|
19
19
|
'ClusterStateInfoUpdateInfo',
|
20
|
-
'ClusterZoneDistributionConfig',
|
21
20
|
'InstanceMaintenancePolicy',
|
22
21
|
'InstanceMaintenancePolicyWeeklyMaintenanceWindow',
|
23
22
|
'InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTime',
|
@@ -319,41 +318,6 @@ class ClusterStateInfoUpdateInfo(dict):
|
|
319
318
|
return pulumi.get(self, "target_shard_count")
|
320
319
|
|
321
320
|
|
322
|
-
@pulumi.output_type
|
323
|
-
class ClusterZoneDistributionConfig(dict):
|
324
|
-
def __init__(__self__, *,
|
325
|
-
mode: Optional[str] = None,
|
326
|
-
zone: Optional[str] = None):
|
327
|
-
"""
|
328
|
-
:param str mode: Immutable. The mode for zone distribution for Memorystore Redis cluster.
|
329
|
-
If not provided, MULTI_ZONE will be used as default
|
330
|
-
Possible values are: `MULTI_ZONE`, `SINGLE_ZONE`.
|
331
|
-
:param str zone: Immutable. The zone for single zone Memorystore Redis cluster.
|
332
|
-
"""
|
333
|
-
if mode is not None:
|
334
|
-
pulumi.set(__self__, "mode", mode)
|
335
|
-
if zone is not None:
|
336
|
-
pulumi.set(__self__, "zone", zone)
|
337
|
-
|
338
|
-
@property
|
339
|
-
@pulumi.getter
|
340
|
-
def mode(self) -> Optional[str]:
|
341
|
-
"""
|
342
|
-
Immutable. The mode for zone distribution for Memorystore Redis cluster.
|
343
|
-
If not provided, MULTI_ZONE will be used as default
|
344
|
-
Possible values are: `MULTI_ZONE`, `SINGLE_ZONE`.
|
345
|
-
"""
|
346
|
-
return pulumi.get(self, "mode")
|
347
|
-
|
348
|
-
@property
|
349
|
-
@pulumi.getter
|
350
|
-
def zone(self) -> Optional[str]:
|
351
|
-
"""
|
352
|
-
Immutable. The zone for single zone Memorystore Redis cluster.
|
353
|
-
"""
|
354
|
-
return pulumi.get(self, "zone")
|
355
|
-
|
356
|
-
|
357
321
|
@pulumi.output_type
|
358
322
|
class InstanceMaintenancePolicy(dict):
|
359
323
|
@staticmethod
|
@@ -28,10 +28,6 @@ class SecretIamBindingConditionArgs:
|
|
28
28
|
expression: pulumi.Input[str],
|
29
29
|
title: pulumi.Input[str],
|
30
30
|
description: Optional[pulumi.Input[str]] = None):
|
31
|
-
"""
|
32
|
-
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
33
|
-
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
34
|
-
"""
|
35
31
|
pulumi.set(__self__, "expression", expression)
|
36
32
|
pulumi.set(__self__, "title", title)
|
37
33
|
if description is not None:
|
@@ -40,9 +36,6 @@ class SecretIamBindingConditionArgs:
|
|
40
36
|
@property
|
41
37
|
@pulumi.getter
|
42
38
|
def expression(self) -> pulumi.Input[str]:
|
43
|
-
"""
|
44
|
-
Textual representation of an expression in Common Expression Language syntax.
|
45
|
-
"""
|
46
39
|
return pulumi.get(self, "expression")
|
47
40
|
|
48
41
|
@expression.setter
|
@@ -52,9 +45,6 @@ class SecretIamBindingConditionArgs:
|
|
52
45
|
@property
|
53
46
|
@pulumi.getter
|
54
47
|
def title(self) -> pulumi.Input[str]:
|
55
|
-
"""
|
56
|
-
A title for the expression, i.e. a short string describing its purpose.
|
57
|
-
"""
|
58
48
|
return pulumi.get(self, "title")
|
59
49
|
|
60
50
|
@title.setter
|
@@ -77,10 +67,6 @@ class SecretIamMemberConditionArgs:
|
|
77
67
|
expression: pulumi.Input[str],
|
78
68
|
title: pulumi.Input[str],
|
79
69
|
description: Optional[pulumi.Input[str]] = None):
|
80
|
-
"""
|
81
|
-
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
82
|
-
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
83
|
-
"""
|
84
70
|
pulumi.set(__self__, "expression", expression)
|
85
71
|
pulumi.set(__self__, "title", title)
|
86
72
|
if description is not None:
|
@@ -89,9 +75,6 @@ class SecretIamMemberConditionArgs:
|
|
89
75
|
@property
|
90
76
|
@pulumi.getter
|
91
77
|
def expression(self) -> pulumi.Input[str]:
|
92
|
-
"""
|
93
|
-
Textual representation of an expression in Common Expression Language syntax.
|
94
|
-
"""
|
95
78
|
return pulumi.get(self, "expression")
|
96
79
|
|
97
80
|
@expression.setter
|
@@ -101,9 +84,6 @@ class SecretIamMemberConditionArgs:
|
|
101
84
|
@property
|
102
85
|
@pulumi.getter
|
103
86
|
def title(self) -> pulumi.Input[str]:
|
104
|
-
"""
|
105
|
-
A title for the expression, i.e. a short string describing its purpose.
|
106
|
-
"""
|
107
87
|
return pulumi.get(self, "title")
|
108
88
|
|
109
89
|
@title.setter
|
@@ -46,10 +46,6 @@ class SecretIamBindingCondition(dict):
|
|
46
46
|
expression: str,
|
47
47
|
title: str,
|
48
48
|
description: Optional[str] = None):
|
49
|
-
"""
|
50
|
-
:param str expression: Textual representation of an expression in Common Expression Language syntax.
|
51
|
-
:param str title: A title for the expression, i.e. a short string describing its purpose.
|
52
|
-
"""
|
53
49
|
pulumi.set(__self__, "expression", expression)
|
54
50
|
pulumi.set(__self__, "title", title)
|
55
51
|
if description is not None:
|
@@ -58,17 +54,11 @@ class SecretIamBindingCondition(dict):
|
|
58
54
|
@property
|
59
55
|
@pulumi.getter
|
60
56
|
def expression(self) -> str:
|
61
|
-
"""
|
62
|
-
Textual representation of an expression in Common Expression Language syntax.
|
63
|
-
"""
|
64
57
|
return pulumi.get(self, "expression")
|
65
58
|
|
66
59
|
@property
|
67
60
|
@pulumi.getter
|
68
61
|
def title(self) -> str:
|
69
|
-
"""
|
70
|
-
A title for the expression, i.e. a short string describing its purpose.
|
71
|
-
"""
|
72
62
|
return pulumi.get(self, "title")
|
73
63
|
|
74
64
|
@property
|
@@ -83,10 +73,6 @@ class SecretIamMemberCondition(dict):
|
|
83
73
|
expression: str,
|
84
74
|
title: str,
|
85
75
|
description: Optional[str] = None):
|
86
|
-
"""
|
87
|
-
:param str expression: Textual representation of an expression in Common Expression Language syntax.
|
88
|
-
:param str title: A title for the expression, i.e. a short string describing its purpose.
|
89
|
-
"""
|
90
76
|
pulumi.set(__self__, "expression", expression)
|
91
77
|
pulumi.set(__self__, "title", title)
|
92
78
|
if description is not None:
|
@@ -95,17 +81,11 @@ class SecretIamMemberCondition(dict):
|
|
95
81
|
@property
|
96
82
|
@pulumi.getter
|
97
83
|
def expression(self) -> str:
|
98
|
-
"""
|
99
|
-
Textual representation of an expression in Common Expression Language syntax.
|
100
|
-
"""
|
101
84
|
return pulumi.get(self, "expression")
|
102
85
|
|
103
86
|
@property
|
104
87
|
@pulumi.getter
|
105
88
|
def title(self) -> str:
|
106
|
-
"""
|
107
|
-
A title for the expression, i.e. a short string describing its purpose.
|
108
|
-
"""
|
109
89
|
return pulumi.get(self, "title")
|
110
90
|
|
111
91
|
@property
|