google-apis-compute_v1 0.139.0 → 0.140.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fa693444366df9eb9bf78f8a0b1e8e7fa675bdbeeb728f0985b72a891e5cd80
|
|
4
|
+
data.tar.gz: a09a81abb62d55c355519e1c5c29ced8a19768e221d5516bb634dd37d44ce3df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6707ee737b2e96e65637f2891bb83dd0d76e659cca579a06c875b1639cdd3a7411d10d0064c4cfbd81fa5719c15a91ccd21ea2b7a606ac13d56002f91e4535a
|
|
7
|
+
data.tar.gz: c6c5994edd47a419682d4cd75169b04481ceb12a737763c069b0d44e1e3ab6c640af38d0afbbf6f5db1770b48800ac2c3de34f60b2009cfa4b5d9b37cf29ab84
|
data/CHANGELOG.md
CHANGED
|
@@ -6762,6 +6762,31 @@ module Google
|
|
|
6762
6762
|
end
|
|
6763
6763
|
end
|
|
6764
6764
|
|
|
6765
|
+
#
|
|
6766
|
+
class BundledLocalSsds
|
|
6767
|
+
include Google::Apis::Core::Hashable
|
|
6768
|
+
|
|
6769
|
+
# The default disk interface if the interface is not specified.
|
|
6770
|
+
# Corresponds to the JSON property `defaultInterface`
|
|
6771
|
+
# @return [String]
|
|
6772
|
+
attr_accessor :default_interface
|
|
6773
|
+
|
|
6774
|
+
# The number of partitions.
|
|
6775
|
+
# Corresponds to the JSON property `partitionCount`
|
|
6776
|
+
# @return [Fixnum]
|
|
6777
|
+
attr_accessor :partition_count
|
|
6778
|
+
|
|
6779
|
+
def initialize(**args)
|
|
6780
|
+
update!(**args)
|
|
6781
|
+
end
|
|
6782
|
+
|
|
6783
|
+
# Update properties of this object
|
|
6784
|
+
def update!(**args)
|
|
6785
|
+
@default_interface = args[:default_interface] if args.key?(:default_interface)
|
|
6786
|
+
@partition_count = args[:partition_count] if args.key?(:partition_count)
|
|
6787
|
+
end
|
|
6788
|
+
end
|
|
6789
|
+
|
|
6765
6790
|
#
|
|
6766
6791
|
class CacheInvalidationRule
|
|
6767
6792
|
include Google::Apis::Core::Hashable
|
|
@@ -12052,9 +12077,7 @@ module Google
|
|
|
12052
12077
|
end
|
|
12053
12078
|
end
|
|
12054
12079
|
|
|
12055
|
-
#
|
|
12056
|
-
# flexibility: (1) a flexible start time, (2) a flexible end time, (3) a
|
|
12057
|
-
# flexible duration.
|
|
12080
|
+
# Specifies a flexible time range with flexible start time and duration.
|
|
12058
12081
|
# It is possible to specify a contradictory time range that cannot be matched
|
|
12059
12082
|
# by any Interval. This causes a validation error.
|
|
12060
12083
|
class FlexibleTimeRange
|
|
@@ -14010,9 +14033,7 @@ module Google
|
|
|
14010
14033
|
# @return [Google::Apis::ComputeV1::FutureResourcesSpecTargetResources]
|
|
14011
14034
|
attr_accessor :target_resources
|
|
14012
14035
|
|
|
14013
|
-
#
|
|
14014
|
-
# flexibility: (1) a flexible start time, (2) a flexible end time, (3) a
|
|
14015
|
-
# flexible duration.
|
|
14036
|
+
# Specifies a flexible time range with flexible start time and duration.
|
|
14016
14037
|
# It is possible to specify a contradictory time range that cannot be matched
|
|
14017
14038
|
# by any Interval. This causes a validation error.
|
|
14018
14039
|
# Corresponds to the JSON property `timeRangeSpec`
|
|
@@ -29307,6 +29328,11 @@ module Google
|
|
|
29307
29328
|
# @return [String]
|
|
29308
29329
|
attr_accessor :name
|
|
29309
29330
|
|
|
29331
|
+
# Machine Image parameters
|
|
29332
|
+
# Corresponds to the JSON property `params`
|
|
29333
|
+
# @return [Google::Apis::ComputeV1::MachineImageParams]
|
|
29334
|
+
attr_accessor :params
|
|
29335
|
+
|
|
29310
29336
|
# Output only. Reserved for future use.
|
|
29311
29337
|
# Corresponds to the JSON property `satisfiesPzi`
|
|
29312
29338
|
# @return [Boolean]
|
|
@@ -29391,6 +29417,7 @@ module Google
|
|
|
29391
29417
|
@labels = args[:labels] if args.key?(:labels)
|
|
29392
29418
|
@machine_image_encryption_key = args[:machine_image_encryption_key] if args.key?(:machine_image_encryption_key)
|
|
29393
29419
|
@name = args[:name] if args.key?(:name)
|
|
29420
|
+
@params = args[:params] if args.key?(:params)
|
|
29394
29421
|
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
29395
29422
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
29396
29423
|
@saved_disks = args[:saved_disks] if args.key?(:saved_disks)
|
|
@@ -29529,6 +29556,32 @@ module Google
|
|
|
29529
29556
|
end
|
|
29530
29557
|
end
|
|
29531
29558
|
|
|
29559
|
+
# Machine Image parameters
|
|
29560
|
+
class MachineImageParams
|
|
29561
|
+
include Google::Apis::Core::Hashable
|
|
29562
|
+
|
|
29563
|
+
# Input only. Resource manager tags to be bound to the machine image. Tag keys
|
|
29564
|
+
# and values
|
|
29565
|
+
# have the same definition as resource
|
|
29566
|
+
# manager tags. Keys and values can be either in numeric format,
|
|
29567
|
+
# such as `tagKeys/`tag_key_id`` and `tagValues/`tag_value_id`` or in
|
|
29568
|
+
# namespaced format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
29569
|
+
# ``tag_value_short_name``. The field is ignored (both PUT &
|
|
29570
|
+
# PATCH) when empty.
|
|
29571
|
+
# Corresponds to the JSON property `resourceManagerTags`
|
|
29572
|
+
# @return [Hash<String,String>]
|
|
29573
|
+
attr_accessor :resource_manager_tags
|
|
29574
|
+
|
|
29575
|
+
def initialize(**args)
|
|
29576
|
+
update!(**args)
|
|
29577
|
+
end
|
|
29578
|
+
|
|
29579
|
+
# Update properties of this object
|
|
29580
|
+
def update!(**args)
|
|
29581
|
+
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
|
29582
|
+
end
|
|
29583
|
+
end
|
|
29584
|
+
|
|
29532
29585
|
# Represents a Machine Type resource.
|
|
29533
29586
|
# You can use specific machine types for your VM instances based on performance
|
|
29534
29587
|
# and pricing requirements. For more information, readMachine Types.
|
|
@@ -29546,6 +29599,11 @@ module Google
|
|
|
29546
29599
|
# @return [String]
|
|
29547
29600
|
attr_accessor :architecture
|
|
29548
29601
|
|
|
29602
|
+
# [Output Only] The configuration of bundled local SSD for the machine type.
|
|
29603
|
+
# Corresponds to the JSON property `bundledLocalSsds`
|
|
29604
|
+
# @return [Google::Apis::ComputeV1::BundledLocalSsds]
|
|
29605
|
+
attr_accessor :bundled_local_ssds
|
|
29606
|
+
|
|
29549
29607
|
# [Output Only] Creation timestamp inRFC3339
|
|
29550
29608
|
# text format.
|
|
29551
29609
|
# Corresponds to the JSON property `creationTimestamp`
|
|
@@ -29634,6 +29692,7 @@ module Google
|
|
|
29634
29692
|
def update!(**args)
|
|
29635
29693
|
@accelerators = args[:accelerators] if args.key?(:accelerators)
|
|
29636
29694
|
@architecture = args[:architecture] if args.key?(:architecture)
|
|
29695
|
+
@bundled_local_ssds = args[:bundled_local_ssds] if args.key?(:bundled_local_ssds)
|
|
29637
29696
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
|
29638
29697
|
@deprecated = args[:deprecated] if args.key?(:deprecated)
|
|
29639
29698
|
@description = args[:description] if args.key?(:description)
|
|
@@ -33248,10 +33307,7 @@ module Google
|
|
|
33248
33307
|
# @return [String]
|
|
33249
33308
|
attr_accessor :stack_type
|
|
33250
33309
|
|
|
33251
|
-
# Output only. [Output Only] State for the peering
|
|
33252
|
-
# . The
|
|
33253
|
-
# peering is `ACTIVE` when there's a matching configuration in the peer
|
|
33254
|
-
# network.
|
|
33310
|
+
# Output only. [Output Only] State for the peering.
|
|
33255
33311
|
# Corresponds to the JSON property `state`
|
|
33256
33312
|
# @return [String]
|
|
33257
33313
|
attr_accessor :state
|
|
@@ -44385,6 +44441,12 @@ module Google
|
|
|
44385
44441
|
class ResourcePolicyGroupPlacementPolicy
|
|
44386
44442
|
include Google::Apis::Core::Hashable
|
|
44387
44443
|
|
|
44444
|
+
# Specifies the connection mode for the accelerator topology. If not
|
|
44445
|
+
# specified, the default is AUTO_CONNECT.
|
|
44446
|
+
# Corresponds to the JSON property `acceleratorTopologyMode`
|
|
44447
|
+
# @return [String]
|
|
44448
|
+
attr_accessor :accelerator_topology_mode
|
|
44449
|
+
|
|
44388
44450
|
# The number of availability domains to spread instances across. If two
|
|
44389
44451
|
# instances are in different availability domain, they are not in the same
|
|
44390
44452
|
# low latency network.
|
|
@@ -44416,6 +44478,7 @@ module Google
|
|
|
44416
44478
|
|
|
44417
44479
|
# Update properties of this object
|
|
44418
44480
|
def update!(**args)
|
|
44481
|
+
@accelerator_topology_mode = args[:accelerator_topology_mode] if args.key?(:accelerator_topology_mode)
|
|
44419
44482
|
@availability_domain_count = args[:availability_domain_count] if args.key?(:availability_domain_count)
|
|
44420
44483
|
@collocation = args[:collocation] if args.key?(:collocation)
|
|
44421
44484
|
@gpu_topology = args[:gpu_topology] if args.key?(:gpu_topology)
|
|
@@ -53645,20 +53708,17 @@ module Google
|
|
|
53645
53708
|
class StoragePoolExapoolProvisionedCapacityGb
|
|
53646
53709
|
include Google::Apis::Core::Hashable
|
|
53647
53710
|
|
|
53648
|
-
#
|
|
53649
|
-
# Exapool
|
|
53711
|
+
# Size, in GiB, of provisioned capacity-optimized capacity for this Exapool
|
|
53650
53712
|
# Corresponds to the JSON property `capacityOptimized`
|
|
53651
53713
|
# @return [Fixnum]
|
|
53652
53714
|
attr_accessor :capacity_optimized
|
|
53653
53715
|
|
|
53654
|
-
#
|
|
53655
|
-
# Exapool
|
|
53716
|
+
# Size, in GiB, of provisioned read-optimized capacity for this Exapool
|
|
53656
53717
|
# Corresponds to the JSON property `readOptimized`
|
|
53657
53718
|
# @return [Fixnum]
|
|
53658
53719
|
attr_accessor :read_optimized
|
|
53659
53720
|
|
|
53660
|
-
#
|
|
53661
|
-
# Exapool
|
|
53721
|
+
# Size, in GiB, of provisioned write-optimized capacity for this Exapool
|
|
53662
53722
|
# Corresponds to the JSON property `writeOptimized`
|
|
53663
53723
|
# @return [Fixnum]
|
|
53664
53724
|
attr_accessor :write_optimized
|
|
@@ -54664,9 +54724,9 @@ module Google
|
|
|
54664
54724
|
class Subnetwork
|
|
54665
54725
|
include Google::Apis::Core::Hashable
|
|
54666
54726
|
|
|
54667
|
-
# Whether this subnetwork's ranges can conflict with existing
|
|
54727
|
+
# Whether this subnetwork's ranges can conflict with existing custom routes.
|
|
54668
54728
|
# Setting this to true allows this subnetwork's primary and secondary ranges
|
|
54669
|
-
# to overlap with (and contain)
|
|
54729
|
+
# to overlap with (and contain) custom routes that have already been
|
|
54670
54730
|
# configured on the corresponding network.
|
|
54671
54731
|
# For example if a static route has range 10.1.0.0/16, a subnet
|
|
54672
54732
|
# range 10.0.0.0/8 could only be created if allow_conflicting_routes=true.
|
|
@@ -54678,7 +54738,6 @@ module Google
|
|
|
54678
54738
|
# Setting this field to true will disable this feature.
|
|
54679
54739
|
# The default value is false and applies to all existing subnetworks and
|
|
54680
54740
|
# automatically created subnetworks.
|
|
54681
|
-
# This field cannot be set to true at resource creation time.
|
|
54682
54741
|
# Corresponds to the JSON property `allowSubnetCidrRoutesOverlap`
|
|
54683
54742
|
# @return [Boolean]
|
|
54684
54743
|
attr_accessor :allow_subnet_cidr_routes_overlap
|
|
@@ -54868,6 +54927,11 @@ module Google
|
|
|
54868
54927
|
# @return [String]
|
|
54869
54928
|
attr_accessor :reserved_internal_range
|
|
54870
54929
|
|
|
54930
|
+
# Configures subnet mask resolution for this subnetwork.
|
|
54931
|
+
# Corresponds to the JSON property `resolveSubnetMask`
|
|
54932
|
+
# @return [String]
|
|
54933
|
+
attr_accessor :resolve_subnet_mask
|
|
54934
|
+
|
|
54871
54935
|
# The role of subnetwork. Currently, this field is only used when
|
|
54872
54936
|
# purpose is set to GLOBAL_MANAGED_PROXY orREGIONAL_MANAGED_PROXY. The value can
|
|
54873
54937
|
# be set toACTIVE or BACKUP. An ACTIVE
|
|
@@ -54883,6 +54947,7 @@ module Google
|
|
|
54883
54947
|
# contained in this subnetwork. The primary IP of such VM must belong to the
|
|
54884
54948
|
# primary ipCidrRange of the subnetwork. The alias IPs may belong to either
|
|
54885
54949
|
# primary or secondary ranges. This field can be updated with apatch request.
|
|
54950
|
+
# Supports both IPv4 and IPv6 ranges.
|
|
54886
54951
|
# Corresponds to the JSON property `secondaryIpRanges`
|
|
54887
54952
|
# @return [Array<Google::Apis::ComputeV1::SubnetworkSecondaryRange>]
|
|
54888
54953
|
attr_accessor :secondary_ip_ranges
|
|
@@ -54962,6 +55027,7 @@ module Google
|
|
|
54962
55027
|
@purpose = args[:purpose] if args.key?(:purpose)
|
|
54963
55028
|
@region = args[:region] if args.key?(:region)
|
|
54964
55029
|
@reserved_internal_range = args[:reserved_internal_range] if args.key?(:reserved_internal_range)
|
|
55030
|
+
@resolve_subnet_mask = args[:resolve_subnet_mask] if args.key?(:resolve_subnet_mask)
|
|
54965
55031
|
@role = args[:role] if args.key?(:role)
|
|
54966
55032
|
@secondary_ip_ranges = args[:secondary_ip_ranges] if args.key?(:secondary_ip_ranges)
|
|
54967
55033
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
@@ -55335,22 +55401,34 @@ module Google
|
|
|
55335
55401
|
# The range of IP addresses belonging to this subnetwork secondary range.
|
|
55336
55402
|
# Provide this property when you create the subnetwork. Ranges must be
|
|
55337
55403
|
# unique and non-overlapping with all primary and secondary IP ranges
|
|
55338
|
-
# within a network.
|
|
55339
|
-
# listed in theValid
|
|
55404
|
+
# within a network. Both IPv4 and IPv6 ranges are supported. For IPv4,
|
|
55405
|
+
# the range can be any range listed in theValid
|
|
55340
55406
|
# ranges list.
|
|
55407
|
+
# For IPv6:
|
|
55408
|
+
# The range must have a /64 prefix length.
|
|
55409
|
+
# The range must be omitted, for auto-allocation from Google-defined ULA
|
|
55410
|
+
# IPv6 range.
|
|
55411
|
+
# For BYOGUA internal IPv6 secondary range, the range may be specified
|
|
55412
|
+
# along with the `ipCollection` field.
|
|
55413
|
+
# If an `ipCollection` is specified, the requested ip_cidr_range must lie
|
|
55414
|
+
# within the range of the PDP referenced by the `ipCollection` field for
|
|
55415
|
+
# allocation.
|
|
55416
|
+
# If `ipCollection` field is specified, but ip_cidr_range is not,
|
|
55417
|
+
# the range is auto-allocated from the PDP referenced by the `ipCollection`
|
|
55418
|
+
# field.
|
|
55341
55419
|
# Corresponds to the JSON property `ipCidrRange`
|
|
55342
55420
|
# @return [String]
|
|
55343
55421
|
attr_accessor :ip_cidr_range
|
|
55344
55422
|
|
|
55345
55423
|
# The name associated with this subnetwork secondary range, used when adding
|
|
55346
|
-
# an alias IP range to a VM instance.
|
|
55424
|
+
# an alias IP/IPv6 range to a VM instance.
|
|
55347
55425
|
# The name must be 1-63 characters long, and comply withRFC1035.
|
|
55348
55426
|
# The name must be unique within the subnetwork.
|
|
55349
55427
|
# Corresponds to the JSON property `rangeName`
|
|
55350
55428
|
# @return [String]
|
|
55351
55429
|
attr_accessor :range_name
|
|
55352
55430
|
|
|
55353
|
-
# The URL of the reserved internal range.
|
|
55431
|
+
# The URL of the reserved internal range. Only IPv4 is supported.
|
|
55354
55432
|
# Corresponds to the JSON property `reservedInternalRange`
|
|
55355
55433
|
# @return [String]
|
|
55356
55434
|
attr_accessor :reserved_internal_range
|
|
@@ -60629,6 +60707,7 @@ module Google
|
|
|
60629
60707
|
include Google::Apis::Core::Hashable
|
|
60630
60708
|
|
|
60631
60709
|
# The range of IP addresses belonging to this subnetwork secondary range.
|
|
60710
|
+
# Can be Ipv4 or Ipv6 range.
|
|
60632
60711
|
# Corresponds to the JSON property `ipCidrRange`
|
|
60633
60712
|
# @return [String]
|
|
60634
60713
|
attr_accessor :ip_cidr_range
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeV1
|
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.140.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260122"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -742,6 +742,12 @@ module Google
|
|
|
742
742
|
include Google::Apis::Core::JsonObjectSupport
|
|
743
743
|
end
|
|
744
744
|
|
|
745
|
+
class BundledLocalSsds
|
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
747
|
+
|
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
749
|
+
end
|
|
750
|
+
|
|
745
751
|
class CacheInvalidationRule
|
|
746
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
747
753
|
|
|
@@ -3472,6 +3478,12 @@ module Google
|
|
|
3472
3478
|
include Google::Apis::Core::JsonObjectSupport
|
|
3473
3479
|
end
|
|
3474
3480
|
|
|
3481
|
+
class MachineImageParams
|
|
3482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3483
|
+
|
|
3484
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3485
|
+
end
|
|
3486
|
+
|
|
3475
3487
|
class MachineType
|
|
3476
3488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3477
3489
|
|
|
@@ -9222,6 +9234,14 @@ module Google
|
|
|
9222
9234
|
end
|
|
9223
9235
|
end
|
|
9224
9236
|
|
|
9237
|
+
class BundledLocalSsds
|
|
9238
|
+
# @private
|
|
9239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9240
|
+
property :default_interface, as: 'defaultInterface'
|
|
9241
|
+
property :partition_count, as: 'partitionCount'
|
|
9242
|
+
end
|
|
9243
|
+
end
|
|
9244
|
+
|
|
9225
9245
|
class CacheInvalidationRule
|
|
9226
9246
|
# @private
|
|
9227
9247
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14316,6 +14336,8 @@ module Google
|
|
|
14316
14336
|
property :machine_image_encryption_key, as: 'machineImageEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
|
14317
14337
|
|
|
14318
14338
|
property :name, as: 'name'
|
|
14339
|
+
property :params, as: 'params', class: Google::Apis::ComputeV1::MachineImageParams, decorator: Google::Apis::ComputeV1::MachineImageParams::Representation
|
|
14340
|
+
|
|
14319
14341
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
14320
14342
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
14321
14343
|
collection :saved_disks, as: 'savedDisks', class: Google::Apis::ComputeV1::SavedDisk, decorator: Google::Apis::ComputeV1::SavedDisk::Representation
|
|
@@ -14364,12 +14386,21 @@ module Google
|
|
|
14364
14386
|
end
|
|
14365
14387
|
end
|
|
14366
14388
|
|
|
14389
|
+
class MachineImageParams
|
|
14390
|
+
# @private
|
|
14391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14392
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
|
14393
|
+
end
|
|
14394
|
+
end
|
|
14395
|
+
|
|
14367
14396
|
class MachineType
|
|
14368
14397
|
# @private
|
|
14369
14398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14370
14399
|
collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeV1::MachineType::Accelerator, decorator: Google::Apis::ComputeV1::MachineType::Accelerator::Representation
|
|
14371
14400
|
|
|
14372
14401
|
property :architecture, as: 'architecture'
|
|
14402
|
+
property :bundled_local_ssds, as: 'bundledLocalSsds', class: Google::Apis::ComputeV1::BundledLocalSsds, decorator: Google::Apis::ComputeV1::BundledLocalSsds::Representation
|
|
14403
|
+
|
|
14373
14404
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
14374
14405
|
property :deprecated, as: 'deprecated', class: Google::Apis::ComputeV1::DeprecationStatus, decorator: Google::Apis::ComputeV1::DeprecationStatus::Representation
|
|
14375
14406
|
|
|
@@ -17975,6 +18006,7 @@ module Google
|
|
|
17975
18006
|
class ResourcePolicyGroupPlacementPolicy
|
|
17976
18007
|
# @private
|
|
17977
18008
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18009
|
+
property :accelerator_topology_mode, as: 'acceleratorTopologyMode'
|
|
17978
18010
|
property :availability_domain_count, as: 'availabilityDomainCount'
|
|
17979
18011
|
property :collocation, as: 'collocation'
|
|
17980
18012
|
property :gpu_topology, as: 'gpuTopology'
|
|
@@ -20393,6 +20425,7 @@ module Google
|
|
|
20393
20425
|
property :purpose, as: 'purpose'
|
|
20394
20426
|
property :region, as: 'region'
|
|
20395
20427
|
property :reserved_internal_range, as: 'reservedInternalRange'
|
|
20428
|
+
property :resolve_subnet_mask, as: 'resolveSubnetMask'
|
|
20396
20429
|
property :role, as: 'role'
|
|
20397
20430
|
collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeV1::SubnetworkSecondaryRange, decorator: Google::Apis::ComputeV1::SubnetworkSecondaryRange::Representation
|
|
20398
20431
|
|
|
@@ -33942,6 +33942,48 @@ module Google
|
|
|
33942
33942
|
execute_or_queue_command(command, &block)
|
|
33943
33943
|
end
|
|
33944
33944
|
|
|
33945
|
+
# Returns permissions that a caller has on the specified resource.
|
|
33946
|
+
# @param [String] project
|
|
33947
|
+
# Project ID for this request.
|
|
33948
|
+
# @param [String] region
|
|
33949
|
+
# The name of the region for this request.
|
|
33950
|
+
# @param [String] resource
|
|
33951
|
+
# Name or id of the resource for this request.
|
|
33952
|
+
# @param [Google::Apis::ComputeV1::TestPermissionsRequest] test_permissions_request_object
|
|
33953
|
+
# @param [String] fields
|
|
33954
|
+
# Selector specifying which fields to include in a partial response.
|
|
33955
|
+
# @param [String] quota_user
|
|
33956
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
33957
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
33958
|
+
# @param [String] user_ip
|
|
33959
|
+
# Legacy name for parameter that has been superseded by `quotaUser`.
|
|
33960
|
+
# @param [Google::Apis::RequestOptions] options
|
|
33961
|
+
# Request-specific options
|
|
33962
|
+
#
|
|
33963
|
+
# @yield [result, err] Result & error if block supplied
|
|
33964
|
+
# @yieldparam result [Google::Apis::ComputeV1::TestPermissionsResponse] parsed result object
|
|
33965
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
33966
|
+
#
|
|
33967
|
+
# @return [Google::Apis::ComputeV1::TestPermissionsResponse]
|
|
33968
|
+
#
|
|
33969
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
33970
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
33971
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
33972
|
+
def test_region_health_check_service_iam_permissions(project, region, resource, test_permissions_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
33973
|
+
command = make_simple_command(:post, 'projects/{project}/regions/{region}/healthCheckServices/{resource}/testIamPermissions', options)
|
|
33974
|
+
command.request_representation = Google::Apis::ComputeV1::TestPermissionsRequest::Representation
|
|
33975
|
+
command.request_object = test_permissions_request_object
|
|
33976
|
+
command.response_representation = Google::Apis::ComputeV1::TestPermissionsResponse::Representation
|
|
33977
|
+
command.response_class = Google::Apis::ComputeV1::TestPermissionsResponse
|
|
33978
|
+
command.params['project'] = project unless project.nil?
|
|
33979
|
+
command.params['region'] = region unless region.nil?
|
|
33980
|
+
command.params['resource'] = resource unless resource.nil?
|
|
33981
|
+
command.query['fields'] = fields unless fields.nil?
|
|
33982
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
33983
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
33984
|
+
execute_or_queue_command(command, &block)
|
|
33985
|
+
end
|
|
33986
|
+
|
|
33945
33987
|
# Deletes the specified HealthCheck resource.
|
|
33946
33988
|
# @param [String] project
|
|
33947
33989
|
# Project ID for this request.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-compute_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.140.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.140.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|