google-apis-compute_v1 0.108.0 → 0.110.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/compute_v1/classes.rb +332 -1103
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +86 -421
- data/lib/google/apis/compute_v1/service.rb +0 -444
- metadata +4 -4
@@ -1833,8 +1833,8 @@ module Google
|
|
1833
1833
|
# "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
|
1834
1834
|
# , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
|
1835
1835
|
# this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
|
1836
|
-
# exempts jose@example.com from DATA_READ logging, and aliya@example.com
|
1837
|
-
# DATA_WRITE logging.
|
1836
|
+
# exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
|
1837
|
+
# from DATA_WRITE logging.
|
1838
1838
|
class AuditConfig
|
1839
1839
|
include Google::Apis::Core::Hashable
|
1840
1840
|
|
@@ -1843,11 +1843,6 @@ module Google
|
|
1843
1843
|
# @return [Array<Google::Apis::ComputeV1::AuditLogConfig>]
|
1844
1844
|
attr_accessor :audit_log_configs
|
1845
1845
|
|
1846
|
-
# This is deprecated and has no effect. Do not use.
|
1847
|
-
# Corresponds to the JSON property `exemptedMembers`
|
1848
|
-
# @return [Array<String>]
|
1849
|
-
attr_accessor :exempted_members
|
1850
|
-
|
1851
1846
|
# Specifies a service that will be enabled for audit logging. For example, `
|
1852
1847
|
# storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special
|
1853
1848
|
# value that covers all services.
|
@@ -1862,7 +1857,6 @@ module Google
|
|
1862
1857
|
# Update properties of this object
|
1863
1858
|
def update!(**args)
|
1864
1859
|
@audit_log_configs = args[:audit_log_configs] if args.key?(:audit_log_configs)
|
1865
|
-
@exempted_members = args[:exempted_members] if args.key?(:exempted_members)
|
1866
1860
|
@service = args[:service] if args.key?(:service)
|
1867
1861
|
end
|
1868
1862
|
end
|
@@ -1881,12 +1875,6 @@ module Google
|
|
1881
1875
|
# @return [Array<String>]
|
1882
1876
|
attr_accessor :exempted_members
|
1883
1877
|
|
1884
|
-
# This is deprecated and has no effect. Do not use.
|
1885
|
-
# Corresponds to the JSON property `ignoreChildExemptions`
|
1886
|
-
# @return [Boolean]
|
1887
|
-
attr_accessor :ignore_child_exemptions
|
1888
|
-
alias_method :ignore_child_exemptions?, :ignore_child_exemptions
|
1889
|
-
|
1890
1878
|
# The log type that this config enables.
|
1891
1879
|
# Corresponds to the JSON property `logType`
|
1892
1880
|
# @return [String]
|
@@ -1899,7 +1887,6 @@ module Google
|
|
1899
1887
|
# Update properties of this object
|
1900
1888
|
def update!(**args)
|
1901
1889
|
@exempted_members = args[:exempted_members] if args.key?(:exempted_members)
|
1902
|
-
@ignore_child_exemptions = args[:ignore_child_exemptions] if args.key?(:ignore_child_exemptions)
|
1903
1890
|
@log_type = args[:log_type] if args.key?(:log_type)
|
1904
1891
|
end
|
1905
1892
|
end
|
@@ -3491,6 +3478,28 @@ module Google
|
|
3491
3478
|
# @return [Fixnum]
|
3492
3479
|
attr_accessor :id
|
3493
3480
|
|
3481
|
+
# Specifies a preference for traffic sent from the proxy to the backend (or from
|
3482
|
+
# the client to the backend for proxyless gRPC). The possible values are: -
|
3483
|
+
# IPV4_ONLY: Only send IPv4 traffic to the backends of the backend service (
|
3484
|
+
# Instance Group, Managed Instance Group, Network Endpoint Group), regardless of
|
3485
|
+
# traffic from the client to the proxy. Only IPv4 health checks are used to
|
3486
|
+
# check the health of the backends. This is the default setting. - PREFER_IPV6:
|
3487
|
+
# Prioritize the connection to the endpoint's IPv6 address over its IPv4 address
|
3488
|
+
# (provided there is a healthy IPv6 address). - IPV6_ONLY: Only send IPv6
|
3489
|
+
# traffic to the backends of the backend service (Instance Group, Managed
|
3490
|
+
# Instance Group, Network Endpoint Group), regardless of traffic from the client
|
3491
|
+
# to the proxy. Only IPv6 health checks are used to check the health of the
|
3492
|
+
# backends. This field is applicable to either: - Advanced global external
|
3493
|
+
# Application Load Balancer (load balancing scheme EXTERNAL_MANAGED), - Regional
|
3494
|
+
# external Application Load Balancer, - Internal proxy Network Load Balancer (
|
3495
|
+
# load balancing scheme INTERNAL_MANAGED), - Regional internal Application Load
|
3496
|
+
# Balancer (load balancing scheme INTERNAL_MANAGED), - Traffic Director with
|
3497
|
+
# Envoy proxies and proxyless gRPC (load balancing scheme INTERNAL_SELF_MANAGED).
|
3498
|
+
#
|
3499
|
+
# Corresponds to the JSON property `ipAddressSelectionPolicy`
|
3500
|
+
# @return [String]
|
3501
|
+
attr_accessor :ip_address_selection_policy
|
3502
|
+
|
3494
3503
|
# [Output Only] Type of resource. Always compute#backendService for backend
|
3495
3504
|
# services.
|
3496
3505
|
# Corresponds to the JSON property `kind`
|
@@ -3661,6 +3670,11 @@ module Google
|
|
3661
3670
|
# @return [String]
|
3662
3671
|
attr_accessor :session_affinity
|
3663
3672
|
|
3673
|
+
# The HTTP cookie used for stateful session affinity.
|
3674
|
+
# Corresponds to the JSON property `strongSessionAffinityCookie`
|
3675
|
+
# @return [Google::Apis::ComputeV1::BackendServiceHttpCookie]
|
3676
|
+
attr_accessor :strong_session_affinity_cookie
|
3677
|
+
|
3664
3678
|
# Subsetting configuration for this BackendService. Currently this is applicable
|
3665
3679
|
# only for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing and
|
3666
3680
|
# Traffic Director.
|
@@ -3710,6 +3724,7 @@ module Google
|
|
3710
3724
|
@health_checks = args[:health_checks] if args.key?(:health_checks)
|
3711
3725
|
@iap = args[:iap] if args.key?(:iap)
|
3712
3726
|
@id = args[:id] if args.key?(:id)
|
3727
|
+
@ip_address_selection_policy = args[:ip_address_selection_policy] if args.key?(:ip_address_selection_policy)
|
3713
3728
|
@kind = args[:kind] if args.key?(:kind)
|
3714
3729
|
@load_balancing_scheme = args[:load_balancing_scheme] if args.key?(:load_balancing_scheme)
|
3715
3730
|
@locality_lb_policies = args[:locality_lb_policies] if args.key?(:locality_lb_policies)
|
@@ -3730,6 +3745,7 @@ module Google
|
|
3730
3745
|
@service_bindings = args[:service_bindings] if args.key?(:service_bindings)
|
3731
3746
|
@service_lb_policy = args[:service_lb_policy] if args.key?(:service_lb_policy)
|
3732
3747
|
@session_affinity = args[:session_affinity] if args.key?(:session_affinity)
|
3748
|
+
@strong_session_affinity_cookie = args[:strong_session_affinity_cookie] if args.key?(:strong_session_affinity_cookie)
|
3733
3749
|
@subsetting = args[:subsetting] if args.key?(:subsetting)
|
3734
3750
|
@timeout_sec = args[:timeout_sec] if args.key?(:timeout_sec)
|
3735
3751
|
@used_by = args[:used_by] if args.key?(:used_by)
|
@@ -4222,6 +4238,40 @@ module Google
|
|
4222
4238
|
end
|
4223
4239
|
end
|
4224
4240
|
|
4241
|
+
# The HTTP cookie used for stateful session affinity.
|
4242
|
+
class BackendServiceHttpCookie
|
4243
|
+
include Google::Apis::Core::Hashable
|
4244
|
+
|
4245
|
+
# Name of the cookie.
|
4246
|
+
# Corresponds to the JSON property `name`
|
4247
|
+
# @return [String]
|
4248
|
+
attr_accessor :name
|
4249
|
+
|
4250
|
+
# Path to set for the cookie.
|
4251
|
+
# Corresponds to the JSON property `path`
|
4252
|
+
# @return [String]
|
4253
|
+
attr_accessor :path
|
4254
|
+
|
4255
|
+
# A Duration represents a fixed-length span of time represented as a count of
|
4256
|
+
# seconds and fractions of seconds at nanosecond resolution. It is independent
|
4257
|
+
# of any calendar and concepts like "day" or "month". Range is approximately 10,
|
4258
|
+
# 000 years.
|
4259
|
+
# Corresponds to the JSON property `ttl`
|
4260
|
+
# @return [Google::Apis::ComputeV1::Duration]
|
4261
|
+
attr_accessor :ttl
|
4262
|
+
|
4263
|
+
def initialize(**args)
|
4264
|
+
update!(**args)
|
4265
|
+
end
|
4266
|
+
|
4267
|
+
# Update properties of this object
|
4268
|
+
def update!(**args)
|
4269
|
+
@name = args[:name] if args.key?(:name)
|
4270
|
+
@path = args[:path] if args.key?(:path)
|
4271
|
+
@ttl = args[:ttl] if args.key?(:ttl)
|
4272
|
+
end
|
4273
|
+
end
|
4274
|
+
|
4225
4275
|
# Identity-Aware Proxy
|
4226
4276
|
class BackendServiceIap
|
4227
4277
|
include Google::Apis::Core::Hashable
|
@@ -5015,11 +5065,6 @@ module Google
|
|
5015
5065
|
class Binding
|
5016
5066
|
include Google::Apis::Core::Hashable
|
5017
5067
|
|
5018
|
-
# This is deprecated and has no effect. Do not use.
|
5019
|
-
# Corresponds to the JSON property `bindingId`
|
5020
|
-
# @return [String]
|
5021
|
-
attr_accessor :binding_id
|
5022
|
-
|
5023
5068
|
# Represents a textual expression in the Common Expression Language (CEL) syntax.
|
5024
5069
|
# CEL is a C-like expression language. The syntax and semantics of CEL are
|
5025
5070
|
# documented at https://github.com/google/cel-spec. Example (Comparison): title:
|
@@ -5111,7 +5156,6 @@ module Google
|
|
5111
5156
|
|
5112
5157
|
# Update properties of this object
|
5113
5158
|
def update!(**args)
|
5114
|
-
@binding_id = args[:binding_id] if args.key?(:binding_id)
|
5115
5159
|
@condition = args[:condition] if args.key?(:condition)
|
5116
5160
|
@members = args[:members] if args.key?(:members)
|
5117
5161
|
@role = args[:role] if args.key?(:role)
|
@@ -5478,6 +5522,13 @@ module Google
|
|
5478
5522
|
# @return [String]
|
5479
5523
|
attr_accessor :creation_timestamp
|
5480
5524
|
|
5525
|
+
# [Input Only] Optional, specifies the CUD end time requested by the customer in
|
5526
|
+
# RFC3339 text format. Needed when the customer wants CUD's end date is later
|
5527
|
+
# than the start date + term duration.
|
5528
|
+
# Corresponds to the JSON property `customEndTimestamp`
|
5529
|
+
# @return [String]
|
5530
|
+
attr_accessor :custom_end_timestamp
|
5531
|
+
|
5481
5532
|
# An optional description of this resource. Provide this property when you
|
5482
5533
|
# create the resource.
|
5483
5534
|
# Corresponds to the JSON property `description`
|
@@ -5546,6 +5597,11 @@ module Google
|
|
5546
5597
|
# @return [Array<Google::Apis::ComputeV1::Reservation>]
|
5547
5598
|
attr_accessor :reservations
|
5548
5599
|
|
5600
|
+
# [Output Only] Contains output only fields.
|
5601
|
+
# Corresponds to the JSON property `resourceStatus`
|
5602
|
+
# @return [Google::Apis::ComputeV1::CommitmentResourceStatus]
|
5603
|
+
attr_accessor :resource_status
|
5604
|
+
|
5549
5605
|
# A list of commitment amounts for particular resources. Note that VCPU and
|
5550
5606
|
# MEMORY resource commitments must occur together.
|
5551
5607
|
# Corresponds to the JSON property `resources`
|
@@ -5596,6 +5652,7 @@ module Google
|
|
5596
5652
|
@auto_renew = args[:auto_renew] if args.key?(:auto_renew)
|
5597
5653
|
@category = args[:category] if args.key?(:category)
|
5598
5654
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
5655
|
+
@custom_end_timestamp = args[:custom_end_timestamp] if args.key?(:custom_end_timestamp)
|
5599
5656
|
@description = args[:description] if args.key?(:description)
|
5600
5657
|
@end_timestamp = args[:end_timestamp] if args.key?(:end_timestamp)
|
5601
5658
|
@existing_reservations = args[:existing_reservations] if args.key?(:existing_reservations)
|
@@ -5607,6 +5664,7 @@ module Google
|
|
5607
5664
|
@plan = args[:plan] if args.key?(:plan)
|
5608
5665
|
@region = args[:region] if args.key?(:region)
|
5609
5666
|
@reservations = args[:reservations] if args.key?(:reservations)
|
5667
|
+
@resource_status = args[:resource_status] if args.key?(:resource_status)
|
5610
5668
|
@resources = args[:resources] if args.key?(:resources)
|
5611
5669
|
@self_link = args[:self_link] if args.key?(:self_link)
|
5612
5670
|
@split_source_commitment = args[:split_source_commitment] if args.key?(:split_source_commitment)
|
@@ -5859,6 +5917,27 @@ module Google
|
|
5859
5917
|
end
|
5860
5918
|
end
|
5861
5919
|
|
5920
|
+
# [Output Only] Contains output only fields.
|
5921
|
+
class CommitmentResourceStatus
|
5922
|
+
include Google::Apis::Core::Hashable
|
5923
|
+
|
5924
|
+
# [Output Only] Indicates the end time of customer's eligibility to send custom
|
5925
|
+
# term requests in RFC3339 text format. Term extension requests that (not the
|
5926
|
+
# end time in the request) after this time will be rejected.
|
5927
|
+
# Corresponds to the JSON property `customTermEligibilityEndTimestamp`
|
5928
|
+
# @return [String]
|
5929
|
+
attr_accessor :custom_term_eligibility_end_timestamp
|
5930
|
+
|
5931
|
+
def initialize(**args)
|
5932
|
+
update!(**args)
|
5933
|
+
end
|
5934
|
+
|
5935
|
+
# Update properties of this object
|
5936
|
+
def update!(**args)
|
5937
|
+
@custom_term_eligibility_end_timestamp = args[:custom_term_eligibility_end_timestamp] if args.key?(:custom_term_eligibility_end_timestamp)
|
5938
|
+
end
|
5939
|
+
end
|
5940
|
+
|
5862
5941
|
#
|
5863
5942
|
class CommitmentsScopedList
|
5864
5943
|
include Google::Apis::Core::Hashable
|
@@ -5950,49 +6029,6 @@ module Google
|
|
5950
6029
|
end
|
5951
6030
|
end
|
5952
6031
|
|
5953
|
-
# This is deprecated and has no effect. Do not use.
|
5954
|
-
class Condition
|
5955
|
-
include Google::Apis::Core::Hashable
|
5956
|
-
|
5957
|
-
# This is deprecated and has no effect. Do not use.
|
5958
|
-
# Corresponds to the JSON property `iam`
|
5959
|
-
# @return [String]
|
5960
|
-
attr_accessor :iam
|
5961
|
-
|
5962
|
-
# This is deprecated and has no effect. Do not use.
|
5963
|
-
# Corresponds to the JSON property `op`
|
5964
|
-
# @return [String]
|
5965
|
-
attr_accessor :op
|
5966
|
-
|
5967
|
-
# This is deprecated and has no effect. Do not use.
|
5968
|
-
# Corresponds to the JSON property `svc`
|
5969
|
-
# @return [String]
|
5970
|
-
attr_accessor :svc
|
5971
|
-
|
5972
|
-
# This is deprecated and has no effect. Do not use.
|
5973
|
-
# Corresponds to the JSON property `sys`
|
5974
|
-
# @return [String]
|
5975
|
-
attr_accessor :sys
|
5976
|
-
|
5977
|
-
# This is deprecated and has no effect. Do not use.
|
5978
|
-
# Corresponds to the JSON property `values`
|
5979
|
-
# @return [Array<String>]
|
5980
|
-
attr_accessor :values
|
5981
|
-
|
5982
|
-
def initialize(**args)
|
5983
|
-
update!(**args)
|
5984
|
-
end
|
5985
|
-
|
5986
|
-
# Update properties of this object
|
5987
|
-
def update!(**args)
|
5988
|
-
@iam = args[:iam] if args.key?(:iam)
|
5989
|
-
@op = args[:op] if args.key?(:op)
|
5990
|
-
@svc = args[:svc] if args.key?(:svc)
|
5991
|
-
@sys = args[:sys] if args.key?(:sys)
|
5992
|
-
@values = args[:values] if args.key?(:values)
|
5993
|
-
end
|
5994
|
-
end
|
5995
|
-
|
5996
6032
|
# A set of Confidential Instance options.
|
5997
6033
|
class ConfidentialInstanceConfig
|
5998
6034
|
include Google::Apis::Core::Hashable
|
@@ -10174,829 +10210,21 @@ module Google
|
|
10174
10210
|
end
|
10175
10211
|
end
|
10176
10212
|
|
10177
|
-
# Contains a list of ForwardingRule resources.
|
10178
|
-
class ForwardingRuleList
|
10179
|
-
include Google::Apis::Core::Hashable
|
10180
|
-
|
10181
|
-
# [Output Only] Unique identifier for the resource; defined by the server.
|
10182
|
-
# Corresponds to the JSON property `id`
|
10183
|
-
# @return [String]
|
10184
|
-
attr_accessor :id
|
10185
|
-
|
10186
|
-
# A list of ForwardingRule resources.
|
10187
|
-
# Corresponds to the JSON property `items`
|
10188
|
-
# @return [Array<Google::Apis::ComputeV1::ForwardingRule>]
|
10189
|
-
attr_accessor :items
|
10190
|
-
|
10191
|
-
# Type of resource.
|
10192
|
-
# Corresponds to the JSON property `kind`
|
10193
|
-
# @return [String]
|
10194
|
-
attr_accessor :kind
|
10195
|
-
|
10196
|
-
# [Output Only] This token allows you to get the next page of results for list
|
10197
|
-
# requests. If the number of results is larger than maxResults, use the
|
10198
|
-
# nextPageToken as a value for the query parameter pageToken in the next list
|
10199
|
-
# request. Subsequent list requests will have their own nextPageToken to
|
10200
|
-
# continue paging through the results.
|
10201
|
-
# Corresponds to the JSON property `nextPageToken`
|
10202
|
-
# @return [String]
|
10203
|
-
attr_accessor :next_page_token
|
10204
|
-
|
10205
|
-
# [Output Only] Server-defined URL for this resource.
|
10206
|
-
# Corresponds to the JSON property `selfLink`
|
10207
|
-
# @return [String]
|
10208
|
-
attr_accessor :self_link
|
10209
|
-
|
10210
|
-
# [Output Only] Informational warning message.
|
10211
|
-
# Corresponds to the JSON property `warning`
|
10212
|
-
# @return [Google::Apis::ComputeV1::ForwardingRuleList::Warning]
|
10213
|
-
attr_accessor :warning
|
10214
|
-
|
10215
|
-
def initialize(**args)
|
10216
|
-
update!(**args)
|
10217
|
-
end
|
10218
|
-
|
10219
|
-
# Update properties of this object
|
10220
|
-
def update!(**args)
|
10221
|
-
@id = args[:id] if args.key?(:id)
|
10222
|
-
@items = args[:items] if args.key?(:items)
|
10223
|
-
@kind = args[:kind] if args.key?(:kind)
|
10224
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
10225
|
-
@self_link = args[:self_link] if args.key?(:self_link)
|
10226
|
-
@warning = args[:warning] if args.key?(:warning)
|
10227
|
-
end
|
10228
|
-
|
10229
|
-
# [Output Only] Informational warning message.
|
10230
|
-
class Warning
|
10231
|
-
include Google::Apis::Core::Hashable
|
10232
|
-
|
10233
|
-
# [Output Only] A warning code, if applicable. For example, Compute Engine
|
10234
|
-
# returns NO_RESULTS_ON_PAGE if there are no results in the response.
|
10235
|
-
# Corresponds to the JSON property `code`
|
10236
|
-
# @return [String]
|
10237
|
-
attr_accessor :code
|
10238
|
-
|
10239
|
-
# [Output Only] Metadata about this warning in key: value format. For example: "
|
10240
|
-
# data": [ ` "key": "scope", "value": "zones/us-east1-d" `
|
10241
|
-
# Corresponds to the JSON property `data`
|
10242
|
-
# @return [Array<Google::Apis::ComputeV1::ForwardingRuleList::Warning::Datum>]
|
10243
|
-
attr_accessor :data
|
10244
|
-
|
10245
|
-
# [Output Only] A human-readable description of the warning code.
|
10246
|
-
# Corresponds to the JSON property `message`
|
10247
|
-
# @return [String]
|
10248
|
-
attr_accessor :message
|
10249
|
-
|
10250
|
-
def initialize(**args)
|
10251
|
-
update!(**args)
|
10252
|
-
end
|
10253
|
-
|
10254
|
-
# Update properties of this object
|
10255
|
-
def update!(**args)
|
10256
|
-
@code = args[:code] if args.key?(:code)
|
10257
|
-
@data = args[:data] if args.key?(:data)
|
10258
|
-
@message = args[:message] if args.key?(:message)
|
10259
|
-
end
|
10260
|
-
|
10261
|
-
#
|
10262
|
-
class Datum
|
10263
|
-
include Google::Apis::Core::Hashable
|
10264
|
-
|
10265
|
-
# [Output Only] A key that provides more detail on the warning being returned.
|
10266
|
-
# For example, for warnings where there are no results in a list request for a
|
10267
|
-
# particular zone, this key might be scope and the key value might be the zone
|
10268
|
-
# name. Other examples might be a key indicating a deprecated resource and a
|
10269
|
-
# suggested replacement, or a warning about invalid network settings (for
|
10270
|
-
# example, if an instance attempts to perform IP forwarding but is not enabled
|
10271
|
-
# for IP forwarding).
|
10272
|
-
# Corresponds to the JSON property `key`
|
10273
|
-
# @return [String]
|
10274
|
-
attr_accessor :key
|
10275
|
-
|
10276
|
-
# [Output Only] A warning data value corresponding to the key.
|
10277
|
-
# Corresponds to the JSON property `value`
|
10278
|
-
# @return [String]
|
10279
|
-
attr_accessor :value
|
10280
|
-
|
10281
|
-
def initialize(**args)
|
10282
|
-
update!(**args)
|
10283
|
-
end
|
10284
|
-
|
10285
|
-
# Update properties of this object
|
10286
|
-
def update!(**args)
|
10287
|
-
@key = args[:key] if args.key?(:key)
|
10288
|
-
@value = args[:value] if args.key?(:value)
|
10289
|
-
end
|
10290
|
-
end
|
10291
|
-
end
|
10292
|
-
end
|
10293
|
-
|
10294
|
-
#
|
10295
|
-
class ForwardingRuleReference
|
10296
|
-
include Google::Apis::Core::Hashable
|
10297
|
-
|
10298
|
-
#
|
10299
|
-
# Corresponds to the JSON property `forwardingRule`
|
10300
|
-
# @return [String]
|
10301
|
-
attr_accessor :forwarding_rule
|
10302
|
-
|
10303
|
-
def initialize(**args)
|
10304
|
-
update!(**args)
|
10305
|
-
end
|
10306
|
-
|
10307
|
-
# Update properties of this object
|
10308
|
-
def update!(**args)
|
10309
|
-
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
10310
|
-
end
|
10311
|
-
end
|
10312
|
-
|
10313
|
-
# Describes the auto-registration of the forwarding rule to Service Directory.
|
10314
|
-
# The region and project of the Service Directory resource generated from this
|
10315
|
-
# registration will be the same as this forwarding rule.
|
10316
|
-
class ForwardingRuleServiceDirectoryRegistration
|
10317
|
-
include Google::Apis::Core::Hashable
|
10318
|
-
|
10319
|
-
# Service Directory namespace to register the forwarding rule under.
|
10320
|
-
# Corresponds to the JSON property `namespace`
|
10321
|
-
# @return [String]
|
10322
|
-
attr_accessor :namespace
|
10323
|
-
|
10324
|
-
# Service Directory service to register the forwarding rule under.
|
10325
|
-
# Corresponds to the JSON property `service`
|
10326
|
-
# @return [String]
|
10327
|
-
attr_accessor :service
|
10328
|
-
|
10329
|
-
# [Optional] Service Directory region to register this global forwarding rule
|
10330
|
-
# under. Default to "us-central1". Only used for PSC for Google APIs. All PSC
|
10331
|
-
# for Google APIs forwarding rules on the same network should use the same
|
10332
|
-
# Service Directory region.
|
10333
|
-
# Corresponds to the JSON property `serviceDirectoryRegion`
|
10334
|
-
# @return [String]
|
10335
|
-
attr_accessor :service_directory_region
|
10336
|
-
|
10337
|
-
def initialize(**args)
|
10338
|
-
update!(**args)
|
10339
|
-
end
|
10340
|
-
|
10341
|
-
# Update properties of this object
|
10342
|
-
def update!(**args)
|
10343
|
-
@namespace = args[:namespace] if args.key?(:namespace)
|
10344
|
-
@service = args[:service] if args.key?(:service)
|
10345
|
-
@service_directory_region = args[:service_directory_region] if args.key?(:service_directory_region)
|
10346
|
-
end
|
10347
|
-
end
|
10348
|
-
|
10349
|
-
#
|
10350
|
-
class ForwardingRulesScopedList
|
10351
|
-
include Google::Apis::Core::Hashable
|
10352
|
-
|
10353
|
-
# A list of forwarding rules contained in this scope.
|
10354
|
-
# Corresponds to the JSON property `forwardingRules`
|
10355
|
-
# @return [Array<Google::Apis::ComputeV1::ForwardingRule>]
|
10356
|
-
attr_accessor :forwarding_rules
|
10357
|
-
|
10358
|
-
# Informational warning which replaces the list of forwarding rules when the
|
10359
|
-
# list is empty.
|
10360
|
-
# Corresponds to the JSON property `warning`
|
10361
|
-
# @return [Google::Apis::ComputeV1::ForwardingRulesScopedList::Warning]
|
10362
|
-
attr_accessor :warning
|
10363
|
-
|
10364
|
-
def initialize(**args)
|
10365
|
-
update!(**args)
|
10366
|
-
end
|
10367
|
-
|
10368
|
-
# Update properties of this object
|
10369
|
-
def update!(**args)
|
10370
|
-
@forwarding_rules = args[:forwarding_rules] if args.key?(:forwarding_rules)
|
10371
|
-
@warning = args[:warning] if args.key?(:warning)
|
10372
|
-
end
|
10373
|
-
|
10374
|
-
# Informational warning which replaces the list of forwarding rules when the
|
10375
|
-
# list is empty.
|
10376
|
-
class Warning
|
10377
|
-
include Google::Apis::Core::Hashable
|
10378
|
-
|
10379
|
-
# [Output Only] A warning code, if applicable. For example, Compute Engine
|
10380
|
-
# returns NO_RESULTS_ON_PAGE if there are no results in the response.
|
10381
|
-
# Corresponds to the JSON property `code`
|
10382
|
-
# @return [String]
|
10383
|
-
attr_accessor :code
|
10384
|
-
|
10385
|
-
# [Output Only] Metadata about this warning in key: value format. For example: "
|
10386
|
-
# data": [ ` "key": "scope", "value": "zones/us-east1-d" `
|
10387
|
-
# Corresponds to the JSON property `data`
|
10388
|
-
# @return [Array<Google::Apis::ComputeV1::ForwardingRulesScopedList::Warning::Datum>]
|
10389
|
-
attr_accessor :data
|
10390
|
-
|
10391
|
-
# [Output Only] A human-readable description of the warning code.
|
10392
|
-
# Corresponds to the JSON property `message`
|
10393
|
-
# @return [String]
|
10394
|
-
attr_accessor :message
|
10395
|
-
|
10396
|
-
def initialize(**args)
|
10397
|
-
update!(**args)
|
10398
|
-
end
|
10399
|
-
|
10400
|
-
# Update properties of this object
|
10401
|
-
def update!(**args)
|
10402
|
-
@code = args[:code] if args.key?(:code)
|
10403
|
-
@data = args[:data] if args.key?(:data)
|
10404
|
-
@message = args[:message] if args.key?(:message)
|
10405
|
-
end
|
10406
|
-
|
10407
|
-
#
|
10408
|
-
class Datum
|
10409
|
-
include Google::Apis::Core::Hashable
|
10410
|
-
|
10411
|
-
# [Output Only] A key that provides more detail on the warning being returned.
|
10412
|
-
# For example, for warnings where there are no results in a list request for a
|
10413
|
-
# particular zone, this key might be scope and the key value might be the zone
|
10414
|
-
# name. Other examples might be a key indicating a deprecated resource and a
|
10415
|
-
# suggested replacement, or a warning about invalid network settings (for
|
10416
|
-
# example, if an instance attempts to perform IP forwarding but is not enabled
|
10417
|
-
# for IP forwarding).
|
10418
|
-
# Corresponds to the JSON property `key`
|
10419
|
-
# @return [String]
|
10420
|
-
attr_accessor :key
|
10421
|
-
|
10422
|
-
# [Output Only] A warning data value corresponding to the key.
|
10423
|
-
# Corresponds to the JSON property `value`
|
10424
|
-
# @return [String]
|
10425
|
-
attr_accessor :value
|
10426
|
-
|
10427
|
-
def initialize(**args)
|
10428
|
-
update!(**args)
|
10429
|
-
end
|
10430
|
-
|
10431
|
-
# Update properties of this object
|
10432
|
-
def update!(**args)
|
10433
|
-
@key = args[:key] if args.key?(:key)
|
10434
|
-
@value = args[:value] if args.key?(:value)
|
10435
|
-
end
|
10436
|
-
end
|
10437
|
-
end
|
10438
|
-
end
|
10439
|
-
|
10440
|
-
#
|
10441
|
-
class FutureReservation
|
10442
|
-
include Google::Apis::Core::Hashable
|
10443
|
-
|
10444
|
-
# Future timestamp when the FR auto-created reservations will be deleted by
|
10445
|
-
# Compute Engine. Format of this field must be a valid href="https://www.ietf.
|
10446
|
-
# org/rfc/rfc3339.txt">RFC3339 value.
|
10447
|
-
# Corresponds to the JSON property `autoCreatedReservationsDeleteTime`
|
10448
|
-
# @return [String]
|
10449
|
-
attr_accessor :auto_created_reservations_delete_time
|
10450
|
-
|
10451
|
-
# A Duration represents a fixed-length span of time represented as a count of
|
10452
|
-
# seconds and fractions of seconds at nanosecond resolution. It is independent
|
10453
|
-
# of any calendar and concepts like "day" or "month". Range is approximately 10,
|
10454
|
-
# 000 years.
|
10455
|
-
# Corresponds to the JSON property `autoCreatedReservationsDuration`
|
10456
|
-
# @return [Google::Apis::ComputeV1::Duration]
|
10457
|
-
attr_accessor :auto_created_reservations_duration
|
10458
|
-
|
10459
|
-
# Setting for enabling or disabling automatic deletion for auto-created
|
10460
|
-
# reservation. If set to true, auto-created reservations will be deleted at
|
10461
|
-
# Future Reservation's end time (default) or at user's defined timestamp if any
|
10462
|
-
# of the [auto_created_reservations_delete_time,
|
10463
|
-
# auto_created_reservations_duration] values is specified. For keeping auto-
|
10464
|
-
# created reservation indefinitely, this value should be set to false.
|
10465
|
-
# Corresponds to the JSON property `autoDeleteAutoCreatedReservations`
|
10466
|
-
# @return [Boolean]
|
10467
|
-
attr_accessor :auto_delete_auto_created_reservations
|
10468
|
-
alias_method :auto_delete_auto_created_reservations?, :auto_delete_auto_created_reservations
|
10469
|
-
|
10470
|
-
# [Output Only] The creation timestamp for this future reservation in RFC3339
|
10471
|
-
# text format.
|
10472
|
-
# Corresponds to the JSON property `creationTimestamp`
|
10473
|
-
# @return [String]
|
10474
|
-
attr_accessor :creation_timestamp
|
10475
|
-
|
10476
|
-
# An optional description of this resource. Provide this property when you
|
10477
|
-
# create the future reservation.
|
10478
|
-
# Corresponds to the JSON property `description`
|
10479
|
-
# @return [String]
|
10480
|
-
attr_accessor :description
|
10481
|
-
|
10482
|
-
# [Output Only] A unique identifier for this future reservation. The server
|
10483
|
-
# defines this identifier.
|
10484
|
-
# Corresponds to the JSON property `id`
|
10485
|
-
# @return [Fixnum]
|
10486
|
-
attr_accessor :id
|
10487
|
-
|
10488
|
-
# [Output Only] Type of the resource. Always compute#futureReservation for
|
10489
|
-
# future reservations.
|
10490
|
-
# Corresponds to the JSON property `kind`
|
10491
|
-
# @return [String]
|
10492
|
-
attr_accessor :kind
|
10493
|
-
|
10494
|
-
# The name of the resource, provided by the client when initially creating the
|
10495
|
-
# resource. The resource name must be 1-63 characters long, and comply with
|
10496
|
-
# RFC1035. Specifically, the name must be 1-63 characters long and match the
|
10497
|
-
# regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
|
10498
|
-
# character must be a lowercase letter, and all following characters must be a
|
10499
|
-
# dash, lowercase letter, or digit, except the last character, which cannot be a
|
10500
|
-
# dash.
|
10501
|
-
# Corresponds to the JSON property `name`
|
10502
|
-
# @return [String]
|
10503
|
-
attr_accessor :name
|
10504
|
-
|
10505
|
-
# Name prefix for the reservations to be created at the time of delivery. The
|
10506
|
-
# name prefix must comply with RFC1035. Maximum allowed length for name prefix
|
10507
|
-
# is 20. Automatically created reservations name format will be -date-####.
|
10508
|
-
# Corresponds to the JSON property `namePrefix`
|
10509
|
-
# @return [String]
|
10510
|
-
attr_accessor :name_prefix
|
10511
|
-
|
10512
|
-
# Planning state before being submitted for evaluation
|
10513
|
-
# Corresponds to the JSON property `planningStatus`
|
10514
|
-
# @return [String]
|
10515
|
-
attr_accessor :planning_status
|
10516
|
-
|
10517
|
-
# [Output Only] Server-defined fully-qualified URL for this resource.
|
10518
|
-
# Corresponds to the JSON property `selfLink`
|
10519
|
-
# @return [String]
|
10520
|
-
attr_accessor :self_link
|
10521
|
-
|
10522
|
-
# [Output Only] Server-defined URL for this resource with the resource id.
|
10523
|
-
# Corresponds to the JSON property `selfLinkWithId`
|
10524
|
-
# @return [String]
|
10525
|
-
attr_accessor :self_link_with_id
|
10526
|
-
|
10527
|
-
# The share setting for reservations and sole tenancy node groups.
|
10528
|
-
# Corresponds to the JSON property `shareSettings`
|
10529
|
-
# @return [Google::Apis::ComputeV1::ShareSettings]
|
10530
|
-
attr_accessor :share_settings
|
10531
|
-
|
10532
|
-
# Future Reservation configuration to indicate instance properties and total
|
10533
|
-
# count.
|
10534
|
-
# Corresponds to the JSON property `specificSkuProperties`
|
10535
|
-
# @return [Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties]
|
10536
|
-
attr_accessor :specific_sku_properties
|
10537
|
-
|
10538
|
-
# [Output only] Represents status related to the future reservation.
|
10539
|
-
# Corresponds to the JSON property `status`
|
10540
|
-
# @return [Google::Apis::ComputeV1::FutureReservationStatus]
|
10541
|
-
attr_accessor :status
|
10542
|
-
|
10543
|
-
# Time window for this Future Reservation.
|
10544
|
-
# Corresponds to the JSON property `timeWindow`
|
10545
|
-
# @return [Google::Apis::ComputeV1::FutureReservationTimeWindow]
|
10546
|
-
attr_accessor :time_window
|
10547
|
-
|
10548
|
-
# [Output Only] URL of the Zone where this future reservation resides.
|
10549
|
-
# Corresponds to the JSON property `zone`
|
10550
|
-
# @return [String]
|
10551
|
-
attr_accessor :zone
|
10552
|
-
|
10553
|
-
def initialize(**args)
|
10554
|
-
update!(**args)
|
10555
|
-
end
|
10556
|
-
|
10557
|
-
# Update properties of this object
|
10558
|
-
def update!(**args)
|
10559
|
-
@auto_created_reservations_delete_time = args[:auto_created_reservations_delete_time] if args.key?(:auto_created_reservations_delete_time)
|
10560
|
-
@auto_created_reservations_duration = args[:auto_created_reservations_duration] if args.key?(:auto_created_reservations_duration)
|
10561
|
-
@auto_delete_auto_created_reservations = args[:auto_delete_auto_created_reservations] if args.key?(:auto_delete_auto_created_reservations)
|
10562
|
-
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
10563
|
-
@description = args[:description] if args.key?(:description)
|
10564
|
-
@id = args[:id] if args.key?(:id)
|
10565
|
-
@kind = args[:kind] if args.key?(:kind)
|
10566
|
-
@name = args[:name] if args.key?(:name)
|
10567
|
-
@name_prefix = args[:name_prefix] if args.key?(:name_prefix)
|
10568
|
-
@planning_status = args[:planning_status] if args.key?(:planning_status)
|
10569
|
-
@self_link = args[:self_link] if args.key?(:self_link)
|
10570
|
-
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
10571
|
-
@share_settings = args[:share_settings] if args.key?(:share_settings)
|
10572
|
-
@specific_sku_properties = args[:specific_sku_properties] if args.key?(:specific_sku_properties)
|
10573
|
-
@status = args[:status] if args.key?(:status)
|
10574
|
-
@time_window = args[:time_window] if args.key?(:time_window)
|
10575
|
-
@zone = args[:zone] if args.key?(:zone)
|
10576
|
-
end
|
10577
|
-
end
|
10578
|
-
|
10579
|
-
#
|
10580
|
-
class FutureReservationSpecificSkuProperties
|
10581
|
-
include Google::Apis::Core::Hashable
|
10582
|
-
|
10583
|
-
# Properties of the SKU instances being reserved. Next ID: 9
|
10584
|
-
# Corresponds to the JSON property `instanceProperties`
|
10585
|
-
# @return [Google::Apis::ComputeV1::AllocationSpecificSkuAllocationReservedInstanceProperties]
|
10586
|
-
attr_accessor :instance_properties
|
10587
|
-
|
10588
|
-
# The instance template that will be used to populate the
|
10589
|
-
# ReservedInstanceProperties of the future reservation
|
10590
|
-
# Corresponds to the JSON property `sourceInstanceTemplate`
|
10591
|
-
# @return [String]
|
10592
|
-
attr_accessor :source_instance_template
|
10593
|
-
|
10594
|
-
# Total number of instances for which capacity assurance is requested at a
|
10595
|
-
# future time period.
|
10596
|
-
# Corresponds to the JSON property `totalCount`
|
10597
|
-
# @return [Fixnum]
|
10598
|
-
attr_accessor :total_count
|
10599
|
-
|
10600
|
-
def initialize(**args)
|
10601
|
-
update!(**args)
|
10602
|
-
end
|
10603
|
-
|
10604
|
-
# Update properties of this object
|
10605
|
-
def update!(**args)
|
10606
|
-
@instance_properties = args[:instance_properties] if args.key?(:instance_properties)
|
10607
|
-
@source_instance_template = args[:source_instance_template] if args.key?(:source_instance_template)
|
10608
|
-
@total_count = args[:total_count] if args.key?(:total_count)
|
10609
|
-
end
|
10610
|
-
end
|
10611
|
-
|
10612
|
-
# [Output only] Represents status related to the future reservation.
|
10613
|
-
class FutureReservationStatus
|
10614
|
-
include Google::Apis::Core::Hashable
|
10615
|
-
|
10616
|
-
# [Output Only] The current status of the requested amendment.
|
10617
|
-
# Corresponds to the JSON property `amendmentStatus`
|
10618
|
-
# @return [String]
|
10619
|
-
attr_accessor :amendment_status
|
10620
|
-
|
10621
|
-
# Fully qualified urls of the automatically created reservations at start_time.
|
10622
|
-
# Corresponds to the JSON property `autoCreatedReservations`
|
10623
|
-
# @return [Array<String>]
|
10624
|
-
attr_accessor :auto_created_reservations
|
10625
|
-
|
10626
|
-
# [Output Only] Represents the existing matching usage for the future
|
10627
|
-
# reservation.
|
10628
|
-
# Corresponds to the JSON property `existingMatchingUsageInfo`
|
10629
|
-
# @return [Google::Apis::ComputeV1::FutureReservationStatusExistingMatchingUsageInfo]
|
10630
|
-
attr_accessor :existing_matching_usage_info
|
10631
|
-
|
10632
|
-
# This count indicates the fulfilled capacity so far. This is set during "
|
10633
|
-
# PROVISIONING" state. This count also includes capacity delivered as part of
|
10634
|
-
# existing matching reservations.
|
10635
|
-
# Corresponds to the JSON property `fulfilledCount`
|
10636
|
-
# @return [Fixnum]
|
10637
|
-
attr_accessor :fulfilled_count
|
10638
|
-
|
10639
|
-
# The state that the future reservation will be reverted to should the amendment
|
10640
|
-
# be declined.
|
10641
|
-
# Corresponds to the JSON property `lastKnownGoodState`
|
10642
|
-
# @return [Google::Apis::ComputeV1::FutureReservationStatusLastKnownGoodState]
|
10643
|
-
attr_accessor :last_known_good_state
|
10644
|
-
|
10645
|
-
# Time when Future Reservation would become LOCKED, after which no modifications
|
10646
|
-
# to Future Reservation will be allowed. Applicable only after the Future
|
10647
|
-
# Reservation is in the APPROVED state. The lock_time is an RFC3339 string. The
|
10648
|
-
# procurement_status will transition to PROCURING state at this time.
|
10649
|
-
# Corresponds to the JSON property `lockTime`
|
10650
|
-
# @return [String]
|
10651
|
-
attr_accessor :lock_time
|
10652
|
-
|
10653
|
-
# Current state of this Future Reservation
|
10654
|
-
# Corresponds to the JSON property `procurementStatus`
|
10655
|
-
# @return [String]
|
10656
|
-
attr_accessor :procurement_status
|
10657
|
-
|
10658
|
-
# Properties to be set for the Future Reservation.
|
10659
|
-
# Corresponds to the JSON property `specificSkuProperties`
|
10660
|
-
# @return [Google::Apis::ComputeV1::FutureReservationStatusSpecificSkuProperties]
|
10661
|
-
attr_accessor :specific_sku_properties
|
10662
|
-
|
10663
|
-
def initialize(**args)
|
10664
|
-
update!(**args)
|
10665
|
-
end
|
10666
|
-
|
10667
|
-
# Update properties of this object
|
10668
|
-
def update!(**args)
|
10669
|
-
@amendment_status = args[:amendment_status] if args.key?(:amendment_status)
|
10670
|
-
@auto_created_reservations = args[:auto_created_reservations] if args.key?(:auto_created_reservations)
|
10671
|
-
@existing_matching_usage_info = args[:existing_matching_usage_info] if args.key?(:existing_matching_usage_info)
|
10672
|
-
@fulfilled_count = args[:fulfilled_count] if args.key?(:fulfilled_count)
|
10673
|
-
@last_known_good_state = args[:last_known_good_state] if args.key?(:last_known_good_state)
|
10674
|
-
@lock_time = args[:lock_time] if args.key?(:lock_time)
|
10675
|
-
@procurement_status = args[:procurement_status] if args.key?(:procurement_status)
|
10676
|
-
@specific_sku_properties = args[:specific_sku_properties] if args.key?(:specific_sku_properties)
|
10677
|
-
end
|
10678
|
-
end
|
10679
|
-
|
10680
|
-
# [Output Only] Represents the existing matching usage for the future
|
10681
|
-
# reservation.
|
10682
|
-
class FutureReservationStatusExistingMatchingUsageInfo
|
10683
|
-
include Google::Apis::Core::Hashable
|
10684
|
-
|
10685
|
-
# Count to represent min(FR total_count, matching_reserved_capacity+
|
10686
|
-
# matching_unreserved_instances)
|
10687
|
-
# Corresponds to the JSON property `count`
|
10688
|
-
# @return [Fixnum]
|
10689
|
-
attr_accessor :count
|
10690
|
-
|
10691
|
-
# Timestamp when the matching usage was calculated
|
10692
|
-
# Corresponds to the JSON property `timestamp`
|
10693
|
-
# @return [String]
|
10694
|
-
attr_accessor :timestamp
|
10695
|
-
|
10696
|
-
def initialize(**args)
|
10697
|
-
update!(**args)
|
10698
|
-
end
|
10699
|
-
|
10700
|
-
# Update properties of this object
|
10701
|
-
def update!(**args)
|
10702
|
-
@count = args[:count] if args.key?(:count)
|
10703
|
-
@timestamp = args[:timestamp] if args.key?(:timestamp)
|
10704
|
-
end
|
10705
|
-
end
|
10706
|
-
|
10707
|
-
# The state that the future reservation will be reverted to should the amendment
|
10708
|
-
# be declined.
|
10709
|
-
class FutureReservationStatusLastKnownGoodState
|
10710
|
-
include Google::Apis::Core::Hashable
|
10711
|
-
|
10712
|
-
# [Output Only] The description of the FutureReservation before an amendment was
|
10713
|
-
# requested.
|
10714
|
-
# Corresponds to the JSON property `description`
|
10715
|
-
# @return [String]
|
10716
|
-
attr_accessor :description
|
10717
|
-
|
10718
|
-
# [Output Only] Represents the existing matching usage for the future
|
10719
|
-
# reservation.
|
10720
|
-
# Corresponds to the JSON property `existingMatchingUsageInfo`
|
10721
|
-
# @return [Google::Apis::ComputeV1::FutureReservationStatusExistingMatchingUsageInfo]
|
10722
|
-
attr_accessor :existing_matching_usage_info
|
10723
|
-
|
10724
|
-
# The properties of the last known good state for the Future Reservation.
|
10725
|
-
# Corresponds to the JSON property `futureReservationSpecs`
|
10726
|
-
# @return [Google::Apis::ComputeV1::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs]
|
10727
|
-
attr_accessor :future_reservation_specs
|
10728
|
-
|
10729
|
-
# [Output Only] The lock time of the FutureReservation before an amendment was
|
10730
|
-
# requested.
|
10731
|
-
# Corresponds to the JSON property `lockTime`
|
10732
|
-
# @return [String]
|
10733
|
-
attr_accessor :lock_time
|
10734
|
-
|
10735
|
-
# [Output Only] The name prefix of the Future Reservation before an amendment
|
10736
|
-
# was requested.
|
10737
|
-
# Corresponds to the JSON property `namePrefix`
|
10738
|
-
# @return [String]
|
10739
|
-
attr_accessor :name_prefix
|
10740
|
-
|
10741
|
-
# [Output Only] The status of the last known good state for the Future
|
10742
|
-
# Reservation.
|
10743
|
-
# Corresponds to the JSON property `procurementStatus`
|
10744
|
-
# @return [String]
|
10745
|
-
attr_accessor :procurement_status
|
10746
|
-
|
10747
|
-
def initialize(**args)
|
10748
|
-
update!(**args)
|
10749
|
-
end
|
10750
|
-
|
10751
|
-
# Update properties of this object
|
10752
|
-
def update!(**args)
|
10753
|
-
@description = args[:description] if args.key?(:description)
|
10754
|
-
@existing_matching_usage_info = args[:existing_matching_usage_info] if args.key?(:existing_matching_usage_info)
|
10755
|
-
@future_reservation_specs = args[:future_reservation_specs] if args.key?(:future_reservation_specs)
|
10756
|
-
@lock_time = args[:lock_time] if args.key?(:lock_time)
|
10757
|
-
@name_prefix = args[:name_prefix] if args.key?(:name_prefix)
|
10758
|
-
@procurement_status = args[:procurement_status] if args.key?(:procurement_status)
|
10759
|
-
end
|
10760
|
-
end
|
10761
|
-
|
10762
|
-
# The properties of the last known good state for the Future Reservation.
|
10763
|
-
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
|
10764
|
-
include Google::Apis::Core::Hashable
|
10765
|
-
|
10766
|
-
# The share setting for reservations and sole tenancy node groups.
|
10767
|
-
# Corresponds to the JSON property `shareSettings`
|
10768
|
-
# @return [Google::Apis::ComputeV1::ShareSettings]
|
10769
|
-
attr_accessor :share_settings
|
10770
|
-
|
10771
|
-
# [Output Only] The previous instance related properties of the Future
|
10772
|
-
# Reservation.
|
10773
|
-
# Corresponds to the JSON property `specificSkuProperties`
|
10774
|
-
# @return [Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties]
|
10775
|
-
attr_accessor :specific_sku_properties
|
10776
|
-
|
10777
|
-
# [Output Only] The previous time window of the Future Reservation.
|
10778
|
-
# Corresponds to the JSON property `timeWindow`
|
10779
|
-
# @return [Google::Apis::ComputeV1::FutureReservationTimeWindow]
|
10780
|
-
attr_accessor :time_window
|
10781
|
-
|
10782
|
-
def initialize(**args)
|
10783
|
-
update!(**args)
|
10784
|
-
end
|
10785
|
-
|
10786
|
-
# Update properties of this object
|
10787
|
-
def update!(**args)
|
10788
|
-
@share_settings = args[:share_settings] if args.key?(:share_settings)
|
10789
|
-
@specific_sku_properties = args[:specific_sku_properties] if args.key?(:specific_sku_properties)
|
10790
|
-
@time_window = args[:time_window] if args.key?(:time_window)
|
10791
|
-
end
|
10792
|
-
end
|
10793
|
-
|
10794
|
-
# Properties to be set for the Future Reservation.
|
10795
|
-
class FutureReservationStatusSpecificSkuProperties
|
10796
|
-
include Google::Apis::Core::Hashable
|
10797
|
-
|
10798
|
-
# ID of the instance template used to populate the Future Reservation properties.
|
10799
|
-
# Corresponds to the JSON property `sourceInstanceTemplateId`
|
10800
|
-
# @return [String]
|
10801
|
-
attr_accessor :source_instance_template_id
|
10802
|
-
|
10803
|
-
def initialize(**args)
|
10804
|
-
update!(**args)
|
10805
|
-
end
|
10806
|
-
|
10807
|
-
# Update properties of this object
|
10808
|
-
def update!(**args)
|
10809
|
-
@source_instance_template_id = args[:source_instance_template_id] if args.key?(:source_instance_template_id)
|
10810
|
-
end
|
10811
|
-
end
|
10812
|
-
|
10813
|
-
#
|
10814
|
-
class FutureReservationTimeWindow
|
10815
|
-
include Google::Apis::Core::Hashable
|
10816
|
-
|
10817
|
-
# A Duration represents a fixed-length span of time represented as a count of
|
10818
|
-
# seconds and fractions of seconds at nanosecond resolution. It is independent
|
10819
|
-
# of any calendar and concepts like "day" or "month". Range is approximately 10,
|
10820
|
-
# 000 years.
|
10821
|
-
# Corresponds to the JSON property `duration`
|
10822
|
-
# @return [Google::Apis::ComputeV1::Duration]
|
10823
|
-
attr_accessor :duration
|
10824
|
-
|
10825
|
-
#
|
10826
|
-
# Corresponds to the JSON property `endTime`
|
10827
|
-
# @return [String]
|
10828
|
-
attr_accessor :end_time
|
10829
|
-
|
10830
|
-
# Start time of the Future Reservation. The start_time is an RFC3339 string.
|
10831
|
-
# Corresponds to the JSON property `startTime`
|
10832
|
-
# @return [String]
|
10833
|
-
attr_accessor :start_time
|
10834
|
-
|
10835
|
-
def initialize(**args)
|
10836
|
-
update!(**args)
|
10837
|
-
end
|
10838
|
-
|
10839
|
-
# Update properties of this object
|
10840
|
-
def update!(**args)
|
10841
|
-
@duration = args[:duration] if args.key?(:duration)
|
10842
|
-
@end_time = args[:end_time] if args.key?(:end_time)
|
10843
|
-
@start_time = args[:start_time] if args.key?(:start_time)
|
10844
|
-
end
|
10845
|
-
end
|
10846
|
-
|
10847
|
-
# Contains a list of future reservations.
|
10848
|
-
class FutureReservationsAggregatedListResponse
|
10849
|
-
include Google::Apis::Core::Hashable
|
10850
|
-
|
10851
|
-
#
|
10852
|
-
# Corresponds to the JSON property `etag`
|
10853
|
-
# @return [String]
|
10854
|
-
attr_accessor :etag
|
10855
|
-
|
10856
|
-
# [Output Only] Unique identifier for the resource; defined by the server.
|
10857
|
-
# Corresponds to the JSON property `id`
|
10858
|
-
# @return [String]
|
10859
|
-
attr_accessor :id
|
10860
|
-
|
10861
|
-
# A list of Future reservation resources.
|
10862
|
-
# Corresponds to the JSON property `items`
|
10863
|
-
# @return [Hash<String,Google::Apis::ComputeV1::FutureReservationsScopedList>]
|
10864
|
-
attr_accessor :items
|
10865
|
-
|
10866
|
-
# [Output Only] Type of resource. Always compute#
|
10867
|
-
# futureReservationsAggregatedListResponse for future resevation aggregated list
|
10868
|
-
# response.
|
10869
|
-
# Corresponds to the JSON property `kind`
|
10870
|
-
# @return [String]
|
10871
|
-
attr_accessor :kind
|
10872
|
-
|
10873
|
-
# [Output Only] This token allows you to get the next page of results for list
|
10874
|
-
# requests. If the number of results is larger than maxResults, use the
|
10875
|
-
# nextPageToken as a value for the query parameter pageToken in the next list
|
10876
|
-
# request. Subsequent list requests will have their own nextPageToken to
|
10877
|
-
# continue paging through the results.
|
10878
|
-
# Corresponds to the JSON property `nextPageToken`
|
10879
|
-
# @return [String]
|
10880
|
-
attr_accessor :next_page_token
|
10881
|
-
|
10882
|
-
# [Output Only] Server-defined URL for this resource.
|
10883
|
-
# Corresponds to the JSON property `selfLink`
|
10884
|
-
# @return [String]
|
10885
|
-
attr_accessor :self_link
|
10886
|
-
|
10887
|
-
# [Output Only] Unreachable resources.
|
10888
|
-
# Corresponds to the JSON property `unreachables`
|
10889
|
-
# @return [Array<String>]
|
10890
|
-
attr_accessor :unreachables
|
10891
|
-
|
10892
|
-
# [Output Only] Informational warning message.
|
10893
|
-
# Corresponds to the JSON property `warning`
|
10894
|
-
# @return [Google::Apis::ComputeV1::FutureReservationsAggregatedListResponse::Warning]
|
10895
|
-
attr_accessor :warning
|
10896
|
-
|
10897
|
-
def initialize(**args)
|
10898
|
-
update!(**args)
|
10899
|
-
end
|
10900
|
-
|
10901
|
-
# Update properties of this object
|
10902
|
-
def update!(**args)
|
10903
|
-
@etag = args[:etag] if args.key?(:etag)
|
10904
|
-
@id = args[:id] if args.key?(:id)
|
10905
|
-
@items = args[:items] if args.key?(:items)
|
10906
|
-
@kind = args[:kind] if args.key?(:kind)
|
10907
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
10908
|
-
@self_link = args[:self_link] if args.key?(:self_link)
|
10909
|
-
@unreachables = args[:unreachables] if args.key?(:unreachables)
|
10910
|
-
@warning = args[:warning] if args.key?(:warning)
|
10911
|
-
end
|
10912
|
-
|
10913
|
-
# [Output Only] Informational warning message.
|
10914
|
-
class Warning
|
10915
|
-
include Google::Apis::Core::Hashable
|
10916
|
-
|
10917
|
-
# [Output Only] A warning code, if applicable. For example, Compute Engine
|
10918
|
-
# returns NO_RESULTS_ON_PAGE if there are no results in the response.
|
10919
|
-
# Corresponds to the JSON property `code`
|
10920
|
-
# @return [String]
|
10921
|
-
attr_accessor :code
|
10922
|
-
|
10923
|
-
# [Output Only] Metadata about this warning in key: value format. For example: "
|
10924
|
-
# data": [ ` "key": "scope", "value": "zones/us-east1-d" `
|
10925
|
-
# Corresponds to the JSON property `data`
|
10926
|
-
# @return [Array<Google::Apis::ComputeV1::FutureReservationsAggregatedListResponse::Warning::Datum>]
|
10927
|
-
attr_accessor :data
|
10928
|
-
|
10929
|
-
# [Output Only] A human-readable description of the warning code.
|
10930
|
-
# Corresponds to the JSON property `message`
|
10931
|
-
# @return [String]
|
10932
|
-
attr_accessor :message
|
10933
|
-
|
10934
|
-
def initialize(**args)
|
10935
|
-
update!(**args)
|
10936
|
-
end
|
10937
|
-
|
10938
|
-
# Update properties of this object
|
10939
|
-
def update!(**args)
|
10940
|
-
@code = args[:code] if args.key?(:code)
|
10941
|
-
@data = args[:data] if args.key?(:data)
|
10942
|
-
@message = args[:message] if args.key?(:message)
|
10943
|
-
end
|
10944
|
-
|
10945
|
-
#
|
10946
|
-
class Datum
|
10947
|
-
include Google::Apis::Core::Hashable
|
10948
|
-
|
10949
|
-
# [Output Only] A key that provides more detail on the warning being returned.
|
10950
|
-
# For example, for warnings where there are no results in a list request for a
|
10951
|
-
# particular zone, this key might be scope and the key value might be the zone
|
10952
|
-
# name. Other examples might be a key indicating a deprecated resource and a
|
10953
|
-
# suggested replacement, or a warning about invalid network settings (for
|
10954
|
-
# example, if an instance attempts to perform IP forwarding but is not enabled
|
10955
|
-
# for IP forwarding).
|
10956
|
-
# Corresponds to the JSON property `key`
|
10957
|
-
# @return [String]
|
10958
|
-
attr_accessor :key
|
10959
|
-
|
10960
|
-
# [Output Only] A warning data value corresponding to the key.
|
10961
|
-
# Corresponds to the JSON property `value`
|
10962
|
-
# @return [String]
|
10963
|
-
attr_accessor :value
|
10964
|
-
|
10965
|
-
def initialize(**args)
|
10966
|
-
update!(**args)
|
10967
|
-
end
|
10968
|
-
|
10969
|
-
# Update properties of this object
|
10970
|
-
def update!(**args)
|
10971
|
-
@key = args[:key] if args.key?(:key)
|
10972
|
-
@value = args[:value] if args.key?(:value)
|
10973
|
-
end
|
10974
|
-
end
|
10975
|
-
end
|
10976
|
-
end
|
10977
|
-
|
10978
|
-
#
|
10979
|
-
class FutureReservationsListResponse
|
10213
|
+
# Contains a list of ForwardingRule resources.
|
10214
|
+
class ForwardingRuleList
|
10980
10215
|
include Google::Apis::Core::Hashable
|
10981
10216
|
|
10982
|
-
#
|
10983
|
-
# Corresponds to the JSON property `etag`
|
10984
|
-
# @return [String]
|
10985
|
-
attr_accessor :etag
|
10986
|
-
|
10987
|
-
# [Output Only] The unique identifier for the resource. This identifier is
|
10988
|
-
# defined by the server.
|
10217
|
+
# [Output Only] Unique identifier for the resource; defined by the server.
|
10989
10218
|
# Corresponds to the JSON property `id`
|
10990
10219
|
# @return [String]
|
10991
10220
|
attr_accessor :id
|
10992
10221
|
|
10993
|
-
#
|
10222
|
+
# A list of ForwardingRule resources.
|
10994
10223
|
# Corresponds to the JSON property `items`
|
10995
|
-
# @return [Array<Google::Apis::ComputeV1::
|
10224
|
+
# @return [Array<Google::Apis::ComputeV1::ForwardingRule>]
|
10996
10225
|
attr_accessor :items
|
10997
10226
|
|
10998
|
-
#
|
10999
|
-
# for lists of reservations
|
10227
|
+
# Type of resource.
|
11000
10228
|
# Corresponds to the JSON property `kind`
|
11001
10229
|
# @return [String]
|
11002
10230
|
attr_accessor :kind
|
@@ -11015,14 +10243,9 @@ module Google
|
|
11015
10243
|
# @return [String]
|
11016
10244
|
attr_accessor :self_link
|
11017
10245
|
|
11018
|
-
# [Output Only] Unreachable resources.
|
11019
|
-
# Corresponds to the JSON property `unreachables`
|
11020
|
-
# @return [Array<String>]
|
11021
|
-
attr_accessor :unreachables
|
11022
|
-
|
11023
10246
|
# [Output Only] Informational warning message.
|
11024
10247
|
# Corresponds to the JSON property `warning`
|
11025
|
-
# @return [Google::Apis::ComputeV1::
|
10248
|
+
# @return [Google::Apis::ComputeV1::ForwardingRuleList::Warning]
|
11026
10249
|
attr_accessor :warning
|
11027
10250
|
|
11028
10251
|
def initialize(**args)
|
@@ -11031,13 +10254,11 @@ module Google
|
|
11031
10254
|
|
11032
10255
|
# Update properties of this object
|
11033
10256
|
def update!(**args)
|
11034
|
-
@etag = args[:etag] if args.key?(:etag)
|
11035
10257
|
@id = args[:id] if args.key?(:id)
|
11036
10258
|
@items = args[:items] if args.key?(:items)
|
11037
10259
|
@kind = args[:kind] if args.key?(:kind)
|
11038
10260
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
11039
10261
|
@self_link = args[:self_link] if args.key?(:self_link)
|
11040
|
-
@unreachables = args[:unreachables] if args.key?(:unreachables)
|
11041
10262
|
@warning = args[:warning] if args.key?(:warning)
|
11042
10263
|
end
|
11043
10264
|
|
@@ -11054,7 +10275,7 @@ module Google
|
|
11054
10275
|
# [Output Only] Metadata about this warning in key: value format. For example: "
|
11055
10276
|
# data": [ ` "key": "scope", "value": "zones/us-east1-d" `
|
11056
10277
|
# Corresponds to the JSON property `data`
|
11057
|
-
# @return [Array<Google::Apis::ComputeV1::
|
10278
|
+
# @return [Array<Google::Apis::ComputeV1::ForwardingRuleList::Warning::Datum>]
|
11058
10279
|
attr_accessor :data
|
11059
10280
|
|
11060
10281
|
# [Output Only] A human-readable description of the warning code.
|
@@ -11107,18 +10328,73 @@ module Google
|
|
11107
10328
|
end
|
11108
10329
|
|
11109
10330
|
#
|
11110
|
-
class
|
10331
|
+
class ForwardingRuleReference
|
11111
10332
|
include Google::Apis::Core::Hashable
|
11112
10333
|
|
11113
|
-
#
|
11114
|
-
# Corresponds to the JSON property `
|
11115
|
-
# @return [
|
11116
|
-
attr_accessor :
|
10334
|
+
#
|
10335
|
+
# Corresponds to the JSON property `forwardingRule`
|
10336
|
+
# @return [String]
|
10337
|
+
attr_accessor :forwarding_rule
|
10338
|
+
|
10339
|
+
def initialize(**args)
|
10340
|
+
update!(**args)
|
10341
|
+
end
|
11117
10342
|
|
11118
|
-
#
|
10343
|
+
# Update properties of this object
|
10344
|
+
def update!(**args)
|
10345
|
+
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
10346
|
+
end
|
10347
|
+
end
|
10348
|
+
|
10349
|
+
# Describes the auto-registration of the forwarding rule to Service Directory.
|
10350
|
+
# The region and project of the Service Directory resource generated from this
|
10351
|
+
# registration will be the same as this forwarding rule.
|
10352
|
+
class ForwardingRuleServiceDirectoryRegistration
|
10353
|
+
include Google::Apis::Core::Hashable
|
10354
|
+
|
10355
|
+
# Service Directory namespace to register the forwarding rule under.
|
10356
|
+
# Corresponds to the JSON property `namespace`
|
10357
|
+
# @return [String]
|
10358
|
+
attr_accessor :namespace
|
10359
|
+
|
10360
|
+
# Service Directory service to register the forwarding rule under.
|
10361
|
+
# Corresponds to the JSON property `service`
|
10362
|
+
# @return [String]
|
10363
|
+
attr_accessor :service
|
10364
|
+
|
10365
|
+
# [Optional] Service Directory region to register this global forwarding rule
|
10366
|
+
# under. Default to "us-central1". Only used for PSC for Google APIs. All PSC
|
10367
|
+
# for Google APIs forwarding rules on the same network should use the same
|
10368
|
+
# Service Directory region.
|
10369
|
+
# Corresponds to the JSON property `serviceDirectoryRegion`
|
10370
|
+
# @return [String]
|
10371
|
+
attr_accessor :service_directory_region
|
10372
|
+
|
10373
|
+
def initialize(**args)
|
10374
|
+
update!(**args)
|
10375
|
+
end
|
10376
|
+
|
10377
|
+
# Update properties of this object
|
10378
|
+
def update!(**args)
|
10379
|
+
@namespace = args[:namespace] if args.key?(:namespace)
|
10380
|
+
@service = args[:service] if args.key?(:service)
|
10381
|
+
@service_directory_region = args[:service_directory_region] if args.key?(:service_directory_region)
|
10382
|
+
end
|
10383
|
+
end
|
10384
|
+
|
10385
|
+
#
|
10386
|
+
class ForwardingRulesScopedList
|
10387
|
+
include Google::Apis::Core::Hashable
|
10388
|
+
|
10389
|
+
# A list of forwarding rules contained in this scope.
|
10390
|
+
# Corresponds to the JSON property `forwardingRules`
|
10391
|
+
# @return [Array<Google::Apis::ComputeV1::ForwardingRule>]
|
10392
|
+
attr_accessor :forwarding_rules
|
10393
|
+
|
10394
|
+
# Informational warning which replaces the list of forwarding rules when the
|
11119
10395
|
# list is empty.
|
11120
10396
|
# Corresponds to the JSON property `warning`
|
11121
|
-
# @return [Google::Apis::ComputeV1::
|
10397
|
+
# @return [Google::Apis::ComputeV1::ForwardingRulesScopedList::Warning]
|
11122
10398
|
attr_accessor :warning
|
11123
10399
|
|
11124
10400
|
def initialize(**args)
|
@@ -11127,11 +10403,11 @@ module Google
|
|
11127
10403
|
|
11128
10404
|
# Update properties of this object
|
11129
10405
|
def update!(**args)
|
11130
|
-
@
|
10406
|
+
@forwarding_rules = args[:forwarding_rules] if args.key?(:forwarding_rules)
|
11131
10407
|
@warning = args[:warning] if args.key?(:warning)
|
11132
10408
|
end
|
11133
10409
|
|
11134
|
-
# Informational warning which replaces the list of
|
10410
|
+
# Informational warning which replaces the list of forwarding rules when the
|
11135
10411
|
# list is empty.
|
11136
10412
|
class Warning
|
11137
10413
|
include Google::Apis::Core::Hashable
|
@@ -11145,7 +10421,7 @@ module Google
|
|
11145
10421
|
# [Output Only] Metadata about this warning in key: value format. For example: "
|
11146
10422
|
# data": [ ` "key": "scope", "value": "zones/us-east1-d" `
|
11147
10423
|
# Corresponds to the JSON property `data`
|
11148
|
-
# @return [Array<Google::Apis::ComputeV1::
|
10424
|
+
# @return [Array<Google::Apis::ComputeV1::ForwardingRulesScopedList::Warning::Datum>]
|
11149
10425
|
attr_accessor :data
|
11150
10426
|
|
11151
10427
|
# [Output Only] A human-readable description of the warning code.
|
@@ -12699,6 +11975,16 @@ module Google
|
|
12699
11975
|
# @return [String]
|
12700
11976
|
attr_accessor :ip_address
|
12701
11977
|
|
11978
|
+
#
|
11979
|
+
# Corresponds to the JSON property `ipv6Address`
|
11980
|
+
# @return [String]
|
11981
|
+
attr_accessor :ipv6_address
|
11982
|
+
|
11983
|
+
# Health state of the IPv6 address of the instance.
|
11984
|
+
# Corresponds to the JSON property `ipv6HealthState`
|
11985
|
+
# @return [String]
|
11986
|
+
attr_accessor :ipv6_health_state
|
11987
|
+
|
12702
11988
|
# The named port of the instance group, not necessarily the port that is health-
|
12703
11989
|
# checked.
|
12704
11990
|
# Corresponds to the JSON property `port`
|
@@ -12727,6 +12013,8 @@ module Google
|
|
12727
12013
|
@health_state = args[:health_state] if args.key?(:health_state)
|
12728
12014
|
@instance = args[:instance] if args.key?(:instance)
|
12729
12015
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
12016
|
+
@ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
|
12017
|
+
@ipv6_health_state = args[:ipv6_health_state] if args.key?(:ipv6_health_state)
|
12730
12018
|
@port = args[:port] if args.key?(:port)
|
12731
12019
|
@weight = args[:weight] if args.key?(:weight)
|
12732
12020
|
@weight_error = args[:weight_error] if args.key?(:weight_error)
|
@@ -12772,6 +12060,12 @@ module Google
|
|
12772
12060
|
# @return [String]
|
12773
12061
|
attr_accessor :health_state
|
12774
12062
|
|
12063
|
+
# Health state of the ipv6 network endpoint determined based on the health
|
12064
|
+
# checks configured.
|
12065
|
+
# Corresponds to the JSON property `ipv6HealthState`
|
12066
|
+
# @return [String]
|
12067
|
+
attr_accessor :ipv6_health_state
|
12068
|
+
|
12775
12069
|
def initialize(**args)
|
12776
12070
|
update!(**args)
|
12777
12071
|
end
|
@@ -12783,6 +12077,7 @@ module Google
|
|
12783
12077
|
@health_check = args[:health_check] if args.key?(:health_check)
|
12784
12078
|
@health_check_service = args[:health_check_service] if args.key?(:health_check_service)
|
12785
12079
|
@health_state = args[:health_state] if args.key?(:health_state)
|
12080
|
+
@ipv6_health_state = args[:ipv6_health_state] if args.key?(:ipv6_health_state)
|
12786
12081
|
end
|
12787
12082
|
end
|
12788
12083
|
|
@@ -15508,6 +14803,13 @@ module Google
|
|
15508
14803
|
# @return [Fixnum]
|
15509
14804
|
attr_accessor :id
|
15510
14805
|
|
14806
|
+
# Instance flexibility allowing MIG to create VMs from multiple types of
|
14807
|
+
# machines. Instance flexibility configuration on MIG overrides instance
|
14808
|
+
# template configuration.
|
14809
|
+
# Corresponds to the JSON property `instanceFlexibilityPolicy`
|
14810
|
+
# @return [Google::Apis::ComputeV1::InstanceGroupManagerInstanceFlexibilityPolicy]
|
14811
|
+
attr_accessor :instance_flexibility_policy
|
14812
|
+
|
15511
14813
|
# [Output Only] The URL of the Instance Group resource.
|
15512
14814
|
# Corresponds to the JSON property `instanceGroup`
|
15513
14815
|
# @return [String]
|
@@ -15545,8 +14847,8 @@ module Google
|
|
15545
14847
|
# @return [String]
|
15546
14848
|
attr_accessor :name
|
15547
14849
|
|
15548
|
-
# Named ports configured
|
15549
|
-
# Group Manager.
|
14850
|
+
# [Output Only] Named ports configured on the Instance Groups complementary to
|
14851
|
+
# this Instance Group Manager.
|
15550
14852
|
# Corresponds to the JSON property `namedPorts`
|
15551
14853
|
# @return [Array<Google::Apis::ComputeV1::NamedPort>]
|
15552
14854
|
attr_accessor :named_ports
|
@@ -15636,6 +14938,7 @@ module Google
|
|
15636
14938
|
@distribution_policy = args[:distribution_policy] if args.key?(:distribution_policy)
|
15637
14939
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
15638
14940
|
@id = args[:id] if args.key?(:id)
|
14941
|
+
@instance_flexibility_policy = args[:instance_flexibility_policy] if args.key?(:instance_flexibility_policy)
|
15639
14942
|
@instance_group = args[:instance_group] if args.key?(:instance_group)
|
15640
14943
|
@instance_lifecycle_policy = args[:instance_lifecycle_policy] if args.key?(:instance_lifecycle_policy)
|
15641
14944
|
@instance_template = args[:instance_template] if args.key?(:instance_template)
|
@@ -15946,6 +15249,54 @@ module Google
|
|
15946
15249
|
end
|
15947
15250
|
end
|
15948
15251
|
|
15252
|
+
#
|
15253
|
+
class InstanceGroupManagerInstanceFlexibilityPolicy
|
15254
|
+
include Google::Apis::Core::Hashable
|
15255
|
+
|
15256
|
+
# Named instance selections configuring properties that the group will use when
|
15257
|
+
# creating new VMs.
|
15258
|
+
# Corresponds to the JSON property `instanceSelections`
|
15259
|
+
# @return [Hash<String,Google::Apis::ComputeV1::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection>]
|
15260
|
+
attr_accessor :instance_selections
|
15261
|
+
|
15262
|
+
def initialize(**args)
|
15263
|
+
update!(**args)
|
15264
|
+
end
|
15265
|
+
|
15266
|
+
# Update properties of this object
|
15267
|
+
def update!(**args)
|
15268
|
+
@instance_selections = args[:instance_selections] if args.key?(:instance_selections)
|
15269
|
+
end
|
15270
|
+
end
|
15271
|
+
|
15272
|
+
#
|
15273
|
+
class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
|
15274
|
+
include Google::Apis::Core::Hashable
|
15275
|
+
|
15276
|
+
# Full machine-type names, e.g. "n1-standard-16".
|
15277
|
+
# Corresponds to the JSON property `machineTypes`
|
15278
|
+
# @return [Array<String>]
|
15279
|
+
attr_accessor :machine_types
|
15280
|
+
|
15281
|
+
# Preference of this instance selection. Lower number means higher preference.
|
15282
|
+
# MIG will first try to create a VM based on the machine-type with lowest rank
|
15283
|
+
# and fallback to next rank based on availability. Machine types and instance
|
15284
|
+
# selections with the same rank have the same preference.
|
15285
|
+
# Corresponds to the JSON property `rank`
|
15286
|
+
# @return [Fixnum]
|
15287
|
+
attr_accessor :rank
|
15288
|
+
|
15289
|
+
def initialize(**args)
|
15290
|
+
update!(**args)
|
15291
|
+
end
|
15292
|
+
|
15293
|
+
# Update properties of this object
|
15294
|
+
def update!(**args)
|
15295
|
+
@machine_types = args[:machine_types] if args.key?(:machine_types)
|
15296
|
+
@rank = args[:rank] if args.key?(:rank)
|
15297
|
+
end
|
15298
|
+
end
|
15299
|
+
|
15949
15300
|
#
|
15950
15301
|
class InstanceGroupManagerInstanceLifecyclePolicy
|
15951
15302
|
include Google::Apis::Core::Hashable
|
@@ -18839,7 +18190,7 @@ module Google
|
|
18839
18190
|
class InstancesGetEffectiveFirewallsResponse
|
18840
18191
|
include Google::Apis::Core::Hashable
|
18841
18192
|
|
18842
|
-
# Effective firewalls from firewall policies.
|
18193
|
+
# [Output Only] Effective firewalls from firewall policies.
|
18843
18194
|
# Corresponds to the JSON property `firewallPolicys`
|
18844
18195
|
# @return [Array<Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>]
|
18845
18196
|
attr_accessor :firewall_policys
|
@@ -18881,7 +18232,9 @@ module Google
|
|
18881
18232
|
# @return [Fixnum]
|
18882
18233
|
attr_accessor :priority
|
18883
18234
|
|
18884
|
-
# The rules that apply to the
|
18235
|
+
# [Output Only] The rules that apply to the instance. Only rules that target the
|
18236
|
+
# specific VM instance are returned if target service accounts or target secure
|
18237
|
+
# tags are specified in the rules.
|
18885
18238
|
# Corresponds to the JSON property `rules`
|
18886
18239
|
# @return [Array<Google::Apis::ComputeV1::FirewallPolicyRule>]
|
18887
18240
|
attr_accessor :rules
|
@@ -22623,131 +21976,6 @@ module Google
|
|
22623
21976
|
end
|
22624
21977
|
end
|
22625
21978
|
|
22626
|
-
# This is deprecated and has no effect. Do not use.
|
22627
|
-
class LogConfig
|
22628
|
-
include Google::Apis::Core::Hashable
|
22629
|
-
|
22630
|
-
# This is deprecated and has no effect. Do not use.
|
22631
|
-
# Corresponds to the JSON property `cloudAudit`
|
22632
|
-
# @return [Google::Apis::ComputeV1::LogConfigCloudAuditOptions]
|
22633
|
-
attr_accessor :cloud_audit
|
22634
|
-
|
22635
|
-
# This is deprecated and has no effect. Do not use.
|
22636
|
-
# Corresponds to the JSON property `counter`
|
22637
|
-
# @return [Google::Apis::ComputeV1::LogConfigCounterOptions]
|
22638
|
-
attr_accessor :counter
|
22639
|
-
|
22640
|
-
# This is deprecated and has no effect. Do not use.
|
22641
|
-
# Corresponds to the JSON property `dataAccess`
|
22642
|
-
# @return [Google::Apis::ComputeV1::LogConfigDataAccessOptions]
|
22643
|
-
attr_accessor :data_access
|
22644
|
-
|
22645
|
-
def initialize(**args)
|
22646
|
-
update!(**args)
|
22647
|
-
end
|
22648
|
-
|
22649
|
-
# Update properties of this object
|
22650
|
-
def update!(**args)
|
22651
|
-
@cloud_audit = args[:cloud_audit] if args.key?(:cloud_audit)
|
22652
|
-
@counter = args[:counter] if args.key?(:counter)
|
22653
|
-
@data_access = args[:data_access] if args.key?(:data_access)
|
22654
|
-
end
|
22655
|
-
end
|
22656
|
-
|
22657
|
-
# This is deprecated and has no effect. Do not use.
|
22658
|
-
class LogConfigCloudAuditOptions
|
22659
|
-
include Google::Apis::Core::Hashable
|
22660
|
-
|
22661
|
-
# This is deprecated and has no effect. Do not use.
|
22662
|
-
# Corresponds to the JSON property `logName`
|
22663
|
-
# @return [String]
|
22664
|
-
attr_accessor :log_name
|
22665
|
-
|
22666
|
-
def initialize(**args)
|
22667
|
-
update!(**args)
|
22668
|
-
end
|
22669
|
-
|
22670
|
-
# Update properties of this object
|
22671
|
-
def update!(**args)
|
22672
|
-
@log_name = args[:log_name] if args.key?(:log_name)
|
22673
|
-
end
|
22674
|
-
end
|
22675
|
-
|
22676
|
-
# This is deprecated and has no effect. Do not use.
|
22677
|
-
class LogConfigCounterOptions
|
22678
|
-
include Google::Apis::Core::Hashable
|
22679
|
-
|
22680
|
-
# This is deprecated and has no effect. Do not use.
|
22681
|
-
# Corresponds to the JSON property `customFields`
|
22682
|
-
# @return [Array<Google::Apis::ComputeV1::LogConfigCounterOptionsCustomField>]
|
22683
|
-
attr_accessor :custom_fields
|
22684
|
-
|
22685
|
-
# This is deprecated and has no effect. Do not use.
|
22686
|
-
# Corresponds to the JSON property `field`
|
22687
|
-
# @return [String]
|
22688
|
-
attr_accessor :field
|
22689
|
-
|
22690
|
-
# This is deprecated and has no effect. Do not use.
|
22691
|
-
# Corresponds to the JSON property `metric`
|
22692
|
-
# @return [String]
|
22693
|
-
attr_accessor :metric
|
22694
|
-
|
22695
|
-
def initialize(**args)
|
22696
|
-
update!(**args)
|
22697
|
-
end
|
22698
|
-
|
22699
|
-
# Update properties of this object
|
22700
|
-
def update!(**args)
|
22701
|
-
@custom_fields = args[:custom_fields] if args.key?(:custom_fields)
|
22702
|
-
@field = args[:field] if args.key?(:field)
|
22703
|
-
@metric = args[:metric] if args.key?(:metric)
|
22704
|
-
end
|
22705
|
-
end
|
22706
|
-
|
22707
|
-
# This is deprecated and has no effect. Do not use.
|
22708
|
-
class LogConfigCounterOptionsCustomField
|
22709
|
-
include Google::Apis::Core::Hashable
|
22710
|
-
|
22711
|
-
# This is deprecated and has no effect. Do not use.
|
22712
|
-
# Corresponds to the JSON property `name`
|
22713
|
-
# @return [String]
|
22714
|
-
attr_accessor :name
|
22715
|
-
|
22716
|
-
# This is deprecated and has no effect. Do not use.
|
22717
|
-
# Corresponds to the JSON property `value`
|
22718
|
-
# @return [String]
|
22719
|
-
attr_accessor :value
|
22720
|
-
|
22721
|
-
def initialize(**args)
|
22722
|
-
update!(**args)
|
22723
|
-
end
|
22724
|
-
|
22725
|
-
# Update properties of this object
|
22726
|
-
def update!(**args)
|
22727
|
-
@name = args[:name] if args.key?(:name)
|
22728
|
-
@value = args[:value] if args.key?(:value)
|
22729
|
-
end
|
22730
|
-
end
|
22731
|
-
|
22732
|
-
# This is deprecated and has no effect. Do not use.
|
22733
|
-
class LogConfigDataAccessOptions
|
22734
|
-
include Google::Apis::Core::Hashable
|
22735
|
-
|
22736
|
-
# This is deprecated and has no effect. Do not use.
|
22737
|
-
# Corresponds to the JSON property `logMode`
|
22738
|
-
# @return [String]
|
22739
|
-
attr_accessor :log_mode
|
22740
|
-
|
22741
|
-
def initialize(**args)
|
22742
|
-
update!(**args)
|
22743
|
-
end
|
22744
|
-
|
22745
|
-
# Update properties of this object
|
22746
|
-
def update!(**args)
|
22747
|
-
@log_mode = args[:log_mode] if args.key?(:log_mode)
|
22748
|
-
end
|
22749
|
-
end
|
22750
|
-
|
22751
21979
|
# Represents a machine image resource. A machine image is a Compute Engine
|
22752
21980
|
# resource that stores all the configuration, metadata, permissions, and data
|
22753
21981
|
# from one or more disks required to create a Virtual machine (VM) instance. For
|
@@ -23593,6 +22821,12 @@ module Google
|
|
23593
22821
|
# @return [Google::Apis::ComputeV1::PreservedState]
|
23594
22822
|
attr_accessor :preserved_state_from_policy
|
23595
22823
|
|
22824
|
+
# [Output Only] Instance properties selected for this instance resulting from
|
22825
|
+
# InstanceFlexibilityPolicy.
|
22826
|
+
# Corresponds to the JSON property `propertiesFromFlexibilityPolicy`
|
22827
|
+
# @return [Google::Apis::ComputeV1::ManagedInstancePropertiesFromFlexibilityPolicy]
|
22828
|
+
attr_accessor :properties_from_flexibility_policy
|
22829
|
+
|
23596
22830
|
# [Output Only] Intended version of this instance.
|
23597
22831
|
# Corresponds to the JSON property `version`
|
23598
22832
|
# @return [Google::Apis::ComputeV1::ManagedInstanceVersion]
|
@@ -23613,6 +22847,7 @@ module Google
|
|
23613
22847
|
@name = args[:name] if args.key?(:name)
|
23614
22848
|
@preserved_state_from_config = args[:preserved_state_from_config] if args.key?(:preserved_state_from_config)
|
23615
22849
|
@preserved_state_from_policy = args[:preserved_state_from_policy] if args.key?(:preserved_state_from_policy)
|
22850
|
+
@properties_from_flexibility_policy = args[:properties_from_flexibility_policy] if args.key?(:properties_from_flexibility_policy)
|
23616
22851
|
@version = args[:version] if args.key?(:version)
|
23617
22852
|
end
|
23618
22853
|
end
|
@@ -23772,6 +23007,25 @@ module Google
|
|
23772
23007
|
end
|
23773
23008
|
end
|
23774
23009
|
|
23010
|
+
#
|
23011
|
+
class ManagedInstancePropertiesFromFlexibilityPolicy
|
23012
|
+
include Google::Apis::Core::Hashable
|
23013
|
+
|
23014
|
+
# The machine type to be used for this instance.
|
23015
|
+
# Corresponds to the JSON property `machineType`
|
23016
|
+
# @return [String]
|
23017
|
+
attr_accessor :machine_type
|
23018
|
+
|
23019
|
+
def initialize(**args)
|
23020
|
+
update!(**args)
|
23021
|
+
end
|
23022
|
+
|
23023
|
+
# Update properties of this object
|
23024
|
+
def update!(**args)
|
23025
|
+
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
23026
|
+
end
|
23027
|
+
end
|
23028
|
+
|
23775
23029
|
#
|
23776
23030
|
class ManagedInstanceVersion
|
23777
23031
|
include Google::Apis::Core::Hashable
|
@@ -25059,6 +24313,11 @@ module Google
|
|
25059
24313
|
# @return [String]
|
25060
24314
|
attr_accessor :ip_address
|
25061
24315
|
|
24316
|
+
# Optional IPv6 address of network endpoint.
|
24317
|
+
# Corresponds to the JSON property `ipv6Address`
|
24318
|
+
# @return [String]
|
24319
|
+
attr_accessor :ipv6_address
|
24320
|
+
|
25062
24321
|
# Optional port number of network endpoint. If not specified, the defaultPort
|
25063
24322
|
# for the network endpoint group will be used. This field can not be set for
|
25064
24323
|
# network endpoints of type GCE_VM_IP.
|
@@ -25077,6 +24336,7 @@ module Google
|
|
25077
24336
|
@fqdn = args[:fqdn] if args.key?(:fqdn)
|
25078
24337
|
@instance = args[:instance] if args.key?(:instance)
|
25079
24338
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
24339
|
+
@ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
|
25080
24340
|
@port = args[:port] if args.key?(:port)
|
25081
24341
|
end
|
25082
24342
|
end
|
@@ -26411,7 +25671,10 @@ module Google
|
|
26411
25671
|
class NetworksGetEffectiveFirewallsResponse
|
26412
25672
|
include Google::Apis::Core::Hashable
|
26413
25673
|
|
26414
|
-
# Effective firewalls from firewall policy.
|
25674
|
+
# [Output Only] Effective firewalls from firewall policy. It returns Global
|
25675
|
+
# Network Firewall Policies and Hierarchical Firewall Policies. Use
|
25676
|
+
# regionNetworkFirewallPolicies.getEffectiveFirewalls to get Regional Network
|
25677
|
+
# Firewall Policies as well.
|
26415
25678
|
# Corresponds to the JSON property `firewallPolicys`
|
26416
25679
|
# @return [Array<Google::Apis::ComputeV1::NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy>]
|
26417
25680
|
attr_accessor :firewall_policys
|
@@ -26453,7 +25716,7 @@ module Google
|
|
26453
25716
|
# @return [Fixnum]
|
26454
25717
|
attr_accessor :priority
|
26455
25718
|
|
26456
|
-
# The rules that apply to the network.
|
25719
|
+
# [Output Only] The rules that apply to the network.
|
26457
25720
|
# Corresponds to the JSON property `rules`
|
26458
25721
|
# @return [Array<Google::Apis::ComputeV1::FirewallPolicyRule>]
|
26459
25722
|
attr_accessor :rules
|
@@ -28682,8 +27945,8 @@ module Google
|
|
28682
27945
|
attr_accessor :target_id
|
28683
27946
|
|
28684
27947
|
# [Output Only] The URL of the resource that the operation modifies. For
|
28685
|
-
# operations related to creating a snapshot, this points to the
|
28686
|
-
#
|
27948
|
+
# operations related to creating a snapshot, this points to the disk that the
|
27949
|
+
# snapshot was created from.
|
28687
27950
|
# Corresponds to the JSON property `targetLink`
|
28688
27951
|
# @return [String]
|
28689
27952
|
attr_accessor :target_link
|
@@ -30310,11 +29573,6 @@ module Google
|
|
30310
29573
|
# @return [String]
|
30311
29574
|
attr_accessor :etag
|
30312
29575
|
|
30313
|
-
# This is deprecated and has no effect. Do not use.
|
30314
|
-
# Corresponds to the JSON property `rules`
|
30315
|
-
# @return [Array<Google::Apis::ComputeV1::Rule>]
|
30316
|
-
attr_accessor :rules
|
30317
|
-
|
30318
29576
|
# Specifies the format of the policy. Valid values are `0`, `1`, and `3`.
|
30319
29577
|
# Requests that specify an invalid value are rejected. Any operation that
|
30320
29578
|
# affects conditional role bindings must specify version `3`. This requirement
|
@@ -30343,7 +29601,6 @@ module Google
|
|
30343
29601
|
@audit_configs = args[:audit_configs] if args.key?(:audit_configs)
|
30344
29602
|
@bindings = args[:bindings] if args.key?(:bindings)
|
30345
29603
|
@etag = args[:etag] if args.key?(:etag)
|
30346
|
-
@rules = args[:rules] if args.key?(:rules)
|
30347
29604
|
@version = args[:version] if args.key?(:version)
|
30348
29605
|
end
|
30349
29606
|
end
|
@@ -33196,7 +32453,10 @@ module Google
|
|
33196
32453
|
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
33197
32454
|
include Google::Apis::Core::Hashable
|
33198
32455
|
|
33199
|
-
# Effective firewalls from firewall policy.
|
32456
|
+
# [Output only] Effective firewalls from firewall policy. It applies to Regional
|
32457
|
+
# Network Firewall Policies in the specified region, Global Network Firewall
|
32458
|
+
# Policies and Hierachial Firewall Policies which are associated with the
|
32459
|
+
# network.
|
33200
32460
|
# Corresponds to the JSON property `firewallPolicys`
|
33201
32461
|
# @return [Array<Google::Apis::ComputeV1::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>]
|
33202
32462
|
attr_accessor :firewall_policys
|
@@ -33231,7 +32491,7 @@ module Google
|
|
33231
32491
|
# @return [String]
|
33232
32492
|
attr_accessor :name
|
33233
32493
|
|
33234
|
-
# The rules that apply to the network.
|
32494
|
+
# [Output only] The rules that apply to the network.
|
33235
32495
|
# Corresponds to the JSON property `rules`
|
33236
32496
|
# @return [Array<Google::Apis::ComputeV1::FirewallPolicyRule>]
|
33237
32497
|
attr_accessor :rules
|
@@ -33383,9 +32643,9 @@ module Google
|
|
33383
32643
|
# and traffic management table. This resource defines mappings from hostnames
|
33384
32644
|
# and URL paths to either a backend service or a backend bucket. To use the
|
33385
32645
|
# global urlMaps resource, the backend service must have a loadBalancingScheme
|
33386
|
-
# of either EXTERNAL or INTERNAL_SELF_MANAGED. To use the
|
33387
|
-
# the backend service must have a loadBalancingScheme of
|
33388
|
-
# more information, read URL Map Concepts.
|
32646
|
+
# of either EXTERNAL, EXTERNAL_MANAGED, or INTERNAL_SELF_MANAGED. To use the
|
32647
|
+
# regionUrlMaps resource, the backend service must have a loadBalancingScheme of
|
32648
|
+
# INTERNAL_MANAGED. For more information, read URL Map Concepts.
|
33389
32649
|
# Corresponds to the JSON property `resource`
|
33390
32650
|
# @return [Google::Apis::ComputeV1::UrlMap]
|
33391
32651
|
attr_accessor :resource
|
@@ -33520,7 +32780,10 @@ module Google
|
|
33520
32780
|
attr_accessor :specific_reservation_required
|
33521
32781
|
alias_method :specific_reservation_required?, :specific_reservation_required
|
33522
32782
|
|
33523
|
-
# [Output Only] The status of the reservation.
|
32783
|
+
# [Output Only] The status of the reservation. - CREATING: Reservation resources
|
32784
|
+
# are being allocated. - READY: Reservation resources have been allocated, and
|
32785
|
+
# the reservation is ready for use. - DELETING: Reservation deletion is in
|
32786
|
+
# progress. - UPDATING: Reservation update is in progress.
|
33524
32787
|
# Corresponds to the JSON property `status`
|
33525
32788
|
# @return [String]
|
33526
32789
|
attr_accessor :status
|
@@ -36959,61 +36222,6 @@ module Google
|
|
36959
36222
|
end
|
36960
36223
|
end
|
36961
36224
|
|
36962
|
-
# This is deprecated and has no effect. Do not use.
|
36963
|
-
class Rule
|
36964
|
-
include Google::Apis::Core::Hashable
|
36965
|
-
|
36966
|
-
# This is deprecated and has no effect. Do not use.
|
36967
|
-
# Corresponds to the JSON property `action`
|
36968
|
-
# @return [String]
|
36969
|
-
attr_accessor :action
|
36970
|
-
|
36971
|
-
# This is deprecated and has no effect. Do not use.
|
36972
|
-
# Corresponds to the JSON property `conditions`
|
36973
|
-
# @return [Array<Google::Apis::ComputeV1::Condition>]
|
36974
|
-
attr_accessor :conditions
|
36975
|
-
|
36976
|
-
# This is deprecated and has no effect. Do not use.
|
36977
|
-
# Corresponds to the JSON property `description`
|
36978
|
-
# @return [String]
|
36979
|
-
attr_accessor :description
|
36980
|
-
|
36981
|
-
# This is deprecated and has no effect. Do not use.
|
36982
|
-
# Corresponds to the JSON property `ins`
|
36983
|
-
# @return [Array<String>]
|
36984
|
-
attr_accessor :ins
|
36985
|
-
|
36986
|
-
# This is deprecated and has no effect. Do not use.
|
36987
|
-
# Corresponds to the JSON property `logConfigs`
|
36988
|
-
# @return [Array<Google::Apis::ComputeV1::LogConfig>]
|
36989
|
-
attr_accessor :log_configs
|
36990
|
-
|
36991
|
-
# This is deprecated and has no effect. Do not use.
|
36992
|
-
# Corresponds to the JSON property `notIns`
|
36993
|
-
# @return [Array<String>]
|
36994
|
-
attr_accessor :not_ins
|
36995
|
-
|
36996
|
-
# This is deprecated and has no effect. Do not use.
|
36997
|
-
# Corresponds to the JSON property `permissions`
|
36998
|
-
# @return [Array<String>]
|
36999
|
-
attr_accessor :permissions
|
37000
|
-
|
37001
|
-
def initialize(**args)
|
37002
|
-
update!(**args)
|
37003
|
-
end
|
37004
|
-
|
37005
|
-
# Update properties of this object
|
37006
|
-
def update!(**args)
|
37007
|
-
@action = args[:action] if args.key?(:action)
|
37008
|
-
@conditions = args[:conditions] if args.key?(:conditions)
|
37009
|
-
@description = args[:description] if args.key?(:description)
|
37010
|
-
@ins = args[:ins] if args.key?(:ins)
|
37011
|
-
@log_configs = args[:log_configs] if args.key?(:log_configs)
|
37012
|
-
@not_ins = args[:not_ins] if args.key?(:not_ins)
|
37013
|
-
@permissions = args[:permissions] if args.key?(:permissions)
|
37014
|
-
end
|
37015
|
-
end
|
37016
|
-
|
37017
36225
|
#
|
37018
36226
|
class SslHealthCheck
|
37019
36227
|
include Google::Apis::Core::Hashable
|
@@ -39302,6 +38510,19 @@ module Google
|
|
39302
38510
|
# @return [String]
|
39303
38511
|
attr_accessor :producer_forwarding_rule
|
39304
38512
|
|
38513
|
+
# The number of consumer spokes that connected Private Service Connect endpoints
|
38514
|
+
# can be propagated to through Network Connectivity Center. This limit lets the
|
38515
|
+
# service producer limit how many propagated Private Service Connect connections
|
38516
|
+
# can be established to this service attachment from a single consumer. If the
|
38517
|
+
# connection preference of the service attachment is ACCEPT_MANUAL, the limit
|
38518
|
+
# applies to each project or network that is listed in the consumer accept list.
|
38519
|
+
# If the connection preference of the service attachment is ACCEPT_AUTOMATIC,
|
38520
|
+
# the limit applies to each project that contains a connected endpoint. If
|
38521
|
+
# unspecified, the default propagated connection limit is 250.
|
38522
|
+
# Corresponds to the JSON property `propagatedConnectionLimit`
|
38523
|
+
# @return [Fixnum]
|
38524
|
+
attr_accessor :propagated_connection_limit
|
38525
|
+
|
39305
38526
|
# [Output Only] An 128-bit global unique ID of the PSC service attachment.
|
39306
38527
|
# Corresponds to the JSON property `pscServiceAttachmentId`
|
39307
38528
|
# @return [Google::Apis::ComputeV1::Uint128]
|
@@ -39359,6 +38580,7 @@ module Google
|
|
39359
38580
|
@name = args[:name] if args.key?(:name)
|
39360
38581
|
@nat_subnets = args[:nat_subnets] if args.key?(:nat_subnets)
|
39361
38582
|
@producer_forwarding_rule = args[:producer_forwarding_rule] if args.key?(:producer_forwarding_rule)
|
38583
|
+
@propagated_connection_limit = args[:propagated_connection_limit] if args.key?(:propagated_connection_limit)
|
39362
38584
|
@psc_service_attachment_id = args[:psc_service_attachment_id] if args.key?(:psc_service_attachment_id)
|
39363
38585
|
@reconcile_connections = args[:reconcile_connections] if args.key?(:reconcile_connections)
|
39364
38586
|
@region = args[:region] if args.key?(:region)
|
@@ -39504,6 +38726,12 @@ module Google
|
|
39504
38726
|
# @return [String]
|
39505
38727
|
attr_accessor :endpoint
|
39506
38728
|
|
38729
|
+
# The number of consumer Network Connectivity Center spokes that the connected
|
38730
|
+
# Private Service Connect endpoint has propagated to.
|
38731
|
+
# Corresponds to the JSON property `propagatedConnectionCount`
|
38732
|
+
# @return [Fixnum]
|
38733
|
+
attr_accessor :propagated_connection_count
|
38734
|
+
|
39507
38735
|
# The PSC connection id of the connected endpoint.
|
39508
38736
|
# Corresponds to the JSON property `pscConnectionId`
|
39509
38737
|
# @return [Fixnum]
|
@@ -39522,6 +38750,7 @@ module Google
|
|
39522
38750
|
def update!(**args)
|
39523
38751
|
@consumer_network = args[:consumer_network] if args.key?(:consumer_network)
|
39524
38752
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
38753
|
+
@propagated_connection_count = args[:propagated_connection_count] if args.key?(:propagated_connection_count)
|
39525
38754
|
@psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
|
39526
38755
|
@status = args[:status] if args.key?(:status)
|
39527
38756
|
end
|
@@ -47591,9 +46820,9 @@ module Google
|
|
47591
46820
|
# and traffic management table. This resource defines mappings from hostnames
|
47592
46821
|
# and URL paths to either a backend service or a backend bucket. To use the
|
47593
46822
|
# global urlMaps resource, the backend service must have a loadBalancingScheme
|
47594
|
-
# of either EXTERNAL or INTERNAL_SELF_MANAGED. To use the
|
47595
|
-
# the backend service must have a loadBalancingScheme of
|
47596
|
-
# more information, read URL Map Concepts.
|
46823
|
+
# of either EXTERNAL, EXTERNAL_MANAGED, or INTERNAL_SELF_MANAGED. To use the
|
46824
|
+
# regionUrlMaps resource, the backend service must have a loadBalancingScheme of
|
46825
|
+
# INTERNAL_MANAGED. For more information, read URL Map Concepts.
|
47597
46826
|
class UrlMap
|
47598
46827
|
include Google::Apis::Core::Hashable
|
47599
46828
|
|
@@ -48262,9 +47491,9 @@ module Google
|
|
48262
47491
|
# and traffic management table. This resource defines mappings from hostnames
|
48263
47492
|
# and URL paths to either a backend service or a backend bucket. To use the
|
48264
47493
|
# global urlMaps resource, the backend service must have a loadBalancingScheme
|
48265
|
-
# of either EXTERNAL or INTERNAL_SELF_MANAGED. To use the
|
48266
|
-
# the backend service must have a loadBalancingScheme of
|
48267
|
-
# more information, read URL Map Concepts.
|
47494
|
+
# of either EXTERNAL, EXTERNAL_MANAGED, or INTERNAL_SELF_MANAGED. To use the
|
47495
|
+
# regionUrlMaps resource, the backend service must have a loadBalancingScheme of
|
47496
|
+
# INTERNAL_MANAGED. For more information, read URL Map Concepts.
|
48268
47497
|
# Corresponds to the JSON property `resource`
|
48269
47498
|
# @return [Google::Apis::ComputeV1::UrlMap]
|
48270
47499
|
attr_accessor :resource
|