google-apis-compute_beta 0.62.0 → 0.64.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: e2af83131a39466d0284c85bc53bc11617e00446e05faf94e35d158424d471f9
4
- data.tar.gz: 560e225bd9e93c5d2cd374b1c3abd2732437ae5e4a48dab8f4dc3375146672b0
3
+ metadata.gz: 59ac8cda89676c813905ed916485851b1470817e1191d3c1e136d0f1ff2a4414
4
+ data.tar.gz: 7a8ddd1e678f3a6c1e2b02bf64c1aad58a0e8c6447803e0ea1be424eb292858c
5
5
  SHA512:
6
- metadata.gz: 5a93d2d5cd038e163af10dcdddd3c6a72f54bf9d8b4a50703e3702a27424e4e12c64be37e39dfd99402ce5870ed3a3af7fc005a4c60971edcf48927166d36125
7
- data.tar.gz: 623216aa60db50635627a0accb160d5348eaaeafbbaf4012abd417fd7eb8e3141b70969805601c54486b2982096cfd12ed7802e837a5556cf5950c1547291d97
6
+ metadata.gz: 52b2009c5697c14f58120f480c7cc74c5d69fd55bc565113612573c90f724627ee03ff0a35fc209d5d1c95222c33528d6a55ac162552cccf89e7c860c455a461
7
+ data.tar.gz: 959664627daab4939c58f4f2712b6fbadd4e47dab6b8223373a0316486d5ee141de1f4adf92705689d3ea9a5bc6221aa2cafd3b7a397af823dadd833c5c15609
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.64.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230322
6
+
7
+ ### v0.63.0 (2023-03-19)
8
+
9
+ * Regenerated from discovery document revision 20230307
10
+
3
11
  ### v0.62.0 (2023-03-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230221
@@ -510,16 +510,18 @@ module Google
510
510
  class AccessConfig
511
511
  include Google::Apis::Core::Hashable
512
512
 
513
- # The first IPv6 address of the external IPv6 range associated with this
514
- # instance, prefix length is stored in externalIpv6PrefixLength in
515
- # ipv6AccessConfig. To use a static external IP address, it must be unused and
516
- # in the same region as the instance's zone. If not specified, Google Cloud will
517
- # automatically assign an external IPv6 address from the instance's subnetwork.
513
+ # Applies to ipv6AccessConfigs only. The first IPv6 address of the external IPv6
514
+ # range associated with this instance, prefix length is stored in
515
+ # externalIpv6PrefixLength in ipv6AccessConfig. To use a static external IP
516
+ # address, it must be unused and in the same region as the instance's zone. If
517
+ # not specified, Google Cloud will automatically assign an external IPv6 address
518
+ # from the instance's subnetwork.
518
519
  # Corresponds to the JSON property `externalIpv6`
519
520
  # @return [String]
520
521
  attr_accessor :external_ipv6
521
522
 
522
- # The prefix length of the external IPv6 range.
523
+ # Applies to ipv6AccessConfigs only. The prefix length of the external IPv6
524
+ # range.
523
525
  # Corresponds to the JSON property `externalIpv6PrefixLength`
524
526
  # @return [Fixnum]
525
527
  attr_accessor :external_ipv6_prefix_length
@@ -530,18 +532,19 @@ module Google
530
532
  # @return [String]
531
533
  attr_accessor :kind
532
534
 
533
- # The name of this access configuration. The default and recommended name is
534
- # External NAT, but you can use any arbitrary string, such as My external IP or
535
- # Network Access.
535
+ # The name of this access configuration. In accessConfigs (IPv4), the default
536
+ # and recommended name is External NAT, but you can use any arbitrary string,
537
+ # such as My external IP or Network Access. In ipv6AccessConfigs, the recommend
538
+ # name is External IPv6.
536
539
  # Corresponds to the JSON property `name`
537
540
  # @return [String]
538
541
  attr_accessor :name
539
542
 
