google-apis-compute_v1 0.71.0 → 0.72.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: 11c2160708cc9fd5638860dff7b003ee7933890b73212ef045f18153a9df41b8
4
- data.tar.gz: 44353c4ab42f618b14063fed9d22a5f9119ed7bb8ba88e1628b89a91d6c1e2ac
3
+ metadata.gz: 611cb43bbd1739a40d584773487d7498c7f68871b09fc26afe74b630b6b945bf
4
+ data.tar.gz: 76435ced3ac8b6784bb91cd3ae284b22cd94785a8a264f382b6d55c53fffce40
5
5
  SHA512:
6
- metadata.gz: 8d8816b079fd98a5e4936baafeea7f31aaaa582696106e5963569a5bdaedca2f7d51cb1800a2fe05ea67e4d3f848321106a6792c9e973ba2996f5d704e985b35
7
- data.tar.gz: cf9d56eee6cd2c5db479ccdf1b8f43f3923039d0eb0bed8b228eb968d8e0ac26bd4cce1c80c3c2fca00fd7c5acbc82818218e3ac229282b8f78973c057f6ecf6
6
+ metadata.gz: 7fd41ba633223f3d1ccdef1f148851796f0a2fcdbba3d8f433a6ae8e999cf0566ac1a8b13544a158a267e7d97d659b4c2b308b692bda0b3034fce40f74150cc2
7
+ data.tar.gz: 6c62111e669064ce058f60797ab05c608b39b376d6215c97d728055fe2f40436662dcdfd3ddefc7a7b0dd4a3730f5387bc1605b39874f4726938dfee78ca5844
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.72.0 (2023-06-25)
4
+
5
+ * Regenerated from discovery document revision 20230610
6
+
3
7
  ### v0.71.0 (2023-06-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20230606
@@ -592,7 +592,7 @@ module Google
592
592
  attr_accessor :id
593
593
 
594
594
  # The IP version that will be used by this address. Valid options are IPV4 or
595
- # IPV6. This can only be specified for a global address.
595
+ # IPV6.
596
596
  # Corresponds to the JSON property `ipVersion`
597
597
  # @return [String]
598
598
  attr_accessor :ip_version
@@ -14734,12 +14734,12 @@ module Google
14734
14734
  attr_accessor :minimal_action
14735
14735
 
14736
14736
  # Most disruptive action that is allowed to be taken on an instance. You can
14737
- # specify either NONE to forbid any actions, REFRESH to allow actions that do
14738
- # not need instance restart, RESTART to allow actions that can be applied
14739
- # without instance replacing or REPLACE to allow all possible actions. If the
14740
- # Updater determines that the minimal update action needed is more disruptive
14741
- # than most disruptive allowed action you specify it will not perform the update
14742
- # at all.
14737
+ # specify either NONE to forbid any actions, REFRESH to avoid restarting the VM
14738
+ # and to limit disruption as much as possible. RESTART to allow actions that can
14739
+ # be applied without instance replacing or REPLACE to allow all possible actions.
14740
+ # If the Updater determines that the minimal update action needed is more
14741
+ # disruptive than most disruptive allowed action you specify it will not perform
14742
+ # the update at all.
14743
14743
  # Corresponds to the JSON property `mostDisruptiveAllowedAction`
14744
14744
  # @return [String]
14745
14745
  attr_accessor :most_disruptive_allowed_action
@@ -14852,20 +14852,22 @@ module Google
14852
14852
 
14853
14853
  # The minimal action that you want to perform on each instance during the update:
14854
14854
  # - REPLACE: At minimum, delete the instance and create it again. - RESTART:
14855
- # Stop the instance and start it again. - REFRESH: Do not stop the instance. -
14856
- # NONE: Do not disrupt the instance at all. By default, the minimum action is
14857
- # NONE. If your update requires a more disruptive action than you set with this
14858
- # flag, the necessary action is performed to execute the update.
14855
+ # Stop the instance and start it again. - REFRESH: Do not stop the instance and
14856
+ # limit disruption as much as possible. - NONE: Do not disrupt the instance at
14857
+ # all. By default, the minimum action is NONE. If your update requires a more
14858
+ # disruptive action than you set with this flag, the necessary action is
14859
+ # performed to execute the update.
14859
14860
  # Corresponds to the JSON property `minimalAction`
14860
14861
  # @return [String]
