google-apis-compute_alpha 0.7.0 → 0.8.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: b8d78f1ca1997175b136092bf55f7e35a7914f39810860273667826f9c719f85
4
- data.tar.gz: e39d4db6364442f5b94d3c92f5529773a8eb43bd04a1bb1e335e03e3a8a2a40f
3
+ metadata.gz: c3e4c440d19a5e8c28c00463c1e7958d3a381489f9db4382a813714546c6cc87
4
+ data.tar.gz: 974beb40c9b18c21e817027f56e339d97b1f34b786757114af8818dbc0fabba7
5
5
  SHA512:
6
- metadata.gz: 05ade2ee9f603b41d95ac66e99c72b40a983a0e7974b1da5e686bb3cfb4b91d4a9502010f2e4746e9258ff53032bf751b9f119e863fedf1fc7821b7b6dfd0386
7
- data.tar.gz: 81defa7c1a112064878c92aa5d5bae3ea552333f4a12bcd75f91da5c701f5d235a86a368db35c8dbf72b69309dec7bd26b171c70488a6def24ee3fcfaf817961
6
+ metadata.gz: ca0d24ef7e6e0294ea7bd53a48b37fdd9d85b6d22aaed88c4f7006cdeba944fed73c2844801ff1237183cc9620e0db3ec129306bd5ea17c2833e035a763438f0
7
+ data.tar.gz: b2d189b3612b3cece655801a1583714aef34089e32ce916b7a9b2d14cd05a3ee1dbd2435f6e1b5361ef8d351c909f055e8c89093a0cf98c063c3f155cb6bf9b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.8.0 (2021-03-30)
4
+
5
+ * Regenerated from discovery document revision 20210316
6
+
3
7
  ### v0.7.0 (2021-03-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20210310
@@ -3606,7 +3606,7 @@ module Google
3606
3606
 
3607
3607
  # Type of session affinity to use. The default is NONE.
3608
3608
  # When the loadBalancingScheme is EXTERNAL: * For Network Load Balancing, the
3609
- # possible values are NONE, CLIENT_IP, CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO.
3609
+ # possible values are NONE, CLIENT_IP, CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO.
3610
3610
  # * For all other load balancers that use loadBalancingScheme=EXTERNAL, the
3611
3611
  # possible values are NONE, CLIENT_IP, or GENERATED_COOKIE. * You can use
3612
3612
  # GENERATED_COOKIE if the protocol is HTTP, HTTP2, or HTTPS.
@@ -18291,6 +18291,7 @@ module Google
18291
18291
  # IPsec device such as an HA VPN gateway. VMs cannot directly send traffic to,
18292
18292
  # or receive traffic from, such an attachment. To use IPsec-encrypted Cloud
18293
18293
  # Interconnect, create the attachment using this option.
18294
+ # Not currently available in all Interconnect locations.
18294
18295
  # Corresponds to the JSON property `encryption`
18295
18296
  # @return [String]
18296
18297
  attr_accessor :encryption
@@ -18326,6 +18327,7 @@ module Google
18326
18327
  # interconnect attachment that has encryption option as IPSEC, later on when
18327
18328
  # creating HA VPN gateway on this interconnect attachment, the HA VPN gateway's
18328
18329
  # IP address will be allocated from regional external IP address pool.
18330
+ # Not currently available in all Interconnect locations.
18329
18331
  # Corresponds to the JSON property `ipsecInternalAddresses`
18330
18332
  # @return [Array<String>]
18331
18333
  attr_accessor :ipsec_internal_addresses
@@ -29946,7 +29948,8 @@ module Google
29946
29948
 
29947
29949
  # Skip instances which cannot be deleted (instances not belonging to this
29948
29950
  # managed group, already being deleted or being abandoned). If `false`, fail
29949
- # whole flow, if such instance is passed.
29951
+ # whole flow, if such instance is passed. DEPRECATED: Use
29952
+ # skip_instances_on_validation_error instead.
29950
29953
  # Corresponds to the JSON property `skipInapplicableInstances`
29951
29954
  # @return [Boolean]
29952
29955
  attr_accessor :skip_inapplicable_instances
@@ -32808,6 +32811,7 @@ module Google
32808
32811
 
32809
32812
  # Field to indicate if a router is dedicated to use with encrypted Interconnect
32810
32813
  # Attachment (IPsec-encrypted Cloud Interconnect feature).
32814
+ # Not currently available in all Interconnect locations.
32811
32815
  # Corresponds to the JSON property `encryptedInterconnectRouter`
32812
32816
  # @return [Boolean]
32813
32817
  attr_accessor :encrypted_interconnect_router
@@ -35084,7 +35088,7 @@ module Google
35084
35088
  class SecurityPolicyRule
35085
35089
  include Google::Apis::Core::Hashable
35086
35090
 
35087
- # The Action to preform when the client connection triggers the rule. Can
35091
+ # The Action to perform when the client connection triggers the rule. Can
35088
35092
  # currently be either "allow" or "deny()" where valid values for status are 403,
35089
35093
  # 404, and 502.
35090
35094
  # Corresponds to the JSON property `action`
@@ -38046,7 +38050,7 @@ module Google
38046
38050
  # Can only be specified if VPC flow logging for this subnetwork is enabled.
38047
38051
  # Configures whether metadata fields should be added to the reported VPC flow