540
- # An external IP address associated with this instance. Specify an unused static
541
- # external IP address available to the project or leave this field undefined to
542
- # use an IP from a shared ephemeral IP address pool. If you specify a static
543
- # external IP address, it must live in the same region as the zone of the
544
- # instance.
543
+ # Applies to accessConfigs (IPv4) only. An external IP address associated with
544
+ # this instance. Specify an unused static external IP address available to the
545
+ # project or leave this field undefined to use an IP from a shared ephemeral IP
546
+ # address pool. If you specify a static external IP address, it must live in the
547
+ # same region as the zone of the instance.
545
548
  # Corresponds to the JSON property `natIP`
546
549
  # @return [String]
547
550
  attr_accessor :nat_ip
@@ -573,7 +576,9 @@ module Google
573
576
  attr_accessor :set_public_ptr
574
577
  alias_method :set_public_ptr?, :set_public_ptr
575
578
 
576
- # The type of configuration. The default and only option is ONE_TO_ONE_NAT.
579
+ # The type of configuration. In accessConfigs (IPv4), the default and only
580
+ # option is ONE_TO_ONE_NAT. In ipv6AccessConfigs, the default and only option is
581
+ # DIRECT_IPV6.
577
582
  # Corresponds to the JSON property `type`
578
583
  # @return [String]
579
584
  attr_accessor :type
@@ -4851,6 +4856,30 @@ module Google
4851
4856
  end
4852
4857
  end
4853
4858
 
4859
+ # A transient resource used in compute.disks.bulkInsert and compute.regionDisks.
4860
+ # bulkInsert. It is only used to process requests and is not persisted.
4861
+ class BulkInsertDiskResource
4862
+ include Google::Apis::Core::Hashable
4863
+
4864
+ # The URL of the DiskConsistencyGroupPolicy for the group of disks to clone.
4865
+ # This may be a full or partial URL, such as: - https://www.googleapis.com/
4866
+ # compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy -
4867
+ # projects/project/regions/region/resourcePolicies/resourcePolicy - regions/
4868
+ # region/resourcePolicies/resourcePolicy
4869
+ # Corresponds to the JSON property `sourceConsistencyGroupPolicy`
4870
+ # @return [String]
4871
+ attr_accessor :source_consistency_group_policy
4872
+
4873
+ def initialize(**args)
4874
+ update!(**args)
4875
+ end
4876
+
4877
+ # Update properties of this object
4878
+ def update!(**args)
4879
+ @source_consistency_group_policy = args[:source_consistency_group_policy] if args.key?(:source_consistency_group_policy)
4880
+ end
4881
+ end
4882
+
4854
4883
  # A transient resource used in compute.instances.bulkInsert and compute.
4855
4884
  # regionInstances.bulkInsert . This resource is not persisted anywhere, it is
4856
4885
  # used only for processing the requests.
@@ -6118,6 +6147,16 @@ module Google
6118
6147
  # @return [String]
6119
6148
  attr_accessor :architecture
6120
6149
 
6150
+ # Disk asynchronously replicated into this disk.
6151
+ # Corresponds to the JSON property `asyncPrimaryDisk`
6152
+ # @return [Google::Apis::ComputeBeta::DiskAsyncReplication]
6153
+ attr_accessor :async_primary_disk
6154
+
6155
+ # [Output Only] A list of disks this disk is asynchronously replicated to.
6156
+ # Corresponds to the JSON property `asyncSecondaryDisks`
6157
+ # @return [Hash<String,Google::Apis::ComputeBeta::DiskAsyncReplicationList>]
6158
+ attr_accessor :async_secondary_disks
6159
+
6121
6160
  # [Output Only] Creation timestamp in RFC3339 text format.
6122
6161
  # Corresponds to the JSON property `creationTimestamp`
6123
6162
  # @return [String]
@@ -6305,6 +6344,11 @@ module Google
6305
6344
  # @return [Array<String>]
6306
6345
  attr_accessor :resource_policies
