google-apis-compute_beta 0.84.0 → 0.86.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 571ca86e0c413f6d69ba3ca39187efd4a71666f73b1457499c72819d081f3655
4
- data.tar.gz: 2b313399d1e75f1a8f7ec1dcc11fb33d8678a94e646d53c3d0187e7e7080f373
3
+ metadata.gz: 5e2af94fcea9e2848bcc164dba3428cb7c1f3fde12ff7f7b0e1d1f2a5b0d4000
4
+ data.tar.gz: bdb583ab1251761e63c2f04fbdf99c0fe7507afe3c596a945dee33fef4e8a9d0
5
5
  SHA512:
6
- metadata.gz: a3d67bf27e63432d2026fa1bf944a59bca8022bf14c6d0719bcc2106cba0fe2483c791cc1392a1d78b1c55023ad22418f4312028a6cc54024c301deda5e59f81
7
- data.tar.gz: 805bf4c3a7dd7f301feefc8ad90c597865a91805b75bcfdf8e4b568f88253ba86925d26bf565926bea0fa3a4874eeeb77465e1fc4e763c7f7e4b8581c01ba60b
6
+ metadata.gz: 8ccd02a334a854a04c63964a87da8bce9f28fb7d54ba13b65639e9f0394e0d0fe415a2211332c25795924e703c03e231ec4eec552ef6e68f6426527bc2ed9e48
7
+ data.tar.gz: bb576db296e50915ef2b72db8ea40d453b05b01000a3be2fbef9ac283eedf4dd8707a96672c4d0f7683dba2cfcc5c0ac21517b752f6e956b3d1196653b85a45b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.86.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231110
6
+
7
+ ### v0.85.0 (2023-11-12)
8
+
9
+ * Regenerated from discovery document revision 20231031
10
+
3
11
  ### v0.84.0 (2023-10-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20231017
@@ -9816,13 +9816,17 @@ module Google
9816
9816
  # @return [String]
9817
9817
  attr_accessor :ip_protocol
9818
9818
 
9819
- # This field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By
9820
- # internal TCP/UDP load balancers, backend service-based network load balancers,
9821
- # and internal and external protocol forwarding. Set this field to true to allow
9822
- # packets addressed to any port or packets lacking destination port information (
9823
- # for example, UDP fragments after the first fragment) to be forwarded to the
9824
- # backends configured with this forwarding rule. The ports, port_range, and
9825
- # allPorts fields are mutually exclusive.
9819
+ # The ports, portRange, and allPorts fields are mutually exclusive. Only packets
9820
+ # addressed to ports in the specified range will be forwarded to the backends
9821
+ # configured with this forwarding rule. The allPorts field has the following
9822
+ # limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP,
9823
+ # SCTP, or L3_DEFAULT. - It's applicable only to the following products:
9824
+ # internal passthrough Network Load Balancers, backend service-based external
9825
+ # passthrough Network Load Balancers, and internal and external protocol
9826
+ # forwarding. - Set this field to true to allow packets addressed to any port or
9827
+ # packets lacking destination port information (for example, UDP fragments after
9828
+ # the first fragment) to be forwarded to the backends configured with this
9829
+ # forwarding rule. The L3_DEFAULT protocol requires allPorts be set to true.
9826
9830
  # Corresponds to the JSON property `allPorts`
9827
9831
  # @return [Boolean]
9828
9832
  attr_accessor :all_ports
@@ -10009,35 +10013,38 @@ module Google
10009
10013
  attr_accessor :no_automate_dns_zone
10010
10014
  alias_method :no_automate_dns_zone?, :no_automate_dns_zone
10011
10015
 
