google-apis-compute_beta 0.36.0 → 0.37.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: cee365d4dc1bfdb867b0b6fe7a58a1fc022e833744b60e70a1e850f6f123e2fd
4
- data.tar.gz: 9d04c5813d6b0573d850b9fb0d90616bd9156370b055d37582d1d4e1dba9033b
3
+ metadata.gz: e58a9e4cca74c8e73cd4c33138f192e57283bf9775fff23c4e25246ac20af50f
4
+ data.tar.gz: 4cc4756522e7f3f6743d3d93e77ca41a443c2622a46547d2f130df1414c3d4de
5
5
  SHA512:
6
- metadata.gz: efdfab648471af063c4929d1f6631df611b73b5d3e732f451a582e1cbf5e0e041cdbc87dbc9563e449502c661e33300f889ebd10303800fcee39496f439c9437
7
- data.tar.gz: c01c16b31c1f855641a68e7cb836607df3d6cb83ab3c2c1ff5535ab26513455a2dd9867442293eeb9364225d624c195e28bfb5fe1bcc074cf242f1267be01cda
6
+ metadata.gz: 7fce79e4062169a019bb6c0d05ee88fa839c4a2554b500069e3fb981d0a2f61038f921edf73821c37bbc03a30a722619ef58d5fa588a1d1667013e0ddfb092f1
7
+ data.tar.gz: 6952b1793eeb3dcc211ddfa2bc359913c2164c35c819ee1eef013195893d016769e8df65618123dc4e6472d3a1bd2dec0c508b13f426aff74c60e97a3f506499
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.37.0 (2022-06-10)
4
+
5
+ * Regenerated from discovery document revision 20220531
6
+ * Regenerated using generator version 0.5.0
7
+
3
8
  ### v0.36.0 (2022-05-26)
4
9
 
5
10
  * Regenerated from discovery document revision 20220517
@@ -1225,7 +1225,7 @@ module Google
1225
1225
  end
1226
1226
 
1227
1227
  # This reservation type allows to pre allocate specific instance configuration.
1228
- # Next ID: 5
1228
+ # Next ID: 6
1229
1229
  class AllocationSpecificSkuReservation
1230
1230
  include Google::Apis::Core::Hashable
1231
1231
 
@@ -4227,7 +4227,7 @@ module Google
4227
4227
  # service. The value of the field must be in [0, 1]. This configures the
4228
4228
  # sampling rate of requests to the load balancer where 1.0 means all logged
4229
4229
  # requests are reported and 0.0 means no logged requests are reported. The
4230
- # default value is 1.0.
4230
+ # default value is 0.0.
4231
4231
  # Corresponds to the JSON property `sampleRate`
4232
4232
  # @return [Float]
4233
4233
  attr_accessor :sample_rate
@@ -10116,9 +10116,9 @@ module Google
10116
10116
  # @return [Fixnum]
10117
10117
  attr_accessor :timeout_sec
10118
10118
 
10119
- # Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS or HTTP2.
10120
- # Exactly one of the protocol-specific health check field must be specified,
10121
- # which must match type field.
10119
+ # Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS, HTTP2 or
10120
+ # GRPC. Exactly one of the protocol-specific health check fields must be
10121
+ # specified, which must match type field.
10122
10122
  # Corresponds to the JSON property `type`
10123
10123
  # @return [String]
10124
10124
  attr_accessor :type
@@ -13675,6 +13675,12 @@ module Google
13675
13675
  # @return [String]
13676
13676
  attr_accessor :kind
13677
13677
 
13678
+ # Pagination behavior of the listManagedInstances API method for this managed
13679
+ # instance group.
13680
+ # Corresponds to the JSON property `listManagedInstancesResults`
13681
+ # @return [String]
13682
+ attr_accessor :list_managed_instances_results
13683
+
13678
13684
  # The name of the managed instance group. The name must be 1-63 characters long,
13679
13685
  # and comply with RFC1035.
13680
13686
  # Corresponds to the JSON property `name`
@@ -13772,6 +13778,7 @@ module Google
13772
13778
  @instance_group = args[:instance_group] if args.key?(:instance_group)
13773
13779
  @instance_template = args[:instance_template] if args.key?(:instance_template)
13774
13780
  @kind = args[:kind] if args.key?(:kind)
13781
+ @list_managed_instances_results = args[:list_managed_instances_results] if args.key?(:list_managed_instances_results)
13775
13782
  @name = args[:name] if args.key?(:name)
13776
13783
  @named_ports = args[:named_ports] if args.key?(:named_ports)
13777
13784
  @region = args[:region] if args.key?(:region)
@@ -28701,7 +28708,7 @@ module Google
28701
28708
  attr_accessor :share_settings
28702
28709
 
28703
28710
  # This reservation type allows to pre allocate specific instance configuration.
28704
- # Next ID: 5
28711
+ # Next ID: 6
28705
28712
  # Corresponds to the JSON property `specificReservation`
28706
28713
  # @return [Google::Apis::ComputeBeta::AllocationSpecificSkuReservation]
28707
28714
  attr_accessor :specific_reservation
@@ -41268,21 +41275,68 @@ module Google
41268
41275
  class UsableSubnetwork
41269
41276
  include Google::Apis::Core::Hashable
41270
41277
 