6307
6346
 
6347
+ # [Output Only] Status information for the disk resource.
6348
+ # Corresponds to the JSON property `resourceStatus`
6349
+ # @return [Google::Apis::ComputeBeta::DiskResourceStatus]
6350
+ attr_accessor :resource_status
6351
+
6308
6352
  # [Output Only] Reserved for future use.
6309
6353
  # Corresponds to the JSON property `satisfiesPzs`
6310
6354
  # @return [Boolean]
@@ -6325,6 +6369,18 @@ module Google
6325
6369
  # @return [Fixnum]
6326
6370
  attr_accessor :size_gb
6327
6371
 
6372
+ # [Output Only] URL of the DiskConsistencyGroupPolicy for a secondary disk that
6373
+ # was created using a consistency group.
6374
+ # Corresponds to the JSON property `sourceConsistencyGroupPolicy`
6375
+ # @return [String]
6376
+ attr_accessor :source_consistency_group_policy
6377
+
6378
+ # [Output Only] ID of the DiskConsistencyGroupPolicy for a secondary disk that
6379
+ # was created using a consistency group.
6380
+ # Corresponds to the JSON property `sourceConsistencyGroupPolicyId`
6381
+ # @return [String]
6382
+ attr_accessor :source_consistency_group_policy_id
6383
+
6328
6384
  # The source disk used to create this disk. You can provide this as a partial or
6329
6385
  # full URL to the resource. For example, the following are valid values: - https:
6330
6386
  # //www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk -
@@ -6456,6 +6512,8 @@ module Google
6456
6512
  # Update properties of this object
6457
6513
  def update!(**args)
6458
6514
  @architecture = args[:architecture] if args.key?(:architecture)
6515
+ @async_primary_disk = args[:async_primary_disk] if args.key?(:async_primary_disk)
6516
+ @async_secondary_disks = args[:async_secondary_disks] if args.key?(:async_secondary_disks)
6459
6517
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
6460
6518
  @description = args[:description] if args.key?(:description)
6461
6519
  @disk_encryption_key = args[:disk_encryption_key] if args.key?(:disk_encryption_key)
@@ -6482,9 +6540,12 @@ module Google
6482
6540
  @region = args[:region] if args.key?(:region)
6483
6541
  @replica_zones = args[:replica_zones] if args.key?(:replica_zones)
6484
6542
  @resource_policies = args[:resource_policies] if args.key?(:resource_policies)
6543
+ @resource_status = args[:resource_status] if args.key?(:resource_status)
6485
6544
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
6486
6545
  @self_link = args[:self_link] if args.key?(:self_link)
6487
6546
  @size_gb = args[:size_gb] if args.key?(:size_gb)
6547
+ @source_consistency_group_policy = args[:source_consistency_group_policy] if args.key?(:source_consistency_group_policy)
6548
+ @source_consistency_group_policy_id = args[:source_consistency_group_policy_id] if args.key?(:source_consistency_group_policy_id)
6488
6549
  @source_disk = args[:source_disk] if args.key?(:source_disk)
6489
6550
  @source_disk_id = args[:source_disk_id] if args.key?(:source_disk_id)
6490
6551
  @source_image = args[:source_image] if args.key?(:source_image)
@@ -6627,6 +6688,59 @@ module Google
6627
6688
  end
6628
6689
  end
6629
6690
 
