google-apis-compute_beta 0.63.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59ac8cda89676c813905ed916485851b1470817e1191d3c1e136d0f1ff2a4414
|
4
|
+
data.tar.gz: 7a8ddd1e678f3a6c1e2b02bf64c1aad58a0e8c6447803e0ea1be424eb292858c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52b2009c5697c14f58120f480c7cc74c5d69fd55bc565113612573c90f724627ee03ff0a35fc209d5d1c95222c33528d6a55ac162552cccf89e7c860c455a461
|
7
|
+
data.tar.gz: 959664627daab4939c58f4f2712b6fbadd4e47dab6b8223373a0316486d5ee141de1f4adf92705689d3ea9a5bc6221aa2cafd3b7a397af823dadd833c5c15609
|
data/CHANGELOG.md
CHANGED
@@ -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
|
514
|
-
# instance, prefix length is stored in
|
515
|
-
# ipv6AccessConfig. To use a static external IP
|
516
|
-
# in the same region as the instance's zone. If
|
517
|
-
# automatically assign an external IPv6 address
|
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
|
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.
|
534
|
-
# External NAT, but you can use any arbitrary string,
|
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
|
541
|
-
# external IP address available to the
|
542
|
-
# use an IP from a shared ephemeral IP
|
543
|
-
# external IP address, it must live in 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.
|
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 -
|
10238
|
-
# see Enabling 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
|
@@ -15208,7 +15446,9 @@ module Google
|
|
15208
15446
|
include Google::Apis::Core::Hashable
|
15209
15447
|
|
15210
15448
|
# The URLs of one or more instances to delete. This can be a full URL or a
|
15211
|
-
# 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.
|
15212
15452
|
# Corresponds to the JSON property `instances`
|
15213
15453
|
# @return [Array<String>]
|
15214
15454
|
attr_accessor :instances
|
@@ -17492,8 +17732,8 @@ module Google
|
|
17492
17732
|
end
|
17493
17733
|
|
17494
17734
|
# Represents an Interconnect resource. An Interconnect resource is a dedicated
|
17495
|
-
# connection between the
|
17496
|
-
# 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.
|
17497
17737
|
class Interconnect
|
17498
17738
|
include Google::Apis::Core::Hashable
|
17499
17739
|
|
@@ -17860,7 +18100,7 @@ module Google
|
|
17860
18100
|
# specified for this VLAN attachment. If this field is not specified when
|
17861
18101
|
# creating the VLAN attachment, then later on when creating an HA VPN gateway on
|
17862
18102
|
# this VLAN attachment, the HA VPN gateway's IP address is allocated from the
|
17863
|
-
# regional external IP address pool.
|
18103
|
+
# regional external IP address pool.
|
17864
18104
|
# Corresponds to the JSON property `ipsecInternalAddresses`
|
17865
18105
|
# @return [Array<String>]
|
17866
18106
|
attr_accessor :ipsec_internal_addresses
|
@@ -21034,7 +21274,7 @@ module Google
|
|
21034
21274
|
attr_accessor :firewall_policy
|
21035
21275
|
|
21036
21276
|
# [Output Only] The gateway address for default routing out of the network,
|
21037
|
-
# selected by
|
21277
|
+
# selected by Google Cloud.
|
21038
21278
|
# Corresponds to the JSON property `gatewayIPv4`
|
21039
21279
|
# @return [String]
|
21040
21280
|
attr_accessor :gateway_i_pv4
|
@@ -23074,9 +23314,10 @@ module Google
|
|
23074
23314
|
# @return [Fixnum]
|
23075
23315
|
attr_accessor :queue_count
|
23076
23316
|
|
23077
|
-
# The stack type for this network interface
|
23078
|
-
#
|
23079
|
-
# both set at instance creation
|
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.
|
23080
23321
|
# Corresponds to the JSON property `stackType`
|
23081
23322
|
# @return [String]
|
23082
23323
|
attr_accessor :stack_type
|
@@ -28741,6 +28982,37 @@ module Google
|
|
28741
28982
|
end
|
28742
28983
|
end
|
28743
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
|
+
|
28744
29016
|
# Contains a list of autoscalers.
|
28745
29017
|
class RegionAutoscalerList
|
28746
29018
|
include Google::Apis::Core::Hashable
|
@@ -29052,6 +29324,30 @@ module Google
|
|
29052
29324
|
end
|
29053
29325
|
end
|
29054
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
|
+
|
29055
29351
|
# Contains a list of InstanceGroup resources.
|
29056
29352
|
class RegionInstanceGroupList
|
29057
29353
|
include Google::Apis::Core::Hashable
|
@@ -30961,6 +31257,11 @@ module Google
|
|
30961
31257
|
# @return [String]
|
30962
31258
|
attr_accessor :description
|
30963
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
|
+
|
30964
31265
|
# A GroupPlacementPolicy specifies resource placement configuration. It
|
30965
31266
|
# specifies the failure bucket separation as well as network locality
|
30966
31267
|
# Corresponds to the JSON property `groupPlacementPolicy`
|
@@ -31033,6 +31334,7 @@ module Google
|
|
31033
31334
|
def update!(**args)
|
31034
31335
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
31035
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)
|
31036
31338
|
@group_placement_policy = args[:group_placement_policy] if args.key?(:group_placement_policy)
|
31037
31339
|
@id = args[:id] if args.key?(:id)
|
31038
31340
|
@instance_schedule_policy = args[:instance_schedule_policy] if args.key?(:instance_schedule_policy)
|
@@ -31210,6 +31512,19 @@ module Google
|
|
31210
31512
|
end
|
31211
31513
|
end
|
31212
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
|
+
|
31213
31528
|
# A GroupPlacementPolicy specifies resource placement configuration. It
|
31214
31529
|
# specifies the failure bucket separation as well as network locality
|
31215
31530
|
class ResourcePolicyGroupPlacementPolicy
|
@@ -34720,6 +35035,12 @@ module Google
|
|
34720
35035
|
# @return [String]
|
34721
35036
|
attr_accessor :log_level
|
34722
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
|
+
|
34723
35044
|
def initialize(**args)
|
34724
35045
|
update!(**args)
|
34725
35046
|
end
|
@@ -34729,6 +35050,7 @@ module Google
|
|
34729
35050
|
@json_custom_config = args[:json_custom_config] if args.key?(:json_custom_config)
|
34730
35051
|
@json_parsing = args[:json_parsing] if args.key?(:json_parsing)
|
34731
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)
|
34732
35054
|
end
|
34733
35055
|
end
|
34734
35056
|
|
@@ -35721,7 +36043,7 @@ module Google
|
|
35721
36043
|
# Represents a ServiceAttachment resource. A service attachment represents a
|
35722
36044
|
# service that a producer has exposed. It encapsulates the load balancer which
|
35723
36045
|
# fronts the service runs and a list of NAT IP ranges that the producers uses to
|
35724
|
-
# represent the consumers connecting to the service.
|
36046
|
+
# represent the consumers connecting to the service.
|
35725
36047
|
class ServiceAttachment
|
35726
36048
|
include Google::Apis::Core::Hashable
|
35727
36049
|
|
@@ -40106,8 +40428,11 @@ module Google
|
|
40106
40428
|
# Optional. A URL referring to a networksecurity.ServerTlsPolicy resource that
|
40107
40429
|
# describes how the proxy should authenticate inbound traffic. serverTlsPolicy
|
40108
40430
|
# only applies to a global TargetHttpsProxy attached to globalForwardingRules
|
40109
|
-
# with the loadBalancingScheme set to INTERNAL_SELF_MANAGED
|
40110
|
-
#
|
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.
|
40111
40436
|
# Corresponds to the JSON property `serverTlsPolicy`
|
40112
40437
|
# @return [String]
|
40113
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.
|
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 = "
|
25
|
+
REVISION = "20230322"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|