google-apis-compute_beta 0.48.0 → 0.49.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 +4 -0
- data/lib/google/apis/compute_beta/classes.rb +66 -62
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce39ae02d528dc115959308e1849a0b7a25050eac3c1669f0fc82aa63da5c226
|
4
|
+
data.tar.gz: dfe85b9e4012ec68b3871c7067b9915ad62f1abf7152a2fd15b4901512cdc223
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d886f12e225effd537e4b02553154adc95c9280b5a5fd638aac289916218661ae2cd40594fc8c537e5159186c609ec5a2883a0c94057d21e749a825ebbc165a
|
7
|
+
data.tar.gz: '0708f4e9c8563a453cdfbc3b4249488295cbe433aac033ff235a805c757c5efa09622f280d7fb35ecf5b817041c001239238d8094aaf2b6773fe226cb0185b0b'
|
data/CHANGELOG.md
CHANGED
@@ -654,12 +654,12 @@ module Google
|
|
654
654
|
# - NAT_AUTO for the regional external IP addresses used by Cloud NAT when
|
655
655
|
# allocating addresses using automatic NAT IP address allocation. -
|
656
656
|
# IPSEC_INTERCONNECT for addresses created from a private IP range that are
|
657
|
-
# reserved for a VLAN attachment in an *
|
658
|
-
# configuration. These addresses are regional resources.
|
659
|
-
#
|
660
|
-
#
|
661
|
-
#
|
662
|
-
#
|
657
|
+
# reserved for a VLAN attachment in an *HA VPN over Cloud Interconnect*
|
658
|
+
# configuration. These addresses are regional resources. - `
|
659
|
+
# SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned to
|
660
|
+
# multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a private
|
661
|
+
# network address that is used to configure Private Service Connect. Only global
|
662
|
+
# internal addresses can use this purpose.
|
663
663
|
# Corresponds to the JSON property `purpose`
|
664
664
|
# @return [String]
|
665
665
|
attr_accessor :purpose
|
@@ -4246,8 +4246,8 @@ module Google
|
|
4246
4246
|
class BackendServiceLogConfig
|
4247
4247
|
include Google::Apis::Core::Hashable
|
4248
4248
|
|
4249
|
-
#
|
4250
|
-
#
|
4249
|
+
# Denotes whether to enable logging for the load balancer traffic served by this
|
4250
|
+
# backend service. The default value is false.
|
4251
4251
|
# Corresponds to the JSON property `enable`
|
4252
4252
|
# @return [Boolean]
|
4253
4253
|
attr_accessor :enable
|
@@ -4257,7 +4257,7 @@ module Google
|
|
4257
4257
|
# service. The value of the field must be in [0, 1]. This configures the
|
4258
4258
|
# sampling rate of requests to the load balancer where 1.0 means all logged
|
4259
4259
|
# requests are reported and 0.0 means no logged requests are reported. The
|
4260
|
-
# default value is
|
4260
|
+
# default value is 1.0.
|
4261
4261
|
# Corresponds to the JSON property `sampleRate`
|
4262
4262
|
# @return [Float]
|
4263
4263
|
attr_accessor :sample_rate
|
@@ -4664,31 +4664,33 @@ module Google
|
|
4664
4664
|
# members` can have the following values: * `allUsers`: A special identifier
|
4665
4665
|
# that represents anyone who is on the internet; with or without a Google
|
4666
4666
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
4667
|
-
# anyone who is authenticated with a Google account or a service account.
|
4668
|
-
#
|
4669
|
-
#
|
4670
|
-
#
|
4671
|
-
#
|
4672
|
-
#
|
4673
|
-
#
|
4674
|
-
#
|
4675
|
-
# .
|
4676
|
-
#
|
4677
|
-
# email address
|
4678
|
-
#
|
4679
|
-
#
|
4680
|
-
#
|
4681
|
-
# emailid
|
4682
|
-
#
|
4683
|
-
#
|
4684
|
-
#
|
4685
|
-
#
|
4686
|
-
#
|
4687
|
-
#
|
4688
|
-
#
|
4689
|
-
#
|
4690
|
-
#
|
4691
|
-
#
|
4667
|
+
# anyone who is authenticated with a Google account or a service account. Does
|
4668
|
+
# not include identities that come from external identity providers (IdPs)
|
4669
|
+
# through identity federation. * `user:`emailid``: An email address that
|
4670
|
+
# represents a specific Google account. For example, `alice@example.com` . * `
|
4671
|
+
# serviceAccount:`emailid``: An email address that represents a Google service
|
4672
|
+
# account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
|
4673
|
+
# serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
|
4674
|
+
# identifier for a [Kubernetes service account](https://cloud.google.com/
|
4675
|
+
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
4676
|
+
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
4677
|
+
# email address that represents a Google group. For example, `admins@example.com`
|
4678
|
+
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
4679
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
4680
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
4681
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
4682
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
4683
|
+
# address (plus unique identifier) representing a service account that has been
|
4684
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
4685
|
+
# 123456789012345678901`. If the service account is undeleted, this value
|
4686
|
+
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
4687
|
+
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
4688
|
+
# An email address (plus unique identifier) representing a Google group that has
|
4689
|
+
# been recently deleted. For example, `admins@example.com?uid=
|
4690
|
+
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
4691
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
4692
|
+
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
4693
|
+
# of that domain. For example, `google.com` or `example.com`.
|
4692
4694
|
# Corresponds to the JSON property `members`
|
4693
4695
|
# @return [Array<String>]
|
4694
4696
|
attr_accessor :members
|
@@ -8261,13 +8263,13 @@ module Google
|
|
8261
8263
|
|
8262
8264
|
# Deprecated, please use short name instead. User-provided name of the
|
8263
8265
|
# Organization firewall policy. The name should be unique in the organization in
|
8264
|
-
# which the firewall policy is created. This
|
8265
|
-
#
|
8266
|
-
#
|
8267
|
-
# regular expression `[a-z]([
|
8268
|
-
#
|
8269
|
-
#
|
8270
|
-
# dash.
|
8266
|
+
# which the firewall policy is created. This field is not applicable to network
|
8267
|
+
# firewall policies. This name must be set on creation and cannot be changed.
|
8268
|
+
# The name must be 1-63 characters long, and comply with RFC1035. Specifically,
|
8269
|
+
# the name must be 1-63 characters long and match the regular expression `[a-z]([
|
8270
|
+
# -a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase
|
8271
|
+
# letter, and all following characters must be a dash, lowercase letter, or
|
8272
|
+
# digit, except the last character, which cannot be a dash.
|
8271
8273
|
# Corresponds to the JSON property `displayName`
|
8272
8274
|
# @return [String]
|
8273
8275
|
attr_accessor :display_name
|
@@ -8296,13 +8298,15 @@ module Google
|
|
8296
8298
|
# @return [String]
|
8297
8299
|
attr_accessor :kind
|
8298
8300
|
|
8299
|
-
#
|
8300
|
-
# uniquely identifies the
|
8301
|
+
# Name of the resource. For Organization Firewall Policies it's a [Output Only]
|
8302
|
+
# numeric ID allocated by GCP which uniquely identifies the Organization
|
8303
|
+
# Firewall Policy.
|
8301
8304
|
# Corresponds to the JSON property `name`
|
8302
8305
|
# @return [String]
|
8303
8306
|
attr_accessor :name
|
8304
8307
|
|
8305
|
-
# [Output Only] The parent of the firewall policy.
|
8308
|
+
# [Output Only] The parent of the firewall policy. This field is not applicable
|
8309
|
+
# to network firewall policies.
|
8306
8310
|
# Corresponds to the JSON property `parent`
|
8307
8311
|
# @return [String]
|
8308
8312
|
attr_accessor :parent
|
@@ -8339,14 +8343,15 @@ module Google
|
|
8339
8343
|
# @return [String]
|
8340
8344
|
attr_accessor :self_link_with_id
|
8341
8345
|
|
8342
|
-
# User-provided name of the Organization firewall
|
8343
|
-
# unique in the organization in which the firewall policy is created. This
|
8344
|
-
#
|
8345
|
-
#
|
8346
|
-
#
|
8347
|
-
#
|
8348
|
-
#
|
8349
|
-
# character, which cannot
|
8346
|
+
# User-provided name of the Organization firewall policy. The name should be
|
8347
|
+
# unique in the organization in which the firewall policy is created. This field
|
8348
|
+
# is not applicable to network firewall policies. This name must be set on
|
8349
|
+
# creation and cannot be changed. The name must be 1-63 characters long, and
|
8350
|
+
# comply with RFC1035. Specifically, the name must be 1-63 characters long and
|
8351
|
+
# match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the
|
8352
|
+
# first character must be a lowercase letter, and all following characters must
|
8353
|
+
# be a dash, lowercase letter, or digit, except the last character, which cannot
|
8354
|
+
# be a dash.
|
8350
8355
|
# Corresponds to the JSON property `shortName`
|
8351
8356
|
# @return [String]
|
8352
8357
|
attr_accessor :short_name
|
@@ -17165,8 +17170,8 @@ module Google
|
|
17165
17170
|
# attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that
|
17166
17171
|
# is encrypted by an IPsec device, such as an HA VPN gateway or third-party
|
17167
17172
|
# IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such
|
17168
|
-
# a VLAN attachment. To use *
|
17169
|
-
# attachment must be created with this option.
|
17173
|
+
# a VLAN attachment. To use *HA VPN over Cloud Interconnect*, the VLAN
|
17174
|
+
# attachment must be created with this option.
|
17170
17175
|
# Corresponds to the JSON property `encryption`
|
17171
17176
|
# @return [String]
|
17172
17177
|
attr_accessor :encryption
|
@@ -30869,7 +30874,7 @@ module Google
|
|
30869
30874
|
attr_accessor :description
|
30870
30875
|
|
30871
30876
|
# Indicates if a router is dedicated for use with encrypted VLAN attachments (
|
30872
|
-
# interconnectAttachments).
|
30877
|
+
# interconnectAttachments).
|
30873
30878
|
# Corresponds to the JSON property `encryptedInterconnectRouter`
|
30874
30879
|
# @return [Boolean]
|
30875
30880
|
attr_accessor :encrypted_interconnect_router
|
@@ -42818,9 +42823,8 @@ module Google
|
|
42818
42823
|
|
42819
42824
|
# URL of the VLAN attachment (interconnectAttachment) resource for this VPN
|
42820
42825
|
# gateway interface. When the value of this field is present, the VPN gateway is
|
42821
|
-
# used for
|
42826
|
+
# used for HA VPN over Cloud Interconnect; all egress or ingress traffic for
|
42822
42827
|
# this VPN gateway interface goes through the specified VLAN attachment resource.
|
42823
|
-
# Not currently available publicly.
|
42824
42828
|
# Corresponds to the JSON property `interconnectAttachment`
|
42825
42829
|
# @return [String]
|
42826
42830
|
attr_accessor :interconnect_attachment
|
@@ -42829,11 +42833,11 @@ module Google
|
|
42829
42833
|
# gateway. The IP address could be either a regional external IP address or a
|
42830
42834
|
# regional internal IP address. The two IP addresses for a VPN gateway must be
|
42831
42835
|
# all regional external or regional internal IP addresses. There cannot be a mix
|
42832
|
-
# of regional external IP addresses and regional internal IP addresses. For
|
42833
|
-
#
|
42834
|
-
#
|
42835
|
-
#
|
42836
|
-
#
|
42836
|
+
# of regional external IP addresses and regional internal IP addresses. For HA
|
42837
|
+
# VPN over Cloud Interconnect, the IP addresses for both interfaces could either
|
42838
|
+
# be regional internal IP addresses or regional external IP addresses. For
|
42839
|
+
# regular (non HA VPN over Cloud Interconnect) HA VPN tunnels, the IP address
|
42840
|
+
# must be a regional external IP address.
|
42837
42841
|
# Corresponds to the JSON property `ipAddress`
|
42838
42842
|
# @return [String]
|
42839
42843
|
attr_accessor :ip_address
|
@@ -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.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220831"
|
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_beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.49.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: 2022-09-
|
11
|
+
date: 2022-09-12 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_beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.49.0
|
62
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: []
|