google-apis-compute_v1 0.113.0 → 0.115.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 +9 -0
- data/lib/google/apis/compute_v1/classes.rb +1127 -153
- data/lib/google/apis/compute_v1/gem_version.rb +3 -3
- data/lib/google/apis/compute_v1/representations.rb +403 -1
- data/lib/google/apis/compute_v1/service.rb +787 -14
- metadata +4 -7
@@ -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.115.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250224"
|
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
|
|
@@ -1096,6 +1132,24 @@ module Google
|
|
1096
1132
|
include Google::Apis::Core::JsonObjectSupport
|
1097
1133
|
end
|
1098
1134
|
|
1135
|
+
class FirewallPoliciesScopedList
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
class Warning
|
1139
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1140
|
+
|
1141
|
+
class Datum
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
|
+
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
include Google::Apis::Core::JsonObjectSupport
|
1148
|
+
end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1099
1153
|
class FirewallPolicy
|
1100
1154
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
1155
|
|
@@ -1834,6 +1888,12 @@ module Google
|
|
1834
1888
|
include Google::Apis::Core::JsonObjectSupport
|
1835
1889
|
end
|
1836
1890
|
|
1891
|
+
class InstanceGroupManagerResourcePolicies
|
1892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1893
|
+
|
1894
|
+
include Google::Apis::Core::JsonObjectSupport
|
1895
|
+
end
|
1896
|
+
|
1837
1897
|
class InstanceGroupManagerStandbyPolicy
|
1838
1898
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1839
1899
|
|
@@ -2266,6 +2326,18 @@ module Google
|
|
2266
2326
|
include Google::Apis::Core::JsonObjectSupport
|
2267
2327
|
end
|
2268
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
|
+
|
2269
2341
|
class InstancesScopedList
|
2270
2342
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2271
2343
|
|
@@ -3184,6 +3256,24 @@ module Google
|
|
3184
3256
|
include Google::Apis::Core::JsonObjectSupport
|
3185
3257
|
end
|
3186
3258
|
|
3259
|
+
class NetworkFirewallPolicyAggregatedList
|
3260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3261
|
+
|
3262
|
+
class Warning
|
3263
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3264
|
+
|
3265
|
+
class Datum
|
3266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3267
|
+
|
3268
|
+
include Google::Apis::Core::JsonObjectSupport
|
3269
|
+
end
|
3270
|
+
|
3271
|
+
include Google::Apis::Core::JsonObjectSupport
|
3272
|
+
end
|
3273
|
+
|
3274
|
+
include Google::Apis::Core::JsonObjectSupport
|
3275
|
+
end
|
3276
|
+
|
3187
3277
|
class NetworkInterface
|
3188
3278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3189
3279
|
|
@@ -4600,6 +4690,18 @@ module Google
|
|
4600
4690
|
include Google::Apis::Core::JsonObjectSupport
|
4601
4691
|
end
|
4602
4692
|
|
4693
|
+
class RoutePolicy
|
4694
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4695
|
+
|
4696
|
+
include Google::Apis::Core::JsonObjectSupport
|
4697
|
+
end
|
4698
|
+
|
4699
|
+
class RoutePolicyPolicyTerm
|
4700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4701
|
+
|
4702
|
+
include Google::Apis::Core::JsonObjectSupport
|
4703
|
+
end
|
4704
|
+
|
4603
4705
|
class Router
|
4604
4706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4605
4707
|
|
@@ -4744,6 +4846,48 @@ module Google
|
|
4744
4846
|
include Google::Apis::Core::JsonObjectSupport
|
4745
4847
|
end
|
4746
4848
|
|
4849
|
+
class RoutersGetRoutePolicyResponse
|
4850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4851
|
+
|
4852
|
+
include Google::Apis::Core::JsonObjectSupport
|
4853
|
+
end
|
4854
|
+
|
4855
|
+
class RoutersListBgpRoutes
|
4856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4857
|
+
|
4858
|
+
class Warning
|
4859
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4860
|
+
|
4861
|
+
class Datum
|
4862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4863
|
+
|
4864
|
+
include Google::Apis::Core::JsonObjectSupport
|
4865
|
+
end
|
4866
|
+
|
4867
|
+
include Google::Apis::Core::JsonObjectSupport
|
4868
|
+
end
|
4869
|
+
|
4870
|
+
include Google::Apis::Core::JsonObjectSupport
|
4871
|
+
end
|
4872
|
+
|
4873
|
+
class RoutersListRoutePolicies
|
4874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4875
|
+
|
4876
|
+
class Warning
|
4877
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4878
|
+
|
4879
|
+
class Datum
|
4880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4881
|
+
|
4882
|
+
include Google::Apis::Core::JsonObjectSupport
|
4883
|
+
end
|
4884
|
+
|
4885
|
+
include Google::Apis::Core::JsonObjectSupport
|
4886
|
+
end
|
4887
|
+
|
4888
|
+
include Google::Apis::Core::JsonObjectSupport
|
4889
|
+
end
|
4890
|
+
|
4747
4891
|
class RoutersPreviewResponse
|
4748
4892
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4749
4893
|
|
@@ -6926,6 +7070,13 @@ module Google
|
|
6926
7070
|
end
|
6927
7071
|
end
|
6928
7072
|
|
7073
|
+
class AllocationReservationSharingPolicy
|
7074
|
+
# @private
|
7075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7076
|
+
property :service_share_type, as: 'serviceShareType'
|
7077
|
+
end
|
7078
|
+
end
|
7079
|
+
|
6929
7080
|
class AllocationResourceStatus
|
6930
7081
|
# @private
|
6931
7082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6938,6 +7089,7 @@ module Google
|
|
6938
7089
|
# @private
|
6939
7090
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6940
7091
|
property :source_instance_template_id, as: 'sourceInstanceTemplateId'
|
7092
|
+
hash :utilizations, as: 'utilizations'
|
6941
7093
|
end
|
6942
7094
|
end
|
6943
7095
|
|
@@ -7242,6 +7394,8 @@ module Google
|
|
7242
7394
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7243
7395
|
property :balancing_mode, as: 'balancingMode'
|
7244
7396
|
property :capacity_scaler, as: 'capacityScaler'
|
7397
|
+
collection :custom_metrics, as: 'customMetrics', class: Google::Apis::ComputeV1::BackendCustomMetric, decorator: Google::Apis::ComputeV1::BackendCustomMetric::Representation
|
7398
|
+
|
7245
7399
|
property :description, as: 'description'
|
7246
7400
|
property :failover, as: 'failover'
|
7247
7401
|
property :group, as: 'group'
|
@@ -7360,6 +7514,15 @@ module Google
|
|
7360
7514
|
end
|
7361
7515
|
end
|
7362
7516
|
|
7517
|
+
class BackendCustomMetric
|
7518
|
+
# @private
|
7519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7520
|
+
property :dry_run, as: 'dryRun'
|
7521
|
+
property :max_utilization, as: 'maxUtilization'
|
7522
|
+
property :name, as: 'name'
|
7523
|
+
end
|
7524
|
+
end
|
7525
|
+
|
7363
7526
|
class BackendService
|
7364
7527
|
# @private
|
7365
7528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7378,6 +7541,8 @@ module Google
|
|
7378
7541
|
property :consistent_hash, as: 'consistentHash', class: Google::Apis::ComputeV1::ConsistentHashLoadBalancerSettings, decorator: Google::Apis::ComputeV1::ConsistentHashLoadBalancerSettings::Representation
|
7379
7542
|
|
7380
7543
|
property :creation_timestamp, as: 'creationTimestamp'
|
7544
|
+
collection :custom_metrics, as: 'customMetrics', class: Google::Apis::ComputeV1::BackendServiceCustomMetric, decorator: Google::Apis::ComputeV1::BackendServiceCustomMetric::Representation
|
7545
|
+
|
7381
7546
|
collection :custom_request_headers, as: 'customRequestHeaders'
|
7382
7547
|
collection :custom_response_headers, as: 'customResponseHeaders'
|
7383
7548
|
property :description, as: 'description'
|
@@ -7505,6 +7670,14 @@ module Google
|
|
7505
7670
|
end
|
7506
7671
|
end
|
7507
7672
|
|
7673
|
+
class BackendServiceCustomMetric
|
7674
|
+
# @private
|
7675
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7676
|
+
property :dry_run, as: 'dryRun'
|
7677
|
+
property :name, as: 'name'
|
7678
|
+
end
|
7679
|
+
end
|
7680
|
+
|
7508
7681
|
class BackendServiceFailoverPolicy
|
7509
7682
|
# @private
|
7510
7683
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7737,6 +7910,35 @@ module Google
|
|
7737
7910
|
end
|
7738
7911
|
end
|
7739
7912
|
|
7913
|
+
class BgpRoute
|
7914
|
+
# @private
|
7915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7916
|
+
collection :as_paths, as: 'asPaths', class: Google::Apis::ComputeV1::BgpRouteAsPath, decorator: Google::Apis::ComputeV1::BgpRouteAsPath::Representation
|
7917
|
+
|
7918
|
+
collection :communities, as: 'communities'
|
7919
|
+
property :destination, as: 'destination', class: Google::Apis::ComputeV1::BgpRouteNetworkLayerReachabilityInformation, decorator: Google::Apis::ComputeV1::BgpRouteNetworkLayerReachabilityInformation::Representation
|
7920
|
+
|
7921
|
+
property :med, as: 'med'
|
7922
|
+
property :origin, as: 'origin'
|
7923
|
+
end
|
7924
|
+
end
|
7925
|
+
|
7926
|
+
class BgpRouteAsPath
|
7927
|
+
# @private
|
7928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7929
|
+
collection :asns, as: 'asns'
|
7930
|
+
property :type, as: 'type'
|
7931
|
+
end
|
7932
|
+
end
|
7933
|
+
|
7934
|
+
class BgpRouteNetworkLayerReachabilityInformation
|
7935
|
+
# @private
|
7936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7937
|
+
property :path_id, as: 'pathId'
|
7938
|
+
property :prefix, as: 'prefix'
|
7939
|
+
end
|
7940
|
+
end
|
7941
|
+
|
7740
7942
|
class Binding
|
7741
7943
|
# @private
|
7742
7944
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8668,6 +8870,34 @@ module Google
|
|
8668
8870
|
end
|
8669
8871
|
end
|
8670
8872
|
|
8873
|
+
class FirewallPoliciesScopedList
|
8874
|
+
# @private
|
8875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8876
|
+
collection :firewall_policies, as: 'firewallPolicies', class: Google::Apis::ComputeV1::FirewallPolicy, decorator: Google::Apis::ComputeV1::FirewallPolicy::Representation
|
8877
|
+
|
8878
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::FirewallPoliciesScopedList::Warning, decorator: Google::Apis::ComputeV1::FirewallPoliciesScopedList::Warning::Representation
|
8879
|
+
|
8880
|
+
end
|
8881
|
+
|
8882
|
+
class Warning
|
8883
|
+
# @private
|
8884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8885
|
+
property :code, as: 'code'
|
8886
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::FirewallPoliciesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::FirewallPoliciesScopedList::Warning::Datum::Representation
|
8887
|
+
|
8888
|
+
property :message, as: 'message'
|
8889
|
+
end
|
8890
|
+
|
8891
|
+
class Datum
|
8892
|
+
# @private
|
8893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8894
|
+
property :key, as: 'key'
|
8895
|
+
property :value, as: 'value'
|
8896
|
+
end
|
8897
|
+
end
|
8898
|
+
end
|
8899
|
+
end
|
8900
|
+
|
8671
8901
|
class FirewallPolicy
|
8672
8902
|
# @private
|
8673
8903
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8680,6 +8910,8 @@ module Google
|
|
8680
8910
|
property :id, :numeric_string => true, as: 'id'
|
8681
8911
|
property :kind, as: 'kind'
|
8682
8912
|
property :name, as: 'name'
|
8913
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
8914
|
+
|
8683
8915
|
property :parent, as: 'parent'
|
8684
8916
|
property :region, as: 'region'
|
8685
8917
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
@@ -9949,6 +10181,8 @@ module Google
|
|
9949
10181
|
collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeV1::NamedPort, decorator: Google::Apis::ComputeV1::NamedPort::Representation
|
9950
10182
|
|
9951
10183
|
property :region, as: 'region'
|
10184
|
+
property :resource_policies, as: 'resourcePolicies', class: Google::Apis::ComputeV1::InstanceGroupManagerResourcePolicies, decorator: Google::Apis::ComputeV1::InstanceGroupManagerResourcePolicies::Representation
|
10185
|
+
|
9952
10186
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
9953
10187
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
9954
10188
|
property :self_link, as: 'selfLink'
|
@@ -10230,6 +10464,13 @@ module Google
|
|
10230
10464
|
end
|
10231
10465
|
end
|
10232
10466
|
|
10467
|
+
class InstanceGroupManagerResourcePolicies
|
10468
|
+
# @private
|
10469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10470
|
+
property :workload_policy, as: 'workloadPolicy'
|
10471
|
+
end
|
10472
|
+
end
|
10473
|
+
|
10233
10474
|
class InstanceGroupManagerStandbyPolicy
|
10234
10475
|
# @private
|
10235
10476
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10914,6 +11155,8 @@ module Google
|
|
10914
11155
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10915
11156
|
property :display_name, as: 'displayName'
|
10916
11157
|
property :name, as: 'name'
|
11158
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
11159
|
+
|
10917
11160
|
property :priority, as: 'priority'
|
10918
11161
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
10919
11162
|
|
@@ -10929,6 +11172,23 @@ module Google
|
|
10929
11172
|
end
|
10930
11173
|
end
|
10931
11174
|
|
11175
|
+
class InstancesReportHostAsFaultyRequest
|
11176
|
+
# @private
|
11177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11178
|
+
property :disruption_schedule, as: 'disruptionSchedule'
|
11179
|
+
collection :fault_reasons, as: 'faultReasons', class: Google::Apis::ComputeV1::InstancesReportHostAsFaultyRequestFaultReason, decorator: Google::Apis::ComputeV1::InstancesReportHostAsFaultyRequestFaultReason::Representation
|
11180
|
+
|
11181
|
+
end
|
11182
|
+
end
|
11183
|
+
|
11184
|
+
class InstancesReportHostAsFaultyRequestFaultReason
|
11185
|
+
# @private
|
11186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11187
|
+
property :behavior, as: 'behavior'
|
11188
|
+
property :description, as: 'description'
|
11189
|
+
end
|
11190
|
+
end
|
11191
|
+
|
10932
11192
|
class InstancesScopedList
|
10933
11193
|
# @private
|
10934
11194
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12640,6 +12900,39 @@ module Google
|
|
12640
12900
|
end
|
12641
12901
|
end
|
12642
12902
|
|
12903
|
+
class NetworkFirewallPolicyAggregatedList
|
12904
|
+
# @private
|
12905
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12906
|
+
property :id, as: 'id'
|
12907
|
+
hash :items, as: 'items', class: Google::Apis::ComputeV1::FirewallPoliciesScopedList, decorator: Google::Apis::ComputeV1::FirewallPoliciesScopedList::Representation
|
12908
|
+
|
12909
|
+
property :kind, as: 'kind'
|
12910
|
+
property :next_page_token, as: 'nextPageToken'
|
12911
|
+
property :self_link, as: 'selfLink'
|
12912
|
+
collection :unreachables, as: 'unreachables'
|
12913
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::NetworkFirewallPolicyAggregatedList::Warning, decorator: Google::Apis::ComputeV1::NetworkFirewallPolicyAggregatedList::Warning::Representation
|
12914
|
+
|
12915
|
+
end
|
12916
|
+
|
12917
|
+
class Warning
|
12918
|
+
# @private
|
12919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12920
|
+
property :code, as: 'code'
|
12921
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::NetworkFirewallPolicyAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::NetworkFirewallPolicyAggregatedList::Warning::Datum::Representation
|
12922
|
+
|
12923
|
+
property :message, as: 'message'
|
12924
|
+
end
|
12925
|
+
|
12926
|
+
class Datum
|
12927
|
+
# @private
|
12928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12929
|
+
property :key, as: 'key'
|
12930
|
+
property :value, as: 'value'
|
12931
|
+
end
|
12932
|
+
end
|
12933
|
+
end
|
12934
|
+
end
|
12935
|
+
|
12643
12936
|
class NetworkInterface
|
12644
12937
|
# @private
|
12645
12938
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12736,7 +13029,6 @@ module Google
|
|
12736
13029
|
property :name, as: 'name'
|
12737
13030
|
property :self_link, as: 'selfLink'
|
12738
13031
|
property :self_link_with_id, as: 'selfLinkWithId'
|
12739
|
-
property :zone, as: 'zone'
|
12740
13032
|
end
|
12741
13033
|
end
|
12742
13034
|
|
@@ -12816,6 +13108,8 @@ module Google
|
|
12816
13108
|
property :bgp_always_compare_med, as: 'bgpAlwaysCompareMed'
|
12817
13109
|
property :bgp_best_path_selection_mode, as: 'bgpBestPathSelectionMode'
|
12818
13110
|
property :bgp_inter_region_cost, as: 'bgpInterRegionCost'
|
13111
|
+
property :effective_bgp_always_compare_med, as: 'effectiveBgpAlwaysCompareMed'
|
13112
|
+
property :effective_bgp_inter_region_cost, as: 'effectiveBgpInterRegionCost'
|
12819
13113
|
property :routing_mode, as: 'routingMode'
|
12820
13114
|
end
|
12821
13115
|
end
|
@@ -12846,6 +13140,8 @@ module Google
|
|
12846
13140
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12847
13141
|
property :display_name, as: 'displayName'
|
12848
13142
|
property :name, as: 'name'
|
13143
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
13144
|
+
|
12849
13145
|
property :priority, as: 'priority'
|
12850
13146
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
12851
13147
|
|
@@ -13241,6 +13537,7 @@ module Google
|
|
13241
13537
|
property :id, :numeric_string => true, as: 'id'
|
13242
13538
|
property :kind, as: 'kind'
|
13243
13539
|
property :local_ssd_gb, as: 'localSsdGb'
|
13540
|
+
property :max_vms, as: 'maxVms'
|
13244
13541
|
property :memory_mb, as: 'memoryMb'
|
13245
13542
|
property :name, as: 'name'
|
13246
13543
|
property :self_link, as: 'selfLink'
|
@@ -14652,6 +14949,9 @@ module Google
|
|
14652
14949
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14653
14950
|
property :display_name, as: 'displayName'
|
14654
14951
|
property :name, as: 'name'
|
14952
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
14953
|
+
|
14954
|
+
property :priority, as: 'priority'
|
14655
14955
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
14656
14956
|
|
14657
14957
|
property :type, as: 'type'
|
@@ -14710,6 +15010,8 @@ module Google
|
|
14710
15010
|
property :id, :numeric_string => true, as: 'id'
|
14711
15011
|
property :kind, as: 'kind'
|
14712
15012
|
property :name, as: 'name'
|
15013
|
+
property :reservation_sharing_policy, as: 'reservationSharingPolicy', class: Google::Apis::ComputeV1::AllocationReservationSharingPolicy, decorator: Google::Apis::ComputeV1::AllocationReservationSharingPolicy::Representation
|
15014
|
+
|
14713
15015
|
hash :resource_policies, as: 'resourcePolicies'
|
14714
15016
|
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeV1::AllocationResourceStatus, decorator: Google::Apis::ComputeV1::AllocationResourceStatus::Representation
|
14715
15017
|
|
@@ -15206,6 +15508,29 @@ module Google
|
|
15206
15508
|
end
|
15207
15509
|
end
|
15208
15510
|
|
15511
|
+
class RoutePolicy
|
15512
|
+
# @private
|
15513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15514
|
+
property :description, as: 'description'
|
15515
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
15516
|
+
property :name, as: 'name'
|
15517
|
+
collection :terms, as: 'terms', class: Google::Apis::ComputeV1::RoutePolicyPolicyTerm, decorator: Google::Apis::ComputeV1::RoutePolicyPolicyTerm::Representation
|
15518
|
+
|
15519
|
+
property :type, as: 'type'
|
15520
|
+
end
|
15521
|
+
end
|
15522
|
+
|
15523
|
+
class RoutePolicyPolicyTerm
|
15524
|
+
# @private
|
15525
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15526
|
+
collection :actions, as: 'actions', class: Google::Apis::ComputeV1::Expr, decorator: Google::Apis::ComputeV1::Expr::Representation
|
15527
|
+
|
15528
|
+
property :match, as: 'match', class: Google::Apis::ComputeV1::Expr, decorator: Google::Apis::ComputeV1::Expr::Representation
|
15529
|
+
|
15530
|
+
property :priority, as: 'priority'
|
15531
|
+
end
|
15532
|
+
end
|
15533
|
+
|
15209
15534
|
class Router
|
15210
15535
|
# @private
|
15211
15536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15536,6 +15861,82 @@ module Google
|
|
15536
15861
|
end
|
15537
15862
|
end
|
15538
15863
|
|
15864
|
+
class RoutersGetRoutePolicyResponse
|
15865
|
+
# @private
|
15866
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15867
|
+
property :resource, as: 'resource', class: Google::Apis::ComputeV1::RoutePolicy, decorator: Google::Apis::ComputeV1::RoutePolicy::Representation
|
15868
|
+
|
15869
|
+
end
|
15870
|
+
end
|
15871
|
+
|
15872
|
+
class RoutersListBgpRoutes
|
15873
|
+
# @private
|
15874
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15875
|
+
property :etag, as: 'etag'
|
15876
|
+
property :id, as: 'id'
|
15877
|
+
property :kind, as: 'kind'
|
15878
|
+
property :next_page_token, as: 'nextPageToken'
|
15879
|
+
collection :result, as: 'result', class: Google::Apis::ComputeV1::BgpRoute, decorator: Google::Apis::ComputeV1::BgpRoute::Representation
|
15880
|
+
|
15881
|
+
property :self_link, as: 'selfLink'
|
15882
|
+
collection :unreachables, as: 'unreachables'
|
15883
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::RoutersListBgpRoutes::Warning, decorator: Google::Apis::ComputeV1::RoutersListBgpRoutes::Warning::Representation
|
15884
|
+
|
15885
|
+
end
|
15886
|
+
|
15887
|
+
class Warning
|
15888
|
+
# @private
|
15889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15890
|
+
property :code, as: 'code'
|
15891
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::RoutersListBgpRoutes::Warning::Datum, decorator: Google::Apis::ComputeV1::RoutersListBgpRoutes::Warning::Datum::Representation
|
15892
|
+
|
15893
|
+
property :message, as: 'message'
|
15894
|
+
end
|
15895
|
+
|
15896
|
+
class Datum
|
15897
|
+
# @private
|
15898
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15899
|
+
property :key, as: 'key'
|
15900
|
+
property :value, as: 'value'
|
15901
|
+
end
|
15902
|
+
end
|
15903
|
+
end
|
15904
|
+
end
|
15905
|
+
|
15906
|
+
class RoutersListRoutePolicies
|
15907
|
+
# @private
|
15908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15909
|
+
property :etag, as: 'etag'
|
15910
|
+
property :id, as: 'id'
|
15911
|
+
property :kind, as: 'kind'
|
15912
|
+
property :next_page_token, as: 'nextPageToken'
|
15913
|
+
collection :result, as: 'result', class: Google::Apis::ComputeV1::RoutePolicy, decorator: Google::Apis::ComputeV1::RoutePolicy::Representation
|
15914
|
+
|
15915
|
+
property :self_link, as: 'selfLink'
|
15916
|
+
collection :unreachables, as: 'unreachables'
|
15917
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::RoutersListRoutePolicies::Warning, decorator: Google::Apis::ComputeV1::RoutersListRoutePolicies::Warning::Representation
|
15918
|
+
|
15919
|
+
end
|
15920
|
+
|
15921
|
+
class Warning
|
15922
|
+
# @private
|
15923
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15924
|
+
property :code, as: 'code'
|
15925
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::RoutersListRoutePolicies::Warning::Datum, decorator: Google::Apis::ComputeV1::RoutersListRoutePolicies::Warning::Datum::Representation
|
15926
|
+
|
15927
|
+
property :message, as: 'message'
|
15928
|
+
end
|
15929
|
+
|
15930
|
+
class Datum
|
15931
|
+
# @private
|
15932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15933
|
+
property :key, as: 'key'
|
15934
|
+
property :value, as: 'value'
|
15935
|
+
end
|
15936
|
+
end
|
15937
|
+
end
|
15938
|
+
end
|
15939
|
+
|
15539
15940
|
class RoutersPreviewResponse
|
15540
15941
|
# @private
|
15541
15942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15633,6 +16034,7 @@ module Google
|
|
15633
16034
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15634
16035
|
property :automatic_restart, as: 'automaticRestart'
|
15635
16036
|
property :availability_domain, as: 'availabilityDomain'
|
16037
|
+
property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'
|
15636
16038
|
property :instance_termination_action, as: 'instanceTerminationAction'
|
15637
16039
|
property :local_ssd_recovery_timeout, as: 'localSsdRecoveryTimeout', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
15638
16040
|
|