14861
14862
  attr_accessor :minimal_action
14862
14863
 
14863
14864
  # The most disruptive action that you want to perform on each instance during
14864
14865
  # the update: - REPLACE: Delete the instance and create it again. - RESTART:
14865
- # Stop the instance and start it again. - REFRESH: Do not stop the instance. -
14866
- # NONE: Do not disrupt the instance at all. By default, the most disruptive
14867
- # allowed action is REPLACE. If your update requires a more disruptive action
14868
- # than you set with this flag, the update request will fail.
14866
+ # Stop the instance and start it again. - REFRESH: Do not stop the instance and
14867
+ # limit disruption as much as possible. - NONE: Do not disrupt the instance at
14868
+ # all. By default, the most disruptive allowed action is REPLACE. If your update
14869
+ # requires a more disruptive action than you set with this flag, the update
14870
+ # request will fail.
14869
14871
  # Corresponds to the JSON property `mostDisruptiveAllowedAction`
14870
14872
  # @return [String]
14871
14873
  attr_accessor :most_disruptive_allowed_action
@@ -27500,7 +27502,7 @@ module Google
27500
27502
  # @return [String]
27501
27503
  attr_accessor :description
27502
27504
 
27503
- # The IPv4 address to be used for reverse DNS verification.
27505
+ # The address to be used for reverse DNS verification.
27504
27506
  # Corresponds to the JSON property `dnsVerificationIp`
27505
27507
  # @return [String]
27506
27508
  attr_accessor :dns_verification_ip
@@ -27522,7 +27524,7 @@ module Google
27522
27524
  # @return [Fixnum]
27523
27525
  attr_accessor :id
27524
27526
 
27525
- # The IPv4 address range, in CIDR format, represented by this public advertised
27527
+ # The address range, in CIDR format, represented by this public advertised
27526
27528
  # prefix.
27527
27529
  # Corresponds to the JSON property `ipCidrRange`
27528
27530
  # @return [String]
@@ -29151,20 +29153,22 @@ module Google
29151
29153
 
29152
29154
  # The minimal action that you want to perform on each instance during the update:
29153
29155
  # - REPLACE: At minimum, delete the instance and create it again. - RESTART:
29154
- # Stop the instance and start it again. - REFRESH: Do not stop the instance. -
29155
- # NONE: Do not disrupt the instance at all. By default, the minimum action is
29156
- # NONE. If your update requires a more disruptive action than you set with this
29157
- # flag, the necessary action is performed to execute the update.
29156
+ # Stop the instance and start it again. - REFRESH: Do not stop the instance and
29157
+ # limit disruption as much as possible. - NONE: Do not disrupt the instance at
29158
+ # all. By default, the minimum action is NONE. If your update requires a more
29159
+ # disruptive action than you set with this flag, the necessary action is
29160
+ # performed to execute the update.
29158
29161
  # Corresponds to the JSON property `minimalAction`
29159
29162
  # @return [String]
29160
29163
  attr_accessor :minimal_action
29161
29164
 
29162
29165
  # The most disruptive action that you want to perform on each instance during
29163
29166
  # the update: - REPLACE: Delete the instance and create it again. - RESTART:
29164
- # Stop the instance and start it again. - REFRESH: Do not stop the instance. -
29165
- # NONE: Do not disrupt the instance at all. By default, the most disruptive
29166
- # allowed action is REPLACE. If your update requires a more disruptive action
29167
- # than you set with this flag, the update request will fail.
29167
+ # Stop the instance and start it again. - REFRESH: Do not stop the instance and
29168
+ # limit disruption as much as possible. - NONE: Do not disrupt the instance at
29169
+ # all. By default, the most disruptive allowed action is REPLACE. If your update
29170
+ # requires a more disruptive action than you set with this flag, the update
29171
+ # request will fail.
29168
29172
  # Corresponds to the JSON property `mostDisruptiveAllowedAction`
29169
29173
  # @return [String]
29170
29174
  attr_accessor :most_disruptive_allowed_action
@@ -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.71.0"
19
+ GEM_VERSION = "0.72.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 = "20230606"
25
+ REVISION = "20230610"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.71.0
4
+ version: 0.72.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: 2023-06-18 00:00:00.000000000 Z
11
+ date: 2023-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.72.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
63
63
  post_install_message:
64
64
  rdoc_options: []