google-apis-compute_v1 0.114.0 → 0.116.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 +937 -119
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +324 -1
- data/lib/google/apis/compute_v1/service.rb +678 -11
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.116.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250302"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -190,6 +190,12 @@ module Google
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
+
class AllocationReservationSharingPolicy
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
193
199
|
class AllocationResourceStatus
|
194
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
201
|
|
@@ -406,6 +412,12 @@ module Google
|
|
406
412
|
include Google::Apis::Core::JsonObjectSupport
|
407
413
|
end
|
408
414
|
|
415
|
+
class BackendCustomMetric
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
409
421
|
class BackendService
|
410
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
423
|
|
@@ -454,6 +466,12 @@ module Google
|
|
454
466
|
include Google::Apis::Core::JsonObjectSupport
|
455
467
|
end
|
456
468
|
|
469
|
+
class BackendServiceCustomMetric
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
457
475
|
class BackendServiceFailoverPolicy
|
458
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
477
|
|
@@ -586,6 +604,24 @@ module Google
|
|
586
604
|
include Google::Apis::Core::JsonObjectSupport
|
587
605
|
end
|
588
606
|
|
607
|
+
class BgpRoute
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class BgpRouteAsPath
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class BgpRouteNetworkLayerReachabilityInformation
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
589
625
|
class Binding
|
590
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
627
|
|
@@ -1852,6 +1888,12 @@ module Google
|
|
1852
1888
|
include Google::Apis::Core::JsonObjectSupport
|
1853
1889
|
end
|
1854
1890
|
|
1891
|
+
class InstanceGroupManagerResourcePolicies
|
1892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1893
|
+
|
1894
|
+
include Google::Apis::Core::JsonObjectSupport
|
1895
|
+
end
|
1896
|
+
|
1855
1897
|
class InstanceGroupManagerStandbyPolicy
|
1856
1898
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1857
1899
|
|
@@ -2284,6 +2326,18 @@ module Google
|
|
2284
2326
|
include Google::Apis::Core::JsonObjectSupport
|
2285
2327
|
end
|
2286
2328
|
|
2329
|
+
class InstancesReportHostAsFaultyRequest
|
2330
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2331
|
+
|
2332
|
+
include Google::Apis::Core::JsonObjectSupport
|
2333
|
+
end
|
2334
|
+
|
2335
|
+
class InstancesReportHostAsFaultyRequestFaultReason
|
2336
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2337
|
+
|
2338
|
+
include Google::Apis::Core::JsonObjectSupport
|
2339
|
+
end
|
2340
|
+
|
2287
2341
|
class InstancesScopedList
|
2288
2342
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2289
2343
|
|
@@ -4588,6 +4642,12 @@ module Google
|
|
4588
4642
|
include Google::Apis::Core::JsonObjectSupport
|
4589
4643
|
end
|
4590
4644
|
|
4645
|
+
class ResourceStatusPhysicalHostTopology
|
4646
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4647
|
+
|
4648
|
+
include Google::Apis::Core::JsonObjectSupport
|
4649
|
+
end
|
4650
|
+
|
4591
4651
|
class ResourceStatusScheduling
|
4592
4652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4593
4653
|
|
@@ -4636,6 +4696,18 @@ module Google
|
|
4636
4696
|
include Google::Apis::Core::JsonObjectSupport
|
4637
4697
|
end
|
4638
4698
|
|
4699
|
+
class RoutePolicy
|
4700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4701
|
+
|
4702
|
+
include Google::Apis::Core::JsonObjectSupport
|
4703
|
+
end
|
4704
|
+
|
4705
|
+
class RoutePolicyPolicyTerm
|
4706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4707
|
+
|
4708
|
+
include Google::Apis::Core::JsonObjectSupport
|
4709
|
+
end
|
4710
|
+
|
4639
4711
|
class Router
|
4640
4712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4641
4713
|
|
@@ -4780,6 +4852,48 @@ module Google
|
|
4780
4852
|
include Google::Apis::Core::JsonObjectSupport
|
4781
4853
|
end
|
4782
4854
|
|
4855
|
+
class RoutersGetRoutePolicyResponse
|
4856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4857
|
+
|
4858
|
+
include Google::Apis::Core::JsonObjectSupport
|
4859
|
+
end
|
4860
|
+
|
4861
|
+
class RoutersListBgpRoutes
|
4862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4863
|
+
|
4864
|
+
class Warning
|
4865
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4866
|
+
|
4867
|
+
class Datum
|
4868
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4869
|
+
|
4870
|
+
include Google::Apis::Core::JsonObjectSupport
|
4871
|
+
end
|
4872
|
+
|
4873
|
+
include Google::Apis::Core::JsonObjectSupport
|
4874
|
+
end
|
4875
|
+
|
4876
|
+
include Google::Apis::Core::JsonObjectSupport
|
4877
|
+
end
|
4878
|
+
|
4879
|
+
class RoutersListRoutePolicies
|
4880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4881
|
+
|
4882
|
+
class Warning
|
4883
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4884
|
+
|
4885
|
+
class Datum
|
4886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4887
|
+
|
4888
|
+
include Google::Apis::Core::JsonObjectSupport
|
4889
|
+
end
|
4890
|
+
|
4891
|
+
include Google::Apis::Core::JsonObjectSupport
|
4892
|
+
end
|
4893
|
+
|
4894
|
+
include Google::Apis::Core::JsonObjectSupport
|
4895
|
+
end
|
4896
|
+
|
4783
4897
|
class RoutersPreviewResponse
|
4784
4898
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4785
4899
|
|
@@ -6962,6 +7076,13 @@ module Google
|
|
6962
7076
|
end
|
6963
7077
|
end
|
6964
7078
|
|
7079
|
+
class AllocationReservationSharingPolicy
|
7080
|
+
# @private
|
7081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7082
|
+
property :service_share_type, as: 'serviceShareType'
|
7083
|
+
end
|
7084
|
+
end
|
7085
|
+
|
6965
7086
|
class AllocationResourceStatus
|
6966
7087
|
# @private
|
6967
7088
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6974,6 +7095,7 @@ module Google
|
|
6974
7095
|
# @private
|
6975
7096
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6976
7097
|
property :source_instance_template_id, as: 'sourceInstanceTemplateId'
|
7098
|
+
hash :utilizations, as: 'utilizations'
|
6977
7099
|
end
|
6978
7100
|
end
|
6979
7101
|
|
@@ -7278,6 +7400,8 @@ module Google
|
|
7278
7400
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7279
7401
|
property :balancing_mode, as: 'balancingMode'
|
7280
7402
|
property :capacity_scaler, as: 'capacityScaler'
|
7403
|
+
collection :custom_metrics, as: 'customMetrics', class: Google::Apis::ComputeV1::BackendCustomMetric, decorator: Google::Apis::ComputeV1::BackendCustomMetric::Representation
|
7404
|
+
|
7281
7405
|
property :description, as: 'description'
|
7282
7406
|
property :failover, as: 'failover'
|
7283
7407
|
property :group, as: 'group'
|
@@ -7396,6 +7520,15 @@ module Google
|
|
7396
7520
|
end
|
7397
7521
|
end
|
7398
7522
|
|
7523
|
+
class BackendCustomMetric
|
7524
|
+
# @private
|
7525
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7526
|
+
property :dry_run, as: 'dryRun'
|
7527
|
+
property :max_utilization, as: 'maxUtilization'
|
7528
|
+
property :name, as: 'name'
|
7529
|
+
end
|
7530
|
+
end
|
7531
|
+
|
7399
7532
|
class BackendService
|
7400
7533
|
# @private
|
7401
7534
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7414,6 +7547,8 @@ module Google
|
|
7414
7547
|
property :consistent_hash, as: 'consistentHash', class: Google::Apis::ComputeV1::ConsistentHashLoadBalancerSettings, decorator: Google::Apis::ComputeV1::ConsistentHashLoadBalancerSettings::Representation
|
7415
7548
|
|
7416
7549
|
property :creation_timestamp, as: 'creationTimestamp'
|
7550
|
+
collection :custom_metrics, as: 'customMetrics', class: Google::Apis::ComputeV1::BackendServiceCustomMetric, decorator: Google::Apis::ComputeV1::BackendServiceCustomMetric::Representation
|
7551
|
+
|
7417
7552
|
collection :custom_request_headers, as: 'customRequestHeaders'
|
7418
7553
|
collection :custom_response_headers, as: 'customResponseHeaders'
|
7419
7554
|
property :description, as: 'description'
|
@@ -7541,6 +7676,14 @@ module Google
|
|
7541
7676
|
end
|
7542
7677
|
end
|
7543
7678
|
|
7679
|
+
class BackendServiceCustomMetric
|
7680
|
+
# @private
|
7681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7682
|
+
property :dry_run, as: 'dryRun'
|
7683
|
+
property :name, as: 'name'
|
7684
|
+
end
|
7685
|
+
end
|
7686
|
+
|
7544
7687
|
class BackendServiceFailoverPolicy
|
7545
7688
|
# @private
|
7546
7689
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7773,6 +7916,35 @@ module Google
|
|
7773
7916
|
end
|
7774
7917
|
end
|
7775
7918
|
|
7919
|
+
class BgpRoute
|
7920
|
+
# @private
|
7921
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7922
|
+
collection :as_paths, as: 'asPaths', class: Google::Apis::ComputeV1::BgpRouteAsPath, decorator: Google::Apis::ComputeV1::BgpRouteAsPath::Representation
|
7923
|
+
|
7924
|
+
collection :communities, as: 'communities'
|
7925
|
+
property :destination, as: 'destination', class: Google::Apis::ComputeV1::BgpRouteNetworkLayerReachabilityInformation, decorator: Google::Apis::ComputeV1::BgpRouteNetworkLayerReachabilityInformation::Representation
|
7926
|
+
|
7927
|
+
property :med, as: 'med'
|
7928
|
+
property :origin, as: 'origin'
|
7929
|
+
end
|
7930
|
+
end
|
7931
|
+
|
7932
|
+
class BgpRouteAsPath
|
7933
|
+
# @private
|
7934
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7935
|
+
collection :asns, as: 'asns'
|
7936
|
+
property :type, as: 'type'
|
7937
|
+
end
|
7938
|
+
end
|
7939
|
+
|
7940
|
+
class BgpRouteNetworkLayerReachabilityInformation
|
7941
|
+
# @private
|
7942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7943
|
+
property :path_id, as: 'pathId'
|
7944
|
+
property :prefix, as: 'prefix'
|
7945
|
+
end
|
7946
|
+
end
|
7947
|
+
|
7776
7948
|
class Binding
|
7777
7949
|
# @private
|
7778
7950
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8744,6 +8916,8 @@ module Google
|
|
8744
8916
|
property :id, :numeric_string => true, as: 'id'
|
8745
8917
|
property :kind, as: 'kind'
|
8746
8918
|
property :name, as: 'name'
|
8919
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
8920
|
+
|
8747
8921
|
property :parent, as: 'parent'
|
8748
8922
|
property :region, as: 'region'
|
8749
8923
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
@@ -10013,6 +10187,8 @@ module Google
|
|
10013
10187
|
collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeV1::NamedPort, decorator: Google::Apis::ComputeV1::NamedPort::Representation
|
10014
10188
|
|
10015
10189
|
property :region, as: 'region'
|
10190
|
+
property :resource_policies, as: 'resourcePolicies', class: Google::Apis::ComputeV1::InstanceGroupManagerResourcePolicies, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResourcePolicies::Representation
|
10191
|
+
|
10016
10192
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
10017
10193
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
10018
10194
|
property :self_link, as: 'selfLink'
|
@@ -10294,6 +10470,13 @@ module Google
|
|
10294
10470
|
end
|
10295
10471
|
end
|
10296
10472
|
|
10473
|
+
class InstanceGroupManagerResourcePolicies
|
10474
|
+
# @private
|
10475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10476
|
+
property :workload_policy, as: 'workloadPolicy'
|
10477
|
+
end
|
10478
|
+
end
|
10479
|
+
|
10297
10480
|
class InstanceGroupManagerStandbyPolicy
|
10298
10481
|
# @private
|
10299
10482
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10978,6 +11161,8 @@ module Google
|
|
10978
11161
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10979
11162
|
property :display_name, as: 'displayName'
|
10980
11163
|
property :name, as: 'name'
|
11164
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
11165
|
+
|
10981
11166
|
property :priority, as: 'priority'
|
10982
11167
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
10983
11168
|
|
@@ -10993,6 +11178,23 @@ module Google
|
|
10993
11178
|
end
|
10994
11179
|
end
|
10995
11180
|
|
11181
|
+
class InstancesReportHostAsFaultyRequest
|
11182
|
+
# @private
|
11183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11184
|
+
property :disruption_schedule, as: 'disruptionSchedule'
|
11185
|
+
collection :fault_reasons, as: 'faultReasons', class: Google::Apis::ComputeV1::InstancesReportHostAsFaultyRequestFaultReason, decorator: Google::Apis::ComputeV1::InstancesReportHostAsFaultyRequestFaultReason::Representation
|
11186
|
+
|
11187
|
+
end
|
11188
|
+
end
|
11189
|
+
|
11190
|
+
class InstancesReportHostAsFaultyRequestFaultReason
|
11191
|
+
# @private
|
11192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11193
|
+
property :behavior, as: 'behavior'
|
11194
|
+
property :description, as: 'description'
|
11195
|
+
end
|
11196
|
+
end
|
11197
|
+
|
10996
11198
|
class InstancesScopedList
|
10997
11199
|
# @private
|
10998
11200
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12833,7 +13035,6 @@ module Google
|
|
12833
13035
|
property :name, as: 'name'
|
12834
13036
|
property :self_link, as: 'selfLink'
|
12835
13037
|
property :self_link_with_id, as: 'selfLinkWithId'
|
12836
|
-
property :zone, as: 'zone'
|
12837
13038
|
end
|
12838
13039
|
end
|
12839
13040
|
|
@@ -12945,6 +13146,8 @@ module Google
|
|
12945
13146
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12946
13147
|
property :display_name, as: 'displayName'
|
12947
13148
|
property :name, as: 'name'
|
13149
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
13150
|
+
|
12948
13151
|
property :priority, as: 'priority'
|
12949
13152
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
12950
13153
|
|
@@ -13340,6 +13543,7 @@ module Google
|
|
13340
13543
|
property :id, :numeric_string => true, as: 'id'
|
13341
13544
|
property :kind, as: 'kind'
|
13342
13545
|
property :local_ssd_gb, as: 'localSsdGb'
|
13546
|
+
property :max_vms, as: 'maxVms'
|
13343
13547
|
property :memory_mb, as: 'memoryMb'
|
13344
13548
|
property :name, as: 'name'
|
13345
13549
|
property :self_link, as: 'selfLink'
|
@@ -14751,6 +14955,9 @@ module Google
|
|
14751
14955
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14752
14956
|
property :display_name, as: 'displayName'
|
14753
14957
|
property :name, as: 'name'
|
14958
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
14959
|
+
|
14960
|
+
property :priority, as: 'priority'
|
14754
14961
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
14755
14962
|
|
14756
14963
|
property :type, as: 'type'
|
@@ -14809,6 +15016,8 @@ module Google
|
|
14809
15016
|
property :id, :numeric_string => true, as: 'id'
|
14810
15017
|
property :kind, as: 'kind'
|
14811
15018
|
property :name, as: 'name'
|
15019
|
+
property :reservation_sharing_policy, as: 'reservationSharingPolicy', class: Google::Apis::ComputeV1::AllocationReservationSharingPolicy, decorator: Google::Apis::ComputeV1::AllocationReservationSharingPolicy::Representation
|
15020
|
+
|
14812
15021
|
hash :resource_policies, as: 'resourcePolicies'
|
14813
15022
|
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeV1::AllocationResourceStatus, decorator: Google::Apis::ComputeV1::AllocationResourceStatus::Representation
|
14814
15023
|
|
@@ -15200,6 +15409,8 @@ module Google
|
|
15200
15409
|
# @private
|
15201
15410
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15202
15411
|
property :physical_host, as: 'physicalHost'
|
15412
|
+
property :physical_host_topology, as: 'physicalHostTopology', class: Google::Apis::ComputeV1::ResourceStatusPhysicalHostTopology, decorator: Google::Apis::ComputeV1::ResourceStatusPhysicalHostTopology::Representation
|
15413
|
+
|
15203
15414
|
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeV1::ResourceStatusScheduling, decorator: Google::Apis::ComputeV1::ResourceStatusScheduling::Representation
|
15204
15415
|
|
15205
15416
|
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeV1::UpcomingMaintenance, decorator: Google::Apis::ComputeV1::UpcomingMaintenance::Representation
|
@@ -15207,6 +15418,16 @@ module Google
|
|
15207
15418
|
end
|
15208
15419
|
end
|
15209
15420
|
|
15421
|
+
class ResourceStatusPhysicalHostTopology
|
15422
|
+
# @private
|
15423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15424
|
+
property :block, as: 'block'
|
15425
|
+
property :cluster, as: 'cluster'
|
15426
|
+
property :host, as: 'host'
|
15427
|
+
property :subblock, as: 'subblock'
|
15428
|
+
end
|
15429
|
+
end
|
15430
|
+
|
15210
15431
|
class ResourceStatusScheduling
|
15211
15432
|
# @private
|
15212
15433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15305,6 +15526,29 @@ module Google
|
|
15305
15526
|
end
|
15306
15527
|
end
|
15307
15528
|
|
15529
|
+
class RoutePolicy
|
15530
|
+
# @private
|
15531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15532
|
+
property :description, as: 'description'
|
15533
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
15534
|
+
property :name, as: 'name'
|
15535
|
+
collection :terms, as: 'terms', class: Google::Apis::ComputeV1::RoutePolicyPolicyTerm, decorator: Google::Apis::ComputeV1::RoutePolicyPolicyTerm::Representation
|
15536
|
+
|
15537
|
+
property :type, as: 'type'
|
15538
|
+
end
|
15539
|
+
end
|
15540
|
+
|
15541
|
+
class RoutePolicyPolicyTerm
|
15542
|
+
# @private
|
15543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15544
|
+
collection :actions, as: 'actions', class: Google::Apis::ComputeV1::Expr, decorator: Google::Apis::ComputeV1::Expr::Representation
|
15545
|
+
|
15546
|
+
property :match, as: 'match', class: Google::Apis::ComputeV1::Expr, decorator: Google::Apis::ComputeV1::Expr::Representation
|
15547
|
+
|
15548
|
+
property :priority, as: 'priority'
|
15549
|
+
end
|
15550
|
+
end
|
15551
|
+
|
15308
15552
|
class Router
|
15309
15553
|
# @private
|
15310
15554
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15635,6 +15879,82 @@ module Google
|
|
15635
15879
|
end
|
15636
15880
|
end
|
15637
15881
|
|
15882
|
+
class RoutersGetRoutePolicyResponse
|
15883
|
+
# @private
|
15884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15885
|
+
property :resource, as: 'resource', class: Google::Apis::ComputeV1::RoutePolicy, decorator: Google::Apis::ComputeV1::RoutePolicy::Representation
|
15886
|
+
|
15887
|
+
end
|
15888
|
+
end
|
15889
|
+
|
15890
|
+
class RoutersListBgpRoutes
|
15891
|
+
# @private
|
15892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15893
|
+
property :etag, as: 'etag'
|
15894
|
+
property :id, as: 'id'
|
15895
|
+
property :kind, as: 'kind'
|
15896
|
+
property :next_page_token, as: 'nextPageToken'
|
15897
|
+
collection :result, as: 'result', class: Google::Apis::ComputeV1::BgpRoute, decorator: Google::Apis::ComputeV1::BgpRoute::Representation
|
15898
|
+
|
15899
|
+
property :self_link, as: 'selfLink'
|
15900
|
+
collection :unreachables, as: 'unreachables'
|
15901
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::RoutersListBgpRoutes::Warning, decorator: Google::Apis::ComputeV1::RoutersListBgpRoutes::Warning::Representation
|
15902
|
+
|
15903
|
+
end
|
15904
|
+
|
15905
|
+
class Warning
|
15906
|
+
# @private
|
15907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15908
|
+
property :code, as: 'code'
|
15909
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::RoutersListBgpRoutes::Warning::Datum, decorator: Google::Apis::ComputeV1::RoutersListBgpRoutes::Warning::Datum::Representation
|
15910
|
+
|
15911
|
+
property :message, as: 'message'
|
15912
|
+
end
|
15913
|
+
|
15914
|
+
class Datum
|
15915
|
+
# @private
|
15916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15917
|
+
property :key, as: 'key'
|
15918
|
+
property :value, as: 'value'
|
15919
|
+
end
|
15920
|
+
end
|
15921
|
+
end
|
15922
|
+
end
|
15923
|
+
|
15924
|
+
class RoutersListRoutePolicies
|
15925
|
+
# @private
|
15926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15927
|
+
property :etag, as: 'etag'
|
15928
|
+
property :id, as: 'id'
|
15929
|
+
property :kind, as: 'kind'
|
15930
|
+
property :next_page_token, as: 'nextPageToken'
|
15931
|
+
collection :result, as: 'result', class: Google::Apis::ComputeV1::RoutePolicy, decorator: Google::Apis::ComputeV1::RoutePolicy::Representation
|
15932
|
+
|
15933
|
+
property :self_link, as: 'selfLink'
|
15934
|
+
collection :unreachables, as: 'unreachables'
|
15935
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::RoutersListRoutePolicies::Warning, decorator: Google::Apis::ComputeV1::RoutersListRoutePolicies::Warning::Representation
|
15936
|
+
|
15937
|
+
end
|
15938
|
+
|
15939
|
+
class Warning
|
15940
|
+
# @private
|
15941
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15942
|
+
property :code, as: 'code'
|
15943
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::RoutersListRoutePolicies::Warning::Datum, decorator: Google::Apis::ComputeV1::RoutersListRoutePolicies::Warning::Datum::Representation
|
15944
|
+
|
15945
|
+
property :message, as: 'message'
|
15946
|
+
end
|
15947
|
+
|
15948
|
+
class Datum
|
15949
|
+
# @private
|
15950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15951
|
+
property :key, as: 'key'
|
15952
|
+
property :value, as: 'value'
|
15953
|
+
end
|
15954
|
+
end
|
15955
|
+
end
|
15956
|
+
end
|
15957
|
+
|
15638
15958
|
class RoutersPreviewResponse
|
15639
15959
|
# @private
|
15640
15960
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15732,6 +16052,7 @@ module Google
|
|
15732
16052
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15733
16053
|
property :automatic_restart, as: 'automaticRestart'
|
15734
16054
|
property :availability_domain, as: 'availabilityDomain'
|
16055
|
+
property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'
|
15735
16056
|
property :instance_termination_action, as: 'instanceTerminationAction'
|
15736
16057
|
property :local_ssd_recovery_timeout, as: 'localSsdRecoveryTimeout', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
15737
16058
|
|
@@ -17218,8 +17539,10 @@ module Google
|
|
17218
17539
|
property :id, :numeric_string => true, as: 'id'
|
17219
17540
|
property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
|
17220
17541
|
property :ip_cidr_range, as: 'ipCidrRange'
|
17542
|
+
property :ip_collection, as: 'ipCollection'
|
17221
17543
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
17222
17544
|
property :ipv6_cidr_range, as: 'ipv6CidrRange'
|
17545
|
+
property :ipv6_gce_endpoint, as: 'ipv6GceEndpoint'
|
17223
17546
|
property :kind, as: 'kind'
|
17224
17547
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeV1::SubnetworkLogConfig, decorator: Google::Apis::ComputeV1::SubnetworkLogConfig::Representation
|
17225
17548
|
|