google-apis-alloydb_v1alpha 0.2.0 → 0.4.0
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48bb38762af6fdd7cb901aa08977c0466d0269b1351707297f078671a5e11ac2
|
4
|
+
data.tar.gz: a3eecdf05e3b3c36e36d9ac884b8bdb1739a8f09e7369b62064e73a57ba81eb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcf5104071c405df5d680351a369573458ecb70a3f5c8fbad2892ae45b58b793ccddc4feddd68d873f4b09c85ea4d6d7930158aa98e5e632a406e6b456744805
|
7
|
+
data.tar.gz: ed242ab713e771c4440bd0154efee7d13a8553e4a3eced9de6b6b56880effdb94d0f0bf7a84bb0904df991d5cb22e5d6866d3ebe40babb41fee80e382fb60f1b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1alpha
|
2
2
|
|
3
|
+
### v0.4.0 (2023-12-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231206
|
6
|
+
|
7
|
+
### v0.3.0 (2023-12-10)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20231128
|
10
|
+
|
3
11
|
### v0.2.0 (2023-11-19)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20231109
|
@@ -22,6 +22,25 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module AlloydbV1alpha
|
24
24
|
|
25
|
+
# AuthorizedNetwork contains metadata for an authorized network.
|
26
|
+
class AuthorizedNetwork
|
27
|
+
include Google::Apis::Core::Hashable
|
28
|
+
|
29
|
+
# CIDR range for one authorzied network of the instance.
|
30
|
+
# Corresponds to the JSON property `cidrRange`
|
31
|
+
# @return [String]
|
32
|
+
attr_accessor :cidr_range
|
33
|
+
|
34
|
+
def initialize(**args)
|
35
|
+
update!(**args)
|
36
|
+
end
|
37
|
+
|
38
|
+
# Update properties of this object
|
39
|
+
def update!(**args)
|
40
|
+
@cidr_range = args[:cidr_range] if args.key?(:cidr_range)
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
25
44
|
# Message describing the user-specified automated backup policy. All fields in
|
26
45
|
# the automated backup policy are optional. Defaults for each field are provided
|
27
46
|
# if they are not set.
|
@@ -206,6 +225,12 @@ module Google
|
|
206
225
|
attr_accessor :reconciling
|
207
226
|
alias_method :reconciling?, :reconciling
|
208
227
|
|
228
|
+
# Output only. Reserved for future use.
|
229
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
230
|
+
# @return [Boolean]
|
231
|
+
attr_accessor :satisfies_pzi
|
232
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
233
|
+
|
209
234
|
# Output only. Reserved for future use.
|
210
235
|
# Corresponds to the JSON property `satisfiesPzs`
|
211
236
|
# @return [Boolean]
|
@@ -260,6 +285,7 @@ module Google
|
|
260
285
|
@labels = args[:labels] if args.key?(:labels)
|
261
286
|
@name = args[:name] if args.key?(:name)
|
262
287
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
288
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
263
289
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
264
290
|
@size_bytes = args[:size_bytes] if args.key?(:size_bytes)
|
265
291
|
@state = args[:state] if args.key?(:state)
|
@@ -507,6 +533,12 @@ module Google
|
|
507
533
|
attr_accessor :reconciling
|
508
534
|
alias_method :reconciling?, :reconciling
|
509
535
|
|
536
|
+
# Output only. Reserved for future use.
|
537
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
538
|
+
# @return [Boolean]
|
539
|
+
attr_accessor :satisfies_pzi
|
540
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
541
|
+
|
510
542
|
# Output only. Reserved for future use.
|
511
543
|
# Corresponds to the JSON property `satisfiesPzs`
|
512
544
|
# @return [Boolean]
|
@@ -568,6 +600,7 @@ module Google
|
|
568
600
|
@primary_config = args[:primary_config] if args.key?(:primary_config)
|
569
601
|
@psc_config = args[:psc_config] if args.key?(:psc_config)
|
570
602
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
603
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
571
604
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
572
605
|
@secondary_config = args[:secondary_config] if args.key?(:secondary_config)
|
573
606
|
@ssl_config = args[:ssl_config] if args.key?(:ssl_config)
|
@@ -606,6 +639,13 @@ module Google
|
|
606
639
|
# @return [Array<String>]
|
607
640
|
attr_accessor :pem_certificate_chain
|
608
641
|
|
642
|
+
# Output only. The public IP addresses for the Instance. This is available ONLY
|
643
|
+
# when enable_public_ip is set. This is the connection endpoint for an end-user
|
644
|
+
# application.
|
645
|
+
# Corresponds to the JSON property `publicIpAddress`
|
646
|
+
# @return [String]
|
647
|
+
attr_accessor :public_ip_address
|
648
|
+
|
609
649
|
def initialize(**args)
|
610
650
|
update!(**args)
|
611
651
|
end
|
@@ -616,6 +656,7 @@ module Google
|
|
616
656
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
617
657
|
@name = args[:name] if args.key?(:name)
|
618
658
|
@pem_certificate_chain = args[:pem_certificate_chain] if args.key?(:pem_certificate_chain)
|
659
|
+
@public_ip_address = args[:public_ip_address] if args.key?(:public_ip_address)
|
619
660
|
end
|
620
661
|
end
|
621
662
|
|
@@ -1169,12 +1210,23 @@ module Google
|
|
1169
1210
|
# @return [String]
|
1170
1211
|
attr_accessor :name
|
1171
1212
|
|
1213
|
+
# Metadata related to instance level network configuration.
|
1214
|
+
# Corresponds to the JSON property `networkConfig`
|
1215
|
+
# @return [Google::Apis::AlloydbV1alpha::InstanceNetworkConfig]
|
1216
|
+
attr_accessor :network_config
|
1217
|
+
|
1172
1218
|
# Output only. List of available read-only VMs in this instance, including the
|
1173
1219
|
# standby for a PRIMARY instance.
|
1174
1220
|
# Corresponds to the JSON property `nodes`
|
1175
1221
|
# @return [Array<Google::Apis::AlloydbV1alpha::Node>]
|
1176
1222
|
attr_accessor :nodes
|
1177
1223
|
|
1224
|
+
# PscInstanceConfig contains PSC related configuration at an instance level.
|
1225
|
+
# NEXT ID: 7
|
1226
|
+
# Corresponds to the JSON property `pscInstanceConfig`
|
1227
|
+
# @return [Google::Apis::AlloydbV1alpha::PscInstanceConfig]
|
1228
|
+
attr_accessor :psc_instance_config
|
1229
|
+
|
1178
1230
|
# QueryInsights Instance specific configuration.
|
1179
1231
|
# Corresponds to the JSON property `queryInsightsConfig`
|
1180
1232
|
# @return [Google::Apis::AlloydbV1alpha::QueryInsightsInstanceConfig]
|
@@ -1195,6 +1247,12 @@ module Google
|
|
1195
1247
|
attr_accessor :reconciling
|
1196
1248
|
alias_method :reconciling?, :reconciling
|
1197
1249
|
|
1250
|
+
# Output only. Reserved for future use.
|
1251
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
1252
|
+
# @return [Boolean]
|
1253
|
+
attr_accessor :satisfies_pzi
|
1254
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
1255
|
+
|
1198
1256
|
# Output only. Reserved for future use.
|
1199
1257
|
# Corresponds to the JSON property `satisfiesPzs`
|
1200
1258
|
# @return [Boolean]
|
@@ -1249,10 +1307,13 @@ module Google
|
|
1249
1307
|
@labels = args[:labels] if args.key?(:labels)
|
1250
1308
|
@machine_config = args[:machine_config] if args.key?(:machine_config)
|
1251
1309
|
@name = args[:name] if args.key?(:name)
|
1310
|
+
@network_config = args[:network_config] if args.key?(:network_config)
|
1252
1311
|
@nodes = args[:nodes] if args.key?(:nodes)
|
1312
|
+
@psc_instance_config = args[:psc_instance_config] if args.key?(:psc_instance_config)
|
1253
1313
|
@query_insights_config = args[:query_insights_config] if args.key?(:query_insights_config)
|
1254
1314
|
@read_pool_config = args[:read_pool_config] if args.key?(:read_pool_config)
|
1255
1315
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
1316
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
1256
1317
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
1257
1318
|
@state = args[:state] if args.key?(:state)
|
1258
1319
|
@uid = args[:uid] if args.key?(:uid)
|
@@ -1262,6 +1323,32 @@ module Google
|
|
1262
1323
|
end
|
1263
1324
|
end
|
1264
1325
|
|
1326
|
+
# Metadata related to instance level network configuration.
|
1327
|
+
class InstanceNetworkConfig
|
1328
|
+
include Google::Apis::Core::Hashable
|
1329
|
+
|
1330
|
+
# Optional. A list of external network authorized to access this instance.
|
1331
|
+
# Corresponds to the JSON property `authorizedExternalNetworks`
|
1332
|
+
# @return [Array<Google::Apis::AlloydbV1alpha::AuthorizedNetwork>]
|
1333
|
+
attr_accessor :authorized_external_networks
|
1334
|
+
|
1335
|
+
# Optional. Enabling public ip for the instance.
|
1336
|
+
# Corresponds to the JSON property `enablePublicIp`
|
1337
|
+
# @return [Boolean]
|
1338
|
+
attr_accessor :enable_public_ip
|
1339
|
+
alias_method :enable_public_ip?, :enable_public_ip
|
1340
|
+
|
1341
|
+
def initialize(**args)
|
1342
|
+
update!(**args)
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
# Update properties of this object
|
1346
|
+
def update!(**args)
|
1347
|
+
@authorized_external_networks = args[:authorized_external_networks] if args.key?(:authorized_external_networks)
|
1348
|
+
@enable_public_ip = args[:enable_public_ip] if args.key?(:enable_public_ip)
|
1349
|
+
end
|
1350
|
+
end
|
1351
|
+
|
1265
1352
|
# Restrictions on INTEGER type values.
|
1266
1353
|
class IntegerRestrictions
|
1267
1354
|
include Google::Apis::Core::Hashable
|
@@ -1796,6 +1883,99 @@ module Google
|
|
1796
1883
|
end
|
1797
1884
|
end
|
1798
1885
|
|
1886
|
+
# PscInstanceConfig contains PSC related configuration at an instance level.
|
1887
|
+
# NEXT ID: 7
|
1888
|
+
class PscInstanceConfig
|
1889
|
+
include Google::Apis::Core::Hashable
|
1890
|
+
|
1891
|
+
# Optional. List of consumer networks that are allowed to create PSC endpoints
|
1892
|
+
# to service-attachments to this instance.
|
1893
|
+
# Corresponds to the JSON property `allowedConsumerNetworks`
|
1894
|
+
# @return [Array<String>]
|
1895
|
+
attr_accessor :allowed_consumer_networks
|
1896
|
+
|
1897
|
+
# Optional. List of consumer projects that are allowed to create PSC endpoints
|
1898
|
+
# to service-attachments to this instance.
|
1899
|
+
# Corresponds to the JSON property `allowedConsumerProjects`
|
1900
|
+
# @return [Array<String>]
|
1901
|
+
attr_accessor :allowed_consumer_projects
|
1902
|
+
|
1903
|
+
# Optional. List of service attachments that this instance has created endpoints
|
1904
|
+
# to connect with. Currently, only a single outgoing service attachment is
|
1905
|
+
# supported per instance.
|
1906
|
+
# Corresponds to the JSON property `outgoingServiceAttachmentLinks`
|
1907
|
+
# @return [Array<String>]
|
1908
|
+
attr_accessor :outgoing_service_attachment_links
|
1909
|
+
|
1910
|
+
# Optional. Whether PSC connectivity is enabled for this instance. This is
|
1911
|
+
# populated by referencing the value from the parent cluster.
|
1912
|
+
# Corresponds to the JSON property `pscEnabled`
|
1913
|
+
# @return [Boolean]
|
1914
|
+
attr_accessor :psc_enabled
|
1915
|
+
alias_method :psc_enabled?, :psc_enabled
|
1916
|
+
|
1917
|
+
# Optional. Configurations for setting up PSC interfaces attached to the
|
1918
|
+
# instance which are used for outbound connectivity. Only primary instances can
|
1919
|
+
# have PSC interface attached. All the VMs created for the primary instance will
|
1920
|
+
# share the same configurations. Currently we only support 0 or 1 PSC interface.
|
1921
|
+
# Corresponds to the JSON property `pscInterfaceConfigs`
|
1922
|
+
# @return [Array<Google::Apis::AlloydbV1alpha::PscInterfaceConfig>]
|
1923
|
+
attr_accessor :psc_interface_configs
|
1924
|
+
|
1925
|
+
# Output only. The service attachment created when Private Service Connect (PSC)
|
1926
|
+
# is enabled for the instance. The name of the resource will be in the format of
|
1927
|
+
# projects//regions//serviceAttachments/
|
1928
|
+
# Corresponds to the JSON property `serviceAttachmentLink`
|
1929
|
+
# @return [String]
|
1930
|
+
attr_accessor :service_attachment_link
|
1931
|
+
|
1932
|
+
def initialize(**args)
|
1933
|
+
update!(**args)
|
1934
|
+
end
|
1935
|
+
|
1936
|
+
# Update properties of this object
|
1937
|
+
def update!(**args)
|
1938
|
+
@allowed_consumer_networks = args[:allowed_consumer_networks] if args.key?(:allowed_consumer_networks)
|
1939
|
+
@allowed_consumer_projects = args[:allowed_consumer_projects] if args.key?(:allowed_consumer_projects)
|
1940
|
+
@outgoing_service_attachment_links = args[:outgoing_service_attachment_links] if args.key?(:outgoing_service_attachment_links)
|
1941
|
+
@psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled)
|
1942
|
+
@psc_interface_configs = args[:psc_interface_configs] if args.key?(:psc_interface_configs)
|
1943
|
+
@service_attachment_link = args[:service_attachment_link] if args.key?(:service_attachment_link)
|
1944
|
+
end
|
1945
|
+
end
|
1946
|
+
|
1947
|
+
# Configuration for setting up a PSC interface. This information needs to be
|
1948
|
+
# provided by the customer. PSC interfaces will be created and added to VMs via
|
1949
|
+
# SLM (adding a network interface will require recreating the VM). For HA
|
1950
|
+
# instances this will be done via LDTM.
|
1951
|
+
class PscInterfaceConfig
|
1952
|
+
include Google::Apis::Core::Hashable
|
1953
|
+
|
1954
|
+
# A list of endpoints in the consumer VPC the interface might initiate outbound
|
1955
|
+
# connections to. This list has to be provided when the PSC interface is created.
|
1956
|
+
# Corresponds to the JSON property `consumerEndpointIps`
|
1957
|
+
# @return [Array<String>]
|
1958
|
+
attr_accessor :consumer_endpoint_ips
|
1959
|
+
|
1960
|
+
# The NetworkAttachment resource created in the consumer VPC to which the PSC
|
1961
|
+
# interface will be linked, in the form of: "projects/$`CONSUMER_PROJECT`/
|
1962
|
+
# regions/$`REGION`/networkAttachments/$`NETWORK_ATTACHMENT_NAME`".
|
1963
|
+
# NetworkAttachment has to be provided when the PSC interface is created.
|
1964
|
+
# Corresponds to the JSON property `networkAttachment`
|
1965
|
+
# @return [String]
|
1966
|
+
attr_accessor :network_attachment
|
1967
|
+
|
1968
|
+
def initialize(**args)
|
1969
|
+
update!(**args)
|
1970
|
+
end
|
1971
|
+
|
1972
|
+
# Update properties of this object
|
1973
|
+
def update!(**args)
|
1974
|
+
@consumer_endpoint_ips = args[:consumer_endpoint_ips] if args.key?(:consumer_endpoint_ips)
|
1975
|
+
@network_attachment = args[:network_attachment] if args.key?(:network_attachment)
|
1976
|
+
end
|
1977
|
+
end
|
1978
|
+
|
1799
1979
|
# A backup's position in a quantity-based retention queue, of backups with the
|
1800
1980
|
# same source cluster and type, with length, retention, specified by the backup'
|
1801
1981
|
# s retention policy. Once the position is greater than the retention, the
|
@@ -2324,8 +2504,8 @@ module Google
|
|
2324
2504
|
|
2325
2505
|
# Closest parent container of this resource. In GCP, 'container' refers to a
|
2326
2506
|
# Cloud Resource Manager project. It must be resource name of a Cloud Resource
|
2327
|
-
# Manager project with the format of "provider//", such as "
|
2328
|
-
#
|
2507
|
+
# Manager project with the format of "provider//", such as "projects/123". For
|
2508
|
+
# GCP provided resources, number should be project number.
|
2329
2509
|
# Corresponds to the JSON property `resourceContainer`
|
2330
2510
|
# @return [String]
|
2331
2511
|
attr_accessor :resource_container
|
@@ -2488,9 +2668,8 @@ module Google
|
|
2488
2668
|
attr_accessor :product
|
2489
2669
|
|
2490
2670
|
# Closest parent Cloud Resource Manager container of this resource. It must be
|
2491
|
-
# resource name of a Cloud Resource Manager project with the format of "
|
2492
|
-
#
|
2493
|
-
# project number.
|
2671
|
+
# resource name of a Cloud Resource Manager project with the format of "/", such
|
2672
|
+
# as "projects/123". For GCP provided resources, number should be project number.
|
2494
2673
|
# Corresponds to the JSON property `resourceContainer`
|
2495
2674
|
# @return [String]
|
2496
2675
|
attr_accessor :resource_container
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1alpha
|
18
18
|
# Version of the google-apis-alloydb_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,12 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module AlloydbV1alpha
|
24
24
|
|
25
|
+
class AuthorizedNetwork
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
25
31
|
class AutomatedBackupPolicy
|
26
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
33
|
|
@@ -154,6 +160,12 @@ module Google
|
|
154
160
|
include Google::Apis::Core::JsonObjectSupport
|
155
161
|
end
|
156
162
|
|
163
|
+
class InstanceNetworkConfig
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
157
169
|
class IntegerRestrictions
|
158
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
171
|
|
@@ -250,6 +262,18 @@ module Google
|
|
250
262
|
include Google::Apis::Core::JsonObjectSupport
|
251
263
|
end
|
252
264
|
|
265
|
+
class PscInstanceConfig
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class PscInterfaceConfig
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
253
277
|
class QuantityBasedExpiry
|
254
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
279
|
|
@@ -412,6 +436,13 @@ module Google
|
|
412
436
|
include Google::Apis::Core::JsonObjectSupport
|
413
437
|
end
|
414
438
|
|
439
|
+
class AuthorizedNetwork
|
440
|
+
# @private
|
441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
442
|
+
property :cidr_range, as: 'cidrRange'
|
443
|
+
end
|
444
|
+
end
|
445
|
+
|
415
446
|
class AutomatedBackupPolicy
|
416
447
|
# @private
|
417
448
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -452,6 +483,7 @@ module Google
|
|
452
483
|
hash :labels, as: 'labels'
|
453
484
|
property :name, as: 'name'
|
454
485
|
property :reconciling, as: 'reconciling'
|
486
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
455
487
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
456
488
|
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
457
489
|
property :state, as: 'state'
|
@@ -528,6 +560,7 @@ module Google
|
|
528
560
|
property :psc_config, as: 'pscConfig', class: Google::Apis::AlloydbV1alpha::PscConfig, decorator: Google::Apis::AlloydbV1alpha::PscConfig::Representation
|
529
561
|
|
530
562
|
property :reconciling, as: 'reconciling'
|
563
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
531
564
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
532
565
|
property :secondary_config, as: 'secondaryConfig', class: Google::Apis::AlloydbV1alpha::SecondaryConfig, decorator: Google::Apis::AlloydbV1alpha::SecondaryConfig::Representation
|
533
566
|
|
@@ -546,6 +579,7 @@ module Google
|
|
546
579
|
property :ip_address, as: 'ipAddress'
|
547
580
|
property :name, as: 'name'
|
548
581
|
collection :pem_certificate_chain, as: 'pemCertificateChain'
|
582
|
+
property :public_ip_address, as: 'publicIpAddress'
|
549
583
|
end
|
550
584
|
end
|
551
585
|
|
@@ -685,13 +719,18 @@ module Google
|
|
685
719
|
property :machine_config, as: 'machineConfig', class: Google::Apis::AlloydbV1alpha::MachineConfig, decorator: Google::Apis::AlloydbV1alpha::MachineConfig::Representation
|
686
720
|
|
687
721
|
property :name, as: 'name'
|
722
|
+
property :network_config, as: 'networkConfig', class: Google::Apis::AlloydbV1alpha::InstanceNetworkConfig, decorator: Google::Apis::AlloydbV1alpha::InstanceNetworkConfig::Representation
|
723
|
+
|
688
724
|
collection :nodes, as: 'nodes', class: Google::Apis::AlloydbV1alpha::Node, decorator: Google::Apis::AlloydbV1alpha::Node::Representation
|
689
725
|
|
726
|
+
property :psc_instance_config, as: 'pscInstanceConfig', class: Google::Apis::AlloydbV1alpha::PscInstanceConfig, decorator: Google::Apis::AlloydbV1alpha::PscInstanceConfig::Representation
|
727
|
+
|
690
728
|
property :query_insights_config, as: 'queryInsightsConfig', class: Google::Apis::AlloydbV1alpha::QueryInsightsInstanceConfig, decorator: Google::Apis::AlloydbV1alpha::QueryInsightsInstanceConfig::Representation
|
691
729
|
|
692
730
|
property :read_pool_config, as: 'readPoolConfig', class: Google::Apis::AlloydbV1alpha::ReadPoolConfig, decorator: Google::Apis::AlloydbV1alpha::ReadPoolConfig::Representation
|
693
731
|
|
694
732
|
property :reconciling, as: 'reconciling'
|
733
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
695
734
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
696
735
|
property :state, as: 'state'
|
697
736
|
property :uid, as: 'uid'
|
@@ -703,6 +742,15 @@ module Google
|
|
703
742
|
end
|
704
743
|
end
|
705
744
|
|
745
|
+
class InstanceNetworkConfig
|
746
|
+
# @private
|
747
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
748
|
+
collection :authorized_external_networks, as: 'authorizedExternalNetworks', class: Google::Apis::AlloydbV1alpha::AuthorizedNetwork, decorator: Google::Apis::AlloydbV1alpha::AuthorizedNetwork::Representation
|
749
|
+
|
750
|
+
property :enable_public_ip, as: 'enablePublicIp'
|
751
|
+
end
|
752
|
+
end
|
753
|
+
|
706
754
|
class IntegerRestrictions
|
707
755
|
# @private
|
708
756
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -851,6 +899,27 @@ module Google
|
|
851
899
|
end
|
852
900
|
end
|
853
901
|
|
902
|
+
class PscInstanceConfig
|
903
|
+
# @private
|
904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
905
|
+
collection :allowed_consumer_networks, as: 'allowedConsumerNetworks'
|
906
|
+
collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
|
907
|
+
collection :outgoing_service_attachment_links, as: 'outgoingServiceAttachmentLinks'
|
908
|
+
property :psc_enabled, as: 'pscEnabled'
|
909
|
+
collection :psc_interface_configs, as: 'pscInterfaceConfigs', class: Google::Apis::AlloydbV1alpha::PscInterfaceConfig, decorator: Google::Apis::AlloydbV1alpha::PscInterfaceConfig::Representation
|
910
|
+
|
911
|
+
property :service_attachment_link, as: 'serviceAttachmentLink'
|
912
|
+
end
|
913
|
+
end
|
914
|
+
|
915
|
+
class PscInterfaceConfig
|
916
|
+
# @private
|
917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
918
|
+
collection :consumer_endpoint_ips, as: 'consumerEndpointIps'
|
919
|
+
property :network_attachment, as: 'networkAttachment'
|
920
|
+
end
|
921
|
+
end
|
922
|
+
|
854
923
|
class QuantityBasedExpiry
|
855
924
|
# @private
|
856
925
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.4.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|