google-apis-compute_beta 0.81.0 → 0.83.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd2fc79eb92011c20c957c8020980672c254c748fc38e565736a3acd93de75db
|
4
|
+
data.tar.gz: 8208e3aef3084c539f6ffae8b1f1a66828ee1decf72d4b5db41ed0470f45822b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e1762ca82c7b9328aa3bb736230d46d521bf4db0e2364465db44c91de6d931821cea5f4b6e2f3cfad608a61e254900f691afee54521eb2e6d8d25ae4810203c
|
7
|
+
data.tar.gz: 4f734f951f6212a5b28d071e69f11fea93e957f50e35e46310c80966a76d6deabea5bc816b8925b17fcdc2fb5184a235f1ead6c492abad94252593eb6f65e51a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-compute_beta
|
2
2
|
|
3
|
+
### v0.83.0 (2023-10-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231011
|
6
|
+
|
7
|
+
### v0.82.0 (2023-10-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20231003
|
10
|
+
|
3
11
|
### v0.81.0 (2023-10-01)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230920
|
@@ -2815,7 +2815,7 @@ module Google
|
|
2815
2815
|
|
2816
2816
|
# The time zone to use when interpreting the schedule. The value of this field
|
2817
2817
|
# must be a time zone name from the tz database: https://en.wikipedia.org/wiki/
|
2818
|
-
# Tz_database. This field is assigned a default value of
|
2818
|
+
# Tz_database. This field is assigned a default value of "UTC" if left empty.
|
2819
2819
|
# Corresponds to the JSON property `timeZone`
|
2820
2820
|
# @return [String]
|
2821
2821
|
attr_accessor :time_zone
|
@@ -3561,6 +3561,27 @@ module Google
|
|
3561
3561
|
# @return [Fixnum]
|
3562
3562
|
attr_accessor :id
|
3563
3563
|
|
3564
|
+
# Specifies preference of traffic to the backend (from the proxy and from the
|
3565
|
+
# client for proxyless gRPC). The possible values are: - IPV4_ONLY: Only send
|
3566
|
+
# IPv4 traffic to the backends of the Backend Service (Instance Group, Managed
|
3567
|
+
# Instance Group, Network Endpoint Group) regardless of traffic from the client
|
3568
|
+
# to the proxy. Only IPv4 health-checks are used to check the health of the
|
3569
|
+
# backends. This is the default setting. - PREFER_IPV6: Prioritize the
|
3570
|
+
# connection to the endpoints IPv6 address over its IPv4 address (provided there
|
3571
|
+
# is a healthy IPv6 address). - IPV6_ONLY: Only send IPv6 traffic to the
|
3572
|
+
# backends of the Backend Service (Instance Group, Managed Instance Group,
|
3573
|
+
# Network Endpoint Group) regardless of traffic from the client to the proxy.
|
3574
|
+
# Only IPv6 health-checks are used to check the health of the backends. This
|
3575
|
+
# field is applicable to either: - Advanced Global External HTTPS Load Balancing
|
3576
|
+
# (load balancing scheme EXTERNAL_MANAGED), - Regional External HTTPS Load
|
3577
|
+
# Balancing, - Internal TCP Proxy (load balancing scheme INTERNAL_MANAGED), -
|
3578
|
+
# Regional Internal HTTPS Load Balancing (load balancing scheme INTERNAL_MANAGED)
|
3579
|
+
# , - Traffic Director with Envoy proxies and proxyless gRPC (load balancing
|
3580
|
+
# scheme INTERNAL_SELF_MANAGED).
|
3581
|
+
# Corresponds to the JSON property `ipAddressSelectionPolicy`
|
3582
|
+
# @return [String]
|
3583
|
+
attr_accessor :ip_address_selection_policy
|
3584
|
+
|
3564
3585
|
# [Output Only] Type of resource. Always compute#backendService for backend
|
3565
3586
|
# services.
|
3566
3587
|
# Corresponds to the JSON property `kind`
|
@@ -3778,6 +3799,7 @@ module Google
|
|
3778
3799
|
@health_checks = args[:health_checks] if args.key?(:health_checks)
|
3779
3800
|
@iap = args[:iap] if args.key?(:iap)
|
3780
3801
|
@id = args[:id] if args.key?(:id)
|
3802
|
+
@ip_address_selection_policy = args[:ip_address_selection_policy] if args.key?(:ip_address_selection_policy)
|
3781
3803
|
@kind = args[:kind] if args.key?(:kind)
|
3782
3804
|
@load_balancing_scheme = args[:load_balancing_scheme] if args.key?(:load_balancing_scheme)
|
3783
3805
|
@locality_lb_policies = args[:locality_lb_policies] if args.key?(:locality_lb_policies)
|
@@ -6062,6 +6084,11 @@ module Google
|
|
6062
6084
|
class ConfidentialInstanceConfig
|
6063
6085
|
include Google::Apis::Core::Hashable
|
6064
6086
|
|
6087
|
+
# Defines the type of technology used by the confidential instance.
|
6088
|
+
# Corresponds to the JSON property `confidentialInstanceType`
|
6089
|
+
# @return [String]
|
6090
|
+
attr_accessor :confidential_instance_type
|
6091
|
+
|
6065
6092
|
# Defines whether the instance should have confidential compute enabled.
|
6066
6093
|
# Corresponds to the JSON property `enableConfidentialCompute`
|
6067
6094
|
# @return [Boolean]
|
@@ -6074,6 +6101,7 @@ module Google
|
|
6074
6101
|
|
6075
6102
|
# Update properties of this object
|
6076
6103
|
def update!(**args)
|
6104
|
+
@confidential_instance_type = args[:confidential_instance_type] if args.key?(:confidential_instance_type)
|
6077
6105
|
@enable_confidential_compute = args[:enable_confidential_compute] if args.key?(:enable_confidential_compute)
|
6078
6106
|
end
|
6079
6107
|
end
|
@@ -16375,6 +16403,12 @@ module Google
|
|
16375
16403
|
# @return [String]
|
16376
16404
|
attr_accessor :name
|
16377
16405
|
|
16406
|
+
# The number of instances to be created by this resize request. The group's
|
16407
|
+
# target size will be increased by this number.
|
16408
|
+
# Corresponds to the JSON property `resizeBy`
|
16409
|
+
# @return [Fixnum]
|
16410
|
+
attr_accessor :resize_by
|
16411
|
+
|
16378
16412
|
# [Output Only] The URL for this resize request. The server defines this URL.
|
16379
16413
|
# Corresponds to the JSON property `selfLink`
|
16380
16414
|
# @return [String]
|
@@ -16413,6 +16447,7 @@ module Google
|
|
16413
16447
|
@id = args[:id] if args.key?(:id)
|
16414
16448
|
@kind = args[:kind] if args.key?(:kind)
|
16415
16449
|
@name = args[:name] if args.key?(:name)
|
16450
|
+
@resize_by = args[:resize_by] if args.key?(:resize_by)
|
16416
16451
|
@self_link = args[:self_link] if args.key?(:self_link)
|
16417
16452
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
16418
16453
|
@state = args[:state] if args.key?(:state)
|
@@ -23901,7 +23936,7 @@ module Google
|
|
23901
23936
|
# @return [Google::Apis::ComputeBeta::ManagedInstanceLastAttempt]
|
23902
23937
|
attr_accessor :last_attempt
|
23903
23938
|
|
23904
|
-
# [Output Only] The name of the instance. The name
|
23939
|
+
# [Output Only] The name of the instance. The name always exists even if the
|
23905
23940
|
# instance has not yet been created.
|
23906
23941
|
# Corresponds to the JSON property `name`
|
23907
23942
|
# @return [String]
|
@@ -24809,6 +24844,13 @@ module Google
|
|
24809
24844
|
# @return [String]
|
24810
24845
|
attr_accessor :ip_address
|
24811
24846
|
|
24847
|
+
# The IPv6 address assigned to the producer instance network interface. This is
|
24848
|
+
# only assigned when the stack types of both the instance network interface and
|
24849
|
+
# the consumer subnet are IPv4_IPv6.
|
24850
|
+
# Corresponds to the JSON property `ipv6Address`
|
24851
|
+
# @return [String]
|
24852
|
+
attr_accessor :ipv6_address
|
24853
|
+
|
24812
24854
|
# The project id or number of the interface to which the IP was assigned.
|
24813
24855
|
# Corresponds to the JSON property `projectIdOrNum`
|
24814
24856
|
# @return [String]
|
@@ -24830,6 +24872,12 @@ module Google
|
|
24830
24872
|
# @return [String]
|
24831
24873
|
attr_accessor :subnetwork
|
24832
24874
|
|
24875
|
+
# [Output Only] The CIDR range of the subnet from which the IPv4 internal IP was
|
24876
|
+
# allocated from.
|
24877
|
+
# Corresponds to the JSON property `subnetworkCidrRange`
|
24878
|
+
# @return [String]
|
24879
|
+
attr_accessor :subnetwork_cidr_range
|
24880
|
+
|
24833
24881
|
def initialize(**args)
|
24834
24882
|
update!(**args)
|
24835
24883
|
end
|
@@ -24837,10 +24885,12 @@ module Google
|
|
24837
24885
|
# Update properties of this object
|
24838
24886
|
def update!(**args)
|
24839
24887
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
24888
|
+
@ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
|
24840
24889
|
@project_id_or_num = args[:project_id_or_num] if args.key?(:project_id_or_num)
|
24841
24890
|
@secondary_ip_cidr_ranges = args[:secondary_ip_cidr_ranges] if args.key?(:secondary_ip_cidr_ranges)
|
24842
24891
|
@status = args[:status] if args.key?(:status)
|
24843
24892
|
@subnetwork = args[:subnetwork] if args.key?(:subnetwork)
|
24893
|
+
@subnetwork_cidr_range = args[:subnetwork_cidr_range] if args.key?(:subnetwork_cidr_range)
|
24844
24894
|
end
|
24845
24895
|
end
|
24846
24896
|
|
@@ -43880,14 +43930,14 @@ module Google
|
|
43880
43930
|
# Represents a Target HTTP Proxy resource. Google Compute Engine has two Target
|
43881
43931
|
# HTTP Proxy resources: * [Global](/compute/docs/reference/rest/beta/
|
43882
43932
|
# targetHttpProxies) * [Regional](/compute/docs/reference/rest/beta/
|
43883
|
-
# regionTargetHttpProxies) A target HTTP proxy is a component of
|
43884
|
-
# balancers. * targetHttpProxies are used by global external
|
43885
|
-
# Balancers, classic Application Load Balancers, cross-region
|
43886
|
-
# Application Load Balancers, and Traffic Director. *
|
43887
|
-
# are used by regional internal Application Load
|
43888
|
-
# Application Load Balancers. Forwarding rules
|
43889
|
-
# and the target proxy then references a URL map.
|
43890
|
-
# Using Target Proxies and Forwarding rule concepts.
|
43933
|
+
# regionTargetHttpProxies) A target HTTP proxy is a component of Google Cloud
|
43934
|
+
# HTTP load balancers. * targetHttpProxies are used by global external
|
43935
|
+
# Application Load Balancers, classic Application Load Balancers, cross-region
|
43936
|
+
# internal Application Load Balancers, and Traffic Director. *
|
43937
|
+
# regionTargetHttpProxies are used by regional internal Application Load
|
43938
|
+
# Balancers and regional external Application Load Balancers. Forwarding rules
|
43939
|
+
# reference a target HTTP proxy, and the target proxy then references a URL map.
|
43940
|
+
# For more information, read Using Target Proxies and Forwarding rule concepts.
|
43891
43941
|
class TargetHttpProxy
|
43892
43942
|
include Google::Apis::Core::Hashable
|
43893
43943
|
|
@@ -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.83.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 = "
|
25
|
+
REVISION = "20231011"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -7454,6 +7454,7 @@ module Google
|
|
7454
7454
|
property :iap, as: 'iap', class: Google::Apis::ComputeBeta::BackendServiceIap, decorator: Google::Apis::ComputeBeta::BackendServiceIap::Representation
|
7455
7455
|
|
7456
7456
|
property :id, :numeric_string => true, as: 'id'
|
7457
|
+
property :ip_address_selection_policy, as: 'ipAddressSelectionPolicy'
|
7457
7458
|
property :kind, as: 'kind'
|
7458
7459
|
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
7459
7460
|
collection :locality_lb_policies, as: 'localityLbPolicies', class: Google::Apis::ComputeBeta::BackendServiceLocalityLoadBalancingPolicyConfig, decorator: Google::Apis::ComputeBeta::BackendServiceLocalityLoadBalancingPolicyConfig::Representation
|
@@ -8019,6 +8020,7 @@ module Google
|
|
8019
8020
|
class ConfidentialInstanceConfig
|
8020
8021
|
# @private
|
8021
8022
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8023
|
+
property :confidential_instance_type, as: 'confidentialInstanceType'
|
8022
8024
|
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
8023
8025
|
end
|
8024
8026
|
end
|
@@ -10379,6 +10381,7 @@ module Google
|
|
10379
10381
|
property :id, :numeric_string => true, as: 'id'
|
10380
10382
|
property :kind, as: 'kind'
|
10381
10383
|
property :name, as: 'name'
|
10384
|
+
property :resize_by, as: 'resizeBy'
|
10382
10385
|
property :self_link, as: 'selfLink'
|
10383
10386
|
property :self_link_with_id, as: 'selfLinkWithId'
|
10384
10387
|
property :state, as: 'state'
|
@@ -12575,10 +12578,12 @@ module Google
|
|
12575
12578
|
# @private
|
12576
12579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12577
12580
|
property :ip_address, as: 'ipAddress'
|
12581
|
+
property :ipv6_address, as: 'ipv6Address'
|
12578
12582
|
property :project_id_or_num, as: 'projectIdOrNum'
|
12579
12583
|
collection :secondary_ip_cidr_ranges, as: 'secondaryIpCidrRanges'
|
12580
12584
|
property :status, as: 'status'
|
12581
12585
|
property :subnetwork, as: 'subnetwork'
|
12586
|
+
property :subnetwork_cidr_range, as: 'subnetworkCidrRange'
|
12582
12587
|
end
|
12583
12588
|
end
|
12584
12589
|
|
@@ -17480,7 +17480,11 @@ module Google
|
|
17480
17480
|
execute_or_queue_command(command, &block)
|
17481
17481
|
end
|
17482
17482
|
|
17483
|
-
# Returns the interconnectDiagnostics for the specified Interconnect.
|
17483
|
+
# Returns the interconnectDiagnostics for the specified Interconnect. In the
|
17484
|
+
# event of a global outage, do not use this API to make decisions about where to
|
17485
|
+
# redirect your network traffic. Unlike a VLAN attachment, which is regional, a
|
17486
|
+
# Cloud Interconnect connection is a global resource. A global outage can
|
17487
|
+
# prevent this API from functioning properly.
|
17484
17488
|
# @param [String] project
|
17485
17489
|
# Project ID for this request.
|
17486
17490
|
# @param [String] interconnect
|
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.83.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-10-
|
11
|
+
date: 2023-10-22 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.83.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: []
|