6691
+ #
6692
+ class DiskAsyncReplication
6693
+ include Google::Apis::Core::Hashable
6694
+
6695
+ # The other disk asynchronously replicated to or from the current disk. You can
6696
+ # provide this as a partial or full URL to the resource. For example, the
6697
+ # following are valid values: - https://www.googleapis.com/compute/v1/projects/
6698
+ # project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk -
6699
+ # zones/zone/disks/disk
6700
+ # Corresponds to the JSON property `disk`
6701
+ # @return [String]
6702
+ attr_accessor :disk
6703
+
6704
+ # [Output Only] The unique ID of the other disk asynchronously replicated to or
6705
+ # from the current disk. This value identifies the exact disk that was used to
6706
+ # create this replication. For example, if you started replicating the
6707
+ # persistent disk from a disk that was later deleted and recreated under the
6708
+ # same name, the disk ID would identify the exact version of the disk that was
6709
+ # used.
6710
+ # Corresponds to the JSON property `diskId`
6711
+ # @return [String]
6712
+ attr_accessor :disk_id
6713
+
6714
+ def initialize(**args)
6715
+ update!(**args)
6716
+ end
6717
+
6718
+ # Update properties of this object
6719
+ def update!(**args)
6720
+ @disk = args[:disk] if args.key?(:disk)
6721
+ @disk_id = args[:disk_id] if args.key?(:disk_id)
6722
+ end
6723
+ end
6724
+
6725
+ #
6726
+ class DiskAsyncReplicationList
6727
+ include Google::Apis::Core::Hashable
6728
+
6729
+ #
6730
+ # Corresponds to the JSON property `asyncReplicationDisk`
6731
+ # @return [Google::Apis::ComputeBeta::DiskAsyncReplication]
6732
+ attr_accessor :async_replication_disk
6733
+
6734
+ def initialize(**args)
6735
+ update!(**args)
6736
+ end
6737
+
6738
+ # Update properties of this object
6739
+ def update!(**args)
6740
+ @async_replication_disk = args[:async_replication_disk] if args.key?(:async_replication_disk)
6741
+ end
6742
+ end
6743
+
6630
6744
  # A specification of the desired way to instantiate a disk in the instance
6631
6745
  # template when its created from a source instance.
6632
6746
  class DiskInstantiationConfig
@@ -6847,6 +6961,50 @@ module Google
6847
6961
  end
6848
6962
  end
6849
6963
 
6964
+ #
6965
+ class DiskResourceStatus
6966
+ include Google::Apis::Core::Hashable
6967
+
6968
+ #
6969
+ # Corresponds to the JSON property `asyncPrimaryDisk`
6970
+ # @return [Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus]
6971
+ attr_accessor :async_primary_disk
6972
+
6973
+ # Key: disk, value: AsyncReplicationStatus message
6974
+ # Corresponds to the JSON property `asyncSecondaryDisks`
6975
+ # @return [Hash<String,Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus>]
6976
+ attr_accessor :async_secondary_disks
6977
+
6978
+ def initialize(**args)
6979
+ update!(**args)
6980
+ end
6981
+
6982
+ # Update properties of this object
6983
+ def update!(**args)
6984
+ @async_primary_disk = args[:async_primary_disk] if args.key?(:async_primary_disk)
6985
+ @async_secondary_disks = args[:async_secondary_disks] if args.key?(:async_secondary_disks)
6986
+ end
6987
+ end
6988
+
6989
+ #
6990
+ class DiskResourceStatusAsyncReplicationStatus
6991
+ include Google::Apis::Core::Hashable
6992
+
6993
+ #
6994
+ # Corresponds to the JSON property `state`
6995
+ # @return [String]
6996
+ attr_accessor :state
6997
+
6998
+ def initialize(**args)
6999
+ update!(**args)
7000
+ end
7001
+
7002
+ # Update properties of this object
7003
+ def update!(**args)
7004
+ @state = args[:state] if args.key?(:state)
7005
+ end
7006
+ end
7007
+
6850
7008
  # Represents a Disk Type resource. Google Compute Engine has two Disk Type
6851
7009
  # resources: * [Regional](/compute/docs/reference/rest/beta/regionDiskTypes) * [
6852
7010
  # Zonal](/compute/docs/reference/rest/beta/diskTypes) You can choose from a
@@ -7419,6 +7577,55 @@ module Google
7419
7577
  end
7420
7578
  end
7421
7579
 
