yandexcloud 0.297.0__py3-none-any.whl → 0.298.0__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.

Potentially problematic release.


This version of yandexcloud might be problematic. Click here for more details.

@@ -1855,6 +1855,7 @@ class MongodbSpec3_6(google.protobuf.message.Message):
1855
1855
 
1856
1856
  CONFIG_FIELD_NUMBER: builtins.int
1857
1857
  RESOURCES_FIELD_NUMBER: builtins.int
1858
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
1858
1859
  @property
1859
1860
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb3_6_pb2.MongodConfig3_6:
1860
1861
  """Configuration for mongod 3.6 hosts."""
@@ -1863,14 +1864,19 @@ class MongodbSpec3_6(google.protobuf.message.Message):
1863
1864
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
1864
1865
  """Resources allocated to each mongod host."""
1865
1866
 
1867
+ @property
1868
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
1869
+ """Disk size autoscaling settings"""
1870
+
1866
1871
  def __init__(
1867
1872
  self,
1868
1873
  *,
1869
1874
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb3_6_pb2.MongodConfig3_6 | None = ...,
1870
1875
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
1876
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
1871
1877
  ) -> None: ...
1872
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
1873
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
1878
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
1879
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
1874
1880
 
1875
1881
  @typing.final
1876
1882
  class MongoCfg(google.protobuf.message.Message):
@@ -1878,6 +1884,7 @@ class MongodbSpec3_6(google.protobuf.message.Message):
1878
1884
 
1879
1885
  CONFIG_FIELD_NUMBER: builtins.int
1880
1886
  RESOURCES_FIELD_NUMBER: builtins.int
1887
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
1881
1888
  @property
1882
1889
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb3_6_pb2.MongoCfgConfig3_6:
1883
1890
  """Configuration for mongocfg 3.6 hosts."""
@@ -1886,14 +1893,19 @@ class MongodbSpec3_6(google.protobuf.message.Message):
1886
1893
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
1887
1894
  """Resources allocated to each mongocfg host."""
1888
1895
 
1896
+ @property
1897
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
1898
+ """Disk size autoscaling settings"""
1899
+
1889
1900
  def __init__(
1890
1901
  self,
1891
1902
  *,
1892
1903
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb3_6_pb2.MongoCfgConfig3_6 | None = ...,
1893
1904
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
1905
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
1894
1906
  ) -> None: ...
1895
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
1896
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
1907
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
1908
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
1897
1909
 
1898
1910
  @typing.final
1899
1911
  class Mongos(google.protobuf.message.Message):
@@ -1901,6 +1913,7 @@ class MongodbSpec3_6(google.protobuf.message.Message):
1901
1913
 
1902
1914
  CONFIG_FIELD_NUMBER: builtins.int
1903
1915
  RESOURCES_FIELD_NUMBER: builtins.int
1916
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
1904
1917
  @property
1905
1918
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb3_6_pb2.MongosConfig3_6:
1906
1919
  """Configuration for mongos 3.6 hosts."""
@@ -1909,14 +1922,19 @@ class MongodbSpec3_6(google.protobuf.message.Message):
1909
1922
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
1910
1923
  """Resources allocated to each mongos host."""
1911
1924
 
1925
+ @property
1926
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
1927
+ """Disk size autoscaling settings"""
1928
+
1912
1929
  def __init__(
1913
1930
  self,
1914
1931
  *,
1915
1932
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb3_6_pb2.MongosConfig3_6 | None = ...,
1916
1933
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
1934
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
1917
1935
  ) -> None: ...
1918
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
1919
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
1936
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
1937
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
1920
1938
 
1921
1939
  @typing.final
1922
1940
  class MongoInfra(google.protobuf.message.Message):
@@ -1925,6 +1943,7 @@ class MongodbSpec3_6(google.protobuf.message.Message):
1925
1943
  CONFIG_MONGOS_FIELD_NUMBER: builtins.int
1926
1944
  CONFIG_MONGOCFG_FIELD_NUMBER: builtins.int
1927
1945
  RESOURCES_FIELD_NUMBER: builtins.int
1946
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
1928
1947
  @property