38048
38052
  # logs. Options are INCLUDE_ALL_METADATA, EXCLUDE_ALL_METADATA, and
38049
- # CUSTOM_METADATA. Default is INCLUDE_ALL_METADATA.
38053
+ # CUSTOM_METADATA. Default is EXCLUDE_ALL_METADATA.
38050
38054
  # Corresponds to the JSON property `metadata`
38051
38055
  # @return [String]
38052
38056
  attr_accessor :metadata
@@ -38486,7 +38490,7 @@ module Google
38486
38490
 
38487
38491
  # Can only be specified if VPC flow logs for this subnetwork is enabled.
38488
38492
  # Configures whether all, none or a subset of metadata fields should be added to
38489
- # the reported VPC flow logs. Default is INCLUDE_ALL_METADATA.
38493
+ # the reported VPC flow logs. Default is EXCLUDE_ALL_METADATA.
38490
38494
  # Corresponds to the JSON property `metadata`
38491
38495
  # @return [String]
38492
38496
  attr_accessor :metadata
@@ -44129,6 +44133,7 @@ module Google
44129
44133
  # present, the VPN Gateway will be used for IPsec-encrypted Cloud Interconnect;
44130
44134
  # all Egress or Ingress traffic for this VPN Gateway interface will go through
44131
44135
  # the specified interconnect attachment resource.
44136
+ # Not currently available in all Interconnect locations.
44132
44137
  # Corresponds to the JSON property `interconnectAttachment`
44133
44138
  # @return [String]
44134
44139
  attr_accessor :interconnect_attachment
@@ -44411,8 +44416,8 @@ module Google
44411
44416
  # - DEPROVISIONING: Resources are being deallocated for the VPN tunnel.
44412
44417
  # - FAILED: Tunnel creation has failed and the tunnel is not ready to be used.
44413
44418
  # - NO_INCOMING_PACKETS: No incoming packets from peer.
44414
- # - REJECTED: Tunnel configuration was rejected, can be result of being
44415
- # blacklisted.
44419
+ # - REJECTED: Tunnel configuration was rejected, can be result of being denied
44420
+ # access.
44416
44421
  # - ALLOCATING_RESOURCES: Cloud VPN is in the process of allocating all required
44417
44422
  # resources.
44418
44423
  # - STOPPED: Tunnel is stopped due to its Forwarding Rules being deleted for
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210310"
25
+ REVISION = "20210316"
26
26
  end
27
27
  end
28
28
  end
@@ -9791,12 +9791,12 @@ module Google
9791
9791
  execute_or_queue_command(command, &block)
9792
9792
  end
9793
9793
 
9794
- # Flags the specified instances in the managed instance group to be immediately
9795
- # recreated. The instances are deleted and recreated using the current instance
9796
- # template for the managed instance group. This operation is marked as DONE when
9797
- # the flag is set even if the instances have not yet been recreated. You must
9798
- # separately verify the status of the recreating action with the
9799
- # listmanagedinstances method.
9794
+ # Flags the specified VM instances in the managed instance group to be
9795
+ # immediately recreated. Each instance is recreated using the group's current
9796
+ # configuration. This operation is marked as DONE when the flag is set even if
9797
+ # the instances have not yet been recreated. You must separately verify the
9798
+ # status of each instance by checking its currentAction field; for more
9799
+ # information, see Checking the status of managed instances.
9800
9800
  # If the group is part of a backend service that has enabled connection draining,
9801
9801
  # it can take up to 60 seconds after the connection draining duration has
9802
9802
  # elapsed before the VM instance is removed or deleted.
@@ -11850,8 +11850,8 @@ module Google
11850
11850
  execute_or_queue_command(command, &block)
11851
11851
  end
11852
11852
 
11853
- # Deletes the specified Instance resource. For more information, see Stopping or
11854
- # Deleting an Instance.
11853
+ # Deletes the specified Instance resource. For more information, see Deleting an
11854
+ # instance.
11855
11855
  # @param [String] project
11856
11856
  # Project ID for this request.
11857
11857
  # @param [String] zone
@@ -26264,12 +26264,12 @@ module Google
26264
26264
  execute_or_queue_command(command, &block)
26265
26265
  end
26266
26266
 
26267
- # Flags the specified instances in the managed instance group to be immediately
26268
- # recreated. The instances are deleted and recreated using the current instance
26269
- # template for the managed instance group. This operation is marked as DONE when
26270
- # the flag is set even if the instances have not yet been recreated. You must
26271
- # separately verify the status of the recreating action with the
26272
- # listmanagedinstances method.
26267
+ # Flags the specified VM instances in the managed instance group to be
26268
+ # immediately recreated. Each instance is recreated using the group's current
26269
+ # configuration. This operation is marked as DONE when the flag is set even if
26270
+ # the instances have not yet been recreated. You must separately verify the
26271
+ # status of each instance by checking its currentAction field; for more
26272
+ # information, see Checking the status of managed instances.
26273
26273
  # If the group is part of a backend service that has enabled connection draining,
26274
26274
  # it can take up to 60 seconds after the connection draining duration has
26275
26275
  # elapsed before the VM instance is removed or deleted.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-03-22 00:00:00.000000000 Z
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_alpha
57
57
  post_install_message:
58
58
  rdoc_options: []