7580
+ #
7581
+ class DisksStartAsyncReplicationRequest
7582
+ include Google::Apis::Core::Hashable
7583
+
7584
+ # The secondary disk to start asynchronous replication to. You can provide this
7585
+ # as a partial or full URL to the resource. For example, the following are valid
7586
+ # values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /
7587
+ # disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/
7588
+ # region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/
7589
+ # regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk
7590
+ # Corresponds to the JSON property `asyncSecondaryDisk`
7591
+ # @return [String]
7592
+ attr_accessor :async_secondary_disk
7593
+
7594
+ def initialize(**args)
7595
+ update!(**args)
7596
+ end
7597
+
7598
+ # Update properties of this object
7599
+ def update!(**args)
7600
+ @async_secondary_disk = args[:async_secondary_disk] if args.key?(:async_secondary_disk)
7601
+ end
7602
+ end
7603
+
7604
+ # A transient resource used in compute.disks.stopGroupAsyncReplication and
7605
+ # compute.regionDisks.stopGroupAsyncReplication. It is only used to process
7606
+ # requests and is not persisted.
7607
+ class DisksStopGroupAsyncReplicationResource
7608
+ include Google::Apis::Core::Hashable
7609
+
7610
+ # The URL of the DiskConsistencyGroupPolicy for the group of disks to stop. This
7611
+ # may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/
7612
+ # projects/project/regions/region /resourcePolicies/resourcePolicy - projects/
7613
+ # project/regions/region/resourcePolicies/resourcePolicy - regions/region/
7614
+ # resourcePolicies/resourcePolicy
7615
+ # Corresponds to the JSON property `resourcePolicy`
7616
+ # @return [String]
7617
+ attr_accessor :resource_policy
7618
+
7619
+ def initialize(**args)
7620
+ update!(**args)
7621
+ end
7622
+
7623
+ # Update properties of this object
7624
+ def update!(**args)
7625
+ @resource_policy = args[:resource_policy] if args.key?(:resource_policy)
7626
+ end
7627
+ end
7628
+
7422
7629
  # A set of Display Device options
7423
7630
  class DisplayDevice
7424
7631
  include Google::Apis::Core::Hashable
@@ -9935,6 +10142,37 @@ module Google
9935
10142
  end
9936
10143
  end
9937
10144
 
10145
+ #
10146
+ class GlobalAddressesMoveRequest
10147
+ include Google::Apis::Core::Hashable
10148
+
10149
+ # An optional destination address description if intended to be different from
10150
+ # the source.
10151
+ # Corresponds to the JSON property `description`
10152
+ # @return [String]
10153
+ attr_accessor :description
10154
+
10155
+ # The URL of the destination address to move to. This can be a full or partial
10156
+ # URL. For example, the following are all valid URLs to a address: - https://www.
10157
+ # googleapis.com/compute/v1/projects/project /global/addresses/address -
10158
+ # projects/project/global/addresses/address Note that destination project must
10159
+ # be different from the source project. So /global/addresses/address is not
10160
+ # valid partial url.
10161
+ # Corresponds to the JSON property `destinationAddress`
10162
+ # @return [String]
10163
+ attr_accessor :destination_address
10164
+
10165
+ def initialize(**args)
10166
+ update!(**args)
10167
+ end
10168
+
10169
+ # Update properties of this object
10170
+ def update!(**args)
10171
+ @description = args[:description] if args.key?(:description)
10172
+ @destination_address = args[:destination_address] if args.key?(:destination_address)
10173
+ end
10174
+ end
10175
+
9938
10176
  #
9939
10177
  class GlobalNetworkEndpointGroupsAttachEndpointsRequest
9940
10178
  include Google::Apis::Core::Hashable
@@ -10234,8 +10472,8 @@ module Google
10234
10472
  # The ID of a supported feature. To add multiple values, use commas to separate
10235
10473
  # values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
10236
10474
  # WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
10237
- # SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling
10238
- # guest operating system features.
10475
+ # SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE -
10476
+ # TDX_CAPABLE For more information, see Enabling guest operating system features.
10239
10477
  # Corresponds to the JSON property `type`
