google-apis-compute_beta 0.5.0 → 0.6.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: a9228a18e0b8e2be40af890c31e608093f72b944b1f6244045fdb8139dd36858
|
4
|
+
data.tar.gz: c066352d18b8cd10e2ad34a6749271f4dadd94838944b89b64f92609afda7758
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db1b05aff17e0a10d26df8bad383ac71126f255453f6f49cb469ce5cb8f12cbb27dfa0ff628964e8754489f10c1b6215c7677a74611c51ca826a2d381f71f5e0
|
7
|
+
data.tar.gz: 1107ea3307ce16b6d1700cf4d7fa920ca96b5afc614f51b4aada37169e598d9a8fbfcd8a2260297cf078623148bebb91a44a832ef7a637b98616584ce7e79095
|
data/CHANGELOG.md
CHANGED
@@ -636,7 +636,7 @@ module Google
|
|
636
636
|
# @return [String]
|
637
637
|
attr_accessor :network_tier
|
638
638
|
|
639
|
-
# The prefix length if the resource
|
639
|
+
# The prefix length if the resource represents an IP range.
|
640
640
|
# Corresponds to the JSON property `prefixLength`
|
641
641
|
# @return [Fixnum]
|
642
642
|
attr_accessor :prefix_length
|
@@ -649,7 +649,7 @@ module Google
|
|
649
649
|
# - `NAT_AUTO` for addresses that are external IP addresses automatically
|
650
650
|
# reserved for Cloud NAT.
|
651
651
|
# - `IPSEC_INTERCONNECT` for addresses created from a private IP range that are
|
652
|
-
# reserved for a VLAN attachment in an IPsec
|
652
|
+
# reserved for a VLAN attachment in an IPsec-encrypted Cloud Interconnect
|
653
653
|
# configuration. These addresses are regional resources.
|
654
654
|
# Corresponds to the JSON property `purpose`
|
655
655
|
# @return [String]
|
@@ -3304,6 +3304,11 @@ module Google
|
|
3304
3304
|
# @return [String]
|
3305
3305
|
attr_accessor :session_affinity
|
3306
3306
|
|
3307
|
+
# Subsetting options to make L4 ILB support any number of backend instances
|
3308
|
+
# Corresponds to the JSON property `subsetting`
|
3309
|
+
# @return [Google::Apis::ComputeBeta::Subsetting]
|
3310
|
+
attr_accessor :subsetting
|
3311
|
+
|
3307
3312
|
# The backend service timeout has a different meaning depending on the type of
|
3308
3313
|
# load balancer. For more information see, Backend service settings The default
|
3309
3314
|
# is 30 seconds. The full range of timeout values allowed is 1 - 2,147,483,647
|
@@ -3350,6 +3355,7 @@ module Google
|
|
3350
3355
|
@security_settings = args[:security_settings] if args.key?(:security_settings)
|
3351
3356
|
@self_link = args[:self_link] if args.key?(:self_link)
|
3352
3357
|
@session_affinity = args[:session_affinity] if args.key?(:session_affinity)
|
3358
|
+
@subsetting = args[:subsetting] if args.key?(:subsetting)
|
3353
3359
|
@timeout_sec = args[:timeout_sec] if args.key?(:timeout_sec)
|
3354
3360
|
end
|
3355
3361
|
end
|
@@ -8357,6 +8363,8 @@ module Google
|
|
8357
8363
|
# ip_address_specifications).
|
8358
8364
|
# Must be set to `0.0.0.0` when the target is targetGrpcProxy that has
|
8359
8365
|
# validateForProxyless field set to true.
|
8366
|
+
# For Private Service Connect forwarding rules that forward traffic to Google
|
8367
|
+
# APIs, IP address must be provided.
|
8360
8368
|
# Corresponds to the JSON property `IPAddress`
|
8361
8369
|
# @return [String]
|
8362
8370
|
attr_accessor :ip_address
|
@@ -8529,6 +8537,8 @@ module Google
|
|
8529
8537
|
# For Internal TCP/UDP Load Balancing, this field identifies the network that
|
8530
8538
|
# the load balanced IP should belong to for this Forwarding Rule. If this field
|
8531
8539
|
# is not specified, the default network will be used.
|
8540
|
+
# For Private Service Connect forwarding rules that forward traffic to Google
|
8541
|
+
# APIs, a network must be provided.
|
8532
8542
|
# Corresponds to the JSON property `network`
|
8533
8543
|
# @return [String]
|
8534
8544
|
attr_accessor :network
|
@@ -8633,12 +8643,7 @@ module Google
|
|
8633
8643
|
# @return [String]
|
8634
8644
|
attr_accessor :subnetwork
|
8635
8645
|
|
8636
|
-
#
|
8637
|
-
# forwarding rules, this target must be in the same region as the forwarding
|
8638
|
-
# rule. For global forwarding rules, this target must be a global load balancing
|
8639
|
-
# resource. The forwarded traffic must be of a type appropriate to the target
|
8640
|
-
# object. For more information, see the "Target" column in [Port specifications](
|
8641
|
-
# /load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
8646
|
+
#
|
8642
8647
|
# Corresponds to the JSON property `target`
|
8643
8648
|
# @return [String]
|
8644
8649
|
attr_accessor :target
|
@@ -12470,6 +12475,11 @@ module Google
|
|
12470
12475
|
# @return [Google::Apis::ComputeBeta::NetworkPerformanceConfig]
|
12471
12476
|
attr_accessor :network_performance_config
|
12472
12477
|
|
12478
|
+
# PostKeyRevocationActionType of the instance.
|
12479
|
+
# Corresponds to the JSON property `postKeyRevocationActionType`
|
12480
|
+
# @return [String]
|
12481
|
+
attr_accessor :post_key_revocation_action_type
|
12482
|
+
|
12473
12483
|
# The private IPv6 google access type for the VM. If not specified, use
|
12474
12484
|
# INHERIT_FROM_SUBNETWORK as default.
|
12475
12485
|
# Corresponds to the JSON property `privateIpv6GoogleAccess`
|
@@ -12538,7 +12548,8 @@ module Google
|
|
12538
12548
|
# @return [String]
|
12539
12549
|
attr_accessor :source_machine_image
|
12540
12550
|
|
12541
|
-
# Source
|
12551
|
+
# Source machine image encryption key when creating an instance from a machine
|
12552
|
+
# image.
|
12542
12553
|
# Corresponds to the JSON property `sourceMachineImageEncryptionKey`
|
12543
12554
|
# @return [Google::Apis::ComputeBeta::CustomerEncryptionKey]
|
12544
12555
|
attr_accessor :source_machine_image_encryption_key
|
@@ -12607,6 +12618,7 @@ module Google
|
|
12607
12618
|
@name = args[:name] if args.key?(:name)
|
12608
12619
|
@network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
|
12609
12620
|
@network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
|
12621
|
+
@post_key_revocation_action_type = args[:post_key_revocation_action_type] if args.key?(:post_key_revocation_action_type)
|
12610
12622
|
@private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
|
12611
12623
|
@reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
|
12612
12624
|
@resource_policies = args[:resource_policies] if args.key?(:resource_policies)
|
@@ -20370,8 +20382,9 @@ module Google
|
|
20370
20382
|
|
20371
20383
|
# Fingerprint hash of contents stored in this network interface. This field will
|
20372
20384
|
# be ignored when inserting an Instance or adding a NetworkInterface. An up-to-
|
20373
|
-
# date fingerprint must be provided in order to update the NetworkInterface
|
20374
|
-
#
|
20385
|
+
# date fingerprint must be provided in order to update the NetworkInterface. The
|
20386
|
+
# request will fail with error 400 Bad Request if the fingerprint is not
|
20387
|
+
# provided, or 412 Precondition Failed if the fingerprint is out of date.
|
20375
20388
|
# Corresponds to the JSON property `fingerprint`
|
20376
20389
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
20377
20390
|
# @return [String]
|
@@ -34194,6 +34207,25 @@ module Google
|
|
34194
34207
|
end
|
34195
34208
|
end
|
34196
34209
|
|
34210
|
+
# Subsetting options to make L4 ILB support any number of backend instances
|
34211
|
+
class Subsetting
|
34212
|
+
include Google::Apis::Core::Hashable
|
34213
|
+
|
34214
|
+
#
|
34215
|
+
# Corresponds to the JSON property `policy`
|
34216
|
+
# @return [String]
|
34217
|
+
attr_accessor :policy
|
34218
|
+
|
34219
|
+
def initialize(**args)
|
34220
|
+
update!(**args)
|
34221
|
+
end
|
34222
|
+
|
34223
|
+
# Update properties of this object
|
34224
|
+
def update!(**args)
|
34225
|
+
@policy = args[:policy] if args.key?(:policy)
|
34226
|
+
end
|
34227
|
+
end
|
34228
|
+
|
34197
34229
|
#
|
34198
34230
|
class TcpHealthCheck
|
34199
34231
|
include Google::Apis::Core::Hashable
|
@@ -35143,6 +35175,17 @@ module Google
|
|
35143
35175
|
# @return [String]
|
35144
35176
|
attr_accessor :description
|
35145
35177
|
|
35178
|
+
# Fingerprint of this resource. A hash of the contents stored in this object.
|
35179
|
+
# This field is used in optimistic locking. This field will be ignored when
|
35180
|
+
# inserting a TargetHttpsProxy. An up-to-date fingerprint must be provided in
|
35181
|
+
# order to patch the TargetHttpsProxy; otherwise, the request will fail with
|
35182
|
+
# error 412 conditionNotMet. To see the latest fingerprint, make a get() request
|
35183
|
+
# to retrieve the TargetHttpsProxy.
|
35184
|
+
# Corresponds to the JSON property `fingerprint`
|
35185
|
+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
35186
|
+
# @return [String]
|
35187
|
+
attr_accessor :fingerprint
|
35188
|
+
|
35146
35189
|
# URLs to networkservices.HttpFilter resources enabled for xDS clients using
|
35147
35190
|
# this configuration. For example, https://networkservices.googleapis.com/beta/
|
35148
35191
|
# projects/project/locations/locationhttpFilters/httpFilter Only filters that
|
@@ -35262,6 +35305,7 @@ module Google
|
|
35262
35305
|
@authorization_policy = args[:authorization_policy] if args.key?(:authorization_policy)
|
35263
35306
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
35264
35307
|
@description = args[:description] if args.key?(:description)
|
35308
|
+
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
35265
35309
|
@http_filters = args[:http_filters] if args.key?(:http_filters)
|
35266
35310
|
@id = args[:id] if args.key?(:id)
|
35267
35311
|
@kind = args[:kind] if args.key?(:kind)
|
@@ -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.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210301"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4474,6 +4474,12 @@ module Google
|
|
4474
4474
|
include Google::Apis::Core::JsonObjectSupport
|
4475
4475
|
end
|
4476
4476
|
|
4477
|
+
class Subsetting
|
4478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4479
|
+
|
4480
|
+
include Google::Apis::Core::JsonObjectSupport
|
4481
|
+
end
|
4482
|
+
|
4477
4483
|
class TcpHealthCheck
|
4478
4484
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4479
4485
|
|
@@ -6073,6 +6079,8 @@ module Google
|
|
6073
6079
|
|
6074
6080
|
property :self_link, as: 'selfLink'
|
6075
6081
|
property :session_affinity, as: 'sessionAffinity'
|
6082
|
+
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeBeta::Subsetting, decorator: Google::Apis::ComputeBeta::Subsetting::Representation
|
6083
|
+
|
6076
6084
|
property :timeout_sec, as: 'timeoutSec'
|
6077
6085
|
end
|
6078
6086
|
end
|
@@ -8144,6 +8152,7 @@ module Google
|
|
8144
8152
|
|
8145
8153
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeBeta::NetworkPerformanceConfig, decorator: Google::Apis::ComputeBeta::NetworkPerformanceConfig::Representation
|
8146
8154
|
|
8155
|
+
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
8147
8156
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
8148
8157
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
|
8149
8158
|
|
@@ -13667,6 +13676,13 @@ module Google
|
|
13667
13676
|
end
|
13668
13677
|
end
|
13669
13678
|
|
13679
|
+
class Subsetting
|
13680
|
+
# @private
|
13681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13682
|
+
property :policy, as: 'policy'
|
13683
|
+
end
|
13684
|
+
end
|
13685
|
+
|
13670
13686
|
class TcpHealthCheck
|
13671
13687
|
# @private
|
13672
13688
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13895,6 +13911,7 @@ module Google
|
|
13895
13911
|
property :authorization_policy, as: 'authorizationPolicy'
|
13896
13912
|
property :creation_timestamp, as: 'creationTimestamp'
|
13897
13913
|
property :description, as: 'description'
|
13914
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
13898
13915
|
collection :http_filters, as: 'httpFilters'
|
13899
13916
|
property :id, :numeric_string => true, as: 'id'
|
13900
13917
|
property :kind, as: 'kind'
|
@@ -2023,7 +2023,8 @@ module Google
|
|
2023
2023
|
execute_or_queue_command(command, &block)
|
2024
2024
|
end
|
2025
2025
|
|
2026
|
-
# Sets the security policy for the specified backend service.
|
2026
|
+
# Sets the Google Cloud Armor security policy for the specified backend service.
|
2027
|
+
# For more information, see Google Cloud Armor Overview
|
2027
2028
|
# @param [String] project
|
2028
2029
|
# Project ID for this request.
|
2029
2030
|
# @param [String] backend_service
|
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.6.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-
|
11
|
+
date: 2021-03-15 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_beta/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.6.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_beta
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|