google-apis-networkservices_v1 0.35.0 → 0.37.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/OVERVIEW.md +2 -2
- data/lib/google/apis/networkservices_v1/classes.rb +499 -1
- data/lib/google/apis/networkservices_v1/gem_version.rb +3 -3
- data/lib/google/apis/networkservices_v1/representations.rb +186 -0
- data/lib/google/apis/networkservices_v1/service.rb +750 -0
- metadata +7 -7
@@ -82,6 +82,24 @@ module Google
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
+
class ExtensionChain
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class ExtensionChainExtension
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ExtensionChainMatchCondition
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
85
103
|
class Gateway
|
86
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
105
|
|
@@ -274,6 +292,18 @@ module Google
|
|
274
292
|
include Google::Apis::Core::JsonObjectSupport
|
275
293
|
end
|
276
294
|
|
295
|
+
class LbRouteExtension
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class LbTrafficExtension
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
277
307
|
class ListEndpointPoliciesResponse
|
278
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
309
|
|
@@ -298,6 +328,18 @@ module Google
|
|
298
328
|
include Google::Apis::Core::JsonObjectSupport
|
299
329
|
end
|
300
330
|
|
331
|
+
class ListLbRouteExtensionsResponse
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class ListLbTrafficExtensionsResponse
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
301
343
|
class ListLocationsResponse
|
302
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
345
|
|
@@ -322,6 +364,12 @@ module Google
|
|
322
364
|
include Google::Apis::Core::JsonObjectSupport
|
323
365
|
end
|
324
366
|
|
367
|
+
class ListServiceLbPoliciesResponse
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
325
373
|
class ListTcpRoutesResponse
|
326
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
375
|
|
@@ -370,6 +418,24 @@ module Google
|
|
370
418
|
include Google::Apis::Core::JsonObjectSupport
|
371
419
|
end
|
372
420
|
|
421
|
+
class ServiceLbPolicy
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class ServiceLbPolicyAutoCapacityDrain
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class ServiceLbPolicyFailoverConfig
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
373
439
|
class SetIamPolicyRequest
|
374
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
441
|
|
@@ -553,6 +619,37 @@ module Google
|
|
553
619
|
end
|
554
620
|
end
|
555
621
|
|
622
|
+
class ExtensionChain
|
623
|
+
# @private
|
624
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
625
|
+
collection :extensions, as: 'extensions', class: Google::Apis::NetworkservicesV1::ExtensionChainExtension, decorator: Google::Apis::NetworkservicesV1::ExtensionChainExtension::Representation
|
626
|
+
|
627
|
+
property :match_condition, as: 'matchCondition', class: Google::Apis::NetworkservicesV1::ExtensionChainMatchCondition, decorator: Google::Apis::NetworkservicesV1::ExtensionChainMatchCondition::Representation
|
628
|
+
|
629
|
+
property :name, as: 'name'
|
630
|
+
end
|
631
|
+
end
|
632
|
+
|
633
|
+
class ExtensionChainExtension
|
634
|
+
# @private
|
635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
636
|
+
property :authority, as: 'authority'
|
637
|
+
property :fail_open, as: 'failOpen'
|
638
|
+
collection :forward_headers, as: 'forwardHeaders'
|
639
|
+
property :name, as: 'name'
|
640
|
+
property :service, as: 'service'
|
641
|
+
collection :supported_events, as: 'supportedEvents'
|
642
|
+
property :timeout, as: 'timeout'
|
643
|
+
end
|
644
|
+
end
|
645
|
+
|
646
|
+
class ExtensionChainMatchCondition
|
647
|
+
# @private
|
648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
649
|
+
property :cel_expression, as: 'celExpression'
|
650
|
+
end
|
651
|
+
end
|
652
|
+
|
556
653
|
class Gateway
|
557
654
|
# @private
|
558
655
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -917,6 +1014,36 @@ module Google
|
|
917
1014
|
end
|
918
1015
|
end
|
919
1016
|
|
1017
|
+
class LbRouteExtension
|
1018
|
+
# @private
|
1019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1020
|
+
property :create_time, as: 'createTime'
|
1021
|
+
property :description, as: 'description'
|
1022
|
+
collection :extension_chains, as: 'extensionChains', class: Google::Apis::NetworkservicesV1::ExtensionChain, decorator: Google::Apis::NetworkservicesV1::ExtensionChain::Representation
|
1023
|
+
|
1024
|
+
collection :forwarding_rules, as: 'forwardingRules'
|
1025
|
+
hash :labels, as: 'labels'
|
1026
|
+
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
1027
|
+
property :name, as: 'name'
|
1028
|
+
property :update_time, as: 'updateTime'
|
1029
|
+
end
|
1030
|
+
end
|
1031
|
+
|
1032
|
+
class LbTrafficExtension
|
1033
|
+
# @private
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1035
|
+
property :create_time, as: 'createTime'
|
1036
|
+
property :description, as: 'description'
|
1037
|
+
collection :extension_chains, as: 'extensionChains', class: Google::Apis::NetworkservicesV1::ExtensionChain, decorator: Google::Apis::NetworkservicesV1::ExtensionChain::Representation
|
1038
|
+
|
1039
|
+
collection :forwarding_rules, as: 'forwardingRules'
|
1040
|
+
hash :labels, as: 'labels'
|
1041
|
+
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
1042
|
+
property :name, as: 'name'
|
1043
|
+
property :update_time, as: 'updateTime'
|
1044
|
+
end
|
1045
|
+
end
|
1046
|
+
|
920
1047
|
class ListEndpointPoliciesResponse
|
921
1048
|
# @private
|
922
1049
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -954,6 +1081,26 @@ module Google
|
|
954
1081
|
end
|
955
1082
|
end
|
956
1083
|
|
1084
|
+
class ListLbRouteExtensionsResponse
|
1085
|
+
# @private
|
1086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1087
|
+
collection :lb_route_extensions, as: 'lbRouteExtensions', class: Google::Apis::NetworkservicesV1::LbRouteExtension, decorator: Google::Apis::NetworkservicesV1::LbRouteExtension::Representation
|
1088
|
+
|
1089
|
+
property :next_page_token, as: 'nextPageToken'
|
1090
|
+
collection :unreachable, as: 'unreachable'
|
1091
|
+
end
|
1092
|
+
end
|
1093
|
+
|
1094
|
+
class ListLbTrafficExtensionsResponse
|
1095
|
+
# @private
|
1096
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1097
|
+
collection :lb_traffic_extensions, as: 'lbTrafficExtensions', class: Google::Apis::NetworkservicesV1::LbTrafficExtension, decorator: Google::Apis::NetworkservicesV1::LbTrafficExtension::Representation
|
1098
|
+
|
1099
|
+
property :next_page_token, as: 'nextPageToken'
|
1100
|
+
collection :unreachable, as: 'unreachable'
|
1101
|
+
end
|
1102
|
+
end
|
1103
|
+
|
957
1104
|
class ListLocationsResponse
|
958
1105
|
# @private
|
959
1106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -990,6 +1137,15 @@ module Google
|
|
990
1137
|
end
|
991
1138
|
end
|
992
1139
|
|
1140
|
+
class ListServiceLbPoliciesResponse
|
1141
|
+
# @private
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1143
|
+
property :next_page_token, as: 'nextPageToken'
|
1144
|
+
collection :service_lb_policies, as: 'serviceLbPolicies', class: Google::Apis::NetworkservicesV1::ServiceLbPolicy, decorator: Google::Apis::NetworkservicesV1::ServiceLbPolicy::Representation
|
1145
|
+
|
1146
|
+
end
|
1147
|
+
end
|
1148
|
+
|
993
1149
|
class ListTcpRoutesResponse
|
994
1150
|
# @private
|
995
1151
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1083,6 +1239,36 @@ module Google
|
|
1083
1239
|
end
|
1084
1240
|
end
|
1085
1241
|
|
1242
|
+
class ServiceLbPolicy
|
1243
|
+
# @private
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1245
|
+
property :auto_capacity_drain, as: 'autoCapacityDrain', class: Google::Apis::NetworkservicesV1::ServiceLbPolicyAutoCapacityDrain, decorator: Google::Apis::NetworkservicesV1::ServiceLbPolicyAutoCapacityDrain::Representation
|
1246
|
+
|
1247
|
+
property :create_time, as: 'createTime'
|
1248
|
+
property :description, as: 'description'
|
1249
|
+
property :failover_config, as: 'failoverConfig', class: Google::Apis::NetworkservicesV1::ServiceLbPolicyFailoverConfig, decorator: Google::Apis::NetworkservicesV1::ServiceLbPolicyFailoverConfig::Representation
|
1250
|
+
|
1251
|
+
hash :labels, as: 'labels'
|
1252
|
+
property :load_balancing_algorithm, as: 'loadBalancingAlgorithm'
|
1253
|
+
property :name, as: 'name'
|
1254
|
+
property :update_time, as: 'updateTime'
|
1255
|
+
end
|
1256
|
+
end
|
1257
|
+
|
1258
|
+
class ServiceLbPolicyAutoCapacityDrain
|
1259
|
+
# @private
|
1260
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1261
|
+
property :enable, as: 'enable'
|
1262
|
+
end
|
1263
|
+
end
|
1264
|
+
|
1265
|
+
class ServiceLbPolicyFailoverConfig
|
1266
|
+
# @private
|
1267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1268
|
+
property :failover_health_threshold, as: 'failoverHealthThreshold'
|
1269
|
+
end
|
1270
|
+
end
|
1271
|
+
|
1086
1272
|
class SetIamPolicyRequest
|
1087
1273
|
# @private
|
1088
1274
|
class Representation < Google::Apis::Core::JsonRepresentation
|