10240
10478
  # @return [String]
10241
10479
  attr_accessor :type
@@ -11325,7 +11563,7 @@ module Google
11325
11563
  # @return [String]
11326
11564
  attr_accessor :forwarding_rule_ip
11327
11565
 
11328
- # Health state of the instance.
11566
+ # Health state of the IPv4 address of the instance.
11329
11567
  # Corresponds to the JSON property `healthState`
11330
11568
  # @return [String]
11331
11569
  attr_accessor :health_state
@@ -11874,7 +12112,7 @@ module Google
11874
12112
  attr_accessor :port
11875
12113
 
11876
12114
  # The request path of the HTTP health check request. The default value is /.
11877
- # This field does not support query parameters.
12115
+ # This field does not support query parameters. Must comply with RFC3986.
11878
12116
  # Corresponds to the JSON property `requestPath`
11879
12117
  # @return [String]
11880
12118
  attr_accessor :request_path
@@ -12573,6 +12811,7 @@ module Google
12573
12811
  attr_accessor :port
12574
12812
 
12575
12813
  # The request path of the HTTPS health check request. The default value is "/".
12814
+ # Must comply with RFC3986.
12576
12815
  # Corresponds to the JSON property `requestPath`
12577
12816
  # @return [String]
12578
12817
  attr_accessor :request_path
@@ -15207,7 +15446,9 @@ module Google
15207
15446
  include Google::Apis::Core::Hashable
15208
15447
 
15209
15448
  # The URLs of one or more instances to delete. This can be a full URL or a
15210
- # partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
15449
+ # partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME]. Queued instances
15450
+ # do not have URL and can be deleted only by name. One cannot specify both URLs
15451
+ # and names in a single request.
15211
15452
  # Corresponds to the JSON property `instances`
15212
15453
  # @return [Array<String>]
15213
15454
  attr_accessor :instances
@@ -17491,8 +17732,8 @@ module Google
17491
17732
  end
17492
17733
 
17493
17734
  # Represents an Interconnect resource. An Interconnect resource is a dedicated
17494
- # connection between the GCP network and your on-premises network. For more
17495
- # information, read the Dedicated Interconnect Overview.
17735
+ # connection between the Google Cloud network and your on-premises network. For
17736
+ # more information, read the Dedicated Interconnect Overview.
17496
17737
  class Interconnect
17497
17738
  include Google::Apis::Core::Hashable
17498
17739
 
@@ -17859,7 +18100,7 @@ module Google
17859
18100
  # specified for this VLAN attachment. If this field is not specified when
17860
18101
  # creating the VLAN attachment, then later on when creating an HA VPN gateway on
17861
18102
  # this VLAN attachment, the HA VPN gateway's IP address is allocated from the
17862
- # regional external IP address pool. Not currently available publicly.
18103
+ # regional external IP address pool.
17863
18104
  # Corresponds to the JSON property `ipsecInternalAddresses`
17864
18105
  # @return [Array<String>]
17865
18106
  attr_accessor :ipsec_internal_addresses
@@ -21033,7 +21274,7 @@ module Google
21033
21274
  attr_accessor :firewall_policy
21034
21275
 
21035
21276
  # [Output Only] The gateway address for default routing out of the network,
21036
- # selected by GCP.
21277
+ # selected by Google Cloud.
21037
21278
  # Corresponds to the JSON property `gatewayIPv4`
21038
21279
  # @return [String]
21039
21280
  attr_accessor :gateway_i_pv4
@@ -23073,9 +23314,10 @@ module Google
23073
23314
  # @return [Fixnum]
23074
23315
  attr_accessor :queue_count
23075
23316
 