41278
+ # [Output Only] The external IPv6 address range that is assigned to this
41279
+ # subnetwork.
41280
+ # Corresponds to the JSON property `externalIpv6Prefix`
41281
+ # @return [String]
41282
+ attr_accessor :external_ipv6_prefix
41283
+
41284
+ # [Output Only] The internal IPv6 address range that is assigned to this
41285
+ # subnetwork.
41286
+ # Corresponds to the JSON property `internalIpv6Prefix`
41287
+ # @return [String]
41288
+ attr_accessor :internal_ipv6_prefix
41289
+
41271
41290
  # The range of internal addresses that are owned by this subnetwork.
41272
41291
  # Corresponds to the JSON property `ipCidrRange`
41273
41292
  # @return [String]
41274
41293
  attr_accessor :ip_cidr_range
41275
41294
 
41295
+ # The access type of IPv6 address this subnet holds. It's immutable and can only
41296
+ # be specified during creation or the first time the subnet is updated into
41297
+ # IPV4_IPV6 dual stack.
41298
+ # Corresponds to the JSON property `ipv6AccessType`
41299
+ # @return [String]
41300
+ attr_accessor :ipv6_access_type
41301
+
41276
41302
  # Network URL.
41277
41303
  # Corresponds to the JSON property `network`
41278
41304
  # @return [String]
41279
41305
  attr_accessor :network
41280
41306
 
41307
+ # The purpose of the resource. This field can be either PRIVATE_RFC_1918 or
41308
+ # INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to
41309
+ # INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved for
41310
+ # Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to
41311
+ # PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose
41312
+ # field set to INTERNAL_HTTPS_LOAD_BALANCER.
41313
+ # Corresponds to the JSON property `purpose`
41314
+ # @return [String]
41315
+ attr_accessor :purpose
41316
+
41317
+ # The role of subnetwork. Currently, this field is only used when purpose =
41318
+ # INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An
41319
+ # ACTIVE subnetwork is one that is currently being used for Internal HTTP(S)
41320
+ # Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to
41321
+ # ACTIVE or is currently draining. This field can be updated with a patch
41322
+ # request.
41323
+ # Corresponds to the JSON property `role`
41324
+ # @return [String]
41325
+ attr_accessor :role
41326
+
41281
41327
  # Secondary IP ranges.
41282
41328
  # Corresponds to the JSON property `secondaryIpRanges`
41283
41329
  # @return [Array<Google::Apis::ComputeBeta::UsableSubnetworkSecondaryRange>]
41284
41330
  attr_accessor :secondary_ip_ranges
41285
41331
 
41332
+ # The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are
41333
+ # assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can
41334
+ # be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used.
41335
+ # This field can be both set at resource creation time and updated using patch.
41336
+ # Corresponds to the JSON property `stackType`
41337
+ # @return [String]
41338
+ attr_accessor :stack_type
41339
+
41286
41340
  # Subnetwork URL.
41287
41341
  # Corresponds to the JSON property `subnetwork`
41288
41342
  # @return [String]
@@ -41294,9 +41348,15 @@ module Google
41294
41348
 
41295
41349
  # Update properties of this object
41296
41350
  def update!(**args)
41351
+ @external_ipv6_prefix = args[:external_ipv6_prefix] if args.key?(:external_ipv6_prefix)
41352
+ @internal_ipv6_prefix = args[:internal_ipv6_prefix] if args.key?(:internal_ipv6_prefix)
41297
41353
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
41354
+ @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
41298
41355
  @network = args[:network] if args.key?(:network)
41356
+ @purpose = args[:purpose] if args.key?(:purpose)
41357
+ @role = args[:role] if args.key?(:role)
41299
41358
  @secondary_ip_ranges = args[:secondary_ip_ranges] if args.key?(:secondary_ip_ranges)
41359
+ @stack_type = args[:stack_type] if args.key?(:stack_type)
41300
41360
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
41301
41361
  end
41302
41362
  end
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220517"
25
+ REVISION = "20220531"
26
26
  end
27
27
  end
28
28
  end
@@ -8817,6 +8817,7 @@ module Google
8817
8817
  property :instance_group, as: 'instanceGroup'
8818
8818
  property :instance_template, as: 'instanceTemplate'
8819
8819
  property :kind, as: 'kind'
8820
+ property :list_managed_instances_results, as: 'listManagedInstancesResults'
8820
8821
  property :name, as: 'name'
8821
8822
  collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeBeta::NamedPort, decorator: Google::Apis::ComputeBeta::NamedPort::Representation
8822
8823
 
@@ -15852,10 +15853,16 @@ module Google
15852
15853
  class UsableSubnetwork
15853
15854
  # @private
15854
15855
  class Representation < Google::Apis::Core::JsonRepresentation
15856
+ property :external_ipv6_prefix, as: 'externalIpv6Prefix'
15857
+ property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
15855
15858
  property :ip_cidr_range, as: 'ipCidrRange'
15859
+ property :ipv6_access_type, as: 'ipv6AccessType'
15856
15860
  property :network, as: 'network'
15861
+ property :purpose, as: 'purpose'
15862
+ property :role, as: 'role'
15857
15863
  collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeBeta::UsableSubnetworkSecondaryRange, decorator: Google::Apis::ComputeBeta::UsableSubnetworkSecondaryRange::Representation
15858
15864
 
15865
+ property :stack_type, as: 'stackType'
15859
15866
  property :subnetwork, as: 'subnetwork'
15860
15867
  end
15861
15868
  end