10012
- # This field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By
10013
- # backend service-based network load balancers, target pool-based network load
10014
- # balancers, internal proxy load balancers, external proxy load balancers,
10015
- # Traffic Director, external protocol forwarding, and Classic VPN. Some products
10016
- # have restrictions on what ports can be used. See port specifications for
10017
- # details. Only packets addressed to ports in the specified range will be
10018
- # forwarded to the backends configured with this forwarding rule. The ports,
10019
- # port_range, and allPorts fields are mutually exclusive. For external
10020
- # forwarding rules, two or more forwarding rules cannot use the same [IPAddress,
10021
- # IPProtocol] pair, and cannot have overlapping portRanges. For internal
10022
- # forwarding rules within the same VPC network, two or more forwarding rules
10023
- # cannot use the same [IPAddress, IPProtocol] pair, and cannot have overlapping
10024
- # portRanges. @pattern: \\d+(?:-\\d+)?
10016
+ # The ports, portRange, and allPorts fields are mutually exclusive. Only packets
10017
+ # addressed to ports in the specified range will be forwarded to the backends
10018
+ # configured with this forwarding rule. The portRange field has the following
10019
+ # limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, or
10020
+ # SCTP, and - It's applicable only to the following products: external
10021
+ # passthrough Network Load Balancers, internal and external proxy Network Load
10022
+ # Balancers, internal and external Application Load Balancers, external protocol
10023
+ # forwarding, and Classic VPN. - Some products have restrictions on what ports
10024
+ # can be used. See port specifications for details. For external forwarding
10025
+ # rules, two or more forwarding rules cannot use the same [IPAddress, IPProtocol]
10026
+ # pair, and cannot have overlapping portRanges. For internal forwarding rules
10027
+ # within the same VPC network, two or more forwarding rules cannot use the same [
10028
+ # IPAddress, IPProtocol] pair, and cannot have overlapping portRanges. @pattern:
10029
+ # \\d+(?:-\\d+)?
10025
10030
  # Corresponds to the JSON property `portRange`
10026
10031
  # @return [String]
10027
10032
  attr_accessor :port_range
10028
10033
 
10029
- # This field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By
10030
- # internal TCP/UDP load balancers, backend service-based network load balancers,
10031
- # and internal protocol forwarding. You can specify a list of up to five ports
10032
- # by number, separated by commas. The ports can be contiguous or discontiguous.
10033
- # Only packets addressed to these ports will be forwarded to the backends
10034
- # configured with this forwarding rule. For external forwarding rules, two or
10035
- # more forwarding rules cannot use the same [IPAddress, IPProtocol] pair, and
10036
- # cannot share any values defined in ports. For internal forwarding rules within
10037
- # the same VPC network, two or more forwarding rules cannot use the same [
10038
- # IPAddress, IPProtocol] pair, and cannot share any values defined in ports. The
10039
- # ports, port_range, and allPorts fields are mutually exclusive. @pattern: \\d+(?
10040
- # :-\\d+)?
10034
+ # The ports, portRange, and allPorts fields are mutually exclusive. Only packets
10035
+ # addressed to ports in the specified range will be forwarded to the backends
10036
+ # configured with this forwarding rule. The ports field has the following
10037
+ # limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, or
10038
+ # SCTP, and - It's applicable only to the following products: internal
10039
+ # passthrough Network Load Balancers, backend service-based external passthrough
10040
+ # Network Load Balancers, and internal protocol forwarding. - You can specify a
10041
+ # list of up to five ports by number, separated by commas. The ports can be
10042
+ # contiguous or discontiguous. For external forwarding rules, two or more
10043
+ # forwarding rules cannot use the same [IPAddress, IPProtocol] pair if they
10044
+ # share at least one port number. For internal forwarding rules within the same
10045
+ # VPC network, two or more forwarding rules cannot use the same [IPAddress,
10046
+ # IPProtocol] pair if they share at least one port number. @pattern: \\d+(?:-\\d+
10047
+ # )?
10041
10048
  # Corresponds to the JSON property `ports`
10042
10049
  # @return [Array<String>]
10043
10050
  attr_accessor :ports
@@ -16403,6 +16410,14 @@ module Google
16403
16410
  # @return [String]
16404
16411
  attr_accessor :name
16405
16412
 
16413
+ # A Duration represents a fixed-length span of time represented as a count of
16414
+ # seconds and fractions of seconds at nanosecond resolution. It is independent
16415
+ # of any calendar and concepts like "day" or "month". Range is approximately 10,
16416
+ # 000 years.
16417
+ # Corresponds to the JSON property `requestedRunDuration`
16418
+ # @return [Google::Apis::ComputeBeta::Duration]
16419
+ attr_accessor :requested_run_duration
16420
+
16406
16421
  # The number of instances to be created by this resize request. The group's
