pulumi-gcp 8.29.0a1746115375__py3-none-any.whl → 8.30.0a1746254470__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 +24 -0
- pulumi_gcp/alloydb/instance.py +1 -1
- pulumi_gcp/apigee/organization.py +26 -0
- pulumi_gcp/beyondcorp/_inputs.py +129 -0
- pulumi_gcp/beyondcorp/application.py +106 -3
- pulumi_gcp/beyondcorp/outputs.py +93 -0
- pulumi_gcp/bigtable/__init__.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +473 -0
- pulumi_gcp/bigtable/materialized_view.py +524 -0
- pulumi_gcp/certificateauthority/ca_pool.py +12 -0
- pulumi_gcp/certificatemanager/get_certificates.py +29 -0
- pulumi_gcp/clouddeploy/automation.py +66 -10
- pulumi_gcp/compute/_inputs.py +366 -55
- pulumi_gcp/compute/backend_service.py +6 -2
- pulumi_gcp/compute/get_region_disk.py +12 -1
- pulumi_gcp/compute/interconnect.py +25 -24
- pulumi_gcp/compute/outputs.py +380 -48
- pulumi_gcp/compute/region_disk.py +28 -0
- pulumi_gcp/compute/region_resize_request.py +2 -2
- pulumi_gcp/compute/region_security_policy.py +16 -0
- pulumi_gcp/compute/region_security_policy_rule.py +16 -0
- pulumi_gcp/compute/resize_request.py +2 -2
- pulumi_gcp/compute/resource_policy.py +0 -2
- pulumi_gcp/container/_inputs.py +69 -9
- pulumi_gcp/container/outputs.py +71 -7
- pulumi_gcp/dataplex/_inputs.py +219 -1
- pulumi_gcp/dataplex/datascan.py +20 -0
- pulumi_gcp/dataplex/outputs.py +168 -1
- pulumi_gcp/developerconnect/_inputs.py +6 -0
- pulumi_gcp/developerconnect/account_connector.py +56 -0
- pulumi_gcp/developerconnect/outputs.py +4 -0
- pulumi_gcp/dns/_inputs.py +34 -13
- pulumi_gcp/dns/outputs.py +25 -10
- pulumi_gcp/gkehub/_inputs.py +3 -3
- pulumi_gcp/gkehub/feature_membership.py +92 -0
- pulumi_gcp/gkehub/outputs.py +2 -2
- pulumi_gcp/identityplatform/_inputs.py +54 -0
- pulumi_gcp/identityplatform/oauth_idp_config.py +83 -5
- pulumi_gcp/identityplatform/outputs.py +49 -0
- pulumi_gcp/memcache/__init__.py +1 -0
- pulumi_gcp/memcache/get_instance.py +338 -0
- pulumi_gcp/memcache/outputs.py +363 -0
- pulumi_gcp/netapp/storage_pool.py +141 -0
- pulumi_gcp/networkservices/_inputs.py +35 -6
- pulumi_gcp/networkservices/lb_traffic_extension.py +7 -0
- pulumi_gcp/networkservices/outputs.py +22 -4
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5400 -0
- pulumi_gcp/osconfig/outputs.py +3952 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_folder.py +1098 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/spanner/instance_config.py +14 -14
- pulumi_gcp/sql/_inputs.py +83 -0
- pulumi_gcp/sql/database_instance.py +28 -0
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +146 -6
- pulumi_gcp/storage/_inputs.py +20 -0
- pulumi_gcp/storage/bucket.py +56 -0
- pulumi_gcp/storage/get_bucket.py +23 -1
- pulumi_gcp/storage/outputs.py +14 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +2 -14
- {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.30.0a1746254470.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.30.0a1746254470.dist-info}/RECORD +65 -61
- {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.30.0a1746254470.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.30.0a1746254470.dist-info}/top_level.txt +0 -0
pulumi_gcp/memcache/outputs.py
CHANGED
@@ -24,6 +24,13 @@ __all__ = [
|
|
24
24
|
'InstanceMemcacheNode',
|
25
25
|
'InstanceMemcacheParameters',
|
26
26
|
'InstanceNodeConfig',
|
27
|
+
'GetInstanceMaintenancePolicyResult',
|
28
|
+
'GetInstanceMaintenancePolicyWeeklyMaintenanceWindowResult',
|
29
|
+
'GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeResult',
|
30
|
+
'GetInstanceMaintenanceScheduleResult',
|
31
|
+
'GetInstanceMemcacheNodeResult',
|
32
|
+
'GetInstanceMemcacheParameterResult',
|
33
|
+
'GetInstanceNodeConfigResult',
|
27
34
|
]
|
28
35
|
|
29
36
|
@pulumi.output_type
|
@@ -526,3 +533,359 @@ class InstanceNodeConfig(dict):
|
|
526
533
|
return pulumi.get(self, "memory_size_mb")
|
527
534
|
|
528
535
|
|
536
|
+
@pulumi.output_type
|
537
|
+
class GetInstanceMaintenancePolicyResult(dict):
|
538
|
+
def __init__(__self__, *,
|
539
|
+
create_time: builtins.str,
|
540
|
+
description: builtins.str,
|
541
|
+
update_time: builtins.str,
|
542
|
+
weekly_maintenance_windows: Sequence['outputs.GetInstanceMaintenancePolicyWeeklyMaintenanceWindowResult']):
|
543
|
+
"""
|
544
|
+
:param builtins.str create_time: Output only. The time when the policy was created.
|
545
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
546
|
+
resolution and up to nine fractional digits
|
547
|
+
:param builtins.str description: Optional. Description of what this policy is for.
|
548
|
+
Create/Update methods return INVALID_ARGUMENT if the
|
549
|
+
length is greater than 512.
|
550
|
+
:param builtins.str update_time: Output only. The time when the policy was updated.
|
551
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
552
|
+
resolution and up to nine fractional digits.
|
553
|
+
:param Sequence['GetInstanceMaintenancePolicyWeeklyMaintenanceWindowArgs'] weekly_maintenance_windows: Required. Maintenance window that is applied to resources covered by this policy.
|
554
|
+
Minimum 1. For the current version, the maximum number of weekly_maintenance_windows
|
555
|
+
is expected to be one.
|
556
|
+
"""
|
557
|
+
pulumi.set(__self__, "create_time", create_time)
|
558
|
+
pulumi.set(__self__, "description", description)
|
559
|
+
pulumi.set(__self__, "update_time", update_time)
|
560
|
+
pulumi.set(__self__, "weekly_maintenance_windows", weekly_maintenance_windows)
|
561
|
+
|
562
|
+
@property
|
563
|
+
@pulumi.getter(name="createTime")
|
564
|
+
def create_time(self) -> builtins.str:
|
565
|
+
"""
|
566
|
+
Output only. The time when the policy was created.
|
567
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
568
|
+
resolution and up to nine fractional digits
|
569
|
+
"""
|
570
|
+
return pulumi.get(self, "create_time")
|
571
|
+
|
572
|
+
@property
|
573
|
+
@pulumi.getter
|
574
|
+
def description(self) -> builtins.str:
|
575
|
+
"""
|
576
|
+
Optional. Description of what this policy is for.
|
577
|
+
Create/Update methods return INVALID_ARGUMENT if the
|
578
|
+
length is greater than 512.
|
579
|
+
"""
|
580
|
+
return pulumi.get(self, "description")
|
581
|
+
|
582
|
+
@property
|
583
|
+
@pulumi.getter(name="updateTime")
|
584
|
+
def update_time(self) -> builtins.str:
|
585
|
+
"""
|
586
|
+
Output only. The time when the policy was updated.
|
587
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
588
|
+
resolution and up to nine fractional digits.
|
589
|
+
"""
|
590
|
+
return pulumi.get(self, "update_time")
|
591
|
+
|
592
|
+
@property
|
593
|
+
@pulumi.getter(name="weeklyMaintenanceWindows")
|
594
|
+
def weekly_maintenance_windows(self) -> Sequence['outputs.GetInstanceMaintenancePolicyWeeklyMaintenanceWindowResult']:
|
595
|
+
"""
|
596
|
+
Required. Maintenance window that is applied to resources covered by this policy.
|
597
|
+
Minimum 1. For the current version, the maximum number of weekly_maintenance_windows
|
598
|
+
is expected to be one.
|
599
|
+
"""
|
600
|
+
return pulumi.get(self, "weekly_maintenance_windows")
|
601
|
+
|
602
|
+
|
603
|
+
@pulumi.output_type
|
604
|
+
class GetInstanceMaintenancePolicyWeeklyMaintenanceWindowResult(dict):
|
605
|
+
def __init__(__self__, *,
|
606
|
+
day: builtins.str,
|
607
|
+
duration: builtins.str,
|
608
|
+
start_times: Sequence['outputs.GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeResult']):
|
609
|
+
"""
|
610
|
+
:param builtins.str day: Required. The day of week that maintenance updates occur.
|
611
|
+
- DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
|
612
|
+
- MONDAY: Monday
|
613
|
+
- TUESDAY: Tuesday
|
614
|
+
- WEDNESDAY: Wednesday
|
615
|
+
- THURSDAY: Thursday
|
616
|
+
- FRIDAY: Friday
|
617
|
+
- SATURDAY: Saturday
|
618
|
+
- SUNDAY: Sunday Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
|
619
|
+
:param builtins.str duration: Required. The length of the maintenance window, ranging from 3 hours to 8 hours.
|
620
|
+
A duration in seconds with up to nine fractional digits,
|
621
|
+
terminated by 's'. Example: "3.5s".
|
622
|
+
:param Sequence['GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgs'] start_times: Required. Start time of the window in UTC time.
|
623
|
+
"""
|
624
|
+
pulumi.set(__self__, "day", day)
|
625
|
+
pulumi.set(__self__, "duration", duration)
|
626
|
+
pulumi.set(__self__, "start_times", start_times)
|
627
|
+
|
628
|
+
@property
|
629
|
+
@pulumi.getter
|
630
|
+
def day(self) -> builtins.str:
|
631
|
+
"""
|
632
|
+
Required. The day of week that maintenance updates occur.
|
633
|
+
- DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
|
634
|
+
- MONDAY: Monday
|
635
|
+
- TUESDAY: Tuesday
|
636
|
+
- WEDNESDAY: Wednesday
|
637
|
+
- THURSDAY: Thursday
|
638
|
+
- FRIDAY: Friday
|
639
|
+
- SATURDAY: Saturday
|
640
|
+
- SUNDAY: Sunday Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
|
641
|
+
"""
|
642
|
+
return pulumi.get(self, "day")
|
643
|
+
|
644
|
+
@property
|
645
|
+
@pulumi.getter
|
646
|
+
def duration(self) -> builtins.str:
|
647
|
+
"""
|
648
|
+
Required. The length of the maintenance window, ranging from 3 hours to 8 hours.
|
649
|
+
A duration in seconds with up to nine fractional digits,
|
650
|
+
terminated by 's'. Example: "3.5s".
|
651
|
+
"""
|
652
|
+
return pulumi.get(self, "duration")
|
653
|
+
|
654
|
+
@property
|
655
|
+
@pulumi.getter(name="startTimes")
|
656
|
+
def start_times(self) -> Sequence['outputs.GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeResult']:
|
657
|
+
"""
|
658
|
+
Required. Start time of the window in UTC time.
|
659
|
+
"""
|
660
|
+
return pulumi.get(self, "start_times")
|
661
|
+
|
662
|
+
|
663
|
+
@pulumi.output_type
|
664
|
+
class GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeResult(dict):
|
665
|
+
def __init__(__self__, *,
|
666
|
+
hours: builtins.int,
|
667
|
+
minutes: builtins.int,
|
668
|
+
nanos: builtins.int,
|
669
|
+
seconds: builtins.int):
|
670
|
+
"""
|
671
|
+
:param builtins.int hours: Hours of day in 24 hour format. Should be from 0 to 23.
|
672
|
+
An API may choose to allow the value "24:00:00" for scenarios like business closing time.
|
673
|
+
:param builtins.int minutes: Minutes of hour of day. Must be from 0 to 59.
|
674
|
+
:param builtins.int nanos: Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
|
675
|
+
:param builtins.int seconds: Seconds of minutes of the time. Must normally be from 0 to 59.
|
676
|
+
An API may allow the value 60 if it allows leap-seconds.
|
677
|
+
"""
|
678
|
+
pulumi.set(__self__, "hours", hours)
|
679
|
+
pulumi.set(__self__, "minutes", minutes)
|
680
|
+
pulumi.set(__self__, "nanos", nanos)
|
681
|
+
pulumi.set(__self__, "seconds", seconds)
|
682
|
+
|
683
|
+
@property
|
684
|
+
@pulumi.getter
|
685
|
+
def hours(self) -> builtins.int:
|
686
|
+
"""
|
687
|
+
Hours of day in 24 hour format. Should be from 0 to 23.
|
688
|
+
An API may choose to allow the value "24:00:00" for scenarios like business closing time.
|
689
|
+
"""
|
690
|
+
return pulumi.get(self, "hours")
|
691
|
+
|
692
|
+
@property
|
693
|
+
@pulumi.getter
|
694
|
+
def minutes(self) -> builtins.int:
|
695
|
+
"""
|
696
|
+
Minutes of hour of day. Must be from 0 to 59.
|
697
|
+
"""
|
698
|
+
return pulumi.get(self, "minutes")
|
699
|
+
|
700
|
+
@property
|
701
|
+
@pulumi.getter
|
702
|
+
def nanos(self) -> builtins.int:
|
703
|
+
"""
|
704
|
+
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
|
705
|
+
"""
|
706
|
+
return pulumi.get(self, "nanos")
|
707
|
+
|
708
|
+
@property
|
709
|
+
@pulumi.getter
|
710
|
+
def seconds(self) -> builtins.int:
|
711
|
+
"""
|
712
|
+
Seconds of minutes of the time. Must normally be from 0 to 59.
|
713
|
+
An API may allow the value 60 if it allows leap-seconds.
|
714
|
+
"""
|
715
|
+
return pulumi.get(self, "seconds")
|
716
|
+
|
717
|
+
|
718
|
+
@pulumi.output_type
|
719
|
+
class GetInstanceMaintenanceScheduleResult(dict):
|
720
|
+
def __init__(__self__, *,
|
721
|
+
end_time: builtins.str,
|
722
|
+
schedule_deadline_time: builtins.str,
|
723
|
+
start_time: builtins.str):
|
724
|
+
"""
|
725
|
+
:param builtins.str end_time: Output only. The end time of any upcoming scheduled maintenance for this instance.
|
726
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
727
|
+
resolution and up to nine fractional digits.
|
728
|
+
:param builtins.str schedule_deadline_time: Output only. The deadline that the maintenance schedule start time
|
729
|
+
can not go beyond, including reschedule.
|
730
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
731
|
+
resolution and up to nine fractional digits.
|
732
|
+
:param builtins.str start_time: Output only. The start time of any upcoming scheduled maintenance for this instance.
|
733
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
734
|
+
resolution and up to nine fractional digits.
|
735
|
+
"""
|
736
|
+
pulumi.set(__self__, "end_time", end_time)
|
737
|
+
pulumi.set(__self__, "schedule_deadline_time", schedule_deadline_time)
|
738
|
+
pulumi.set(__self__, "start_time", start_time)
|
739
|
+
|
740
|
+
@property
|
741
|
+
@pulumi.getter(name="endTime")
|
742
|
+
def end_time(self) -> builtins.str:
|
743
|
+
"""
|
744
|
+
Output only. The end time of any upcoming scheduled maintenance for this instance.
|
745
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
746
|
+
resolution and up to nine fractional digits.
|
747
|
+
"""
|
748
|
+
return pulumi.get(self, "end_time")
|
749
|
+
|
750
|
+
@property
|
751
|
+
@pulumi.getter(name="scheduleDeadlineTime")
|
752
|
+
def schedule_deadline_time(self) -> builtins.str:
|
753
|
+
"""
|
754
|
+
Output only. The deadline that the maintenance schedule start time
|
755
|
+
can not go beyond, including reschedule.
|
756
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
757
|
+
resolution and up to nine fractional digits.
|
758
|
+
"""
|
759
|
+
return pulumi.get(self, "schedule_deadline_time")
|
760
|
+
|
761
|
+
@property
|
762
|
+
@pulumi.getter(name="startTime")
|
763
|
+
def start_time(self) -> builtins.str:
|
764
|
+
"""
|
765
|
+
Output only. The start time of any upcoming scheduled maintenance for this instance.
|
766
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
767
|
+
resolution and up to nine fractional digits.
|
768
|
+
"""
|
769
|
+
return pulumi.get(self, "start_time")
|
770
|
+
|
771
|
+
|
772
|
+
@pulumi.output_type
|
773
|
+
class GetInstanceMemcacheNodeResult(dict):
|
774
|
+
def __init__(__self__, *,
|
775
|
+
host: builtins.str,
|
776
|
+
node_id: builtins.str,
|
777
|
+
port: builtins.int,
|
778
|
+
state: builtins.str,
|
779
|
+
zone: builtins.str):
|
780
|
+
"""
|
781
|
+
:param builtins.str host: Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
|
782
|
+
:param builtins.str node_id: Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
|
783
|
+
:param builtins.int port: The port number of the Memcached server on this node.
|
784
|
+
:param builtins.str state: Current state of the Memcached node.
|
785
|
+
:param builtins.str zone: Location (GCP Zone) for the Memcached node.
|
786
|
+
"""
|
787
|
+
pulumi.set(__self__, "host", host)
|
788
|
+
pulumi.set(__self__, "node_id", node_id)
|
789
|
+
pulumi.set(__self__, "port", port)
|
790
|
+
pulumi.set(__self__, "state", state)
|
791
|
+
pulumi.set(__self__, "zone", zone)
|
792
|
+
|
793
|
+
@property
|
794
|
+
@pulumi.getter
|
795
|
+
def host(self) -> builtins.str:
|
796
|
+
"""
|
797
|
+
Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
|
798
|
+
"""
|
799
|
+
return pulumi.get(self, "host")
|
800
|
+
|
801
|
+
@property
|
802
|
+
@pulumi.getter(name="nodeId")
|
803
|
+
def node_id(self) -> builtins.str:
|
804
|
+
"""
|
805
|
+
Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
|
806
|
+
"""
|
807
|
+
return pulumi.get(self, "node_id")
|
808
|
+
|
809
|
+
@property
|
810
|
+
@pulumi.getter
|
811
|
+
def port(self) -> builtins.int:
|
812
|
+
"""
|
813
|
+
The port number of the Memcached server on this node.
|
814
|
+
"""
|
815
|
+
return pulumi.get(self, "port")
|
816
|
+
|
817
|
+
@property
|
818
|
+
@pulumi.getter
|
819
|
+
def state(self) -> builtins.str:
|
820
|
+
"""
|
821
|
+
Current state of the Memcached node.
|
822
|
+
"""
|
823
|
+
return pulumi.get(self, "state")
|
824
|
+
|
825
|
+
@property
|
826
|
+
@pulumi.getter
|
827
|
+
def zone(self) -> builtins.str:
|
828
|
+
"""
|
829
|
+
Location (GCP Zone) for the Memcached node.
|
830
|
+
"""
|
831
|
+
return pulumi.get(self, "zone")
|
832
|
+
|
833
|
+
|
834
|
+
@pulumi.output_type
|
835
|
+
class GetInstanceMemcacheParameterResult(dict):
|
836
|
+
def __init__(__self__, *,
|
837
|
+
id: builtins.str,
|
838
|
+
params: Mapping[str, builtins.str]):
|
839
|
+
"""
|
840
|
+
:param builtins.str id: This is a unique ID associated with this set of parameters.
|
841
|
+
:param Mapping[str, builtins.str] params: User-defined set of parameters to use in the memcache process.
|
842
|
+
"""
|
843
|
+
pulumi.set(__self__, "id", id)
|
844
|
+
pulumi.set(__self__, "params", params)
|
845
|
+
|
846
|
+
@property
|
847
|
+
@pulumi.getter
|
848
|
+
def id(self) -> builtins.str:
|
849
|
+
"""
|
850
|
+
This is a unique ID associated with this set of parameters.
|
851
|
+
"""
|
852
|
+
return pulumi.get(self, "id")
|
853
|
+
|
854
|
+
@property
|
855
|
+
@pulumi.getter
|
856
|
+
def params(self) -> Mapping[str, builtins.str]:
|
857
|
+
"""
|
858
|
+
User-defined set of parameters to use in the memcache process.
|
859
|
+
"""
|
860
|
+
return pulumi.get(self, "params")
|
861
|
+
|
862
|
+
|
863
|
+
@pulumi.output_type
|
864
|
+
class GetInstanceNodeConfigResult(dict):
|
865
|
+
def __init__(__self__, *,
|
866
|
+
cpu_count: builtins.int,
|
867
|
+
memory_size_mb: builtins.int):
|
868
|
+
"""
|
869
|
+
:param builtins.int cpu_count: Number of CPUs per node.
|
870
|
+
:param builtins.int memory_size_mb: Memory size in Mebibytes for each memcache node.
|
871
|
+
"""
|
872
|
+
pulumi.set(__self__, "cpu_count", cpu_count)
|
873
|
+
pulumi.set(__self__, "memory_size_mb", memory_size_mb)
|
874
|
+
|
875
|
+
@property
|
876
|
+
@pulumi.getter(name="cpuCount")
|
877
|
+
def cpu_count(self) -> builtins.int:
|
878
|
+
"""
|
879
|
+
Number of CPUs per node.
|
880
|
+
"""
|
881
|
+
return pulumi.get(self, "cpu_count")
|
882
|
+
|
883
|
+
@property
|
884
|
+
@pulumi.getter(name="memorySizeMb")
|
885
|
+
def memory_size_mb(self) -> builtins.int:
|
886
|
+
"""
|
887
|
+
Memory size in Mebibytes for each memcache node.
|
888
|
+
"""
|
889
|
+
return pulumi.get(self, "memory_size_mb")
|
890
|
+
|
891
|
+
|