23076
- # The stack type for this network interface to identify whether the IPv6 feature
23077
- # is enabled or not. If not specified, IPV4_ONLY will be used. This field can be
23078
- # both set at instance creation and update network interface operations.
23317
+ # The stack type for this network interface. To assign only IPv4 addresses, use
23318
+ # IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not
23319
+ # specified, IPV4_ONLY is used. This field can be both set at instance creation
23320
+ # and update network interface operations.
23079
23321
  # Corresponds to the JSON property `stackType`
23080
23322
  # @return [String]
23081
23323
  attr_accessor :stack_type
@@ -28740,6 +28982,37 @@ module Google
28740
28982
  end
28741
28983
  end
28742
28984
 
28985
+ #
28986
+ class RegionAddressesMoveRequest
28987
+ include Google::Apis::Core::Hashable
28988
+
28989
+ # An optional destination address description if intended to be different from
28990
+ # the source.
28991
+ # Corresponds to the JSON property `description`
28992
+ # @return [String]
28993
+ attr_accessor :description
28994
+
28995
+ # The URL of the destination address to move to. This can be a full or partial
28996
+ # URL. For example, the following are all valid URLs to a address: - https://www.
28997
+ # googleapis.com/compute/v1/projects/project/regions/region /addresses/address -
28998
+ # projects/project/regions/region/addresses/address Note that destination
28999
+ # project must be different from the source project. So /regions/region/
29000
+ # addresses/address is not valid partial url.
29001
+ # Corresponds to the JSON property `destinationAddress`
29002
+ # @return [String]
29003
+ attr_accessor :destination_address
29004
+
29005
+ def initialize(**args)
29006
+ update!(**args)
29007
+ end
29008
+
29009
+ # Update properties of this object
29010
+ def update!(**args)
29011
+ @description = args[:description] if args.key?(:description)
29012
+ @destination_address = args[:destination_address] if args.key?(:destination_address)
29013
+ end
29014
+ end
29015
+
28743
29016
  # Contains a list of autoscalers.
28744
29017
  class RegionAutoscalerList
28745
29018
  include Google::Apis::Core::Hashable
@@ -29051,6 +29324,30 @@ module Google
29051
29324
  end
29052
29325
  end
29053
29326
 
29327
+ #
29328
+ class RegionDisksStartAsyncReplicationRequest
29329
+ include Google::Apis::Core::Hashable
29330
+
29331
+ # The secondary disk to start asynchronous replication to. You can provide this
29332
+ # as a partial or full URL to the resource. For example, the following are valid
29333
+ # values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /
29334
+ # disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/
29335
+ # region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/
29336
+ # regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk
29337
+ # Corresponds to the JSON property `asyncSecondaryDisk`
29338
+ # @return [String]
29339
+ attr_accessor :async_secondary_disk
29340
+
29341
+ def initialize(**args)
29342
+ update!(**args)
29343
+ end
29344
+
29345
+ # Update properties of this object
29346
+ def update!(**args)
29347
+ @async_secondary_disk = args[:async_secondary_disk] if args.key?(:async_secondary_disk)
29348
+ end
29349
+ end
29350
+
29054
29351
  # Contains a list of InstanceGroup resources.
29055
29352
  class RegionInstanceGroupList
29056
29353
  include Google::Apis::Core::Hashable
@@ -30960,6 +31257,11 @@ module Google
30960
31257
  # @return [String]
30961
31258
  attr_accessor :description
30962
31259
 
31260
+ # Resource policy for disk consistency groups.
31261
+ # Corresponds to the JSON property `diskConsistencyGroupPolicy`
31262
+ # @return [Google::Apis::ComputeBeta::ResourcePolicyDiskConsistencyGroupPolicy]
31263
+ attr_accessor :disk_consistency_group_policy
31264
+
30963
31265
  # A GroupPlacementPolicy specifies resource placement configuration. It
30964
31266
  # specifies the failure bucket separation as well as network locality
30965
31267
  # Corresponds to the JSON property `groupPlacementPolicy`
@@ -31032,6 +31334,7 @@ module Google
31032
31334
  def update!(**args)
31033
31335
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
31034
31336
  @description = args[:description] if args.key?(:description)