1929
1948
  def config_mongos(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb3_6_pb2.MongosConfig3_6:
1930
1949
  """Configuration for mongoinfra 3.6 hosts."""
@@ -1935,15 +1954,20 @@ class MongodbSpec3_6(google.protobuf.message.Message):
1935
1954
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
1936
1955
  """Resources allocated to each mongoinfra (mongos+mongocfg) host."""
1937
1956
 
1957
+ @property
1958
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
1959
+ """Disk size autoscaling settings"""
1960
+
1938
1961
  def __init__(
1939
1962
  self,
1940
1963
  *,
1941
1964
  config_mongos: yandex.cloud.mdb.mongodb.v1.config.mongodb3_6_pb2.MongosConfig3_6 | None = ...,
1942
1965
  config_mongocfg: yandex.cloud.mdb.mongodb.v1.config.mongodb3_6_pb2.MongoCfgConfig3_6 | None = ...,
1943
1966
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
1967
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
1944
1968
  ) -> None: ...
1945
- def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> builtins.bool: ...
1946
- def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> None: ...
1969
+ def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
1970
+ def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
1947
1971
 
1948
1972
  MONGOD_FIELD_NUMBER: builtins.int
1949
1973
  MONGOCFG_FIELD_NUMBER: builtins.int
@@ -1988,6 +2012,7 @@ class MongodbSpec4_0(google.protobuf.message.Message):
1988
2012
 
1989
2013
  CONFIG_FIELD_NUMBER: builtins.int
1990
2014
  RESOURCES_FIELD_NUMBER: builtins.int
2015
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
1991
2016
  @property
1992
2017
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_0_pb2.MongodConfig4_0:
1993
2018
  """Configuration for mongod 4.0 hosts."""
@@ -1996,14 +2021,19 @@ class MongodbSpec4_0(google.protobuf.message.Message):
1996
2021
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
1997
2022
  """Resources allocated to each mongod host."""
1998
2023
 
2024
+ @property
2025
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2026
+ """Disk size autoscaling settings"""
2027
+
1999
2028
  def __init__(
2000
2029
  self,
2001
2030
  *,
2002
2031
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_0_pb2.MongodConfig4_0 | None = ...,
2003
2032
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2033
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2004
2034
  ) -> None: ...
2005
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2006
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2035
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2036
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2007
2037
 
2008
2038
  @typing.final
2009
2039
  class MongoCfg(google.protobuf.message.Message):
@@ -2011,6 +2041,7 @@ class MongodbSpec4_0(google.protobuf.message.Message):
2011
2041
 
2012
2042
  CONFIG_FIELD_NUMBER: builtins.int
2013
2043
  RESOURCES_FIELD_NUMBER: builtins.int
2044
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2014
2045
  @property
2015
2046
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_0_pb2.MongoCfgConfig4_0:
2016
2047
  """Configuration for mongocfg 4.0 hosts."""
@@ -2019,14 +2050,19 @@ class MongodbSpec4_0(google.protobuf.message.Message):
2019
2050
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2020
2051
  """Resources allocated to each mongocfg host."""
2021
2052
 
2053
+ @property
2054
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2055
+ """Disk size autoscaling settings"""
2056
+
2022
2057
  def __init__(
2023
2058
  self,
2024
2059
  *,
2025
2060
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_0_pb2.MongoCfgConfig4_0 | None = ...,
2026
2061
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2062
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2027
2063
  ) -> None: ...
2028
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2029
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2064
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2065
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2030
2066
 
2031
2067
  @typing.final
2032
2068
  class Mongos(google.protobuf.message.Message):
@@ -2034,6 +2070,7 @@ class MongodbSpec4_0(google.protobuf.message.Message):
2034
2070
 
2035
2071
  CONFIG_FIELD_NUMBER: builtins.int
2036
2072
  RESOURCES_FIELD_NUMBER: builtins.int
2073
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2037
2074
  @property
2038
2075
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_0_pb2.MongosConfig4_0:
2039
2076
  """Configuration for mongos 4.0 hosts."""
@@ -2042,14 +2079,19 @@ class MongodbSpec4_0(google.protobuf.message.Message):
2042
2079
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2043
2080
  """Resources allocated to each mongos host."""
2044
2081
 
2082
+ @property
2083
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2084
+ """Disk size autoscaling settings"""
2085
+
2045
2086
  def __init__(
2046
2087
  self,
2047
2088
  *,
2048
2089
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_0_pb2.MongosConfig4_0 | None = ...,
2049
2090
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2091
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2050
2092
  ) -> None: ...
2051
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2052
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2093
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2094
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2053
2095
 
2054
2096
  @typing.final
2055
2097
  class MongoInfra(google.protobuf.message.Message):
@@ -2058,6 +2100,7 @@ class MongodbSpec4_0(google.protobuf.message.Message):
2058
2100
  CONFIG_MONGOS_FIELD_NUMBER: builtins.int
2059
2101
  CONFIG_MONGOCFG_FIELD_NUMBER: builtins.int
2060
2102
  RESOURCES_FIELD_NUMBER: builtins.int
2103
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2061
2104
  @property
2062
2105
  def config_mongos(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_0_pb2.MongosConfig4_0:
2063
2106
  """Configuration for mongoinfra 4.0 hosts."""
@@ -2068,15 +2111,20 @@ class MongodbSpec4_0(google.protobuf.message.Message):
2068
2111
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2069
2112
  """Resources allocated to each mongoinfra (mongos+mongocfg) host."""
2070
2113
 
2114
+ @property
2115
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2116
+ """Disk size autoscaling settings"""
2117
+
2071
2118
  def __init__(
2072
2119
  self,
2073
2120
  *,
2074
2121
  config_mongos: yandex.cloud.mdb.mongodb.v1.config.mongodb4_0_pb2.MongosConfig4_0 | None = ...,
2075
2122
  config_mongocfg: yandex.cloud.mdb.mongodb.v1.config.mongodb4_0_pb2.MongoCfgConfig4_0 | None = ...,
2076
2123
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2124
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2077
2125
  ) -> None: ...
2078
- def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> builtins.bool: ...
2079
- def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> None: ...
2126
+ def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2127
+ def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2080
2128
 
2081
2129
  MONGOD_FIELD_NUMBER: builtins.int
2082
2130
  MONGOCFG_FIELD_NUMBER: builtins.int
@@ -2121,6 +2169,7 @@ class MongodbSpec4_2(google.protobuf.message.Message):
2121
2169
 
2122
2170
  CONFIG_FIELD_NUMBER: builtins.int
2123
2171
  RESOURCES_FIELD_NUMBER: builtins.int
2172
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2124
2173
  @property
2125
2174
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_2_pb2.MongodConfig4_2:
2126
2175
  """Configuration for mongod 4.2 hosts."""
@@ -2129,14 +2178,19 @@ class MongodbSpec4_2(google.protobuf.message.Message):
2129
2178
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2130
2179
  """Resources allocated to each mongod host."""
2131
2180
 
2181
+ @property
2182
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2183
+ """Disk size autoscaling settings"""
2184
+
2132
2185
  def __init__(
2133
2186
  self,
2134
2187
  *,
2135
2188
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_2_pb2.MongodConfig4_2 | None = ...,
2136
2189
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2190
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2137
2191
  ) -> None: ...
2138
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2139
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2192
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2193
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2140
2194
 
2141
2195
  @typing.final
2142
2196
  class MongoCfg(google.protobuf.message.Message):
@@ -2144,6 +2198,7 @@ class MongodbSpec4_2(google.protobuf.message.Message):
2144
2198
 
2145
2199
  CONFIG_FIELD_NUMBER: builtins.int
2146
2200
  RESOURCES_FIELD_NUMBER: builtins.int
2201
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2147
2202
  @property
2148
2203
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_2_pb2.MongoCfgConfig4_2:
2149
2204
  """Configuration for mongocfg 4.2 hosts."""
@@ -2152,14 +2207,19 @@ class MongodbSpec4_2(google.protobuf.message.Message):
2152
2207
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2153
2208
  """Resources allocated to each mongocfg host."""
2154
2209
 
2210
+ @property
2211
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2212
+ """Disk size autoscaling settings"""
2213
+
2155
2214
  def __init__(
2156
2215
  self,
2157
2216
  *,
2158
2217
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_2_pb2.MongoCfgConfig4_2 | None = ...,
2159
2218
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2219
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2160
2220
  ) -> None: ...
2161
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2162
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2221
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2222
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2163
2223
 
2164
2224
  @typing.final
2165
2225
  class Mongos(google.protobuf.message.Message):
@@ -2167,6 +2227,7 @@ class MongodbSpec4_2(google.protobuf.message.Message):
2167
2227
 
2168
2228
  CONFIG_FIELD_NUMBER: builtins.int
2169
2229
  RESOURCES_FIELD_NUMBER: builtins.int
2230
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2170
2231
  @property
2171
2232
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_2_pb2.MongosConfig4_2:
2172
2233
  """Configuration for mongos 4.2 hosts."""
@@ -2175,14 +2236,19 @@ class MongodbSpec4_2(google.protobuf.message.Message):
2175
2236
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2176
2237
  """Resources allocated to each mongos host."""
2177
2238
 
2239
+ @property
2240
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2241
+ """Disk size autoscaling settings"""
2242
+
2178
2243
  def __init__(
2179
2244
  self,
2180
2245
  *,
2181
2246
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_2_pb2.MongosConfig4_2 | None = ...,
2182
2247
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2248
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2183
2249
  ) -> None: ...
2184
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2185
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2250
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2251
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2186
2252
 
2187
2253
  @typing.final
2188
2254
  class MongoInfra(google.protobuf.message.Message):
@@ -2191,6 +2257,7 @@ class MongodbSpec4_2(google.protobuf.message.Message):
2191
2257
  CONFIG_MONGOS_FIELD_NUMBER: builtins.int
2192
2258
  CONFIG_MONGOCFG_FIELD_NUMBER: builtins.int
2193
2259
  RESOURCES_FIELD_NUMBER: builtins.int
2260
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2194
2261
  @property
2195
2262
  def config_mongos(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_2_pb2.MongosConfig4_2:
2196
2263
  """Configuration for mongoinfra 4.2 hosts."""
@@ -2201,15 +2268,20 @@ class MongodbSpec4_2(google.protobuf.message.Message):
2201
2268
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2202
2269
  """Resources allocated to each mongoinfra (mongos+mongocfg) host."""
2203
2270
 
2271
+ @property
2272
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2273
+ """Disk size autoscaling settings"""
2274
+
2204
2275
  def __init__(
2205
2276
  self,
2206
2277
  *,
2207
2278
  config_mongos: yandex.cloud.mdb.mongodb.v1.config.mongodb4_2_pb2.MongosConfig4_2 | None = ...,
2208
2279
  config_mongocfg: yandex.cloud.mdb.mongodb.v1.config.mongodb4_2_pb2.MongoCfgConfig4_2 | None = ...,
2209
2280
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2281
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2210
2282
  ) -> None: ...
2211
- def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> builtins.bool: ...
2212
- def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> None: ...
2283
+ def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2284
+ def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2213
2285
 
2214
2286
  MONGOD_FIELD_NUMBER: builtins.int
2215
2287
  MONGOCFG_FIELD_NUMBER: builtins.int
@@ -2254,6 +2326,7 @@ class MongodbSpec4_4(google.protobuf.message.Message):
2254
2326
 
2255
2327
  CONFIG_FIELD_NUMBER: builtins.int
2256
2328
  RESOURCES_FIELD_NUMBER: builtins.int
2329
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2257
2330
  @property
2258
2331
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_pb2.MongodConfig4_4:
2259
2332
  """Configuration for mongod 4.4 hosts."""
@@ -2262,14 +2335,19 @@ class MongodbSpec4_4(google.protobuf.message.Message):
2262
2335
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2263
2336
  """Resources allocated to each mongod host."""
2264
2337
 
2338
+ @property
2339
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2340
+ """Disk size autoscaling settings"""
2341
+
2265
2342
  def __init__(
2266
2343
  self,
2267
2344
  *,
2268
2345
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_pb2.MongodConfig4_4 | None = ...,
2269
2346
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2347
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2270
2348
  ) -> None: ...
2271
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2272
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2349
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2350
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2273
2351
 
2274
2352
  @typing.final
2275
2353
  class MongoCfg(google.protobuf.message.Message):
@@ -2277,6 +2355,7 @@ class MongodbSpec4_4(google.protobuf.message.Message):
2277
2355
 
2278
2356
  CONFIG_FIELD_NUMBER: builtins.int
2279
2357
  RESOURCES_FIELD_NUMBER: builtins.int
2358
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2280
2359
  @property
2281
2360
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_pb2.MongoCfgConfig4_4:
2282
2361
  """Configuration for mongocfg 4.4 hosts."""
@@ -2285,14 +2364,19 @@ class MongodbSpec4_4(google.protobuf.message.Message):
2285
2364
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2286
2365
  """Resources allocated to each mongocfg host."""
2287
2366
 
2367
+ @property
2368
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2369
+ """Disk size autoscaling settings"""
2370
+
2288
2371
  def __init__(
2289
2372
  self,
2290
2373
  *,
2291
2374
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_pb2.MongoCfgConfig4_4 | None = ...,
2292
2375
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2376
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2293
2377
  ) -> None: ...
2294
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2295
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2378
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2379
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2296
2380
 
2297
2381
  @typing.final
2298
2382
  class Mongos(google.protobuf.message.Message):
@@ -2300,6 +2384,7 @@ class MongodbSpec4_4(google.protobuf.message.Message):
2300
2384
 
2301
2385
  CONFIG_FIELD_NUMBER: builtins.int
2302
2386
  RESOURCES_FIELD_NUMBER: builtins.int
2387
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2303
2388
  @property
2304
2389
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_pb2.MongosConfig4_4:
2305
2390
  """Configuration for mongos 4.4 hosts."""
@@ -2308,14 +2393,19 @@ class MongodbSpec4_4(google.protobuf.message.Message):
2308
2393
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2309
2394
  """Resources allocated to each mongos host."""
2310
2395
 
2396
+ @property
2397
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2398
+ """Disk size autoscaling settings"""
2399
+
2311
2400
  def __init__(
2312
2401
  self,
2313
2402
  *,
2314
2403
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_pb2.MongosConfig4_4 | None = ...,
2315
2404
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2405
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2316
2406
  ) -> None: ...
2317
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2318
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2407
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2408
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2319
2409
 
2320
2410
  @typing.final
2321
2411
  class MongoInfra(google.protobuf.message.Message):
@@ -2324,6 +2414,7 @@ class MongodbSpec4_4(google.protobuf.message.Message):
2324
2414
  CONFIG_MONGOS_FIELD_NUMBER: builtins.int
2325
2415
  CONFIG_MONGOCFG_FIELD_NUMBER: builtins.int
2326
2416
  RESOURCES_FIELD_NUMBER: builtins.int
2417
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2327
2418
  @property
2328
2419
  def config_mongos(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_pb2.MongosConfig4_4:
2329
2420
  """Configuration for mongoinfra 4.4 hosts."""
@@ -2334,15 +2425,20 @@ class MongodbSpec4_4(google.protobuf.message.Message):
2334
2425
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2335
2426
  """Resources allocated to each mongoinfra (mongos+mongocfg) host."""
2336
2427
 
2428
+ @property
2429
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2430
+ """Disk size autoscaling settings"""
2431
+
2337
2432
  def __init__(
2338
2433
  self,
2339
2434
  *,
2340
2435
  config_mongos: yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_pb2.MongosConfig4_4 | None = ...,
2341
2436
  config_mongocfg: yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_pb2.MongoCfgConfig4_4 | None = ...,
2342
2437
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2438
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2343
2439
  ) -> None: ...
2344
- def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> builtins.bool: ...
2345
- def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> None: ...
2440
+ def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2441
+ def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2346
2442
 
2347
2443
  MONGOD_FIELD_NUMBER: builtins.int
2348
2444
  MONGOCFG_FIELD_NUMBER: builtins.int
@@ -2387,6 +2483,7 @@ class MongodbSpec4_4_enterprise(google.protobuf.message.Message):
2387
2483
 
2388
2484
  CONFIG_FIELD_NUMBER: builtins.int
2389
2485
  RESOURCES_FIELD_NUMBER: builtins.int
2486
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2390
2487
  @property
2391
2488
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_enterprise_pb2.MongodConfig4_4_enterprise:
2392
2489
  """Configuration for mongod 4.4 hosts."""
@@ -2395,14 +2492,19 @@ class MongodbSpec4_4_enterprise(google.protobuf.message.Message):
2395
2492
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2396
2493
  """Resources allocated to each mongod host."""
2397
2494
 
2495
+ @property
2496
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2497
+ """Disk size autoscaling settings"""
2498
+
2398
2499
  def __init__(
2399
2500
  self,
2400
2501
  *,
2401
2502
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_enterprise_pb2.MongodConfig4_4_enterprise | None = ...,
2402
2503
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2504
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2403
2505
  ) -> None: ...
2404
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2405
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2506
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2507
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2406
2508
 
2407
2509
  @typing.final
2408
2510
  class MongoCfg(google.protobuf.message.Message):
@@ -2410,6 +2512,7 @@ class MongodbSpec4_4_enterprise(google.protobuf.message.Message):
2410
2512
 
2411
2513
  CONFIG_FIELD_NUMBER: builtins.int
2412
2514
  RESOURCES_FIELD_NUMBER: builtins.int
2515
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2413
2516
  @property
2414
2517
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_enterprise_pb2.MongoCfgConfig4_4_enterprise:
2415
2518
  """Configuration for mongocfg 4.4 hosts."""
@@ -2418,14 +2521,19 @@ class MongodbSpec4_4_enterprise(google.protobuf.message.Message):
2418
2521
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2419
2522
  """Resources allocated to each mongocfg host."""
2420
2523
 
2524
+ @property
2525
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2526
+ """Disk size autoscaling settings"""
2527
+
2421
2528
  def __init__(
2422
2529
  self,
2423
2530
  *,
2424
2531
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_enterprise_pb2.MongoCfgConfig4_4_enterprise | None = ...,
2425
2532
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2533
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2426
2534
  ) -> None: ...
2427
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2428
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2535
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2536
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2429
2537
 
2430
2538
  @typing.final
2431
2539
  class Mongos(google.protobuf.message.Message):
@@ -2433,6 +2541,7 @@ class MongodbSpec4_4_enterprise(google.protobuf.message.Message):
2433
2541
 
2434
2542
  CONFIG_FIELD_NUMBER: builtins.int
2435
2543
  RESOURCES_FIELD_NUMBER: builtins.int
2544
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2436
2545
  @property
2437
2546
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_enterprise_pb2.MongosConfig4_4_enterprise:
2438
2547
  """Configuration for mongos 4.4 hosts."""
@@ -2441,14 +2550,19 @@ class MongodbSpec4_4_enterprise(google.protobuf.message.Message):
2441
2550
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2442
2551
  """Resources allocated to each mongos host."""
2443
2552
 
2553
+ @property
2554
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2555
+ """Disk size autoscaling settings"""
2556
+
2444
2557
  def __init__(
2445
2558
  self,
2446
2559
  *,
2447
2560
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_enterprise_pb2.MongosConfig4_4_enterprise | None = ...,
2448
2561
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2562
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2449
2563
  ) -> None: ...
2450
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2451
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2564
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2565
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2452
2566
 
2453
2567
  @typing.final
2454
2568
  class MongoInfra(google.protobuf.message.Message):
@@ -2457,6 +2571,7 @@ class MongodbSpec4_4_enterprise(google.protobuf.message.Message):
2457
2571
  CONFIG_MONGOS_FIELD_NUMBER: builtins.int
2458
2572
  CONFIG_MONGOCFG_FIELD_NUMBER: builtins.int
2459
2573
  RESOURCES_FIELD_NUMBER: builtins.int
2574
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2460
2575
  @property
2461
2576
  def config_mongos(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_enterprise_pb2.MongosConfig4_4_enterprise:
2462
2577
  """Configuration for mongoinfra 4.4 hosts."""
@@ -2467,15 +2582,20 @@ class MongodbSpec4_4_enterprise(google.protobuf.message.Message):
2467
2582
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2468
2583
  """Resources allocated to each mongoinfra (mongos+mongocfg) host."""
2469
2584
 
2585
+ @property
2586
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2587
+ """Disk size autoscaling settings"""
2588
+
2470
2589
  def __init__(
2471
2590
  self,
2472
2591
  *,
2473
2592
  config_mongos: yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_enterprise_pb2.MongosConfig4_4_enterprise | None = ...,
2474
2593
  config_mongocfg: yandex.cloud.mdb.mongodb.v1.config.mongodb4_4_enterprise_pb2.MongoCfgConfig4_4_enterprise | None = ...,
2475
2594
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2595
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2476
2596
  ) -> None: ...
2477
- def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> builtins.bool: ...
2478
- def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> None: ...
2597
+ def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2598
+ def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2479
2599
 
2480
2600
  MONGOD_FIELD_NUMBER: builtins.int
2481
2601
  MONGOCFG_FIELD_NUMBER: builtins.int
@@ -2520,6 +2640,7 @@ class MongodbSpec5_0(google.protobuf.message.Message):
2520
2640
 
2521
2641
  CONFIG_FIELD_NUMBER: builtins.int
2522
2642
  RESOURCES_FIELD_NUMBER: builtins.int
2643
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2523
2644
  @property
2524
2645
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_pb2.MongodConfig5_0:
2525
2646
  """Configuration for mongod 5.0 hosts."""
@@ -2528,14 +2649,19 @@ class MongodbSpec5_0(google.protobuf.message.Message):
2528
2649
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2529
2650
  """Resources allocated to each mongod host."""
2530
2651
 
2652
+ @property
2653
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2654
+ """Disk size autoscaling settings"""
2655
+
2531
2656
  def __init__(
2532
2657
  self,
2533
2658
  *,
2534
2659
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_pb2.MongodConfig5_0 | None = ...,
2535
2660
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2661
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2536
2662
  ) -> None: ...
2537
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2538
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2663
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2664
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2539
2665
 
2540
2666
  @typing.final
2541
2667
  class MongoCfg(google.protobuf.message.Message):
@@ -2543,6 +2669,7 @@ class MongodbSpec5_0(google.protobuf.message.Message):
2543
2669
 
2544
2670
  CONFIG_FIELD_NUMBER: builtins.int
2545
2671
  RESOURCES_FIELD_NUMBER: builtins.int
2672
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2546
2673
  @property
2547
2674
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_pb2.MongoCfgConfig5_0:
2548
2675
  """Configuration for mongocfg 5.0 hosts."""
@@ -2551,14 +2678,19 @@ class MongodbSpec5_0(google.protobuf.message.Message):
2551
2678
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2552
2679
  """Resources allocated to each mongocfg host."""
2553
2680
 
2681
+ @property
2682
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2683
+ """Disk size autoscaling settings"""
2684
+
2554
2685
  def __init__(
2555
2686
  self,
2556
2687
  *,
2557
2688
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_pb2.MongoCfgConfig5_0 | None = ...,
2558
2689
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2690
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2559
2691
  ) -> None: ...
2560
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2561
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2692
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2693
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2562
2694
 
2563
2695
  @typing.final
2564
2696
  class Mongos(google.protobuf.message.Message):
@@ -2566,6 +2698,7 @@ class MongodbSpec5_0(google.protobuf.message.Message):
2566
2698
 
2567
2699
  CONFIG_FIELD_NUMBER: builtins.int
2568
2700
  RESOURCES_FIELD_NUMBER: builtins.int
2701
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2569
2702
  @property
2570
2703
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_pb2.MongosConfig5_0:
2571
2704
  """Configuration for mongos 5.0 hosts."""
@@ -2574,14 +2707,19 @@ class MongodbSpec5_0(google.protobuf.message.Message):
2574
2707
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2575
2708
  """Resources allocated to each mongos host."""
2576
2709
 
2710
+ @property
2711
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2712
+ """Disk size autoscaling settings"""
2713
+
2577
2714
  def __init__(
2578
2715
  self,
2579
2716
  *,
2580
2717
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_pb2.MongosConfig5_0 | None = ...,
2581
2718
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2719
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2582
2720
  ) -> None: ...
2583
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2584
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2721
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2722
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2585
2723
 
2586
2724
  @typing.final
2587
2725
  class MongoInfra(google.protobuf.message.Message):
@@ -2590,6 +2728,7 @@ class MongodbSpec5_0(google.protobuf.message.Message):
2590
2728
  CONFIG_MONGOS_FIELD_NUMBER: builtins.int
2591
2729
  CONFIG_MONGOCFG_FIELD_NUMBER: builtins.int
2592
2730
  RESOURCES_FIELD_NUMBER: builtins.int
2731
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2593
2732
  @property
2594
2733
  def config_mongos(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_pb2.MongosConfig5_0:
2595
2734
  """Configuration for mongoinfra 5.0 hosts."""
@@ -2600,15 +2739,20 @@ class MongodbSpec5_0(google.protobuf.message.Message):
2600
2739
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2601
2740
  """Resources allocated to each mongoinfra (mongos+mongocfg) host."""
2602
2741
 
2742
+ @property
2743
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2744
+ """Disk size autoscaling settings"""
2745
+
2603
2746
  def __init__(
2604
2747
  self,
2605
2748
  *,
2606
2749
  config_mongos: yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_pb2.MongosConfig5_0 | None = ...,
2607
2750
  config_mongocfg: yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_pb2.MongoCfgConfig5_0 | None = ...,
2608
2751
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2752
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2609
2753
  ) -> None: ...
2610
- def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> builtins.bool: ...
2611
- def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> None: ...
2754
+ def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2755
+ def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2612
2756
 
2613
2757
  MONGOD_FIELD_NUMBER: builtins.int
2614
2758
  MONGOCFG_FIELD_NUMBER: builtins.int
@@ -2653,6 +2797,7 @@ class MongodbSpec5_0_enterprise(google.protobuf.message.Message):
2653
2797
 
2654
2798
  CONFIG_FIELD_NUMBER: builtins.int
2655
2799
  RESOURCES_FIELD_NUMBER: builtins.int
2800
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2656
2801
  @property
2657
2802
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_enterprise_pb2.MongodConfig5_0_enterprise:
2658
2803
  """Configuration for mongod 5.0 hosts."""
@@ -2661,14 +2806,19 @@ class MongodbSpec5_0_enterprise(google.protobuf.message.Message):
2661
2806
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2662
2807
  """Resources allocated to each mongod host."""
2663
2808
 
2809
+ @property
2810
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2811
+ """Disk size autoscaling settings"""
2812
+
2664
2813
  def __init__(
2665
2814
  self,
2666
2815
  *,
2667
2816
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_enterprise_pb2.MongodConfig5_0_enterprise | None = ...,
2668
2817
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2818
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2669
2819
  ) -> None: ...
2670
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2671
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2820
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2821
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2672
2822
 
2673
2823
  @typing.final
2674
2824
  class MongoCfg(google.protobuf.message.Message):
@@ -2676,6 +2826,7 @@ class MongodbSpec5_0_enterprise(google.protobuf.message.Message):
2676
2826
 
2677
2827
  CONFIG_FIELD_NUMBER: builtins.int
2678
2828
  RESOURCES_FIELD_NUMBER: builtins.int
2829
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2679
2830
  @property
2680
2831
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_enterprise_pb2.MongoCfgConfig5_0_enterprise:
2681
2832
  """Configuration for mongocfg 5.0 hosts."""
@@ -2684,14 +2835,19 @@ class MongodbSpec5_0_enterprise(google.protobuf.message.Message):
2684
2835
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2685
2836
  """Resources allocated to each mongocfg host."""
2686
2837
 
2838
+ @property
2839
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2840
+ """Disk size autoscaling settings"""
2841
+
2687
2842
  def __init__(
2688
2843
  self,
2689
2844
  *,
2690
2845
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_enterprise_pb2.MongoCfgConfig5_0_enterprise | None = ...,
2691
2846
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2847
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2692
2848
  ) -> None: ...
2693
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2694
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2849
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2850
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2695
2851
 
2696
2852
  @typing.final
2697
2853
  class Mongos(google.protobuf.message.Message):
@@ -2699,6 +2855,7 @@ class MongodbSpec5_0_enterprise(google.protobuf.message.Message):
2699
2855
 
2700
2856
  CONFIG_FIELD_NUMBER: builtins.int
2701
2857
  RESOURCES_FIELD_NUMBER: builtins.int
2858
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2702
2859
  @property
2703
2860
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_enterprise_pb2.MongosConfig5_0_enterprise:
2704
2861
  """Configuration for mongos 5.0 hosts."""
@@ -2707,14 +2864,19 @@ class MongodbSpec5_0_enterprise(google.protobuf.message.Message):
2707
2864
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2708
2865
  """Resources allocated to each mongos host."""
2709
2866
 
2867
+ @property
2868
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2869
+ """Disk size autoscaling settings"""
2870
+
2710
2871
  def __init__(
2711
2872
  self,
2712
2873
  *,
2713
2874
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_enterprise_pb2.MongosConfig5_0_enterprise | None = ...,
2714
2875
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2876
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2715
2877
  ) -> None: ...
2716
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2717
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2878
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2879
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2718
2880
 
2719
2881
  @typing.final
2720
2882
  class MongoInfra(google.protobuf.message.Message):
@@ -2723,6 +2885,7 @@ class MongodbSpec5_0_enterprise(google.protobuf.message.Message):
2723
2885
  CONFIG_MONGOS_FIELD_NUMBER: builtins.int
2724
2886
  CONFIG_MONGOCFG_FIELD_NUMBER: builtins.int
2725
2887
  RESOURCES_FIELD_NUMBER: builtins.int
2888
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2726
2889
  @property
2727
2890
  def config_mongos(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_enterprise_pb2.MongosConfig5_0_enterprise:
2728
2891
  """Configuration for mongoinfra 5.0 hosts."""
@@ -2733,15 +2896,20 @@ class MongodbSpec5_0_enterprise(google.protobuf.message.Message):
2733
2896
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2734
2897
  """Resources allocated to each mongoinfra (mongos+mongocfg) host."""
2735
2898
 
2899
+ @property
2900
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2901
+ """Disk size autoscaling settings"""
2902
+
2736
2903
  def __init__(
2737
2904
  self,
2738
2905
  *,
2739
2906
  config_mongos: yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_enterprise_pb2.MongosConfig5_0_enterprise | None = ...,
2740
2907
  config_mongocfg: yandex.cloud.mdb.mongodb.v1.config.mongodb5_0_enterprise_pb2.MongoCfgConfig5_0_enterprise | None = ...,
2741
2908
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2909
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2742
2910
  ) -> None: ...
2743
- def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> builtins.bool: ...
2744
- def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> None: ...
2911
+ def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2912
+ def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2745
2913
 
2746
2914
  MONGOD_FIELD_NUMBER: builtins.int
2747
2915
  MONGOCFG_FIELD_NUMBER: builtins.int
@@ -2786,6 +2954,7 @@ class MongodbSpec6_0(google.protobuf.message.Message):
2786
2954
 
2787
2955
  CONFIG_FIELD_NUMBER: builtins.int
2788
2956
  RESOURCES_FIELD_NUMBER: builtins.int
2957
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2789
2958
  @property
2790
2959
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_pb2.MongodConfig6_0:
2791
2960
  """Configuration for mongod 6.0 hosts."""
@@ -2794,14 +2963,19 @@ class MongodbSpec6_0(google.protobuf.message.Message):
2794
2963
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2795
2964
  """Resources allocated to each mongod host."""
2796
2965
 
2966
+ @property
2967
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2968
+ """Disk size autoscaling settings"""
2969
+
2797
2970
  def __init__(
2798
2971
  self,
2799
2972
  *,
2800
2973
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_pb2.MongodConfig6_0 | None = ...,
2801
2974
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
2975
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2802
2976
  ) -> None: ...
2803
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2804
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2977
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
2978
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2805
2979
 
2806
2980
  @typing.final
2807
2981
  class MongoCfg(google.protobuf.message.Message):
@@ -2809,6 +2983,7 @@ class MongodbSpec6_0(google.protobuf.message.Message):
2809
2983
 
2810
2984
  CONFIG_FIELD_NUMBER: builtins.int
2811
2985
  RESOURCES_FIELD_NUMBER: builtins.int
2986
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2812
2987
  @property
2813
2988
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_pb2.MongoCfgConfig6_0:
2814
2989
  """Configuration for mongocfg 6.0 hosts."""
@@ -2817,14 +2992,19 @@ class MongodbSpec6_0(google.protobuf.message.Message):
2817
2992
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2818
2993
  """Resources allocated to each mongocfg host."""
2819
2994
 
2995
+ @property
2996
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
2997
+ """Disk size autoscaling settings"""
2998
+
2820
2999
  def __init__(
2821
3000
  self,
2822
3001
  *,
2823
3002
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_pb2.MongoCfgConfig6_0 | None = ...,
2824
3003
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
3004
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2825
3005
  ) -> None: ...
2826
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2827
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
3006
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
3007
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2828
3008
 
2829
3009
  @typing.final
2830
3010
  class Mongos(google.protobuf.message.Message):
@@ -2832,6 +3012,7 @@ class MongodbSpec6_0(google.protobuf.message.Message):
2832
3012
 
2833
3013
  CONFIG_FIELD_NUMBER: builtins.int
2834
3014
  RESOURCES_FIELD_NUMBER: builtins.int
3015
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2835
3016
  @property
2836
3017
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_pb2.MongosConfig6_0:
2837
3018
  """Configuration for mongos 6.0 hosts."""
@@ -2840,14 +3021,19 @@ class MongodbSpec6_0(google.protobuf.message.Message):
2840
3021
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2841
3022
  """Resources allocated to each mongos host."""
2842
3023
 
3024
+ @property
3025
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
3026
+ """Disk size autoscaling settings"""
3027
+
2843
3028
  def __init__(
2844
3029
  self,
2845
3030
  *,
2846
3031
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_pb2.MongosConfig6_0 | None = ...,
2847
3032
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
3033
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2848
3034
  ) -> None: ...
2849
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2850
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
3035
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
3036
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2851
3037
 
2852
3038
  @typing.final
2853
3039
  class MongoInfra(google.protobuf.message.Message):
@@ -2856,6 +3042,7 @@ class MongodbSpec6_0(google.protobuf.message.Message):
2856
3042
  CONFIG_MONGOS_FIELD_NUMBER: builtins.int
2857
3043
  CONFIG_MONGOCFG_FIELD_NUMBER: builtins.int
2858
3044
  RESOURCES_FIELD_NUMBER: builtins.int
3045
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2859
3046
  @property
2860
3047
  def config_mongos(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_pb2.MongosConfig6_0:
2861
3048
  """Configuration for mongoinfra 6.0 hosts."""
@@ -2866,15 +3053,20 @@ class MongodbSpec6_0(google.protobuf.message.Message):
2866
3053
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2867
3054
  """Resources allocated to each mongoinfra (mongos+mongocfg) host."""
2868
3055
 
3056
+ @property
3057
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
3058
+ """Disk size autoscaling settings"""
3059
+
2869
3060
  def __init__(
2870
3061
  self,
2871
3062
  *,
2872
3063
  config_mongos: yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_pb2.MongosConfig6_0 | None = ...,
2873
3064
  config_mongocfg: yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_pb2.MongoCfgConfig6_0 | None = ...,
2874
3065
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
3066
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2875
3067
  ) -> None: ...
2876
- def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> builtins.bool: ...
2877
- def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> None: ...
3068
+ def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
3069
+ def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2878
3070
 
2879
3071
  MONGOD_FIELD_NUMBER: builtins.int
2880
3072
  MONGOCFG_FIELD_NUMBER: builtins.int
@@ -2919,6 +3111,7 @@ class MongodbSpec6_0_enterprise(google.protobuf.message.Message):
2919
3111
 
2920
3112
  CONFIG_FIELD_NUMBER: builtins.int
2921
3113
  RESOURCES_FIELD_NUMBER: builtins.int
3114
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2922
3115
  @property
2923
3116
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_enterprise_pb2.MongodConfig6_0_enterprise:
2924
3117
  """Configuration for mongod 6.0 hosts."""
@@ -2927,14 +3120,19 @@ class MongodbSpec6_0_enterprise(google.protobuf.message.Message):
2927
3120
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2928
3121
  """Resources allocated to each mongod host."""
2929
3122
 
3123
+ @property
3124
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
3125
+ """Disk size autoscaling settings"""
3126
+
2930
3127
  def __init__(
2931
3128
  self,
2932
3129
  *,
2933
3130
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_enterprise_pb2.MongodConfig6_0_enterprise | None = ...,
2934
3131
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
3132
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2935
3133
  ) -> None: ...
2936
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2937
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
3134
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
3135
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2938
3136
 
2939
3137
  @typing.final
2940
3138
  class MongoCfg(google.protobuf.message.Message):
@@ -2942,6 +3140,7 @@ class MongodbSpec6_0_enterprise(google.protobuf.message.Message):
2942
3140
 
2943
3141
  CONFIG_FIELD_NUMBER: builtins.int
2944
3142
  RESOURCES_FIELD_NUMBER: builtins.int
3143
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2945
3144
  @property
2946
3145
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_enterprise_pb2.MongoCfgConfig6_0_enterprise:
2947
3146
  """Configuration for mongocfg 6.0 hosts."""
@@ -2950,14 +3149,19 @@ class MongodbSpec6_0_enterprise(google.protobuf.message.Message):
2950
3149
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2951
3150
  """Resources allocated to each mongocfg host."""
2952
3151
 
3152
+ @property
3153
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
3154
+ """Disk size autoscaling settings"""
3155
+
2953
3156
  def __init__(
2954
3157
  self,
2955
3158
  *,
2956
3159
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_enterprise_pb2.MongoCfgConfig6_0_enterprise | None = ...,
2957
3160
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
3161
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2958
3162
  ) -> None: ...
2959
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2960
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
3163
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
3164
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2961
3165
 
2962
3166
  @typing.final
2963
3167
  class Mongos(google.protobuf.message.Message):
@@ -2965,6 +3169,7 @@ class MongodbSpec6_0_enterprise(google.protobuf.message.Message):
2965
3169
 
2966
3170
  CONFIG_FIELD_NUMBER: builtins.int
2967
3171
  RESOURCES_FIELD_NUMBER: builtins.int
3172
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2968
3173
  @property
2969
3174
  def config(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_enterprise_pb2.MongosConfig6_0_enterprise:
2970
3175
  """Configuration for mongos 6.0 hosts."""
@@ -2973,14 +3178,19 @@ class MongodbSpec6_0_enterprise(google.protobuf.message.Message):
2973
3178
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
2974
3179
  """Resources allocated to each mongos host."""
2975
3180
 
3181
+ @property
3182
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
3183
+ """Disk size autoscaling settings"""
3184
+
2976
3185
  def __init__(
2977
3186
  self,
2978
3187
  *,
2979
3188
  config: yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_enterprise_pb2.MongosConfig6_0_enterprise | None = ...,
2980
3189
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
3190
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
2981
3191
  ) -> None: ...
2982
- def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2983
- def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
3192
+ def HasField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
3193
+ def ClearField(self, field_name: typing.Literal["config", b"config", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
2984
3194
 
2985
3195
  @typing.final
2986
3196
  class MongoInfra(google.protobuf.message.Message):
@@ -2989,6 +3199,7 @@ class MongodbSpec6_0_enterprise(google.protobuf.message.Message):
2989
3199
  CONFIG_MONGOS_FIELD_NUMBER: builtins.int
2990
3200
  CONFIG_MONGOCFG_FIELD_NUMBER: builtins.int
2991
3201
  RESOURCES_FIELD_NUMBER: builtins.int
3202
+ DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
2992
3203
  @property
2993
3204
  def config_mongos(self) -> yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_enterprise_pb2.MongosConfig6_0_enterprise:
2994
3205
  """Configuration for mongoinfra 6.0 hosts."""
@@ -2999,15 +3210,20 @@ class MongodbSpec6_0_enterprise(google.protobuf.message.Message):
2999
3210
  def resources(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources:
3000
3211
  """Resources allocated to each mongoinfra (mongos+mongocfg) host."""
3001
3212
 
3213
+ @property
3214
+ def disk_size_autoscaling(self) -> yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling:
3215
+ """Disk size autoscaling settings"""
3216
+
3002
3217
  def __init__(
3003
3218
  self,
3004
3219
  *,
3005
3220
  config_mongos: yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_enterprise_pb2.MongosConfig6_0_enterprise | None = ...,
3006
3221
  config_mongocfg: yandex.cloud.mdb.mongodb.v1.config.mongodb6_0_enterprise_pb2.MongoCfgConfig6_0_enterprise | None = ...,
3007
3222
  resources: yandex.cloud.mdb.mongodb.v1.cluster_pb2.Resources | None = ...,
3223
+ disk_size_autoscaling: yandex.cloud.mdb.mongodb.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
3008
3224
  ) -> None: ...
3009
- def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> builtins.bool: ...
3010
- def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "resources", b"resources"]) -> None: ...
3225
+ def HasField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> builtins.bool: ...
3226
+ def ClearField(self, field_name: typing.Literal["config_mongocfg", b"config_mongocfg", "config_mongos", b"config_mongos", "disk_size_autoscaling", b"disk_size_autoscaling", "resources", b"resources"]) -> None: ...
3011
3227
 
3012
3228
  MONGOD_FIELD_NUMBER: builtins.int
3013
3229
  MONGOCFG_FIELD_NUMBER: builtins.int