google-apis-networksecurity_v1beta1 0.37.0 → 0.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/networksecurity_v1beta1/classes.rb +2195 -710
- data/lib/google/apis/networksecurity_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/networksecurity_v1beta1/representations.rb +644 -0
- data/lib/google/apis/networksecurity_v1beta1/service.rb +2288 -209
- metadata +4 -4
@@ -40,6 +40,96 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class AuthzPolicy
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class AuthzPolicyAuthzRule
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class AuthzPolicyAuthzRuleFrom
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class AuthzPolicyAuthzRuleFromRequestSource
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class AuthzPolicyAuthzRuleHeaderMatch
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class AuthzPolicyAuthzRuleRequestResource
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class AuthzPolicyAuthzRuleStringMatch
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class AuthzPolicyAuthzRuleTo
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class AuthzPolicyAuthzRuleToRequestOperation
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class AuthzPolicyAuthzRuleToRequestOperationHeaderSet
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class AuthzPolicyCustomProvider
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class AuthzPolicyCustomProviderAuthzExtension
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class AuthzPolicyCustomProviderCloudIap
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class AuthzPolicyTarget
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
43
133
|
class CancelOperationRequest
|
44
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
135
|
|
@@ -64,6 +154,18 @@ module Google
|
|
64
154
|
include Google::Apis::Core::JsonObjectSupport
|
65
155
|
end
|
66
156
|
|
157
|
+
class CustomInterceptProfile
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class CustomMirroringProfile
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
67
169
|
class Destination
|
68
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
171
|
|
@@ -172,6 +274,48 @@ module Google
|
|
172
274
|
include Google::Apis::Core::JsonObjectSupport
|
173
275
|
end
|
174
276
|
|
277
|
+
class InterceptDeployment
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class InterceptDeploymentGroup
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class InterceptDeploymentGroupConnectedEndpointGroup
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class InterceptEndpointGroup
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class InterceptEndpointGroupAssociation
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class InterceptEndpointGroupAssociationDetails
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class InterceptEndpointGroupAssociationLocationDetails
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
175
319
|
class ListAddressGroupReferencesResponse
|
176
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
321
|
|
@@ -196,6 +340,12 @@ module Google
|
|
196
340
|
include Google::Apis::Core::JsonObjectSupport
|
197
341
|
end
|
198
342
|
|
343
|
+
class ListAuthzPoliciesResponse
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
199
349
|
class ListClientTlsPoliciesResponse
|
200
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
351
|
|
@@ -226,12 +376,60 @@ module Google
|
|
226
376
|
include Google::Apis::Core::JsonObjectSupport
|
227
377
|
end
|
228
378
|
|
379
|
+
class ListInterceptDeploymentGroupsResponse
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class ListInterceptDeploymentsResponse
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class ListInterceptEndpointGroupAssociationsResponse
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class ListInterceptEndpointGroupsResponse
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
229
403
|
class ListLocationsResponse
|
230
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
405
|
|
232
406
|
include Google::Apis::Core::JsonObjectSupport
|
233
407
|
end
|
234
408
|
|
409
|
+
class ListMirroringDeploymentGroupsResponse
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class ListMirroringDeploymentsResponse
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class ListMirroringEndpointGroupAssociationsResponse
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class ListMirroringEndpointGroupsResponse
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
235
433
|
class ListOperationsResponse
|
236
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
435
|
|
@@ -280,6 +478,42 @@ module Google
|
|
280
478
|
include Google::Apis::Core::JsonObjectSupport
|
281
479
|
end
|
282
480
|
|
481
|
+
class MirroringDeployment
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class MirroringDeploymentGroup
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class MirroringDeploymentGroupConnectedEndpointGroup
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class MirroringEndpointGroup
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class MirroringEndpointGroupAssociation
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class MirroringEndpointGroupAssociationLocationDetails
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
283
517
|
class Operation
|
284
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
519
|
|
@@ -408,6 +642,154 @@ module Google
|
|
408
642
|
end
|
409
643
|
end
|
410
644
|
|
645
|
+
class AuthzPolicy
|
646
|
+
# @private
|
647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
648
|
+
property :action, as: 'action'
|
649
|
+
property :create_time, as: 'createTime'
|
650
|
+
property :custom_provider, as: 'customProvider', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProvider, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProvider::Representation
|
651
|
+
|
652
|
+
property :description, as: 'description'
|
653
|
+
collection :http_rules, as: 'httpRules', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRule, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRule::Representation
|
654
|
+
|
655
|
+
hash :labels, as: 'labels'
|
656
|
+
property :name, as: 'name'
|
657
|
+
property :target, as: 'target', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyTarget, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyTarget::Representation
|
658
|
+
|
659
|
+
property :update_time, as: 'updateTime'
|
660
|
+
end
|
661
|
+
end
|
662
|
+
|
663
|
+
class AuthzPolicyAuthzRule
|
664
|
+
# @private
|
665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
666
|
+
property :from, as: 'from', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFrom, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFrom::Representation
|
667
|
+
|
668
|
+
property :to, as: 'to', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleTo, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleTo::Representation
|
669
|
+
|
670
|
+
property :when, as: 'when'
|
671
|
+
end
|
672
|
+
end
|
673
|
+
|
674
|
+
class AuthzPolicyAuthzRuleFrom
|
675
|
+
# @private
|
676
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
677
|
+
collection :not_sources, as: 'notSources', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFromRequestSource, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFromRequestSource::Representation
|
678
|
+
|
679
|
+
collection :sources, as: 'sources', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFromRequestSource, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFromRequestSource::Representation
|
680
|
+
|
681
|
+
end
|
682
|
+
end
|
683
|
+
|
684
|
+
class AuthzPolicyAuthzRuleFromRequestSource
|
685
|
+
# @private
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
687
|
+
collection :principals, as: 'principals', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
688
|
+
|
689
|
+
collection :resources, as: 'resources', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResource, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResource::Representation
|
690
|
+
|
691
|
+
end
|
692
|
+
end
|
693
|
+
|
694
|
+
class AuthzPolicyAuthzRuleHeaderMatch
|
695
|
+
# @private
|
696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
697
|
+
property :name, as: 'name'
|
698
|
+
property :value, as: 'value', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
699
|
+
|
700
|
+
end
|
701
|
+
end
|
702
|
+
|
703
|
+
class AuthzPolicyAuthzRuleRequestResource
|
704
|
+
# @private
|
705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
706
|
+
property :iam_service_account, as: 'iamServiceAccount', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
707
|
+
|
708
|
+
property :tag_value_id_set, as: 'tagValueIdSet', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResourceTagValueIdSet, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResourceTagValueIdSet::Representation
|
709
|
+
|
710
|
+
end
|
711
|
+
end
|
712
|
+
|
713
|
+
class AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
|
714
|
+
# @private
|
715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
716
|
+
collection :ids, as: 'ids'
|
717
|
+
end
|
718
|
+
end
|
719
|
+
|
720
|
+
class AuthzPolicyAuthzRuleStringMatch
|
721
|
+
# @private
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
723
|
+
property :contains, as: 'contains'
|
724
|
+
property :exact, as: 'exact'
|
725
|
+
property :ignore_case, as: 'ignoreCase'
|
726
|
+
property :prefix, as: 'prefix'
|
727
|
+
property :suffix, as: 'suffix'
|
728
|
+
end
|
729
|
+
end
|
730
|
+
|
731
|
+
class AuthzPolicyAuthzRuleTo
|
732
|
+
# @private
|
733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
734
|
+
collection :not_operations, as: 'notOperations', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperation, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperation::Representation
|
735
|
+
|
736
|
+
collection :operations, as: 'operations', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperation, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperation::Representation
|
737
|
+
|
738
|
+
end
|
739
|
+
end
|
740
|
+
|
741
|
+
class AuthzPolicyAuthzRuleToRequestOperation
|
742
|
+
# @private
|
743
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
744
|
+
property :header_set, as: 'headerSet', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperationHeaderSet, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperationHeaderSet::Representation
|
745
|
+
|
746
|
+
collection :hosts, as: 'hosts', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
747
|
+
|
748
|
+
collection :methods_prop, as: 'methods'
|
749
|
+
collection :paths, as: 'paths', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
750
|
+
|
751
|
+
end
|
752
|
+
end
|
753
|
+
|
754
|
+
class AuthzPolicyAuthzRuleToRequestOperationHeaderSet
|
755
|
+
# @private
|
756
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
757
|
+
collection :headers, as: 'headers', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleHeaderMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleHeaderMatch::Representation
|
758
|
+
|
759
|
+
end
|
760
|
+
end
|
761
|
+
|
762
|
+
class AuthzPolicyCustomProvider
|
763
|
+
# @private
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
765
|
+
property :authz_extension, as: 'authzExtension', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProviderAuthzExtension, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProviderAuthzExtension::Representation
|
766
|
+
|
767
|
+
property :cloud_iap, as: 'cloudIap', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProviderCloudIap, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProviderCloudIap::Representation
|
768
|
+
|
769
|
+
end
|
770
|
+
end
|
771
|
+
|
772
|
+
class AuthzPolicyCustomProviderAuthzExtension
|
773
|
+
# @private
|
774
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
775
|
+
collection :resources, as: 'resources'
|
776
|
+
end
|
777
|
+
end
|
778
|
+
|
779
|
+
class AuthzPolicyCustomProviderCloudIap
|
780
|
+
# @private
|
781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
782
|
+
end
|
783
|
+
end
|
784
|
+
|
785
|
+
class AuthzPolicyTarget
|
786
|
+
# @private
|
787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
788
|
+
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
789
|
+
collection :resources, as: 'resources'
|
790
|
+
end
|
791
|
+
end
|
792
|
+
|
411
793
|
class CancelOperationRequest
|
412
794
|
# @private
|
413
795
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -445,6 +827,20 @@ module Google
|
|
445
827
|
end
|
446
828
|
end
|
447
829
|
|
830
|
+
class CustomInterceptProfile
|
831
|
+
# @private
|
832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
833
|
+
property :intercept_endpoint_group, as: 'interceptEndpointGroup'
|
834
|
+
end
|
835
|
+
end
|
836
|
+
|
837
|
+
class CustomMirroringProfile
|
838
|
+
# @private
|
839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
840
|
+
property :mirroring_endpoint_group, as: 'mirroringEndpointGroup'
|
841
|
+
end
|
842
|
+
end
|
843
|
+
|
448
844
|
class Destination
|
449
845
|
# @private
|
450
846
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -627,6 +1023,91 @@ module Google
|
|
627
1023
|
end
|
628
1024
|
end
|
629
1025
|
|
1026
|
+
class InterceptDeployment
|
1027
|
+
# @private
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1029
|
+
property :create_time, as: 'createTime'
|
1030
|
+
property :forwarding_rule, as: 'forwardingRule'
|
1031
|
+
property :intercept_deployment_group, as: 'interceptDeploymentGroup'
|
1032
|
+
hash :labels, as: 'labels'
|
1033
|
+
property :name, as: 'name'
|
1034
|
+
property :reconciling, as: 'reconciling'
|
1035
|
+
property :state, as: 'state'
|
1036
|
+
property :update_time, as: 'updateTime'
|
1037
|
+
end
|
1038
|
+
end
|
1039
|
+
|
1040
|
+
class InterceptDeploymentGroup
|
1041
|
+
# @private
|
1042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1043
|
+
collection :connected_endpoint_groups, as: 'connectedEndpointGroups', class: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupConnectedEndpointGroup, decorator: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupConnectedEndpointGroup::Representation
|
1044
|
+
|
1045
|
+
property :create_time, as: 'createTime'
|
1046
|
+
hash :labels, as: 'labels'
|
1047
|
+
property :name, as: 'name'
|
1048
|
+
property :network, as: 'network'
|
1049
|
+
property :reconciling, as: 'reconciling'
|
1050
|
+
property :state, as: 'state'
|
1051
|
+
property :update_time, as: 'updateTime'
|
1052
|
+
end
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
class InterceptDeploymentGroupConnectedEndpointGroup
|
1056
|
+
# @private
|
1057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1058
|
+
property :name, as: 'name'
|
1059
|
+
end
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
class InterceptEndpointGroup
|
1063
|
+
# @private
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1065
|
+
collection :associations, as: 'associations', class: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociationDetails, decorator: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociationDetails::Representation
|
1066
|
+
|
1067
|
+
property :create_time, as: 'createTime'
|
1068
|
+
property :description, as: 'description'
|
1069
|
+
property :intercept_deployment_group, as: 'interceptDeploymentGroup'
|
1070
|
+
hash :labels, as: 'labels'
|
1071
|
+
property :name, as: 'name'
|
1072
|
+
property :reconciling, as: 'reconciling'
|
1073
|
+
property :state, as: 'state'
|
1074
|
+
property :update_time, as: 'updateTime'
|
1075
|
+
end
|
1076
|
+
end
|
1077
|
+
|
1078
|
+
class InterceptEndpointGroupAssociation
|
1079
|
+
# @private
|
1080
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1081
|
+
property :create_time, as: 'createTime'
|
1082
|
+
property :intercept_endpoint_group, as: 'interceptEndpointGroup'
|
1083
|
+
hash :labels, as: 'labels'
|
1084
|
+
collection :locations_details, as: 'locationsDetails', class: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociationLocationDetails, decorator: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociationLocationDetails::Representation
|
1085
|
+
|
1086
|
+
property :name, as: 'name'
|
1087
|
+
property :network, as: 'network'
|
1088
|
+
property :reconciling, as: 'reconciling'
|
1089
|
+
property :state, as: 'state'
|
1090
|
+
property :update_time, as: 'updateTime'
|
1091
|
+
end
|
1092
|
+
end
|
1093
|
+
|
1094
|
+
class InterceptEndpointGroupAssociationDetails
|
1095
|
+
# @private
|
1096
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1097
|
+
property :name, as: 'name'
|
1098
|
+
property :network, as: 'network'
|
1099
|
+
property :state, as: 'state'
|
1100
|
+
end
|
1101
|
+
end
|
1102
|
+
|
1103
|
+
class InterceptEndpointGroupAssociationLocationDetails
|
1104
|
+
# @private
|
1105
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1106
|
+
property :location, as: 'location'
|
1107
|
+
property :state, as: 'state'
|
1108
|
+
end
|
1109
|
+
end
|
1110
|
+
|
630
1111
|
class ListAddressGroupReferencesResponse
|
631
1112
|
# @private
|
632
1113
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -663,6 +1144,16 @@ module Google
|
|
663
1144
|
end
|
664
1145
|
end
|
665
1146
|
|
1147
|
+
class ListAuthzPoliciesResponse
|
1148
|
+
# @private
|
1149
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1150
|
+
collection :authz_policies, as: 'authzPolicies', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicy, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicy::Representation
|
1151
|
+
|
1152
|
+
property :next_page_token, as: 'nextPageToken'
|
1153
|
+
collection :unreachable, as: 'unreachable'
|
1154
|
+
end
|
1155
|
+
end
|
1156
|
+
|
666
1157
|
class ListClientTlsPoliciesResponse
|
667
1158
|
# @private
|
668
1159
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -712,6 +1203,43 @@ module Google
|
|
712
1203
|
end
|
713
1204
|
end
|
714
1205
|
|
1206
|
+
class ListInterceptDeploymentGroupsResponse
|
1207
|
+
# @private
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1209
|
+
collection :intercept_deployment_groups, as: 'interceptDeploymentGroups', class: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroup, decorator: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroup::Representation
|
1210
|
+
|
1211
|
+
property :next_page_token, as: 'nextPageToken'
|
1212
|
+
end
|
1213
|
+
end
|
1214
|
+
|
1215
|
+
class ListInterceptDeploymentsResponse
|
1216
|
+
# @private
|
1217
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1218
|
+
collection :intercept_deployments, as: 'interceptDeployments', class: Google::Apis::NetworksecurityV1beta1::InterceptDeployment, decorator: Google::Apis::NetworksecurityV1beta1::InterceptDeployment::Representation
|
1219
|
+
|
1220
|
+
property :next_page_token, as: 'nextPageToken'
|
1221
|
+
collection :unreachable, as: 'unreachable'
|
1222
|
+
end
|
1223
|
+
end
|
1224
|
+
|
1225
|
+
class ListInterceptEndpointGroupAssociationsResponse
|
1226
|
+
# @private
|
1227
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1228
|
+
collection :intercept_endpoint_group_associations, as: 'interceptEndpointGroupAssociations', class: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociation, decorator: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociation::Representation
|
1229
|
+
|
1230
|
+
property :next_page_token, as: 'nextPageToken'
|
1231
|
+
end
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
class ListInterceptEndpointGroupsResponse
|
1235
|
+
# @private
|
1236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1237
|
+
collection :intercept_endpoint_groups, as: 'interceptEndpointGroups', class: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroup, decorator: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroup::Representation
|
1238
|
+
|
1239
|
+
property :next_page_token, as: 'nextPageToken'
|
1240
|
+
end
|
1241
|
+
end
|
1242
|
+
|
715
1243
|
class ListLocationsResponse
|
716
1244
|
# @private
|
717
1245
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -721,6 +1249,43 @@ module Google
|
|
721
1249
|
end
|
722
1250
|
end
|
723
1251
|
|
1252
|
+
class ListMirroringDeploymentGroupsResponse
|
1253
|
+
# @private
|
1254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1255
|
+
collection :mirroring_deployment_groups, as: 'mirroringDeploymentGroups', class: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroup, decorator: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroup::Representation
|
1256
|
+
|
1257
|
+
property :next_page_token, as: 'nextPageToken'
|
1258
|
+
end
|
1259
|
+
end
|
1260
|
+
|
1261
|
+
class ListMirroringDeploymentsResponse
|
1262
|
+
# @private
|
1263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1264
|
+
collection :mirroring_deployments, as: 'mirroringDeployments', class: Google::Apis::NetworksecurityV1beta1::MirroringDeployment, decorator: Google::Apis::NetworksecurityV1beta1::MirroringDeployment::Representation
|
1265
|
+
|
1266
|
+
property :next_page_token, as: 'nextPageToken'
|
1267
|
+
collection :unreachable, as: 'unreachable'
|
1268
|
+
end
|
1269
|
+
end
|
1270
|
+
|
1271
|
+
class ListMirroringEndpointGroupAssociationsResponse
|
1272
|
+
# @private
|
1273
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1274
|
+
collection :mirroring_endpoint_group_associations, as: 'mirroringEndpointGroupAssociations', class: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociation, decorator: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociation::Representation
|
1275
|
+
|
1276
|
+
property :next_page_token, as: 'nextPageToken'
|
1277
|
+
end
|
1278
|
+
end
|
1279
|
+
|
1280
|
+
class ListMirroringEndpointGroupsResponse
|
1281
|
+
# @private
|
1282
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1283
|
+
collection :mirroring_endpoint_groups, as: 'mirroringEndpointGroups', class: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroup, decorator: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroup::Representation
|
1284
|
+
|
1285
|
+
property :next_page_token, as: 'nextPageToken'
|
1286
|
+
end
|
1287
|
+
end
|
1288
|
+
|
724
1289
|
class ListOperationsResponse
|
725
1290
|
# @private
|
726
1291
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -798,6 +1363,79 @@ module Google
|
|
798
1363
|
end
|
799
1364
|
end
|
800
1365
|
|
1366
|
+
class MirroringDeployment
|
1367
|
+
# @private
|
1368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1369
|
+
property :create_time, as: 'createTime'
|
1370
|
+
property :forwarding_rule, as: 'forwardingRule'
|
1371
|
+
hash :labels, as: 'labels'
|
1372
|
+
property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
|
1373
|
+
property :name, as: 'name'
|
1374
|
+
property :reconciling, as: 'reconciling'
|
1375
|
+
property :state, as: 'state'
|
1376
|
+
property :update_time, as: 'updateTime'
|
1377
|
+
end
|
1378
|
+
end
|
1379
|
+
|
1380
|
+
class MirroringDeploymentGroup
|
1381
|
+
# @private
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1383
|
+
collection :connected_endpoint_groups, as: 'connectedEndpointGroups', class: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupConnectedEndpointGroup, decorator: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupConnectedEndpointGroup::Representation
|
1384
|
+
|
1385
|
+
property :create_time, as: 'createTime'
|
1386
|
+
hash :labels, as: 'labels'
|
1387
|
+
property :name, as: 'name'
|
1388
|
+
property :network, as: 'network'
|
1389
|
+
property :reconciling, as: 'reconciling'
|
1390
|
+
property :state, as: 'state'
|
1391
|
+
property :update_time, as: 'updateTime'
|
1392
|
+
end
|
1393
|
+
end
|
1394
|
+
|
1395
|
+
class MirroringDeploymentGroupConnectedEndpointGroup
|
1396
|
+
# @private
|
1397
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1398
|
+
property :name, as: 'name'
|
1399
|
+
end
|
1400
|
+
end
|
1401
|
+
|
1402
|
+
class MirroringEndpointGroup
|
1403
|
+
# @private
|
1404
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1405
|
+
property :create_time, as: 'createTime'
|
1406
|
+
hash :labels, as: 'labels'
|
1407
|
+
property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
|
1408
|
+
property :name, as: 'name'
|
1409
|
+
property :reconciling, as: 'reconciling'
|
1410
|
+
property :state, as: 'state'
|
1411
|
+
property :update_time, as: 'updateTime'
|
1412
|
+
end
|
1413
|
+
end
|
1414
|
+
|
1415
|
+
class MirroringEndpointGroupAssociation
|
1416
|
+
# @private
|
1417
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1418
|
+
property :create_time, as: 'createTime'
|
1419
|
+
hash :labels, as: 'labels'
|
1420
|
+
collection :locations_details, as: 'locationsDetails', class: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociationLocationDetails, decorator: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociationLocationDetails::Representation
|
1421
|
+
|
1422
|
+
property :mirroring_endpoint_group, as: 'mirroringEndpointGroup'
|
1423
|
+
property :name, as: 'name'
|
1424
|
+
property :network, as: 'network'
|
1425
|
+
property :reconciling, as: 'reconciling'
|
1426
|
+
property :state, as: 'state'
|
1427
|
+
property :update_time, as: 'updateTime'
|
1428
|
+
end
|
1429
|
+
end
|
1430
|
+
|
1431
|
+
class MirroringEndpointGroupAssociationLocationDetails
|
1432
|
+
# @private
|
1433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1434
|
+
property :location, as: 'location'
|
1435
|
+
property :state, as: 'state'
|
1436
|
+
end
|
1437
|
+
end
|
1438
|
+
|
801
1439
|
class Operation
|
802
1440
|
# @private
|
803
1441
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -845,6 +1483,10 @@ module Google
|
|
845
1483
|
# @private
|
846
1484
|
class Representation < Google::Apis::Core::JsonRepresentation
|
847
1485
|
property :create_time, as: 'createTime'
|
1486
|
+
property :custom_intercept_profile, as: 'customInterceptProfile', class: Google::Apis::NetworksecurityV1beta1::CustomInterceptProfile, decorator: Google::Apis::NetworksecurityV1beta1::CustomInterceptProfile::Representation
|
1487
|
+
|
1488
|
+
property :custom_mirroring_profile, as: 'customMirroringProfile', class: Google::Apis::NetworksecurityV1beta1::CustomMirroringProfile, decorator: Google::Apis::NetworksecurityV1beta1::CustomMirroringProfile::Representation
|
1489
|
+
|
848
1490
|
property :description, as: 'description'
|
849
1491
|
property :etag, as: 'etag'
|
850
1492
|
hash :labels, as: 'labels'
|
@@ -860,6 +1502,8 @@ module Google
|
|
860
1502
|
# @private
|
861
1503
|
class Representation < Google::Apis::Core::JsonRepresentation
|
862
1504
|
property :create_time, as: 'createTime'
|
1505
|
+
property :custom_intercept_profile, as: 'customInterceptProfile'
|
1506
|
+
property :custom_mirroring_profile, as: 'customMirroringProfile'
|
863
1507
|
property :description, as: 'description'
|
864
1508
|
property :etag, as: 'etag'
|
865
1509
|
hash :labels, as: 'labels'
|