google-apis-compute_beta 0.145.0 → 0.146.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: 65010be68c4d65839a2980e81ea97dbdcba36c10c2116c4bc876bfdfe49cc28b
|
|
4
|
+
data.tar.gz: d7810ed553e6f54fdce7280aed7d39b7fa82d33cabcb8ce54db89aa92127126c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 812679d6bd751284aed693d26313fdba4fa1a54b60e72f6f11750b177581e352bd9402ca44008c05608f590fcdf88ec4e88ab8e4bfb76e95fd3708e1e5c7f009
|
|
7
|
+
data.tar.gz: 2c23fc8dbec97556498089273c4f1a9de056dbbc392f6d8a047dd511bc820c2d3daa0cf3347fcb149544f57f68688f5a53bf1eb4f5218a263d153d38726e7906
|
data/CHANGELOG.md
CHANGED
|
@@ -3341,7 +3341,8 @@ module Google
|
|
|
3341
3341
|
# Specifies how to determine whether the backend of a load balancer can
|
|
3342
3342
|
# handle additional traffic or is fully loaded. For usage guidelines, see
|
|
3343
3343
|
# Connection balancing mode.
|
|
3344
|
-
# Backends must use compatible balancing modes.
|
|
3344
|
+
# Backends must use compatible balancing modes. Backends of a backend
|
|
3345
|
+
# service may use different balancing modes. For more information, see
|
|
3345
3346
|
# Supported balancing modes and target capacity settings and
|
|
3346
3347
|
# Restrictions and guidance for instance groups.
|
|
3347
3348
|
# Note: Currently, if you use the API to configure incompatible balancing
|
|
@@ -3384,6 +3385,8 @@ module Google
|
|
|
3384
3385
|
|
|
3385
3386
|
# This field designates whether this is a failover backend. More than one
|
|
3386
3387
|
# failover backend can be configured for a given BackendService.
|
|
3388
|
+
# This field can only be used for a regional external Passthrough Network
|
|
3389
|
+
# Load Balancer or a regional internal Passthrough Network Load Balancer.
|
|
3387
3390
|
# Corresponds to the JSON property `failover`
|
|
3388
3391
|
# @return [Boolean]
|
|
3389
3392
|
attr_accessor :failover
|
|
@@ -3501,6 +3504,12 @@ module Google
|
|
|
3501
3504
|
# capacity, backends in this layer would be used and traffic would be
|
|
3502
3505
|
# assigned based on the load balancing algorithm you use. This is the
|
|
3503
3506
|
# default
|
|
3507
|
+
# For global external Passthrough Network Load Balancers, the following
|
|
3508
|
+
# restrictions apply:
|
|
3509
|
+
#
|
|
3510
|
+
# - At most one backend can be marked as PREFERRED.
|
|
3511
|
+
# - PREFERRED and DEFAULT backends cannot reside
|
|
3512
|
+
# in the same Cloud region.
|
|
3504
3513
|
# Corresponds to the JSON property `preference`
|
|
3505
3514
|
# @return [String]
|
|
3506
3515
|
attr_accessor :preference
|
|
@@ -3843,16 +3852,17 @@ module Google
|
|
|
3843
3852
|
attr_accessor :cache_key_policy
|
|
3844
3853
|
|
|
3845
3854
|
# Specifies the cache setting for all responses from this backend.
|
|
3846
|
-
# The possible values are:
|
|
3847
|
-
# caching
|
|
3855
|
+
# The possible values are:
|
|
3856
|
+
# USE_ORIGIN_HEADERS Requires the origin to set valid caching
|
|
3848
3857
|
# headers to cache content. Responses without these headers will not be
|
|
3849
3858
|
# cached at Google's edge, and will require a full trip to the origin on
|
|
3850
3859
|
# every request, potentially impacting performance and increasing load on
|
|
3851
|
-
# the origin server.
|
|
3860
|
+
# the origin server.
|
|
3861
|
+
# FORCE_CACHE_ALL Cache all content, ignoring any "private",
|
|
3852
3862
|
# "no-store" or "no-cache" directives in Cache-Control response headers.
|
|
3853
3863
|
# Warning: this may result in Cloud CDN caching private,
|
|
3854
|
-
# per-user (user identifiable) content.
|
|
3855
|
-
# static content,
|
|
3864
|
+
# per-user (user identifiable) content.
|
|
3865
|
+
# CACHE_ALL_STATIC Automatically cache static content,
|
|
3856
3866
|
# including common image formats, media (video and audio), and web assets
|
|
3857
3867
|
# (JavaScript and CSS). Requests and responses that are marked as
|
|
3858
3868
|
# uncacheable, as well as dynamic content (including HTML), will not be
|
|
@@ -4720,8 +4730,10 @@ module Google
|
|
|
4720
4730
|
# haPolicy requires customers to be responsible for tracking backend
|
|
4721
4731
|
# endpoint health and electing a leader among the healthy endpoints.
|
|
4722
4732
|
# Therefore, haPolicy cannot be specified with healthChecks.
|
|
4723
|
-
# haPolicy can only be specified for External Passthrough
|
|
4724
|
-
# Balancers and Internal Passthrough Network Load Balancers.
|
|
4733
|
+
# haPolicy can only be specified for External Passthrough
|
|
4734
|
+
# Network Load Balancers and Internal Passthrough Network Load Balancers.
|
|
4735
|
+
# haPolicy cannot be used by global external Passthrough Network
|
|
4736
|
+
# Load Balancers.
|
|
4725
4737
|
# Corresponds to the JSON property `haPolicy`
|
|
4726
4738
|
# @return [Google::Apis::ComputeBeta::BackendServiceHaPolicy]
|
|
4727
4739
|
attr_accessor :ha_policy
|
|
@@ -4791,8 +4803,8 @@ module Google
|
|
|
4791
4803
|
|
|
4792
4804
|
# Specifies the load balancer type. A backend service
|
|
4793
4805
|
# created for one type of load balancer cannot be used with another.
|
|
4794
|
-
# For more information, refer
|
|
4795
|
-
#
|
|
4806
|
+
# For more information, refer to
|
|
4807
|
+
# Backend services product and scheme table.
|
|
4796
4808
|
# Corresponds to the JSON property `loadBalancingScheme`
|
|
4797
4809
|
# @return [String]
|
|
4798
4810
|
attr_accessor :load_balancing_scheme
|
|
@@ -4840,27 +4852,32 @@ module Google
|
|
|
4840
4852
|
# HTTP response header field Endpoint-Load-Metrics. The reported
|
|
4841
4853
|
# metrics to use for computing the weights are specified via thecustomMetrics
|
|
4842
4854
|
# field.
|
|
4843
|
-
#
|
|
4855
|
+
# - WEIGHTED_MAGLEV: Per-endpoint weighted load balancing via
|
|
4856
|
+
# health check reported weights. If set, the backend service must configure
|
|
4857
|
+
# an HTTP-based Health Check, and health check replies are expected to
|
|
4858
|
+
# contain the non-standard HTTP response header fieldX-Load-Balancing-
|
|
4859
|
+
# Endpoint-Weight to specify the per-endpoint
|
|
4860
|
+
# weights. If set, load balancing is weighted based on the per-endpoint
|
|
4861
|
+
# weights reported in the last processed health check replies, as long as
|
|
4862
|
+
# every instance either reported a valid weight or had UNAVAILABLE_WEIGHT.
|
|
4863
|
+
# Otherwise, load balancing remains equal-weight.
|
|
4844
4864
|
# This field is applicable to either:
|
|
4865
|
+
#
|
|
4845
4866
|
# - A regional backend service with the service protocol set to HTTP,
|
|
4846
4867
|
# HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
|
|
4847
4868
|
# INTERNAL_MANAGED.
|
|
4848
4869
|
# - A global backend service with the
|
|
4849
4870
|
# load_balancing_scheme set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or
|
|
4850
4871
|
# EXTERNAL_MANAGED.
|
|
4851
|
-
#
|
|
4852
|
-
#
|
|
4853
4872
|
# If sessionAffinity is not configured—that is, if session
|
|
4854
4873
|
# affinity remains at the default value of NONE—then the
|
|
4855
4874
|
# default value for localityLbPolicy
|
|
4856
4875
|
# is ROUND_ROBIN. If session affinity is set to a value other
|
|
4857
4876
|
# than NONE,
|
|
4858
4877
|
# then the default value for localityLbPolicy isMAGLEV.
|
|
4859
|
-
#
|
|
4860
4878
|
# Only ROUND_ROBIN and RING_HASH are supported
|
|
4861
4879
|
# when the backend service is referenced by a URL map that is bound to
|
|
4862
4880
|
# target gRPC proxy that has validateForProxyless field set to true.
|
|
4863
|
-
#
|
|
4864
4881
|
# localityLbPolicy cannot be specified with haPolicy.
|
|
4865
4882
|
# Corresponds to the JSON property `localityLbPolicy`
|
|
4866
4883
|
# @return [String]
|
|
@@ -4952,12 +4969,12 @@ module Google
|
|
|
4952
4969
|
# @return [String]
|
|
4953
4970
|
attr_accessor :port_name
|
|
4954
4971
|
|
|
4955
|
-
# The protocol this BackendService uses to communicate
|
|
4956
|
-
#
|
|
4957
|
-
#
|
|
4958
|
-
#
|
|
4959
|
-
# Refer to
|
|
4960
|
-
# for more information.
|
|
4972
|
+
# The protocol this BackendService uses to communicate with backends.
|
|
4973
|
+
# Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP, GRPC, or
|
|
4974
|
+
# UNSPECIFIED, depending on the chosen load balancer or Traffic Director
|
|
4975
|
+
# configuration.
|
|
4976
|
+
# Refer to
|
|
4977
|
+
# Load balancing features for more information.
|
|
4961
4978
|
# Must be set to GRPC when the backend service is referenced by a URL map
|
|
4962
4979
|
# that is bound to target gRPC proxy.
|
|
4963
4980
|
# Corresponds to the JSON property `protocol`
|
|
@@ -5268,16 +5285,17 @@ module Google
|
|
|
5268
5285
|
attr_accessor :cache_key_policy
|
|
5269
5286
|
|
|
5270
5287
|
# Specifies the cache setting for all responses from this backend.
|
|
5271
|
-
# The possible values are:
|
|
5272
|
-
# caching
|
|
5288
|
+
# The possible values are:
|
|
5289
|
+
# USE_ORIGIN_HEADERS Requires the origin to set valid caching
|
|
5273
5290
|
# headers to cache content. Responses without these headers will not be
|
|
5274
5291
|
# cached at Google's edge, and will require a full trip to the origin on
|
|
5275
5292
|
# every request, potentially impacting performance and increasing load on
|
|
5276
|
-
# the origin server.
|
|
5293
|
+
# the origin server.
|
|
5294
|
+
# FORCE_CACHE_ALL Cache all content, ignoring any "private",
|
|
5277
5295
|
# "no-store" or "no-cache" directives in Cache-Control response headers.
|
|
5278
5296
|
# Warning: this may result in Cloud CDN caching private,
|
|
5279
|
-
# per-user (user identifiable) content.
|
|
5280
|
-
# static content,
|
|
5297
|
+
# per-user (user identifiable) content.
|
|
5298
|
+
# CACHE_ALL_STATIC Automatically cache static content,
|
|
5281
5299
|
# including common image formats, media (video and audio), and web assets
|
|
5282
5300
|
# (JavaScript and CSS). Requests and responses that are marked as
|
|
5283
5301
|
# uncacheable, as well as dynamic content (including HTML), will not be
|
|
@@ -8151,7 +8169,6 @@ module Google
|
|
|
8151
8169
|
include Google::Apis::Core::Hashable
|
|
8152
8170
|
|
|
8153
8171
|
# Specifies the type of the disk.
|
|
8154
|
-
# This field must be set to SCRATCH.
|
|
8155
8172
|
# Corresponds to the JSON property `type`
|
|
8156
8173
|
# @return [String]
|
|
8157
8174
|
attr_accessor :type
|
|
@@ -14737,6 +14754,7 @@ module Google
|
|
|
14737
14754
|
# - regions/region/addresses/address-name
|
|
14738
14755
|
# - global/addresses/address-name
|
|
14739
14756
|
# - address-name
|
|
14757
|
+
# The IP address can only be set at creation. Once set, it cannot be updated.
|
|
14740
14758
|
# The forwarding rule's target or backendService,
|
|
14741
14759
|
# and in most cases, also the loadBalancingScheme, determine the
|
|
14742
14760
|
# type of IP address that you can use. For detailed information, see
|
|
@@ -14745,11 +14763,66 @@ module Google
|
|
|
14745
14763
|
# concepts#ip_address_specifications).
|
|
14746
14764
|
# When reading an IPAddress, the API always returns the IP
|
|
14747
14765
|
# address number.
|
|
14766
|
+
# When creating a global external Passthrough Network Load Balancer
|
|
14767
|
+
# forwarding rule (a parent forwarding rule), you must use theIPAddresses field,
|
|
14768
|
+
# but the Google Cloud generated child
|
|
14769
|
+
# forwarding rules set the IPAddress field instead. Refer to
|
|
14770
|
+
# theavailabilityGroup field for further details.
|
|
14748
14771
|
# Corresponds to the JSON property `IPAddress`
|
|
14749
14772
|
# @return [String]
|
|
14750
14773
|
attr_accessor :ip_address
|
|
14751
14774
|
|
|
14775
|
+
# IP addresses for which this forwarding rule accepts traffic. All IP
|
|
14776
|
+
# addresses must have the same IP version, IPv4 or IPv6. When a client sends
|
|
14777
|
+
# traffic that matches one of the specified IP addresses, protocol and ports,
|
|
14778
|
+
# the forwarding rule directs the traffic to the referencedbackendService. All
|
|
14779
|
+
# IP addresses are served by the same set of
|
|
14780
|
+
# backends, and they share the target capacities specified in the backend
|
|
14781
|
+
# service fairly.
|
|
14782
|
+
# Global external Passthrough Network Load Balancer requires two IP addresses
|
|
14783
|
+
# for each forwarding rule to provide high availability when both IP
|
|
14784
|
+
# addresses are used to serve client requests. The two IP addresses must come
|
|
14785
|
+
# from global IP pools that belong to two distinct Availability
|
|
14786
|
+
# Groups, represented by the
|
|
14787
|
+
# purposePASSTHROUGH_LOAD_BALANCER_AVAILABILITY_GROUP0
|
|
14788
|
+
# andPASSTHROUGH_LOAD_BALANCER_AVAILABILITY_GROUP1. TheIPAddresses field
|
|
14789
|
+
# specifies zero, one, or two IP addresses:
|
|
14790
|
+
#
|
|
14791
|
+
# - If omitted, Google Cloud assigns two ephemeral IP addresses, one from
|
|
14792
|
+
# each Availability Group.
|
|
14793
|
+
# - If you specify one IP address that references an existing static IP
|
|
14794
|
+
# address resource from one Availability Group, Google Cloud assigns an
|
|
14795
|
+
# ephemeral IP address from the other Availability Group.
|
|
14796
|
+
# - If you specify two IP addresses that reference existing static IP
|
|
14797
|
+
# address resources, they are required to be from different Availability
|
|
14798
|
+
# Groups.
|
|
14799
|
+
# For global external Passthrough Network Load Balancer, each IP address can be
|
|
14800
|
+
# one of the following:
|
|
14752
14801
|
#
|
|
14802
|
+
# - A static or ephemeral IPv4 address from a Google-owned IP pool.
|
|
14803
|
+
# - A static IPv4 address from a global public delegated prefix.
|
|
14804
|
+
# - A static or ephemeral IPv6 /96 prefix from a Google-owned IP pool.
|
|
14805
|
+
# For global external Passthrough Network Load Balancer, the two IP addresses
|
|
14806
|
+
# can be of different types. One IP address can be from a BYOIP prefix while
|
|
14807
|
+
# the other is from a Google-owned IP pool. One IP address can be static
|
|
14808
|
+
# while the other is ephemeral. However, both IP addresses must have the same
|
|
14809
|
+
# IP version, IPv4 or IPv6.
|
|
14810
|
+
# The IP addresses can only be set at creation and cannot be updated.
|
|
14811
|
+
# When creating a global external Passthrough Network Load Balancer
|
|
14812
|
+
# forwarding rule (a parent forwarding rule), you must use theIPAddresses field,
|
|
14813
|
+
# but the Google Cloud-generated child
|
|
14814
|
+
# forwarding rules set the IPAddress field instead. Refer to
|
|
14815
|
+
# theavailabilityGroup field for further details.
|
|
14816
|
+
# Refer to the IPAddress field for the formats that can be used
|
|
14817
|
+
# to specify IP addresses while creating a forwarding rule.
|
|
14818
|
+
# Because Passthrough Network Load Balancers do not terminate or translate
|
|
14819
|
+
# traffic, the backend stack types must be compatible with the forwarding
|
|
14820
|
+
# rule IP version:
|
|
14821
|
+
#
|
|
14822
|
+
# - If the forwarding rule IP version is IPv4, backends should be
|
|
14823
|
+
# configured as dual-stack or IPv4-only.
|
|
14824
|
+
# - If the forwarding rule IP version is IPv6, backends should be
|
|
14825
|
+
# configured as dual-stack or IPv6-only.
|
|
14753
14826
|
# Corresponds to the JSON property `IPAddresses`
|
|
14754
14827
|
# @return [Array<String>]
|
|
14755
14828
|
attr_accessor :ip_addresses
|
|
@@ -14810,17 +14883,43 @@ module Google
|
|
|
14810
14883
|
# @return [Array<Google::Apis::ComputeBeta::ForwardingRuleAttachedExtension>]
|
|
14811
14884
|
attr_accessor :attached_extensions
|
|
14812
14885
|
|
|
14813
|
-
# [Output Only] Specifies the availability group
|
|
14886
|
+
# Output only. [Output Only] Specifies the load balancing availability group,
|
|
14887
|
+
# one of the
|
|
14888
|
+
# two that collectively provide high availability.
|
|
14889
|
+
# Specifies the availability group of the forwarding rule. This
|
|
14814
14890
|
# field is for use by global external passthrough load balancers (load
|
|
14815
|
-
# balancing scheme EXTERNAL_PASSTHROUGH) and is set for the
|
|
14816
|
-
# rules only.
|
|
14891
|
+
# balancing scheme EXTERNAL_PASSTHROUGH) and is set for the
|
|
14892
|
+
# child forwarding rules only. The possible values are:
|
|
14893
|
+
#
|
|
14894
|
+
# - AVAILABILITY_GROUP0: Set for the child forwarding rule
|
|
14895
|
+
# that is programmed on the AVAILABILITY_GROUP0 load balancing
|
|
14896
|
+
# stack. The child forwarding rule has the same IP protocol, port, and
|
|
14897
|
+
# backend service settings as the parent forwarding rule, but has only one of
|
|
14898
|
+
# the two IP addresses of the parent forwarding rule, the one with the
|
|
14899
|
+
# purpose PASSTHROUGH_LOAD_BALANCER_AVAILABILITY_GROUP0.
|
|
14900
|
+
# - AVAILABILITY_GROUP1: Set for the child forwarding rule
|
|
14901
|
+
# that is programmed on the AVAILABILITY_GROUP1 load balancing
|
|
14902
|
+
# stack. The child forwarding rule has the same IP protocol, port and backend
|
|
14903
|
+
# service settings as the parent forwarding rule, but has only one of the two
|
|
14904
|
+
# IP addresses of the parent forwarding rule, the one with the
|
|
14905
|
+
# purposePASSTHROUGH_LOAD_BALANCER_AVAILABILITY_GROUP1.
|
|
14906
|
+
# For each global external Passthrough Network Load Balancer forwarding rule
|
|
14907
|
+
# (a parent forwarding rule) that you create, Google Cloud generates two
|
|
14908
|
+
# output-only child forwarding rules, one forAVAILABILITY_GROUP0 and one
|
|
14909
|
+
# forAVAILABILITY_GROUP1.
|
|
14817
14910
|
# Corresponds to the JSON property `availabilityGroup`
|
|
14818
14911
|
# @return [String]
|
|
14819
14912
|
attr_accessor :availability_group
|
|
14820
14913
|
|
|
14821
14914
|
# Identifies the backend service to which the forwarding rule sends traffic.
|
|
14822
|
-
#
|
|
14823
|
-
#
|
|
14915
|
+
# It is a required field for the following load balancers:
|
|
14916
|
+
#
|
|
14917
|
+
# - Internal passthrough Network Load Balancers
|
|
14918
|
+
# - Backend service-based regional external passthrough Network Load
|
|
14919
|
+
# Balancers
|
|
14920
|
+
# - Global external passthrough Network Load Balancers
|
|
14921
|
+
# It cannot be set by other load balancer types and protocol forwarding
|
|
14922
|
+
# rules.
|
|
14824
14923
|
# Corresponds to the JSON property `backendService`
|
|
14825
14924
|
# @return [String]
|
|
14826
14925
|
attr_accessor :backend_service
|
|
@@ -14836,12 +14935,14 @@ module Google
|
|
|
14836
14935
|
# @return [String]
|
|
14837
14936
|
attr_accessor :base_forwarding_rule
|
|
14838
14937
|
|
|
14839
|
-
# Output only. [Output Only]
|
|
14840
|
-
# global
|
|
14938
|
+
# Output only. [Output Only] The resource URLs for the child forwarding rules.
|
|
14939
|
+
# Applicable only to the parent forwarding rule of global
|
|
14841
14940
|
# external passthrough load balancers. This field contains the list of child
|
|
14842
14941
|
# forwarding rule URLs associated with the parent forwarding rule: one for
|
|
14843
14942
|
# each availability group. AVAILABILITY_GROUP0 will be the first element, and
|
|
14844
|
-
# AVAILABILITY_GROUP1 will be the second element.
|
|
14943
|
+
# AVAILABILITY_GROUP1 will be the second element. Refer to theavailabilityGroup
|
|
14944
|
+
# field for further details. It cannot be set
|
|
14945
|
+
# by any other forwarding rules.
|
|
14845
14946
|
# Corresponds to the JSON property `childForwardingRules`
|
|
14846
14947
|
# @return [Array<String>]
|
|
14847
14948
|
attr_accessor :child_forwarding_rules
|
|
@@ -14962,8 +15063,8 @@ module Google
|
|
|
14962
15063
|
attr_accessor :labels
|
|
14963
15064
|
|
|
14964
15065
|
# Specifies the forwarding rule type.
|
|
14965
|
-
# For more information
|
|
14966
|
-
# Forwarding rule
|
|
15066
|
+
# For more information, refer to
|
|
15067
|
+
# Forwarding rule product and scheme table.
|
|
14967
15068
|
# Corresponds to the JSON property `loadBalancingScheme`
|
|
14968
15069
|
# @return [String]
|
|
14969
15070
|
attr_accessor :load_balancing_scheme
|
|
@@ -15003,6 +15104,13 @@ module Google
|
|
|
15003
15104
|
# For Private Service Connect forwarding rules that forward traffic to Google
|
|
15004
15105
|
# APIs, the forwarding rule name must be a 1-20 characters string with
|
|
15005
15106
|
# lowercase letters and numbers and must start with a letter.
|
|
15107
|
+
# For global external Passthrough Network Load Balancer forwarding rules, the
|
|
15108
|
+
# forwarding rule name must be 1-43 characters long. For each global external
|
|
15109
|
+
# Passthrough Network Load Balancer forwarding rule (a parent forwarding
|
|
15110
|
+
# rule) that you create, Google Cloud generates two output-only child
|
|
15111
|
+
# forwarding rules that are named by concatenating the parent forwarding rule
|
|
15112
|
+
# name with the `-ag0` and `-ag1` suffixes, respectively. Refer to
|
|
15113
|
+
# theavailabilityGroup field for further details.
|
|
15006
15114
|
# Corresponds to the JSON property `name`
|
|
15007
15115
|
# @return [String]
|
|
15008
15116
|
attr_accessor :name
|
|
@@ -15039,8 +15147,8 @@ module Google
|
|
|
15039
15147
|
attr_accessor :no_automate_dns_zone
|
|
15040
15148
|
alias_method :no_automate_dns_zone?, :no_automate_dns_zone
|
|
15041
15149
|
|
|
15042
|
-
# Output only. [Output Only]
|
|
15043
|
-
# global external
|
|
15150
|
+
# Output only. [Output Only] The resource URL for the parent forwarding rule.
|
|
15151
|
+
# Applicable only to the child forwarding rules of global external
|
|
15044
15152
|
# passthrough load balancers. This field contains the URL of the parent
|
|
15045
15153
|
# forwarding rule.
|
|
15046
15154
|
# Corresponds to the JSON property `parentForwardingRule`
|
|
@@ -15062,7 +15170,9 @@ module Google
|
|
|
15062
15170
|
# - Some products have restrictions on what ports can be used. See
|
|
15063
15171
|
# port specifications for details.
|
|
15064
15172
|
# For external forwarding rules, two or more forwarding rules cannot use the
|
|
15065
|
-
# same [IPAddress, IPProtocol] pair
|
|
15173
|
+
# same [IPAddress, IPProtocol] pair (specified inIPAddress, IPAddresses,
|
|
15174
|
+
# IPProtocol
|
|
15175
|
+
# fields) if they have overlapping portRanges.
|
|
15066
15176
|
# For internal forwarding rules within the same VPC network, two or more
|
|
15067
15177
|
# forwarding rules cannot use the same [IPAddress, IPProtocol]
|
|
15068
15178
|
# pair, and cannot have overlapping portRanges.
|
|
@@ -15085,8 +15195,9 @@ module Google
|
|
|
15085
15195
|
# - You can specify a list of up to five ports by number, separated by
|
|
15086
15196
|
# commas. The ports can be contiguous or discontiguous.
|
|
15087
15197
|
# For external forwarding rules, two or more forwarding rules cannot use the
|
|
15088
|
-
# same [IPAddress, IPProtocol] pair
|
|
15089
|
-
#
|
|
15198
|
+
# same [IPAddress, IPProtocol] pair (specified inIPAddress, IPAddresses,
|
|
15199
|
+
# IPProtocol
|
|
15200
|
+
# fields) if they share at least one port number.
|
|
15090
15201
|
# For internal forwarding rules within the same VPC network, two or more
|
|
15091
15202
|
# forwarding rules cannot use the same [IPAddress, IPProtocol]
|
|
15092
15203
|
# pair if they share at least one port number.
|
|
@@ -15194,6 +15305,13 @@ module Google
|
|
|
15194
15305
|
# - For Private Service Connect forwarding rules that forward traffic to
|
|
15195
15306
|
# managed services, the target must be a service attachment. The target is not
|
|
15196
15307
|
# mutable once set as a service attachment.
|
|
15308
|
+
# The following load balancers cannot set the target field (they should set the
|
|
15309
|
+
# backendService field instead):
|
|
15310
|
+
#
|
|
15311
|
+
# - Internal passthrough Network Load Balancers
|
|
15312
|
+
# - Backend service-based regional external passthrough Network Load
|
|
15313
|
+
# Balancers
|
|
15314
|
+
# - Global external passthrough Network Load Balancers
|
|
15197
15315
|
# Corresponds to the JSON property `target`
|
|
15198
15316
|
# @return [String]
|
|
15199
15317
|
attr_accessor :target
|
|
@@ -15819,6 +15937,13 @@ module Google
|
|
|
15819
15937
|
# @return [String]
|
|
15820
15938
|
attr_accessor :reservation_name
|
|
15821
15939
|
|
|
15940
|
+
# Name of the resource intended to be delivered. Name should conform to
|
|
15941
|
+
# RFC1035. This will be the name of storage pool or Exapool for persistent
|
|
15942
|
+
# disk FRs.
|
|
15943
|
+
# Corresponds to the JSON property `resourceName`
|
|
15944
|
+
# @return [String]
|
|
15945
|
+
attr_accessor :resource_name
|
|
15946
|
+
|
|
15822
15947
|
# Maintenance information for this reservation
|
|
15823
15948
|
# Corresponds to the JSON property `schedulingType`
|
|
15824
15949
|
# @return [String]
|
|
@@ -15860,6 +15985,11 @@ module Google
|
|
|
15860
15985
|
# @return [Google::Apis::ComputeBeta::FutureReservationStatus]
|
|
15861
15986
|
attr_accessor :status
|
|
15862
15987
|
|
|
15988
|
+
# Storage pool properties for the future reservation.
|
|
15989
|
+
# Corresponds to the JSON property `storagePoolProperties`
|
|
15990
|
+
# @return [Google::Apis::ComputeBeta::FutureReservationStoragePoolProperties]
|
|
15991
|
+
attr_accessor :storage_pool_properties
|
|
15992
|
+
|
|
15863
15993
|
# Time window for this Future Reservation.
|
|
15864
15994
|
# Corresponds to the JSON property `timeWindow`
|
|
15865
15995
|
# @return [Google::Apis::ComputeBeta::FutureReservationTimeWindow]
|
|
@@ -15897,6 +16027,7 @@ module Google
|
|
|
15897
16027
|
@protection_tier = args[:protection_tier] if args.key?(:protection_tier)
|
|
15898
16028
|
@reservation_mode = args[:reservation_mode] if args.key?(:reservation_mode)
|
|
15899
16029
|
@reservation_name = args[:reservation_name] if args.key?(:reservation_name)
|
|
16030
|
+
@resource_name = args[:resource_name] if args.key?(:resource_name)
|
|
15900
16031
|
@scheduling_type = args[:scheduling_type] if args.key?(:scheduling_type)
|
|
15901
16032
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
15902
16033
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
|
@@ -15904,6 +16035,7 @@ module Google
|
|
|
15904
16035
|
@specific_reservation_required = args[:specific_reservation_required] if args.key?(:specific_reservation_required)
|
|
15905
16036
|
@specific_sku_properties = args[:specific_sku_properties] if args.key?(:specific_sku_properties)
|
|
15906
16037
|
@status = args[:status] if args.key?(:status)
|
|
16038
|
+
@storage_pool_properties = args[:storage_pool_properties] if args.key?(:storage_pool_properties)
|
|
15907
16039
|
@time_window = args[:time_window] if args.key?(:time_window)
|
|
15908
16040
|
@zone = args[:zone] if args.key?(:zone)
|
|
15909
16041
|
end
|
|
@@ -16019,6 +16151,11 @@ module Google
|
|
|
16019
16151
|
# @return [Array<String>]
|
|
16020
16152
|
attr_accessor :auto_created_reservations
|
|
16021
16153
|
|
|
16154
|
+
# Exapool provisioned capacities for each SKU type
|
|
16155
|
+
# Corresponds to the JSON property `exapoolProvisionedCapacityGb`
|
|
16156
|
+
# @return [Google::Apis::ComputeBeta::StoragePoolExapoolProvisionedCapacityGb]
|
|
16157
|
+
attr_accessor :exapool_provisioned_capacity_gb
|
|
16158
|
+
|
|
16022
16159
|
# [Output Only] Represents the existing matching usage for the future
|
|
16023
16160
|
# reservation.
|
|
16024
16161
|
# Corresponds to the JSON property `existingMatchingUsageInfo`
|
|
@@ -16058,6 +16195,11 @@ module Google
|
|
|
16058
16195
|
# @return [Google::Apis::ComputeBeta::FutureReservationStatusSpecificSkuProperties]
|
|
16059
16196
|
attr_accessor :specific_sku_properties
|
|
16060
16197
|
|
|
16198
|
+
# Storage pool provisioned capacities for each SKU type.
|
|
16199
|
+
# Corresponds to the JSON property `storagePoolProvisionedCapacity`
|
|
16200
|
+
# @return [Google::Apis::ComputeBeta::FutureReservationStoragePoolProvisionedCapacity]
|
|
16201
|
+
attr_accessor :storage_pool_provisioned_capacity
|
|
16202
|
+
|
|
16061
16203
|
def initialize(**args)
|
|
16062
16204
|
update!(**args)
|
|
16063
16205
|
end
|
|
@@ -16066,12 +16208,14 @@ module Google
|
|
|
16066
16208
|
def update!(**args)
|
|
16067
16209
|
@amendment_status = args[:amendment_status] if args.key?(:amendment_status)
|
|
16068
16210
|
@auto_created_reservations = args[:auto_created_reservations] if args.key?(:auto_created_reservations)
|
|
16211
|
+
@exapool_provisioned_capacity_gb = args[:exapool_provisioned_capacity_gb] if args.key?(:exapool_provisioned_capacity_gb)
|
|
16069
16212
|
@existing_matching_usage_info = args[:existing_matching_usage_info] if args.key?(:existing_matching_usage_info)
|
|
16070
16213
|
@fulfilled_count = args[:fulfilled_count] if args.key?(:fulfilled_count)
|
|
16071
16214
|
@last_known_good_state = args[:last_known_good_state] if args.key?(:last_known_good_state)
|
|
16072
16215
|
@lock_time = args[:lock_time] if args.key?(:lock_time)
|
|
16073
16216
|
@procurement_status = args[:procurement_status] if args.key?(:procurement_status)
|
|
16074
16217
|
@specific_sku_properties = args[:specific_sku_properties] if args.key?(:specific_sku_properties)
|
|
16218
|
+
@storage_pool_provisioned_capacity = args[:storage_pool_provisioned_capacity] if args.key?(:storage_pool_provisioned_capacity)
|
|
16075
16219
|
end
|
|
16076
16220
|
end
|
|
16077
16221
|
|
|
@@ -16210,6 +16354,70 @@ module Google
|
|
|
16210
16354
|
end
|
|
16211
16355
|
end
|
|
16212
16356
|
|
|
16357
|
+
# Storage pool properties for the future reservation.
|
|
16358
|
+
class FutureReservationStoragePoolProperties
|
|
16359
|
+
include Google::Apis::Core::Hashable
|
|
16360
|
+
|
|
16361
|
+
# Exapool provisioned capacities for each SKU type
|
|
16362
|
+
# Corresponds to the JSON property `requestedExapoolProvisionedCapacityGb`
|
|
16363
|
+
# @return [Google::Apis::ComputeBeta::StoragePoolExapoolProvisionedCapacityGb]
|
|
16364
|
+
attr_accessor :requested_exapool_provisioned_capacity_gb
|
|
16365
|
+
|
|
16366
|
+
# Storage pool provisioned capacities for each SKU type.
|
|
16367
|
+
# Corresponds to the JSON property `requestedStoragePoolProvisionedCapacity`
|
|
16368
|
+
# @return [Google::Apis::ComputeBeta::FutureReservationStoragePoolProvisionedCapacity]
|
|
16369
|
+
attr_accessor :requested_storage_pool_provisioned_capacity
|
|
16370
|
+
|
|
16371
|
+
# Type of the storage pool.
|
|
16372
|
+
# Corresponds to the JSON property `storagePoolType`
|
|
16373
|
+
# @return [String]
|
|
16374
|
+
attr_accessor :storage_pool_type
|
|
16375
|
+
|
|
16376
|
+
def initialize(**args)
|
|
16377
|
+
update!(**args)
|
|
16378
|
+
end
|
|
16379
|
+
|
|
16380
|
+
# Update properties of this object
|
|
16381
|
+
def update!(**args)
|
|
16382
|
+
@requested_exapool_provisioned_capacity_gb = args[:requested_exapool_provisioned_capacity_gb] if args.key?(:requested_exapool_provisioned_capacity_gb)
|
|
16383
|
+
@requested_storage_pool_provisioned_capacity = args[:requested_storage_pool_provisioned_capacity] if args.key?(:requested_storage_pool_provisioned_capacity)
|
|
16384
|
+
@storage_pool_type = args[:storage_pool_type] if args.key?(:storage_pool_type)
|
|
16385
|
+
end
|
|
16386
|
+
end
|
|
16387
|
+
|
|
16388
|
+
# Storage pool provisioned capacities for each SKU type.
|
|
16389
|
+
class FutureReservationStoragePoolProvisionedCapacity
|
|
16390
|
+
include Google::Apis::Core::Hashable
|
|
16391
|
+
|
|
16392
|
+
# Size of the storage pool in GiB.
|
|
16393
|
+
# Corresponds to the JSON property `poolProvisionedCapacityGb`
|
|
16394
|
+
# @return [Fixnum]
|
|
16395
|
+
attr_accessor :pool_provisioned_capacity_gb
|
|
16396
|
+
|
|
16397
|
+
# Provisioned IOPS of the storage pool. Only relevant if the storage pool
|
|
16398
|
+
# type is hyperdisk-balanced.
|
|
16399
|
+
# Corresponds to the JSON property `poolProvisionedIops`
|
|
16400
|
+
# @return [Fixnum]
|
|
16401
|
+
attr_accessor :pool_provisioned_iops
|
|
16402
|
+
|
|
16403
|
+
# Provisioned throughput of the storage pool in MiB/s. Only relevant if
|
|
16404
|
+
# the storage pool type is hyperdisk-balanced or hyperdisk-throughput.
|
|
16405
|
+
# Corresponds to the JSON property `poolProvisionedThroughput`
|
|
16406
|
+
# @return [Fixnum]
|
|
16407
|
+
attr_accessor :pool_provisioned_throughput
|
|
16408
|
+
|
|
16409
|
+
def initialize(**args)
|
|
16410
|
+
update!(**args)
|
|
16411
|
+
end
|
|
16412
|
+
|
|
16413
|
+
# Update properties of this object
|
|
16414
|
+
def update!(**args)
|
|
16415
|
+
@pool_provisioned_capacity_gb = args[:pool_provisioned_capacity_gb] if args.key?(:pool_provisioned_capacity_gb)
|
|
16416
|
+
@pool_provisioned_iops = args[:pool_provisioned_iops] if args.key?(:pool_provisioned_iops)
|
|
16417
|
+
@pool_provisioned_throughput = args[:pool_provisioned_throughput] if args.key?(:pool_provisioned_throughput)
|
|
16418
|
+
end
|
|
16419
|
+
end
|
|
16420
|
+
|
|
16213
16421
|
#
|
|
16214
16422
|
class FutureReservationTimeWindow
|
|
16215
16423
|
include Google::Apis::Core::Hashable
|
|
@@ -23782,6 +23990,12 @@ module Google
|
|
|
23782
23990
|
# @return [Array<String>]
|
|
23783
23991
|
attr_accessor :machine_types
|
|
23784
23992
|
|
|
23993
|
+
# Name of the minimum CPU platform to be used by this instance selection.
|
|
23994
|
+
# e.g. 'Intel Ice Lake'.
|
|
23995
|
+
# Corresponds to the JSON property `minCpuPlatform`
|
|
23996
|
+
# @return [String]
|
|
23997
|
+
attr_accessor :min_cpu_platform
|
|
23998
|
+
|
|
23785
23999
|
# Rank when prioritizing the shape flexibilities.
|
|
23786
24000
|
# The instance selections with rank are considered
|
|
23787
24001
|
# first, in the ascending order of the rank.
|
|
@@ -23798,6 +24012,7 @@ module Google
|
|
|
23798
24012
|
def update!(**args)
|
|
23799
24013
|
@disks = args[:disks] if args.key?(:disks)
|
|
23800
24014
|
@machine_types = args[:machine_types] if args.key?(:machine_types)
|
|
24015
|
+
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
|
23801
24016
|
@rank = args[:rank] if args.key?(:rank)
|
|
23802
24017
|
end
|
|
23803
24018
|
end
|
|
@@ -37469,6 +37684,189 @@ module Google
|
|
|
37469
37684
|
end
|
|
37470
37685
|
end
|
|
37471
37686
|
|
|
37687
|
+
# Represents a ManagedRuleset resource.
|
|
37688
|
+
# Managed internally by Cloud Armor CLH for Managed Rules features.
|
|
37689
|
+
# Customers can only view these resources to modify their Security Policies.
|
|
37690
|
+
# For more information, see
|
|
37691
|
+
# https://cloud.google.com/armor/docs/.
|
|
37692
|
+
class ManagedRuleset
|
|
37693
|
+
include Google::Apis::Core::Hashable
|
|
37694
|
+
|
|
37695
|
+
# Output only. [Output Only] The change log for this managed ruleset.
|
|
37696
|
+
# Corresponds to the JSON property `changeLog`
|
|
37697
|
+
# @return [String]
|
|
37698
|
+
attr_accessor :change_log
|
|
37699
|
+
|
|
37700
|
+
# Output only. [Output Only] Creation timestamp in RFC3339 text format.
|
|
37701
|
+
# Corresponds to the JSON property `creationTimestamp`
|
|
37702
|
+
# @return [String]
|
|
37703
|
+
attr_accessor :creation_timestamp
|
|
37704
|
+
|
|
37705
|
+
# [Output Only] An optional description of this resource.
|
|
37706
|
+
# Corresponds to the JSON property `description`
|
|
37707
|
+
# @return [String]
|
|
37708
|
+
attr_accessor :description
|
|
37709
|
+
|
|
37710
|
+
# Output only. [Output Only] The unique identifier for the resource. This
|
|
37711
|
+
# identifier is
|
|
37712
|
+
# defined by the server.
|
|
37713
|
+
# Corresponds to the JSON property `id`
|
|
37714
|
+
# @return [Fixnum]
|
|
37715
|
+
attr_accessor :id
|
|
37716
|
+
|
|
37717
|
+
# Name of the resource. Generated internally when the resource is created.
|
|
37718
|
+
# The name must be 1-63 characters long, and comply withRFC1035.
|
|
37719
|
+
# Specifically, the name must be 1-63 characters long and match the regular
|
|
37720
|
+
# expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
|
|
37721
|
+
# character must be a lowercase letter, and all following characters must
|
|
37722
|
+
# be a dash, lowercase letter, or digit, except the last character, which
|
|
37723
|
+
# cannot be a dash.
|
|
37724
|
+
# Corresponds to the JSON property `name`
|
|
37725
|
+
# @return [String]
|
|
37726
|
+
attr_accessor :name
|
|
37727
|
+
|
|
37728
|
+
# Output only. [Output Only] The list of managed rule IDs that are included in
|
|
37729
|
+
# this managed ruleset.
|
|
37730
|
+
# Corresponds to the JSON property `ruleIds`
|
|
37731
|
+
# @return [Array<String>]
|
|
37732
|
+
attr_accessor :rule_ids
|
|
37733
|
+
|
|
37734
|
+
# Output only. [Output Only] The managed ruleset identifier that can be
|
|
37735
|
+
# configured in
|
|
37736
|
+
# Security Policy rules.
|
|
37737
|
+
# Corresponds to the JSON property `rulesetId`
|
|
37738
|
+
# @return [String]
|
|
37739
|
+
attr_accessor :ruleset_id
|
|
37740
|
+
|
|
37741
|
+
# Output only. [Output Only] Server-defined URL for the resource.
|
|
37742
|
+
# Corresponds to the JSON property `selfLink`
|
|
37743
|
+
# @return [String]
|
|
37744
|
+
attr_accessor :self_link
|
|
37745
|
+
|
|
37746
|
+
def initialize(**args)
|
|
37747
|
+
update!(**args)
|
|
37748
|
+
end
|
|
37749
|
+
|
|
37750
|
+
# Update properties of this object
|
|
37751
|
+
def update!(**args)
|
|
37752
|
+
@change_log = args[:change_log] if args.key?(:change_log)
|
|
37753
|
+
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
|
37754
|
+
@description = args[:description] if args.key?(:description)
|
|
37755
|
+
@id = args[:id] if args.key?(:id)
|
|
37756
|
+
@name = args[:name] if args.key?(:name)
|
|
37757
|
+
@rule_ids = args[:rule_ids] if args.key?(:rule_ids)
|
|
37758
|
+
@ruleset_id = args[:ruleset_id] if args.key?(:ruleset_id)
|
|
37759
|
+
@self_link = args[:self_link] if args.key?(:self_link)
|
|
37760
|
+
end
|
|
37761
|
+
end
|
|
37762
|
+
|
|
37763
|
+
#
|
|
37764
|
+
class ManagedRulesetList
|
|
37765
|
+
include Google::Apis::Core::Hashable
|
|
37766
|
+
|
|
37767
|
+
#
|
|
37768
|
+
# Corresponds to the JSON property `id`
|
|
37769
|
+
# @return [String]
|
|
37770
|
+
attr_accessor :id
|
|
37771
|
+
|
|
37772
|
+
#
|
|
37773
|
+
# Corresponds to the JSON property `items`
|
|
37774
|
+
# @return [Array<Google::Apis::ComputeBeta::ManagedRuleset>]
|
|
37775
|
+
attr_accessor :items
|
|
37776
|
+
|
|
37777
|
+
#
|
|
37778
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
37779
|
+
# @return [String]
|
|
37780
|
+
attr_accessor :next_page_token
|
|
37781
|
+
|
|
37782
|
+
#
|
|
37783
|
+
# Corresponds to the JSON property `warning`
|
|
37784
|
+
# @return [Google::Apis::ComputeBeta::ManagedRulesetList::Warning]
|
|
37785
|
+
attr_accessor :warning
|
|
37786
|
+
|
|
37787
|
+
def initialize(**args)
|
|
37788
|
+
update!(**args)
|
|
37789
|
+
end
|
|
37790
|
+
|
|
37791
|
+
# Update properties of this object
|
|
37792
|
+
def update!(**args)
|
|
37793
|
+
@id = args[:id] if args.key?(:id)
|
|
37794
|
+
@items = args[:items] if args.key?(:items)
|
|
37795
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
37796
|
+
@warning = args[:warning] if args.key?(:warning)
|
|
37797
|
+
end
|
|
37798
|
+
|
|
37799
|
+
#
|
|
37800
|
+
class Warning
|
|
37801
|
+
include Google::Apis::Core::Hashable
|
|
37802
|
+
|
|
37803
|
+
# [Output Only] A warning code, if applicable. For example, Compute
|
|
37804
|
+
# Engine returns NO_RESULTS_ON_PAGE if there
|
|
37805
|
+
# are no results in the response.
|
|
37806
|
+
# Corresponds to the JSON property `code`
|
|
37807
|
+
# @return [String]
|
|
37808
|
+
attr_accessor :code
|
|
37809
|
+
|
|
37810
|
+
# [Output Only] Metadata about this warning in key:
|
|
37811
|
+
# value format. For example:
|
|
37812
|
+
# "data": [
|
|
37813
|
+
# `
|
|
37814
|
+
# "key": "scope",
|
|
37815
|
+
# "value": "zones/us-east1-d"
|
|
37816
|
+
# `]
|
|
37817
|
+
# Corresponds to the JSON property `data`
|
|
37818
|
+
# @return [Array<Google::Apis::ComputeBeta::ManagedRulesetList::Warning::Datum>]
|
|
37819
|
+
attr_accessor :data
|
|
37820
|
+
|
|
37821
|
+
# [Output Only] A human-readable description of the warning code.
|
|
37822
|
+
# Corresponds to the JSON property `message`
|
|
37823
|
+
# @return [String]
|
|
37824
|
+
attr_accessor :message
|
|
37825
|
+
|
|
37826
|
+
def initialize(**args)
|
|
37827
|
+
update!(**args)
|
|
37828
|
+
end
|
|
37829
|
+
|
|
37830
|
+
# Update properties of this object
|
|
37831
|
+
def update!(**args)
|
|
37832
|
+
@code = args[:code] if args.key?(:code)
|
|
37833
|
+
@data = args[:data] if args.key?(:data)
|
|
37834
|
+
@message = args[:message] if args.key?(:message)
|
|
37835
|
+
end
|
|
37836
|
+
|
|
37837
|
+
#
|
|
37838
|
+
class Datum
|
|
37839
|
+
include Google::Apis::Core::Hashable
|
|
37840
|
+
|
|
37841
|
+
# [Output Only] A key that provides more detail on the warning being
|
|
37842
|
+
# returned. For example, for warnings where there are no results in a list
|
|
37843
|
+
# request for a particular zone, this key might be scope and
|
|
37844
|
+
# the key value might be the zone name. Other examples might be a key
|
|
37845
|
+
# indicating a deprecated resource and a suggested replacement, or a
|
|
37846
|
+
# warning about invalid network settings (for example, if an instance
|
|
37847
|
+
# attempts to perform IP forwarding but is not enabled for IP forwarding).
|
|
37848
|
+
# Corresponds to the JSON property `key`
|
|
37849
|
+
# @return [String]
|
|
37850
|
+
attr_accessor :key
|
|
37851
|
+
|
|
37852
|
+
# [Output Only] A warning data value corresponding to the key.
|
|
37853
|
+
# Corresponds to the JSON property `value`
|
|
37854
|
+
# @return [String]
|
|
37855
|
+
attr_accessor :value
|
|
37856
|
+
|
|
37857
|
+
def initialize(**args)
|
|
37858
|
+
update!(**args)
|
|
37859
|
+
end
|
|
37860
|
+
|
|
37861
|
+
# Update properties of this object
|
|
37862
|
+
def update!(**args)
|
|
37863
|
+
@key = args[:key] if args.key?(:key)
|
|
37864
|
+
@value = args[:value] if args.key?(:value)
|
|
37865
|
+
end
|
|
37866
|
+
end
|
|
37867
|
+
end
|
|
37868
|
+
end
|
|
37869
|
+
|
|
37472
37870
|
# A metadata key/value entry.
|
|
37473
37871
|
class Metadata
|
|
37474
37872
|
include Google::Apis::Core::Hashable
|
|
@@ -49581,7 +49979,7 @@ module Google
|
|
|
49581
49979
|
class RegexRewrite
|
|
49582
49980
|
include Google::Apis::Core::Hashable
|
|
49583
49981
|
|
|
49584
|
-
# The regular expression used to match against the URL path.
|
|
49982
|
+
# Required. The regular expression used to match against the URL path.
|
|
49585
49983
|
# It uses RE2 syntax with the following constraints:
|
|
49586
49984
|
#
|
|
49587
49985
|
#
|
|
@@ -49609,7 +50007,8 @@ module Google
|
|
|
49609
50007
|
# @return [String]
|
|
49610
50008
|
attr_accessor :path_pattern
|
|
49611
50009
|
|
|
49612
|
-
# Required when path pattern is specified. Used to rewrite matching
|
|
50010
|
+
# Required. Required when path pattern is specified. Used to rewrite matching
|
|
50011
|
+
# parts of
|
|
49613
50012
|
# the path.
|
|
49614
50013
|
# Corresponds to the JSON property `pathSubstitution`
|
|
49615
50014
|
# @return [String]
|
|
@@ -70347,7 +70746,8 @@ module Google
|
|
|
70347
70746
|
# The server-defined URL for the resource. This field is applicable only when
|
|
70348
70747
|
# the containing target pool is serving a forwarding rule as the primary
|
|
70349
70748
|
# pool, and its failoverRatio field is properly set to a value
|
|
70350
|
-
# between [0, 1].
|
|
70749
|
+
# between [0, 1].
|
|
70750
|
+
# backupPool and failoverRatio together define
|
|
70351
70751
|
# the fallback behavior of the primary target pool: if the ratio of the
|
|
70352
70752
|
# healthy instances in the primary pool is at or belowfailoverRatio, traffic
|
|
70353
70753
|
# arriving at the load-balanced
|
|
@@ -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.146.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260807"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1846,6 +1846,18 @@ module Google
|
|
|
1846
1846
|
include Google::Apis::Core::JsonObjectSupport
|
|
1847
1847
|
end
|
|
1848
1848
|
|
|
1849
|
+
class FutureReservationStoragePoolProperties
|
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1851
|
+
|
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1853
|
+
end
|
|
1854
|
+
|
|
1855
|
+
class FutureReservationStoragePoolProvisionedCapacity
|
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1857
|
+
|
|
1858
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1859
|
+
end
|
|
1860
|
+
|
|
1849
1861
|
class FutureReservationTimeWindow
|
|
1850
1862
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1851
1863
|
|
|
@@ -4534,6 +4546,30 @@ module Google
|
|
|
4534
4546
|
include Google::Apis::Core::JsonObjectSupport
|
|
4535
4547
|
end
|
|
4536
4548
|
|
|
4549
|
+
class ManagedRuleset
|
|
4550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4551
|
+
|
|
4552
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4553
|
+
end
|
|
4554
|
+
|
|
4555
|
+
class ManagedRulesetList
|
|
4556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4557
|
+
|
|
4558
|
+
class Warning
|
|
4559
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4560
|
+
|
|
4561
|
+
class Datum
|
|
4562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4563
|
+
|
|
4564
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4565
|
+
end
|
|
4566
|
+
|
|
4567
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4568
|
+
end
|
|
4569
|
+
|
|
4570
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4571
|
+
end
|
|
4572
|
+
|
|
4537
4573
|
class Metadata
|
|
4538
4574
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4539
4575
|
|
|
@@ -13043,6 +13079,7 @@ module Google
|
|
|
13043
13079
|
property :protection_tier, as: 'protectionTier'
|
|
13044
13080
|
property :reservation_mode, as: 'reservationMode'
|
|
13045
13081
|
property :reservation_name, as: 'reservationName'
|
|
13082
|
+
property :resource_name, as: 'resourceName'
|
|
13046
13083
|
property :scheduling_type, as: 'schedulingType'
|
|
13047
13084
|
property :self_link, as: 'selfLink'
|
|
13048
13085
|
property :self_link_with_id, as: 'selfLinkWithId'
|
|
@@ -13053,6 +13090,8 @@ module Google
|
|
|
13053
13090
|
|
|
13054
13091
|
property :status, as: 'status', class: Google::Apis::ComputeBeta::FutureReservationStatus, decorator: Google::Apis::ComputeBeta::FutureReservationStatus::Representation
|
|
13055
13092
|
|
|
13093
|
+
property :storage_pool_properties, as: 'storagePoolProperties', class: Google::Apis::ComputeBeta::FutureReservationStoragePoolProperties, decorator: Google::Apis::ComputeBeta::FutureReservationStoragePoolProperties::Representation
|
|
13094
|
+
|
|
13056
13095
|
property :time_window, as: 'timeWindow', class: Google::Apis::ComputeBeta::FutureReservationTimeWindow, decorator: Google::Apis::ComputeBeta::FutureReservationTimeWindow::Representation
|
|
13057
13096
|
|
|
13058
13097
|
property :zone, as: 'zone'
|
|
@@ -13090,6 +13129,8 @@ module Google
|
|
|
13090
13129
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13091
13130
|
property :amendment_status, as: 'amendmentStatus'
|
|
13092
13131
|
collection :auto_created_reservations, as: 'autoCreatedReservations'
|
|
13132
|
+
property :exapool_provisioned_capacity_gb, as: 'exapoolProvisionedCapacityGb', class: Google::Apis::ComputeBeta::StoragePoolExapoolProvisionedCapacityGb, decorator: Google::Apis::ComputeBeta::StoragePoolExapoolProvisionedCapacityGb::Representation
|
|
13133
|
+
|
|
13093
13134
|
property :existing_matching_usage_info, as: 'existingMatchingUsageInfo', class: Google::Apis::ComputeBeta::FutureReservationStatusExistingMatchingUsageInfo, decorator: Google::Apis::ComputeBeta::FutureReservationStatusExistingMatchingUsageInfo::Representation
|
|
13094
13135
|
|
|
13095
13136
|
property :fulfilled_count, :numeric_string => true, as: 'fulfilledCount'
|
|
@@ -13099,6 +13140,8 @@ module Google
|
|
|
13099
13140
|
property :procurement_status, as: 'procurementStatus'
|
|
13100
13141
|
property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeBeta::FutureReservationStatusSpecificSkuProperties, decorator: Google::Apis::ComputeBeta::FutureReservationStatusSpecificSkuProperties::Representation
|
|
13101
13142
|
|
|
13143
|
+
property :storage_pool_provisioned_capacity, as: 'storagePoolProvisionedCapacity', class: Google::Apis::ComputeBeta::FutureReservationStoragePoolProvisionedCapacity, decorator: Google::Apis::ComputeBeta::FutureReservationStoragePoolProvisionedCapacity::Representation
|
|
13144
|
+
|
|
13102
13145
|
end
|
|
13103
13146
|
end
|
|
13104
13147
|
|
|
@@ -13143,6 +13186,26 @@ module Google
|
|
|
13143
13186
|
end
|
|
13144
13187
|
end
|
|
13145
13188
|
|
|
13189
|
+
class FutureReservationStoragePoolProperties
|
|
13190
|
+
# @private
|
|
13191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13192
|
+
property :requested_exapool_provisioned_capacity_gb, as: 'requestedExapoolProvisionedCapacityGb', class: Google::Apis::ComputeBeta::StoragePoolExapoolProvisionedCapacityGb, decorator: Google::Apis::ComputeBeta::StoragePoolExapoolProvisionedCapacityGb::Representation
|
|
13193
|
+
|
|
13194
|
+
property :requested_storage_pool_provisioned_capacity, as: 'requestedStoragePoolProvisionedCapacity', class: Google::Apis::ComputeBeta::FutureReservationStoragePoolProvisionedCapacity, decorator: Google::Apis::ComputeBeta::FutureReservationStoragePoolProvisionedCapacity::Representation
|
|
13195
|
+
|
|
13196
|
+
property :storage_pool_type, as: 'storagePoolType'
|
|
13197
|
+
end
|
|
13198
|
+
end
|
|
13199
|
+
|
|
13200
|
+
class FutureReservationStoragePoolProvisionedCapacity
|
|
13201
|
+
# @private
|
|
13202
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13203
|
+
property :pool_provisioned_capacity_gb, :numeric_string => true, as: 'poolProvisionedCapacityGb'
|
|
13204
|
+
property :pool_provisioned_iops, :numeric_string => true, as: 'poolProvisionedIops'
|
|
13205
|
+
property :pool_provisioned_throughput, :numeric_string => true, as: 'poolProvisionedThroughput'
|
|
13206
|
+
end
|
|
13207
|
+
end
|
|
13208
|
+
|
|
13146
13209
|
class FutureReservationTimeWindow
|
|
13147
13210
|
# @private
|
|
13148
13211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14847,6 +14910,7 @@ module Google
|
|
|
14847
14910
|
collection :disks, as: 'disks', class: Google::Apis::ComputeBeta::AttachedDisk, decorator: Google::Apis::ComputeBeta::AttachedDisk::Representation
|
|
14848
14911
|
|
|
14849
14912
|
collection :machine_types, as: 'machineTypes'
|
|
14913
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
14850
14914
|
property :rank, :numeric_string => true, as: 'rank'
|
|
14851
14915
|
end
|
|
14852
14916
|
end
|
|
@@ -18169,6 +18233,50 @@ module Google
|
|
|
18169
18233
|
end
|
|
18170
18234
|
end
|
|
18171
18235
|
|
|
18236
|
+
class ManagedRuleset
|
|
18237
|
+
# @private
|
|
18238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18239
|
+
property :change_log, as: 'changeLog'
|
|
18240
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
18241
|
+
property :description, as: 'description'
|
|
18242
|
+
property :id, :numeric_string => true, as: 'id'
|
|
18243
|
+
property :name, as: 'name'
|
|
18244
|
+
collection :rule_ids, as: 'ruleIds'
|
|
18245
|
+
property :ruleset_id, as: 'rulesetId'
|
|
18246
|
+
property :self_link, as: 'selfLink'
|
|
18247
|
+
end
|
|
18248
|
+
end
|
|
18249
|
+
|
|
18250
|
+
class ManagedRulesetList
|
|
18251
|
+
# @private
|
|
18252
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18253
|
+
property :id, as: 'id'
|
|
18254
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::ManagedRuleset, decorator: Google::Apis::ComputeBeta::ManagedRuleset::Representation
|
|
18255
|
+
|
|
18256
|
+
property :next_page_token, as: 'nextPageToken'
|
|
18257
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::ManagedRulesetList::Warning, decorator: Google::Apis::ComputeBeta::ManagedRulesetList::Warning::Representation
|
|
18258
|
+
|
|
18259
|
+
end
|
|
18260
|
+
|
|
18261
|
+
class Warning
|
|
18262
|
+
# @private
|
|
18263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18264
|
+
property :code, as: 'code'
|
|
18265
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::ManagedRulesetList::Warning::Datum, decorator: Google::Apis::ComputeBeta::ManagedRulesetList::Warning::Datum::Representation
|
|
18266
|
+
|
|
18267
|
+
property :message, as: 'message'
|
|
18268
|
+
end
|
|
18269
|
+
|
|
18270
|
+
class Datum
|
|
18271
|
+
# @private
|
|
18272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18273
|
+
property :key, as: 'key'
|
|
18274
|
+
property :value, as: 'value'
|
|
18275
|
+
end
|
|
18276
|
+
end
|
|
18277
|
+
end
|
|
18278
|
+
end
|
|
18279
|
+
|
|
18172
18280
|
class Metadata
|
|
18173
18281
|
# @private
|
|
18174
18282
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -24808,6 +24808,156 @@ module Google
|
|
|
24808
24808
|
execute_or_queue_command(command, &block)
|
|
24809
24809
|
end
|
|
24810
24810
|
|
|
24811
|
+
# Gets the details for the specified managed ruleset name.
|
|
24812
|
+
# @param [String] project
|
|
24813
|
+
# Project ID for this request.
|
|
24814
|
+
# @param [String] managed_ruleset
|
|
24815
|
+
# Name of the managed ruleset to return.
|
|
24816
|
+
# @param [String] fields
|
|
24817
|
+
# Selector specifying which fields to include in a partial response.
|
|
24818
|
+
# @param [String] quota_user
|
|
24819
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
24820
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
24821
|
+
# @param [String] user_ip
|
|
24822
|
+
# Legacy name for parameter that has been superseded by `quotaUser`.
|
|
24823
|
+
# @param [Google::Apis::RequestOptions] options
|
|
24824
|
+
# Request-specific options
|
|
24825
|
+
#
|
|
24826
|
+
# @yield [result, err] Result & error if block supplied
|
|
24827
|
+
# @yieldparam result [Google::Apis::ComputeBeta::ManagedRuleset] parsed result object
|
|
24828
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
24829
|
+
#
|
|
24830
|
+
# @return [Google::Apis::ComputeBeta::ManagedRuleset]
|
|
24831
|
+
#
|
|
24832
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
24833
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
24834
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
24835
|
+
def get_managed_ruleset(project, managed_ruleset, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
24836
|
+
command = make_simple_command(:get, 'projects/{project}/global/managedRulesets/{managedRuleset}', options)
|
|
24837
|
+
command.response_representation = Google::Apis::ComputeBeta::ManagedRuleset::Representation
|
|
24838
|
+
command.response_class = Google::Apis::ComputeBeta::ManagedRuleset
|
|
24839
|
+
command.params['project'] = project unless project.nil?
|
|
24840
|
+
command.params['managedRuleset'] = managed_ruleset unless managed_ruleset.nil?
|
|
24841
|
+
command.query['fields'] = fields unless fields.nil?
|
|
24842
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
24843
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
24844
|
+
execute_or_queue_command(command, &block)
|
|
24845
|
+
end
|
|
24846
|
+
|
|
24847
|
+
# Retrieves the list of all the managed rulesets available.
|
|
24848
|
+
# @param [String] project
|
|
24849
|
+
# Project ID for this request.
|
|
24850
|
+
# @param [String] filter
|
|
24851
|
+
# A filter expression that filters resources listed in the response. Most
|
|
24852
|
+
# Compute resources support two types of filter expressions:
|
|
24853
|
+
# expressions that support regular expressions and expressions that follow
|
|
24854
|
+
# API improvement proposal AIP-160.
|
|
24855
|
+
# These two types of filter expressions cannot be mixed in one request.
|
|
24856
|
+
# If you want to use AIP-160, your expression must specify the field name, an
|
|
24857
|
+
# operator, and the value that you want to use for filtering. The value
|
|
24858
|
+
# must be a string, a number, or a boolean. The operator
|
|
24859
|
+
# must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
|
|
24860
|
+
# For example, if you are filtering Compute Engine instances, you can
|
|
24861
|
+
# exclude instances named `example-instance` by specifying
|
|
24862
|
+
# `name != example-instance`.
|
|
24863
|
+
# The `:*` comparison can be used to test whether a key has been defined.
|
|
24864
|
+
# For example, to find all objects with `owner` label use:
|
|
24865
|
+
# ```
|
|
24866
|
+
# labels.owner:*
|
|
24867
|
+
# ```
|
|
24868
|
+
# You can also filter nested fields. For example, you could specify
|
|
24869
|
+
# `scheduling.automaticRestart = false` to include instances only
|
|
24870
|
+
# if they are not scheduled for automatic restarts. You can use filtering
|
|
24871
|
+
# on nested fields to filter based onresource labels.
|
|
24872
|
+
# To filter on multiple expressions, provide each separate expression within
|
|
24873
|
+
# parentheses. For example:
|
|
24874
|
+
# ```
|
|
24875
|
+
# (scheduling.automaticRestart = true)
|
|
24876
|
+
# (cpuPlatform = "Intel Skylake")
|
|
24877
|
+
# ```
|
|
24878
|
+
# By default, each expression is an `AND` expression. However, you
|
|
24879
|
+
# can include `AND` and `OR` expressions explicitly.
|
|
24880
|
+
# For example:
|
|
24881
|
+
# ```
|
|
24882
|
+
# (cpuPlatform = "Intel Skylake") OR
|
|
24883
|
+
# (cpuPlatform = "Intel Broadwell") AND
|
|
24884
|
+
# (scheduling.automaticRestart = true)
|
|
24885
|
+
# ```
|
|
24886
|
+
# If you want to use a regular expression, use the `eq` (equal) or `ne`
|
|
24887
|
+
# (not equal) operator against a single un-parenthesized expression with or
|
|
24888
|
+
# without quotes or against multiple parenthesized expressions. Examples:
|
|
24889
|
+
# `fieldname eq unquoted literal`
|
|
24890
|
+
# `fieldname eq 'single quoted literal'`
|
|
24891
|
+
# `fieldname eq "double quoted literal"`
|
|
24892
|
+
# `(fieldname1 eq literal) (fieldname2 ne "literal")`
|
|
24893
|
+
# The literal value is interpreted as a regular expression using GoogleRE2
|
|
24894
|
+
# library syntax.
|
|
24895
|
+
# The literal value must match the entire field.
|
|
24896
|
+
# For example, to filter for instances that do not end with name "instance",
|
|
24897
|
+
# you would use `name ne .*instance`.
|
|
24898
|
+
# You cannot combine constraints on multiple fields using regular
|
|
24899
|
+
# expressions.
|
|
24900
|
+
# @param [Fixnum] max_results
|
|
24901
|
+
# The maximum number of results per page that should be returned.
|
|
24902
|
+
# If the number of available results is larger than `maxResults`,
|
|
24903
|
+
# Compute Engine returns a `nextPageToken` that can be used to get
|
|
24904
|
+
# the next page of results in subsequent list requests. Acceptable values are
|
|
24905
|
+
# `0` to `500`, inclusive. (Default: `500`)
|
|
24906
|
+
# @param [String] order_by
|
|
24907
|
+
# Sorts list results by a certain order. By default, results
|
|
24908
|
+
# are returned in alphanumerical order based on the resource name.
|
|
24909
|
+
# You can also sort results in descending order based on the creation
|
|
24910
|
+
# timestamp using `orderBy="creationTimestamp desc"`. This sorts
|
|
24911
|
+
# results based on the `creationTimestamp` field in
|
|
24912
|
+
# reverse chronological order (newest result first). Use this to sort
|
|
24913
|
+
# resources like operations so that the newest operation is returned first.
|
|
24914
|
+
# Currently, only sorting by `name` or
|
|
24915
|
+
# `creationTimestamp desc` is supported.
|
|
24916
|
+
# @param [String] page_token
|
|
24917
|
+
# Specifies a page token to use. Set `pageToken` to the
|
|
24918
|
+
# `nextPageToken` returned by a previous list request to get
|
|
24919
|
+
# the next page of results.
|
|
24920
|
+
# @param [Boolean] return_partial_success
|
|
24921
|
+
# Opt-in for partial success behavior which provides partial results in case
|
|
24922
|
+
# of failure. The default value is false.
|
|
24923
|
+
# For example, when partial success behavior is enabled, aggregatedList for a
|
|
24924
|
+
# single zone scope either returns all resources in the zone or no resources,
|
|
24925
|
+
# with an error code.
|
|
24926
|
+
# @param [String] fields
|
|
24927
|
+
# Selector specifying which fields to include in a partial response.
|
|
24928
|
+
# @param [String] quota_user
|
|
24929
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
24930
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
24931
|
+
# @param [String] user_ip
|
|
24932
|
+
# Legacy name for parameter that has been superseded by `quotaUser`.
|
|
24933
|
+
# @param [Google::Apis::RequestOptions] options
|
|
24934
|
+
# Request-specific options
|
|
24935
|
+
#
|
|
24936
|
+
# @yield [result, err] Result & error if block supplied
|
|
24937
|
+
# @yieldparam result [Google::Apis::ComputeBeta::ManagedRulesetList] parsed result object
|
|
24938
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
24939
|
+
#
|
|
24940
|
+
# @return [Google::Apis::ComputeBeta::ManagedRulesetList]
|
|
24941
|
+
#
|
|
24942
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
24943
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
24944
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
24945
|
+
def list_managed_rulesets(project, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
24946
|
+
command = make_simple_command(:get, 'projects/{project}/global/managedRulesets', options)
|
|
24947
|
+
command.response_representation = Google::Apis::ComputeBeta::ManagedRulesetList::Representation
|
|
24948
|
+
command.response_class = Google::Apis::ComputeBeta::ManagedRulesetList
|
|
24949
|
+
command.params['project'] = project unless project.nil?
|
|
24950
|
+
command.query['filter'] = filter unless filter.nil?
|
|
24951
|
+
command.query['maxResults'] = max_results unless max_results.nil?
|
|
24952
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
|
24953
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
24954
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
24955
|
+
command.query['fields'] = fields unless fields.nil?
|
|
24956
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
24957
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
24958
|
+
execute_or_queue_command(command, &block)
|
|
24959
|
+
end
|
|
24960
|
+
|
|
24811
24961
|
# Retrieves the list of all NetworkAttachment resources,
|
|
24812
24962
|
# regional and global, available to the specified project.
|
|
24813
24963
|
# To prevent failure, Google recommends that you set the
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.146.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.146.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|