16407
16422
  # target size will be increased by this number.
16408
16423
  # Corresponds to the JSON property `resizeBy`
@@ -16447,6 +16462,7 @@ module Google
16447
16462
  @id = args[:id] if args.key?(:id)
16448
16463
  @kind = args[:kind] if args.key?(:kind)
16449
16464
  @name = args[:name] if args.key?(:name)
16465
+ @requested_run_duration = args[:requested_run_duration] if args.key?(:requested_run_duration)
16450
16466
  @resize_by = args[:resize_by] if args.key?(:resize_by)
16451
16467
  @self_link = args[:self_link] if args.key?(:self_link)
16452
16468
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
@@ -23952,6 +23968,12 @@ module Google
23952
23968
  # @return [Google::Apis::ComputeBeta::PreservedState]
23953
23969
  attr_accessor :preserved_state_from_policy
23954
23970
 
23971
+ # [Output Only] Instance properties selected for this instance resulting from
23972
+ # InstanceFlexibilityPolicy.
23973
+ # Corresponds to the JSON property `propertiesFromFlexibilityPolicy`
23974
+ # @return [Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy]
23975
+ attr_accessor :properties_from_flexibility_policy
23976
+
23955
23977
  # [Output Only] Intended version of this instance.
23956
23978
  # Corresponds to the JSON property `version`
23957
23979
  # @return [Google::Apis::ComputeBeta::ManagedInstanceVersion]
@@ -23974,6 +23996,7 @@ module Google
23974
23996
  @name = args[:name] if args.key?(:name)
23975
23997
  @preserved_state_from_config = args[:preserved_state_from_config] if args.key?(:preserved_state_from_config)
23976
23998
  @preserved_state_from_policy = args[:preserved_state_from_policy] if args.key?(:preserved_state_from_policy)
23999
+ @properties_from_flexibility_policy = args[:properties_from_flexibility_policy] if args.key?(:properties_from_flexibility_policy)
23977
24000
  @version = args[:version] if args.key?(:version)
23978
24001
  end
23979
24002
  end
@@ -24172,6 +24195,25 @@ module Google
24172
24195
  end
24173
24196
  end
24174
24197
 
24198
+ #
24199
+ class ManagedInstancePropertiesFromFlexibilityPolicy
24200
+ include Google::Apis::Core::Hashable
24201
+
24202
+ # The machine type to be used for this instance.
24203
+ # Corresponds to the JSON property `machineType`
24204
+ # @return [String]
24205
+ attr_accessor :machine_type
24206
+
24207
+ def initialize(**args)
24208
+ update!(**args)
24209
+ end
24210
+
24211
+ # Update properties of this object
24212
+ def update!(**args)
24213
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
24214
+ end
24215
+ end
24216
+
24175
24217
  #
24176
24218
  class ManagedInstanceVersion
24177
24219
  include Google::Apis::Core::Hashable
@@ -31111,7 +31153,7 @@ module Google
31111
31153
  attr_accessor :kind
31112
31154
 
31113
31155
  # [Output Only] The Cloud Armor Managed Protection (CAMP) tier for this project.
31114
- # It can be one of the following values: CA_STANDARD, CAMP_PLUS_MONTHLY. If this
31156
+ # It can be one of the following values: CA_STANDARD, CAMP_PLUS_PAYGO. If this
31115
31157
  # field is not specified, it is assumed to be CA_STANDARD.
31116
31158
  # Corresponds to the JSON property `managedProtectionTier`
31117
31159
  # @return [String]
@@ -35563,6 +35605,11 @@ module Google
35563
35605
  # @return [Google::Apis::ComputeBeta::ResourceStatusScheduling]
35564
35606
  attr_accessor :scheduling
35565
35607
 
35608
+ # Upcoming Maintenance notification information.
35609
+ # Corresponds to the JSON property `upcomingMaintenance`
35610
+ # @return [Google::Apis::ComputeBeta::UpcomingMaintenance]
35611
+ attr_accessor :upcoming_maintenance
35612
+
35566
35613
  def initialize(**args)
