google-apis-compute_beta 0.18.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/compute_beta/classes.rb +96 -11
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +17 -0
- data/lib/google/apis/compute_beta/service.rb +65 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1571c714276dcb0b0c9f012072bc2e3adfc68e16f7a799a54182335ae19554d2
|
4
|
+
data.tar.gz: 9b200a23bf268b31837193e71770cef8d01527a3d1c802d3451788f60b14ab63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fce585534f9b4634b4ed9fc3112a16691d09091796a7245606fedafd00b7fe9b9b384d2d2e2823a4fcf053e99a729bf84fcdfd27911fffa32d601dce0c4e8bc
|
7
|
+
data.tar.gz: d36233bb8a115601f66cf2a0ca46747f45b70c81011ee5b9d5fbd8dbf650b38f76c799e39415db515d7978e8288865bf5cb1737e80c7b6316b19a2b299334990
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Compute service in particular.)
|
67
67
|
|
@@ -510,13 +510,17 @@ module Google
|
|
510
510
|
attr_accessor :network_tier
|
511
511
|
|
512
512
|
# The DNS domain name for the public PTR record. You can set this field only if
|
513
|
-
# the `setPublicPtr` field is enabled.
|
513
|
+
# the `setPublicPtr` field is enabled in accessConfig. If this field is
|
514
|
+
# unspecified in ipv6AccessConfig, a default PTR record will be createc for
|
515
|
+
# first IP in associated external IPv6 range.
|
514
516
|
# Corresponds to the JSON property `publicPtrDomainName`
|
515
517
|
# @return [String]
|
516
518
|
attr_accessor :public_ptr_domain_name
|
517
519
|
|
518
520
|
# Specifies whether a public DNS 'PTR' record should be created to map the
|
519
|
-
# external IP address of the instance to a DNS domain name.
|
521
|
+
# external IP address of the instance to a DNS domain name. This field is not
|
522
|
+
# used in ipv6AccessConfig. A default PTR record will be created if the VM has
|
523
|
+
# external IPv6 range associated.
|
520
524
|
# Corresponds to the JSON property `setPublicPtr`
|
521
525
|
# @return [Boolean]
|
522
526
|
attr_accessor :set_public_ptr
|
@@ -2774,7 +2778,7 @@ module Google
|
|
2774
2778
|
# specified), or else sets the response max-age directive to the lesser of the
|
2775
2779
|
# client_ttl and default_ttl, and also ensures a "public" cache-control
|
2776
2780
|
# directive is present. If a client TTL is not specified, a default value (1
|
2777
|
-
# hour) will be used. The maximum allowed value is
|
2781
|
+
# hour) will be used. The maximum allowed value is 31,622,400s (1 year).
|
2778
2782
|
# Corresponds to the JSON property `clientTtl`
|
2779
2783
|
# @return [Fixnum]
|
2780
2784
|
attr_accessor :client_ttl
|
@@ -3589,7 +3593,7 @@ module Google
|
|
3589
3593
|
# specified), or else sets the response max-age directive to the lesser of the
|
3590
3594
|
# client_ttl and default_ttl, and also ensures a "public" cache-control
|
3591
3595
|
# directive is present. If a client TTL is not specified, a default value (1
|
3592
|
-
# hour) will be used. The maximum allowed value is
|
3596
|
+
# hour) will be used. The maximum allowed value is 31,622,400s (1 year).
|
3593
3597
|
# Corresponds to the JSON property `clientTtl`
|
3594
3598
|
# @return [Fixnum]
|
3595
3599
|
attr_accessor :client_ttl
|
@@ -7582,8 +7586,8 @@ module Google
|
|
7582
7586
|
|
7583
7587
|
# Name of the resource; provided by the client when the resource is created. The
|
7584
7588
|
# name must be 1-63 characters long, and comply with RFC1035. Specifically, the
|
7585
|
-
# name must be 1-63 characters long and match the regular expression [a-z]([-a-
|
7586
|
-
# z0-9]*[a-z0-9])
|
7589
|
+
# name must be 1-63 characters long and match the regular expression `[a-z]([-a-
|
7590
|
+
# z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all
|
7587
7591
|
# following characters (except for the last character) must be a dash, lowercase
|
7588
7592
|
# letter, or digit. The last character must be a lowercase letter or digit.
|
7589
7593
|
# Corresponds to the JSON property `name`
|
@@ -15328,18 +15332,19 @@ module Google
|
|
15328
15332
|
# @return [Array<Google::Apis::ComputeBeta::NetworkInterface>]
|
15329
15333
|
attr_accessor :network_interfaces
|
15330
15334
|
|
15331
|
-
#
|
15335
|
+
# Note that for MachineImage, this is not supported yet.
|
15332
15336
|
# Corresponds to the JSON property `networkPerformanceConfig`
|
15333
15337
|
# @return [Google::Apis::ComputeBeta::NetworkPerformanceConfig]
|
15334
15338
|
attr_accessor :network_performance_config
|
15335
15339
|
|
15336
|
-
# PostKeyRevocationActionType of the instance.
|
15340
|
+
# PostKeyRevocationActionType of the instance.
|
15337
15341
|
# Corresponds to the JSON property `postKeyRevocationActionType`
|
15338
15342
|
# @return [String]
|
15339
15343
|
attr_accessor :post_key_revocation_action_type
|
15340
15344
|
|
15341
15345
|
# The private IPv6 google access type for VMs. If not specified, use
|
15342
|
-
# INHERIT_FROM_SUBNETWORK as default.
|
15346
|
+
# INHERIT_FROM_SUBNETWORK as default. Note that for MachineImage, this is not
|
15347
|
+
# supported yet.
|
15343
15348
|
# Corresponds to the JSON property `privateIpv6GoogleAccess`
|
15344
15349
|
# @return [String]
|
15345
15350
|
attr_accessor :private_ipv6_google_access
|
@@ -15350,7 +15355,7 @@ module Google
|
|
15350
15355
|
attr_accessor :reservation_affinity
|
15351
15356
|
|
15352
15357
|
# Resource policies (names, not ULRs) applied to instances created from these
|
15353
|
-
# properties.
|
15358
|
+
# properties. Note that for MachineImage, this is not supported yet.
|
15354
15359
|
# Corresponds to the JSON property `resourcePolicies`
|
15355
15360
|
# @return [Array<String>]
|
15356
15361
|
attr_accessor :resource_policies
|
@@ -26898,6 +26903,47 @@ module Google
|
|
26898
26903
|
end
|
26899
26904
|
end
|
26900
26905
|
|
26906
|
+
#
|
26907
|
+
class RegionInstanceGroupManagersResizeAdvancedRequest
|
26908
|
+
include Google::Apis::Core::Hashable
|
26909
|
+
|
26910
|
+
# If this flag is true, the managed instance group attempts to create all
|
26911
|
+
# instances initiated by this resize request only once. If there is an error
|
26912
|
+
# during creation, the managed instance group does not retry create this
|
26913
|
+
# instance, and we will decrease the targetSize of the request instead. If the
|
26914
|
+
# flag is false, the group attempts to recreate each instance continuously until
|
26915
|
+
# it succeeds. This flag matters only in the first attempt of creation of an
|
26916
|
+
# instance. After an instance is successfully created while this flag is enabled,
|
26917
|
+
# the instance behaves the same way as all the other instances created with a
|
26918
|
+
# regular resize request. In particular, if a running instance dies unexpectedly
|
26919
|
+
# at a later time and needs to be recreated, this mode does not affect the
|
26920
|
+
# recreation behavior in that scenario. This flag is applicable only to the
|
26921
|
+
# current resize request. It does not influence other resize requests in any way.
|
26922
|
+
# You can see which instances ar being created in which mode by calling the get
|
26923
|
+
# or listManagedInstances API.
|
26924
|
+
# Corresponds to the JSON property `noCreationRetries`
|
26925
|
+
# @return [Boolean]
|
26926
|
+
attr_accessor :no_creation_retries
|
26927
|
+
alias_method :no_creation_retries?, :no_creation_retries
|
26928
|
+
|
26929
|
+
# The number of running instances that the managed instance group should
|
26930
|
+
# maintain at any given time. The group automatically adds or removes instances
|
26931
|
+
# to maintain the number of instances specified by this parameter.
|
26932
|
+
# Corresponds to the JSON property `targetSize`
|
26933
|
+
# @return [Fixnum]
|
26934
|
+
attr_accessor :target_size
|
26935
|
+
|
26936
|
+
def initialize(**args)
|
26937
|
+
update!(**args)
|
26938
|
+
end
|
26939
|
+
|
26940
|
+
# Update properties of this object
|
26941
|
+
def update!(**args)
|
26942
|
+
@no_creation_retries = args[:no_creation_retries] if args.key?(:no_creation_retries)
|
26943
|
+
@target_size = args[:target_size] if args.key?(:target_size)
|
26944
|
+
end
|
26945
|
+
end
|
26946
|
+
|
26901
26947
|
#
|
26902
26948
|
class RegionInstanceGroupManagersSetAutoHealingRequest
|
26903
26949
|
include Google::Apis::Core::Hashable
|
@@ -29951,6 +29997,17 @@ module Google
|
|
29951
29997
|
# @return [Array<String>]
|
29952
29998
|
attr_accessor :drain_nat_ips
|
29953
29999
|
|
30000
|
+
# Enable Dynamic Port Allocation. If not specified, it is disabled by default.
|
30001
|
+
# If set to true, - Dynamic Port Allocation will be enabled on this NAT config. -
|
30002
|
+
# enableEndpointIndependentMapping cannot be set to true. - If minPorts is set,
|
30003
|
+
# minPortsPerVm must be set to a power of two greater than or equal to 32. If
|
30004
|
+
# minPortsPerVm is not set, a minimum of 32 ports will be allocated to a VM from
|
30005
|
+
# this NAT config.
|
30006
|
+
# Corresponds to the JSON property `enableDynamicPortAllocation`
|
30007
|
+
# @return [Boolean]
|
30008
|
+
attr_accessor :enable_dynamic_port_allocation
|
30009
|
+
alias_method :enable_dynamic_port_allocation?, :enable_dynamic_port_allocation
|
30010
|
+
|
29954
30011
|
#
|
29955
30012
|
# Corresponds to the JSON property `enableEndpointIndependentMapping`
|
29956
30013
|
# @return [Boolean]
|
@@ -29967,6 +30024,17 @@ module Google
|
|
29967
30024
|
# @return [Google::Apis::ComputeBeta::RouterNatLogConfig]
|
29968
30025
|
attr_accessor :log_config
|
29969
30026
|
|
30027
|
+
# Maximum number of ports allocated to a VM from this NAT config when Dynamic
|
30028
|
+
# Port Allocation is enabled. If Dynamic Port Allocation is not enabled, this
|
30029
|
+
# field has no effect. If Dynamic Port Allocation is enabled, and this field is
|
30030
|
+
# set, it must be set to a power of two greater than minPortsPerVm, or 64 if
|
30031
|
+
# minPortsPerVm is not set. If Dynamic Port Allocation is enabled and this field
|
30032
|
+
# is not set, a maximum of 65536 ports will be allocated to a VM from this NAT
|
30033
|
+
# config.
|
30034
|
+
# Corresponds to the JSON property `maxPortsPerVm`
|
30035
|
+
# @return [Fixnum]
|
30036
|
+
attr_accessor :max_ports_per_vm
|
30037
|
+
|
29970
30038
|
# Minimum number of ports allocated to a VM from this NAT config. If not set, a
|
29971
30039
|
# default number of ports is allocated to a VM. This is rounded up to the
|
29972
30040
|
# nearest power of 2. For example, if the value of this field is 50, at least 64
|
@@ -30051,9 +30119,11 @@ module Google
|
|
30051
30119
|
# Update properties of this object
|
30052
30120
|
def update!(**args)
|
30053
30121
|
@drain_nat_ips = args[:drain_nat_ips] if args.key?(:drain_nat_ips)
|
30122
|
+
@enable_dynamic_port_allocation = args[:enable_dynamic_port_allocation] if args.key?(:enable_dynamic_port_allocation)
|
30054
30123
|
@enable_endpoint_independent_mapping = args[:enable_endpoint_independent_mapping] if args.key?(:enable_endpoint_independent_mapping)
|
30055
30124
|
@icmp_idle_timeout_sec = args[:icmp_idle_timeout_sec] if args.key?(:icmp_idle_timeout_sec)
|
30056
30125
|
@log_config = args[:log_config] if args.key?(:log_config)
|
30126
|
+
@max_ports_per_vm = args[:max_ports_per_vm] if args.key?(:max_ports_per_vm)
|
30057
30127
|
@min_ports_per_vm = args[:min_ports_per_vm] if args.key?(:min_ports_per_vm)
|
30058
30128
|
@name = args[:name] if args.key?(:name)
|
30059
30129
|
@nat_ip_allocate_option = args[:nat_ip_allocate_option] if args.key?(:nat_ip_allocate_option)
|
@@ -33321,7 +33391,7 @@ module Google
|
|
33321
33391
|
# @return [Array<Google::Apis::ComputeBeta::NetworkInterface>]
|
33322
33392
|
attr_accessor :network_interfaces
|
33323
33393
|
|
33324
|
-
# PostKeyRevocationActionType of the instance.
|
33394
|
+
# PostKeyRevocationActionType of the instance.
|
33325
33395
|
# Corresponds to the JSON property `postKeyRevocationActionType`
|
33326
33396
|
# @return [String]
|
33327
33397
|
attr_accessor :post_key_revocation_action_type
|
@@ -34984,6 +35054,20 @@ module Google
|
|
34984
35054
|
# @return [String]
|
34985
35055
|
attr_accessor :policy
|
34986
35056
|
|
35057
|
+
# The number of backends per backend group assigned to each proxy instance or
|
35058
|
+
# each service mesh client. An input parameter to the `
|
35059
|
+
# CONSISTENT_HASH_SUBSETTING` algorithm. Can only be set if `policy` is set to `
|
35060
|
+
# CONSISTENT_HASH_SUBSETTING`. Can only be set if load balancing scheme is `
|
35061
|
+
# INTERNAL_MANAGED` or `INTERNAL_SELF_MANAGED`. `subset_size` is optional for
|
35062
|
+
# Internal HTTP(S) load balancing and required for Traffic Director. If you do
|
35063
|
+
# not provide this value, Cloud Load Balancing will calculate it dynamically to
|
35064
|
+
# optimize the number of proxies/clients visible to each backend and vice versa.
|
35065
|
+
# Must be greater than 0. If `subset_size` is larger than the number of backends/
|
35066
|
+
# endpoints, then subsetting is disabled.
|
35067
|
+
# Corresponds to the JSON property `subsetSize`
|
35068
|
+
# @return [Fixnum]
|
35069
|
+
attr_accessor :subset_size
|
35070
|
+
|
34987
35071
|
def initialize(**args)
|
34988
35072
|
update!(**args)
|
34989
35073
|
end
|
@@ -34991,6 +35075,7 @@ module Google
|
|
34991
35075
|
# Update properties of this object
|
34992
35076
|
def update!(**args)
|
34993
35077
|
@policy = args[:policy] if args.key?(:policy)
|
35078
|
+
@subset_size = args[:subset_size] if args.key?(:subset_size)
|
34994
35079
|
end
|
34995
35080
|
end
|
34996
35081
|
|
@@ -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.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211019"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3466,6 +3466,12 @@ module Google
|
|
3466
3466
|
include Google::Apis::Core::JsonObjectSupport
|
3467
3467
|
end
|
3468
3468
|
|
3469
|
+
class RegionInstanceGroupManagersResizeAdvancedRequest
|
3470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
|
+
|
3472
|
+
include Google::Apis::Core::JsonObjectSupport
|
3473
|
+
end
|
3474
|
+
|
3469
3475
|
class RegionInstanceGroupManagersSetAutoHealingRequest
|
3470
3476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
3477
|
|
@@ -12009,6 +12015,14 @@ module Google
|
|
12009
12015
|
end
|
12010
12016
|
end
|
12011
12017
|
|
12018
|
+
class RegionInstanceGroupManagersResizeAdvancedRequest
|
12019
|
+
# @private
|
12020
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12021
|
+
property :no_creation_retries, as: 'noCreationRetries'
|
12022
|
+
property :target_size, as: 'targetSize'
|
12023
|
+
end
|
12024
|
+
end
|
12025
|
+
|
12012
12026
|
class RegionInstanceGroupManagersSetAutoHealingRequest
|
12013
12027
|
# @private
|
12014
12028
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12791,10 +12805,12 @@ module Google
|
|
12791
12805
|
# @private
|
12792
12806
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12793
12807
|
collection :drain_nat_ips, as: 'drainNatIps'
|
12808
|
+
property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
|
12794
12809
|
property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
|
12795
12810
|
property :icmp_idle_timeout_sec, as: 'icmpIdleTimeoutSec'
|
12796
12811
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeBeta::RouterNatLogConfig, decorator: Google::Apis::ComputeBeta::RouterNatLogConfig::Representation
|
12797
12812
|
|
12813
|
+
property :max_ports_per_vm, as: 'maxPortsPerVm'
|
12798
12814
|
property :min_ports_per_vm, as: 'minPortsPerVm'
|
12799
12815
|
property :name, as: 'name'
|
12800
12816
|
property :nat_ip_allocate_option, as: 'natIpAllocateOption'
|
@@ -14043,6 +14059,7 @@ module Google
|
|
14043
14059
|
# @private
|
14044
14060
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14045
14061
|
property :policy, as: 'policy'
|
14062
|
+
property :subset_size, as: 'subsetSize'
|
14046
14063
|
end
|
14047
14064
|
end
|
14048
14065
|
|
@@ -24131,6 +24131,71 @@ module Google
|
|
24131
24131
|
execute_or_queue_command(command, &block)
|
24132
24132
|
end
|
24133
24133
|
|
24134
|
+
# Resizes the regional managed instance group with advanced configuration
|
24135
|
+
# options like disabling creation retries. This is an extended version of the
|
24136
|
+
# resize method. If you increase the size, the group creates new instances using
|
24137
|
+
# the current instance template. If you decrease the size, the group deletes one
|
24138
|
+
# or more instances. The resize operation is marked DONE if the resize request
|
24139
|
+
# is successful. The underlying actions take additional time. You must
|
24140
|
+
# separately verify the status of the creating or deleting actions with the get
|
24141
|
+
# or listmanagedinstances method. If the group is part of a backend service that
|
24142
|
+
# has enabled connection draining, it can take up to 60 seconds after the
|
24143
|
+
# connection draining duration has elapsed before the VM instance is removed or
|
24144
|
+
# deleted.
|
24145
|
+
# @param [String] project
|
24146
|
+
# Project ID for this request.
|
24147
|
+
# @param [String] region
|
24148
|
+
# Name of the region scoping this request. It must be a string that meets the
|
24149
|
+
# requirements in RFC1035.
|
24150
|
+
# @param [String] instance_group_manager
|
24151
|
+
# The name of the managed instance group. It must be a string that meets the
|
24152
|
+
# requirements in RFC1035.
|
24153
|
+
# @param [Google::Apis::ComputeBeta::RegionInstanceGroupManagersResizeAdvancedRequest] region_instance_group_managers_resize_advanced_request_object
|
24154
|
+
# @param [String] request_id
|
24155
|
+
# An optional request ID to identify requests. Specify a unique request ID so
|
24156
|
+
# that if you must retry your request, the server will know to ignore the
|
24157
|
+
# request if it has already been completed. For example, consider a situation
|
24158
|
+
# where you make an initial request and the request times out. If you make the
|
24159
|
+
# request again with the same request ID, the server can check if original
|
24160
|
+
# operation with the same request ID was received, and if so, will ignore the
|
24161
|
+
# second request. This prevents clients from accidentally creating duplicate
|
24162
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
24163
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
24164
|
+
# @param [String] fields
|
24165
|
+
# Selector specifying which fields to include in a partial response.
|
24166
|
+
# @param [String] quota_user
|
24167
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
24168
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
24169
|
+
# @param [String] user_ip
|
24170
|
+
# Legacy name for parameter that has been superseded by `quotaUser`.
|
24171
|
+
# @param [Google::Apis::RequestOptions] options
|
24172
|
+
# Request-specific options
|
24173
|
+
#
|
24174
|
+
# @yield [result, err] Result & error if block supplied
|
24175
|
+
# @yieldparam result [Google::Apis::ComputeBeta::Operation] parsed result object
|
24176
|
+
# @yieldparam err [StandardError] error object if request failed
|
24177
|
+
#
|
24178
|
+
# @return [Google::Apis::ComputeBeta::Operation]
|
24179
|
+
#
|
24180
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
24181
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
24182
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
24183
|
+
def resize_region_instance_group_manager_advanced(project, region, instance_group_manager, region_instance_group_managers_resize_advanced_request_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
24184
|
+
command = make_simple_command(:post, 'projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/resizeAdvanced', options)
|
24185
|
+
command.request_representation = Google::Apis::ComputeBeta::RegionInstanceGroupManagersResizeAdvancedRequest::Representation
|
24186
|
+
command.request_object = region_instance_group_managers_resize_advanced_request_object
|
24187
|
+
command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
|
24188
|
+
command.response_class = Google::Apis::ComputeBeta::Operation
|
24189
|
+
command.params['project'] = project unless project.nil?
|
24190
|
+
command.params['region'] = region unless region.nil?
|
24191
|
+
command.params['instanceGroupManager'] = instance_group_manager unless instance_group_manager.nil?
|
24192
|
+
command.query['requestId'] = request_id unless request_id.nil?
|
24193
|
+
command.query['fields'] = fields unless fields.nil?
|
24194
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
24195
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
24196
|
+
execute_or_queue_command(command, &block)
|
24197
|
+
end
|
24198
|
+
|
24134
24199
|
# Modifies the autohealing policy for the instances in this managed instance
|
24135
24200
|
# group. [Deprecated] This method is deprecated. Use regionInstanceGroupManagers.
|
24136
24201
|
# patch instead.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.19.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|