31337
+ @disk_consistency_group_policy = args[:disk_consistency_group_policy] if args.key?(:disk_consistency_group_policy)
31035
31338
  @group_placement_policy = args[:group_placement_policy] if args.key?(:group_placement_policy)
31036
31339
  @id = args[:id] if args.key?(:id)
31037
31340
  @instance_schedule_policy = args[:instance_schedule_policy] if args.key?(:instance_schedule_policy)
@@ -31209,6 +31512,19 @@ module Google
31209
31512
  end
31210
31513
  end
31211
31514
 
31515
+ # Resource policy for disk consistency groups.
31516
+ class ResourcePolicyDiskConsistencyGroupPolicy
31517
+ include Google::Apis::Core::Hashable
31518
+
31519
+ def initialize(**args)
31520
+ update!(**args)
31521
+ end
31522
+
31523
+ # Update properties of this object
31524
+ def update!(**args)
31525
+ end
31526
+ end
31527
+
31212
31528
  # A GroupPlacementPolicy specifies resource placement configuration. It
31213
31529
  # specifies the failure bucket separation as well as network locality
31214
31530
  class ResourcePolicyGroupPlacementPolicy
@@ -34719,6 +35035,12 @@ module Google
34719
35035
  # @return [String]
34720
35036
  attr_accessor :log_level
34721
35037
 
35038
+ # An optional list of case-insensitive request header names to use for resolving
35039
+ # the callers client IP address.
35040
+ # Corresponds to the JSON property `userIpRequestHeaders`
35041
+ # @return [Array<String>]
35042
+ attr_accessor :user_ip_request_headers
35043
+
34722
35044
  def initialize(**args)
34723
35045
  update!(**args)
34724
35046
  end
@@ -34728,6 +35050,7 @@ module Google
34728
35050
  @json_custom_config = args[:json_custom_config] if args.key?(:json_custom_config)
34729
35051
  @json_parsing = args[:json_parsing] if args.key?(:json_parsing)
34730
35052
  @log_level = args[:log_level] if args.key?(:log_level)
35053
+ @user_ip_request_headers = args[:user_ip_request_headers] if args.key?(:user_ip_request_headers)
34731
35054
  end
34732
35055
  end
34733
35056
 
@@ -35720,7 +36043,7 @@ module Google
35720
36043
  # Represents a ServiceAttachment resource. A service attachment represents a
35721
36044
  # service that a producer has exposed. It encapsulates the load balancer which
35722
36045
  # fronts the service runs and a list of NAT IP ranges that the producers uses to
35723
- # represent the consumers connecting to the service. next tag = 20
36046
+ # represent the consumers connecting to the service.
35724
36047
  class ServiceAttachment
35725
36048
  include Google::Apis::Core::Hashable
35726
36049
 
@@ -40105,8 +40428,11 @@ module Google
40105
40428
  # Optional. A URL referring to a networksecurity.ServerTlsPolicy resource that
40106
40429
  # describes how the proxy should authenticate inbound traffic. serverTlsPolicy
40107
40430
  # only applies to a global TargetHttpsProxy attached to globalForwardingRules
40108
- # with the loadBalancingScheme set to INTERNAL_SELF_MANAGED. If left blank,
40109
- # communications are not encrypted. Note: This field currently has no impact.
40431
+ # with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL or
40432
+ # EXTERNAL_MANAGED. For details which ServerTlsPolicy resources are accepted
40433
+ # with INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED
40434
+ # loadBalancingScheme consult ServerTlsPolicy documentation. If left blank,
40435
+ # communications are not encrypted.
40110
40436
  # Corresponds to the JSON property `serverTlsPolicy`
40111
40437
  # @return [String]
40112
40438
  attr_accessor :server_tls_policy
@@ -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.62.0"
19
+ GEM_VERSION = "0.64.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 = "20230221"
25
+ REVISION = "20230322"
26
26
  end
27
27
  end
28
28
  end