35567
35614
  update!(**args)
35568
35615
  end
@@ -35571,6 +35618,7 @@ module Google
35571
35618
  def update!(**args)
35572
35619
  @physical_host = args[:physical_host] if args.key?(:physical_host)
35573
35620
  @scheduling = args[:scheduling] if args.key?(:scheduling)
35621
+ @upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
35574
35622
  end
35575
35623
  end
35576
35624
 
@@ -36319,6 +36367,14 @@ module Google
36319
36367
  # @return [Fixnum]
36320
36368
  attr_accessor :asn
36321
36369
 
36370
+ # Explicitly specifies a range of valid BGP Identifiers for this Router. It is
36371
+ # provided as a link-local IPv4 range (from 169.254.0.0/16), of size at least /
36372
+ # 30, even if the BGP sessions are over IPv6. It must not overlap with any IPv4
36373
+ # BGP session ranges. Other vendors commonly call this "router ID".
36374
+ # Corresponds to the JSON property `identifierRange`
36375
+ # @return [String]
36376
+ attr_accessor :identifier_range
36377
+
36322
36378
  # The interval in seconds between BGP keepalive messages that are sent to the
36323
36379
  # peer. Hold time is three times the interval at which keepalive messages are
36324
36380
  # sent, and the hold time is the maximum number of seconds allowed to elapse
@@ -36340,6 +36396,7 @@ module Google
36340
36396
  @advertised_groups = args[:advertised_groups] if args.key?(:advertised_groups)
36341
36397
  @advertised_ip_ranges = args[:advertised_ip_ranges] if args.key?(:advertised_ip_ranges)
36342
36398
  @asn = args[:asn] if args.key?(:asn)
36399
+ @identifier_range = args[:identifier_range] if args.key?(:identifier_range)
36343
36400
  @keepalive_interval = args[:keepalive_interval] if args.key?(:keepalive_interval)
36344
36401
  end
36345
36402
  end
@@ -36407,6 +36464,13 @@ module Google
36407
36464
  # @return [String]
36408
36465
  attr_accessor :enable
36409
36466
 
36467
+ # Enable IPv4 traffic over BGP Peer. It is enabled by default if the
36468
+ # peerIpAddress is version 4.
36469
+ # Corresponds to the JSON property `enableIpv4`
36470
+ # @return [Boolean]
36471
+ attr_accessor :enable_ipv4
36472
+ alias_method :enable_ipv4?, :enable_ipv4
36473
+
36410
36474
  # Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
36411
36475
  # Corresponds to the JSON property `enableIpv6`
36412
36476
  # @return [Boolean]
@@ -36424,6 +36488,11 @@ module Google
36424
36488
  # @return [String]
36425
36489
  attr_accessor :ip_address
36426
36490
 
36491
+ # IPv4 address of the interface inside Google Cloud Platform.
36492
+ # Corresponds to the JSON property `ipv4NexthopAddress`
36493
+ # @return [String]
36494
+ attr_accessor :ipv4_nexthop_address
36495
+
36427
36496
  # IPv6 address of the interface inside Google Cloud Platform.
36428
36497
  # Corresponds to the JSON property `ipv6NexthopAddress`
36429
36498
  # @return [String]
@@ -36468,6 +36537,11 @@ module Google
36468
36537
  # @return [String]
36469
36538
  attr_accessor :peer_ip_address
36470
36539
 
36540
+ # IPv4 address of the BGP interface outside Google Cloud Platform.
36541
+ # Corresponds to the JSON property `peerIpv4NexthopAddress`
36542
+ # @return [String]
36543
+ attr_accessor :peer_ipv4_nexthop_address
36544
+
36471
36545
  # IPv6 address of the BGP interface outside Google Cloud Platform.
36472
36546
  # Corresponds to the JSON property `peerIpv6NexthopAddress`
36473
36547
  # @return [String]
@@ -36495,15 +36569,18 @@ module Google
36495
36569
  @custom_learned_ip_ranges = args[:custom_learned_ip_ranges] if args.key?(:custom_learned_ip_ranges)
36496
36570
  @custom_learned_route_priority = args[:custom_learned_route_priority] if args.key?(:custom_learned_route_priority)
36497
36571
  @enable = args[:enable] if args.key?(:enable)
36572
+ @enable_ipv4 = args[:enable_ipv4] if args.key?(:enable_ipv4)
36498
36573
  @enable_ipv6 = args[:enable_ipv6] if args.key?(:enable_ipv6)
36499
36574
  @interface_name = args[:interface_name] if args.key?(:interface_name)
36500
36575
  @ip_address = args[:ip_address] if args.key?(:ip_address)
36576
+ @ipv4_nexthop_address = args[:ipv4_nexthop_address] if args.key?(:ipv4_nexthop_address)
36501
36577
  @ipv6_nexthop_address = args[:ipv6_nexthop_address] if args.key?(:ipv6_nexthop_address)
36502
36578
  @management_type = args[:management_type] if args.key?(:management_type)
36503
36579
  @md5_authentication_key_name = args[:md5_authentication_key_name] if args.key?(:md5_authentication_key_name)
36504
36580
  @name = args[:name] if args.key?(:name)
36505
36581
  @peer_asn = args[:peer_asn] if args.key?(:peer_asn)
36506
36582
  @peer_ip_address = args[:peer_ip_address] if args.key?(:peer_ip_address)
36583
+ @peer_ipv4_nexthop_address = args[:peer_ipv4_nexthop_address] if args.key?(:peer_ipv4_nexthop_address)
36507
36584
  @peer_ipv6_nexthop_address = args[:peer_ipv6_nexthop_address] if args.key?(:peer_ipv6_nexthop_address)
36508
36585
  @router_appliance_instance = args[:router_appliance_instance] if args.key?(:router_appliance_instance)
36509
36586
  end
@@ -36593,6 +36670,11 @@ module Google
36593
36670
  # @return [String]
36594
36671
  attr_accessor :ip_range
36595
36672
 
36673
+ # IP version of this interface.
36674
+ # Corresponds to the JSON property `ipVersion`
36675
+ # @return [String]
36676
+ attr_accessor :ip_version
36677
+
36596
36678
  # URI of the linked Interconnect attachment. It must be in the same region as
36597
36679
  # the router. Each interface can have one linked resource, which can be a VPN
36598
36680
  # tunnel, an Interconnect attachment, or a subnetwork.
@@ -36663,6 +36745,7 @@ module Google
36663
36745
  # Update properties of this object
36664
36746
  def update!(**args)
36665
36747
  @ip_range = args[:ip_range] if args.key?(:ip_range)
36748
+ @ip_version = args[:ip_version] if args.key?(:ip_version)
36666
36749
  @linked_interconnect_attachment = args[:linked_interconnect_attachment] if args.key?(:linked_interconnect_attachment)
36667
36750
  @linked_vpn_tunnel = args[:linked_vpn_tunnel] if args.key?(:linked_vpn_tunnel)
36668
36751
  @management_type = args[:management_type] if args.key?(:management_type)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.84.0"
19
+ GEM_VERSION = "0.86.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 = "20231017"
25
+ REVISION = "20231110"
26
26
  end
27
27
  end
28
28
  end
@@ -3022,6 +3022,12 @@ module Google
3022
3022
  include Google::Apis::Core::JsonObjectSupport
3023
3023
  end
3024
3024
 
3025
+ class ManagedInstancePropertiesFromFlexibilityPolicy
3026
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3027
+
3028
+ include Google::Apis::Core::JsonObjectSupport
3029
+ end
3030
+
3025
3031
  class ManagedInstanceVersion
3026
3032
  class Representation < Google::Apis::Core::JsonRepresentation; end
3027
3033
 
@@ -10381,6 +10387,8 @@ module Google
10381
10387
  property :id, :numeric_string => true, as: 'id'
10382
10388
  property :kind, as: 'kind'
10383
10389
  property :name, as: 'name'
10390
+ property :requested_run_duration, as: 'requestedRunDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
10391
+
10384
10392
  property :resize_by, as: 'resizeBy'
10385
10393
  property :self_link, as: 'selfLink'
10386
10394
  property :self_link_with_id, as: 'selfLinkWithId'
@@ -12349,6 +12357,8 @@ module Google
12349
12357
 
12350
12358
  property :preserved_state_from_policy, as: 'preservedStateFromPolicy', class: Google::Apis::ComputeBeta::PreservedState, decorator: Google::Apis::ComputeBeta::PreservedState::Representation
12351
12359
 
12360
+ property :properties_from_flexibility_policy, as: 'propertiesFromFlexibilityPolicy', class: Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy, decorator: Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy::Representation
12361
+
12352
12362
  property :version, as: 'version', class: Google::Apis::ComputeBeta::ManagedInstanceVersion, decorator: Google::Apis::ComputeBeta::ManagedInstanceVersion::Representation
12353
12363
 
12354
12364
  end
@@ -12417,6 +12427,13 @@ module Google
12417
12427
  end
12418
12428
  end
12419
12429
 
12430
+ class ManagedInstancePropertiesFromFlexibilityPolicy
12431
+ # @private
12432
+ class Representation < Google::Apis::Core::JsonRepresentation
12433
+ property :machine_type, as: 'machineType'
12434
+ end
12435
+ end
12436
+
12420
12437
  class ManagedInstanceVersion
12421
12438
  # @private
12422
12439
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15391,6 +15408,8 @@ module Google
15391
15408
  property :physical_host, as: 'physicalHost'
15392
15409
  property :scheduling, as: 'scheduling', class: Google::Apis::ComputeBeta::ResourceStatusScheduling, decorator: Google::Apis::ComputeBeta::ResourceStatusScheduling::Representation
15393
15410
 
15411
+ property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeBeta::UpcomingMaintenance, decorator: Google::Apis::ComputeBeta::UpcomingMaintenance::Representation
15412
+
15394
15413
  end
15395
15414
  end
15396
15415
 
@@ -15572,6 +15591,7 @@ module Google
15572
15591
  collection :advertised_ip_ranges, as: 'advertisedIpRanges', class: Google::Apis::ComputeBeta::RouterAdvertisedIpRange, decorator: Google::Apis::ComputeBeta::RouterAdvertisedIpRange::Representation
15573
15592
 
15574
15593
  property :asn, as: 'asn'
15594
+ property :identifier_range, as: 'identifierRange'
15575
15595
  property :keepalive_interval, as: 'keepaliveInterval'
15576
15596
  end
15577
15597
  end
@@ -15590,15 +15610,18 @@ module Google
15590
15610
 
15591
15611
  property :custom_learned_route_priority, as: 'customLearnedRoutePriority'
15592
15612
  property :enable, as: 'enable'
15613
+ property :enable_ipv4, as: 'enableIpv4'
15593
15614
  property :enable_ipv6, as: 'enableIpv6'
15594
15615
  property :interface_name, as: 'interfaceName'
15595
15616
  property :ip_address, as: 'ipAddress'
15617
+ property :ipv4_nexthop_address, as: 'ipv4NexthopAddress'
15596
15618
  property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
15597
15619
  property :management_type, as: 'managementType'
15598
15620
  property :md5_authentication_key_name, as: 'md5AuthenticationKeyName'
15599
15621
  property :name, as: 'name'
15600
15622
  property :peer_asn, as: 'peerAsn'
15601
15623
  property :peer_ip_address, as: 'peerIpAddress'
15624
+ property :peer_ipv4_nexthop_address, as: 'peerIpv4NexthopAddress'
15602
15625
  property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
15603
15626
  property :router_appliance_instance, as: 'routerApplianceInstance'
15604
15627
  end
@@ -15625,6 +15648,7 @@ module Google
15625
15648
  # @private
15626
15649
  class Representation < Google::Apis::Core::JsonRepresentation
15627
15650
  property :ip_range, as: 'ipRange'
15651
+ property :ip_version, as: 'ipVersion'
15628
15652
  property :linked_interconnect_attachment, as: 'linkedInterconnectAttachment'
15629
15653
  property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
15630
15654
  property :management_type, as: 'managementType'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.84.0
4
+ version: 0.86.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-10-29 00:00:00.000000000 Z
11
+ date: 2023-11-19 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-compute_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.84.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.86.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []