google-apis-networksecurity_v1beta1 0.37.0 → 0.38.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 +5 -0
- data/lib/google/apis/networksecurity_v1beta1/classes.rb +1002 -14
- data/lib/google/apis/networksecurity_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/networksecurity_v1beta1/representations.rb +440 -0
- data/lib/google/apis/networksecurity_v1beta1/service.rb +1415 -205
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworksecurityV1beta1
|
18
18
|
# Version of the google-apis-networksecurity_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241109"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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,12 @@ module Google
|
|
64
154
|
include Google::Apis::Core::JsonObjectSupport
|
65
155
|
end
|
66
156
|
|
157
|
+
class CustomMirroringProfile
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
67
163
|
class Destination
|
68
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
165
|
|
@@ -196,6 +292,12 @@ module Google
|
|
196
292
|
include Google::Apis::Core::JsonObjectSupport
|
197
293
|
end
|
198
294
|
|
295
|
+
class ListAuthzPoliciesResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
199
301
|
class ListClientTlsPoliciesResponse
|
200
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
303
|
|
@@ -232,6 +334,30 @@ module Google
|
|
232
334
|
include Google::Apis::Core::JsonObjectSupport
|
233
335
|
end
|
234
336
|
|
337
|
+
class ListMirroringDeploymentGroupsResponse
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class ListMirroringDeploymentsResponse
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class ListMirroringEndpointGroupAssociationsResponse
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class ListMirroringEndpointGroupsResponse
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
235
361
|
class ListOperationsResponse
|
236
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
363
|
|
@@ -280,6 +406,42 @@ module Google
|
|
280
406
|
include Google::Apis::Core::JsonObjectSupport
|
281
407
|
end
|
282
408
|
|
409
|
+
class MirroringDeployment
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class MirroringDeploymentGroup
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class MirroringDeploymentGroupConnectedEndpointGroup
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class MirroringEndpointGroup
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class MirroringEndpointGroupAssociation
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class MirroringEndpointGroupAssociationLocationDetails
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
283
445
|
class Operation
|
284
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
447
|
|
@@ -408,6 +570,154 @@ module Google
|
|
408
570
|
end
|
409
571
|
end
|
410
572
|
|
573
|
+
class AuthzPolicy
|
574
|
+
# @private
|
575
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
576
|
+
property :action, as: 'action'
|
577
|
+
property :create_time, as: 'createTime'
|
578
|
+
property :custom_provider, as: 'customProvider', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProvider, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProvider::Representation
|
579
|
+
|
580
|
+
property :description, as: 'description'
|
581
|
+
collection :http_rules, as: 'httpRules', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRule, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRule::Representation
|
582
|
+
|
583
|
+
hash :labels, as: 'labels'
|
584
|
+
property :name, as: 'name'
|
585
|
+
property :target, as: 'target', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyTarget, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyTarget::Representation
|
586
|
+
|
587
|
+
property :update_time, as: 'updateTime'
|
588
|
+
end
|
589
|
+
end
|
590
|
+
|
591
|
+
class AuthzPolicyAuthzRule
|
592
|
+
# @private
|
593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
594
|
+
property :from, as: 'from', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFrom, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFrom::Representation
|
595
|
+
|
596
|
+
property :to, as: 'to', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleTo, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleTo::Representation
|
597
|
+
|
598
|
+
property :when, as: 'when'
|
599
|
+
end
|
600
|
+
end
|
601
|
+
|
602
|
+
class AuthzPolicyAuthzRuleFrom
|
603
|
+
# @private
|
604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
605
|
+
collection :not_sources, as: 'notSources', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFromRequestSource, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFromRequestSource::Representation
|
606
|
+
|
607
|
+
collection :sources, as: 'sources', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFromRequestSource, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleFromRequestSource::Representation
|
608
|
+
|
609
|
+
end
|
610
|
+
end
|
611
|
+
|
612
|
+
class AuthzPolicyAuthzRuleFromRequestSource
|
613
|
+
# @private
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
615
|
+
collection :principals, as: 'principals', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
616
|
+
|
617
|
+
collection :resources, as: 'resources', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResource, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResource::Representation
|
618
|
+
|
619
|
+
end
|
620
|
+
end
|
621
|
+
|
622
|
+
class AuthzPolicyAuthzRuleHeaderMatch
|
623
|
+
# @private
|
624
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
625
|
+
property :name, as: 'name'
|
626
|
+
property :value, as: 'value', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
627
|
+
|
628
|
+
end
|
629
|
+
end
|
630
|
+
|
631
|
+
class AuthzPolicyAuthzRuleRequestResource
|
632
|
+
# @private
|
633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
634
|
+
property :iam_service_account, as: 'iamServiceAccount', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
635
|
+
|
636
|
+
property :tag_value_id_set, as: 'tagValueIdSet', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResourceTagValueIdSet, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResourceTagValueIdSet::Representation
|
637
|
+
|
638
|
+
end
|
639
|
+
end
|
640
|
+
|
641
|
+
class AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
|
642
|
+
# @private
|
643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
644
|
+
collection :ids, as: 'ids'
|
645
|
+
end
|
646
|
+
end
|
647
|
+
|
648
|
+
class AuthzPolicyAuthzRuleStringMatch
|
649
|
+
# @private
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
651
|
+
property :contains, as: 'contains'
|
652
|
+
property :exact, as: 'exact'
|
653
|
+
property :ignore_case, as: 'ignoreCase'
|
654
|
+
property :prefix, as: 'prefix'
|
655
|
+
property :suffix, as: 'suffix'
|
656
|
+
end
|
657
|
+
end
|
658
|
+
|
659
|
+
class AuthzPolicyAuthzRuleTo
|
660
|
+
# @private
|
661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
662
|
+
collection :not_operations, as: 'notOperations', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperation, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperation::Representation
|
663
|
+
|
664
|
+
collection :operations, as: 'operations', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperation, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperation::Representation
|
665
|
+
|
666
|
+
end
|
667
|
+
end
|
668
|
+
|
669
|
+
class AuthzPolicyAuthzRuleToRequestOperation
|
670
|
+
# @private
|
671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
672
|
+
property :header_set, as: 'headerSet', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperationHeaderSet, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleToRequestOperationHeaderSet::Representation
|
673
|
+
|
674
|
+
collection :hosts, as: 'hosts', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
675
|
+
|
676
|
+
collection :methods_prop, as: 'methods'
|
677
|
+
collection :paths, as: 'paths', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleStringMatch::Representation
|
678
|
+
|
679
|
+
end
|
680
|
+
end
|
681
|
+
|
682
|
+
class AuthzPolicyAuthzRuleToRequestOperationHeaderSet
|
683
|
+
# @private
|
684
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
685
|
+
collection :headers, as: 'headers', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleHeaderMatch, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleHeaderMatch::Representation
|
686
|
+
|
687
|
+
end
|
688
|
+
end
|
689
|
+
|
690
|
+
class AuthzPolicyCustomProvider
|
691
|
+
# @private
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
693
|
+
property :authz_extension, as: 'authzExtension', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProviderAuthzExtension, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProviderAuthzExtension::Representation
|
694
|
+
|
695
|
+
property :cloud_iap, as: 'cloudIap', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProviderCloudIap, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProviderCloudIap::Representation
|
696
|
+
|
697
|
+
end
|
698
|
+
end
|
699
|
+
|
700
|
+
class AuthzPolicyCustomProviderAuthzExtension
|
701
|
+
# @private
|
702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
703
|
+
collection :resources, as: 'resources'
|
704
|
+
end
|
705
|
+
end
|
706
|
+
|
707
|
+
class AuthzPolicyCustomProviderCloudIap
|
708
|
+
# @private
|
709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
710
|
+
end
|
711
|
+
end
|
712
|
+
|
713
|
+
class AuthzPolicyTarget
|
714
|
+
# @private
|
715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
716
|
+
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
717
|
+
collection :resources, as: 'resources'
|
718
|
+
end
|
719
|
+
end
|
720
|
+
|
411
721
|
class CancelOperationRequest
|
412
722
|
# @private
|
413
723
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -445,6 +755,13 @@ module Google
|
|
445
755
|
end
|
446
756
|
end
|
447
757
|
|
758
|
+
class CustomMirroringProfile
|
759
|
+
# @private
|
760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
761
|
+
property :mirroring_endpoint_group, as: 'mirroringEndpointGroup'
|
762
|
+
end
|
763
|
+
end
|
764
|
+
|
448
765
|
class Destination
|
449
766
|
# @private
|
450
767
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -663,6 +980,16 @@ module Google
|
|
663
980
|
end
|
664
981
|
end
|
665
982
|
|
983
|
+
class ListAuthzPoliciesResponse
|
984
|
+
# @private
|
985
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
986
|
+
collection :authz_policies, as: 'authzPolicies', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicy, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicy::Representation
|
987
|
+
|
988
|
+
property :next_page_token, as: 'nextPageToken'
|
989
|
+
collection :unreachable, as: 'unreachable'
|
990
|
+
end
|
991
|
+
end
|
992
|
+
|
666
993
|
class ListClientTlsPoliciesResponse
|
667
994
|
# @private
|
668
995
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -721,6 +1048,43 @@ module Google
|
|
721
1048
|
end
|
722
1049
|
end
|
723
1050
|
|
1051
|
+
class ListMirroringDeploymentGroupsResponse
|
1052
|
+
# @private
|
1053
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1054
|
+
collection :mirroring_deployment_groups, as: 'mirroringDeploymentGroups', class: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroup, decorator: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroup::Representation
|
1055
|
+
|
1056
|
+
property :next_page_token, as: 'nextPageToken'
|
1057
|
+
end
|
1058
|
+
end
|
1059
|
+
|
1060
|
+
class ListMirroringDeploymentsResponse
|
1061
|
+
# @private
|
1062
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1063
|
+
collection :mirroring_deployments, as: 'mirroringDeployments', class: Google::Apis::NetworksecurityV1beta1::MirroringDeployment, decorator: Google::Apis::NetworksecurityV1beta1::MirroringDeployment::Representation
|
1064
|
+
|
1065
|
+
property :next_page_token, as: 'nextPageToken'
|
1066
|
+
collection :unreachable, as: 'unreachable'
|
1067
|
+
end
|
1068
|
+
end
|
1069
|
+
|
1070
|
+
class ListMirroringEndpointGroupAssociationsResponse
|
1071
|
+
# @private
|
1072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1073
|
+
collection :mirroring_endpoint_group_associations, as: 'mirroringEndpointGroupAssociations', class: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociation, decorator: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociation::Representation
|
1074
|
+
|
1075
|
+
property :next_page_token, as: 'nextPageToken'
|
1076
|
+
end
|
1077
|
+
end
|
1078
|
+
|
1079
|
+
class ListMirroringEndpointGroupsResponse
|
1080
|
+
# @private
|
1081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1082
|
+
collection :mirroring_endpoint_groups, as: 'mirroringEndpointGroups', class: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroup, decorator: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroup::Representation
|
1083
|
+
|
1084
|
+
property :next_page_token, as: 'nextPageToken'
|
1085
|
+
end
|
1086
|
+
end
|
1087
|
+
|
724
1088
|
class ListOperationsResponse
|
725
1089
|
# @private
|
726
1090
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -798,6 +1162,79 @@ module Google
|
|
798
1162
|
end
|
799
1163
|
end
|
800
1164
|
|
1165
|
+
class MirroringDeployment
|
1166
|
+
# @private
|
1167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1168
|
+
property :create_time, as: 'createTime'
|
1169
|
+
property :forwarding_rule, as: 'forwardingRule'
|
1170
|
+
hash :labels, as: 'labels'
|
1171
|
+
property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
|
1172
|
+
property :name, as: 'name'
|
1173
|
+
property :reconciling, as: 'reconciling'
|
1174
|
+
property :state, as: 'state'
|
1175
|
+
property :update_time, as: 'updateTime'
|
1176
|
+
end
|
1177
|
+
end
|
1178
|
+
|
1179
|
+
class MirroringDeploymentGroup
|
1180
|
+
# @private
|
1181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1182
|
+
collection :connected_endpoint_groups, as: 'connectedEndpointGroups', class: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupConnectedEndpointGroup, decorator: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupConnectedEndpointGroup::Representation
|
1183
|
+
|
1184
|
+
property :create_time, as: 'createTime'
|
1185
|
+
hash :labels, as: 'labels'
|
1186
|
+
property :name, as: 'name'
|
1187
|
+
property :network, as: 'network'
|
1188
|
+
property :reconciling, as: 'reconciling'
|
1189
|
+
property :state, as: 'state'
|
1190
|
+
property :update_time, as: 'updateTime'
|
1191
|
+
end
|
1192
|
+
end
|
1193
|
+
|
1194
|
+
class MirroringDeploymentGroupConnectedEndpointGroup
|
1195
|
+
# @private
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1197
|
+
property :name, as: 'name'
|
1198
|
+
end
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class MirroringEndpointGroup
|
1202
|
+
# @private
|
1203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1204
|
+
property :create_time, as: 'createTime'
|
1205
|
+
hash :labels, as: 'labels'
|
1206
|
+
property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
|
1207
|
+
property :name, as: 'name'
|
1208
|
+
property :reconciling, as: 'reconciling'
|
1209
|
+
property :state, as: 'state'
|
1210
|
+
property :update_time, as: 'updateTime'
|
1211
|
+
end
|
1212
|
+
end
|
1213
|
+
|
1214
|
+
class MirroringEndpointGroupAssociation
|
1215
|
+
# @private
|
1216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1217
|
+
property :create_time, as: 'createTime'
|
1218
|
+
hash :labels, as: 'labels'
|
1219
|
+
collection :locations_details, as: 'locationsDetails', class: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociationLocationDetails, decorator: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociationLocationDetails::Representation
|
1220
|
+
|
1221
|
+
property :mirroring_endpoint_group, as: 'mirroringEndpointGroup'
|
1222
|
+
property :name, as: 'name'
|
1223
|
+
property :network, as: 'network'
|
1224
|
+
property :reconciling, as: 'reconciling'
|
1225
|
+
property :state, as: 'state'
|
1226
|
+
property :update_time, as: 'updateTime'
|
1227
|
+
end
|
1228
|
+
end
|
1229
|
+
|
1230
|
+
class MirroringEndpointGroupAssociationLocationDetails
|
1231
|
+
# @private
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1233
|
+
property :location, as: 'location'
|
1234
|
+
property :state, as: 'state'
|
1235
|
+
end
|
1236
|
+
end
|
1237
|
+
|
801
1238
|
class Operation
|
802
1239
|
# @private
|
803
1240
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -845,6 +1282,8 @@ module Google
|
|
845
1282
|
# @private
|
846
1283
|
class Representation < Google::Apis::Core::JsonRepresentation
|
847
1284
|
property :create_time, as: 'createTime'
|
1285
|
+
property :custom_mirroring_profile, as: 'customMirroringProfile', class: Google::Apis::NetworksecurityV1beta1::CustomMirroringProfile, decorator: Google::Apis::NetworksecurityV1beta1::CustomMirroringProfile::Representation
|
1286
|
+
|
848
1287
|
property :description, as: 'description'
|
849
1288
|
property :etag, as: 'etag'
|
850
1289
|
hash :labels, as: 'labels'
|
@@ -860,6 +1299,7 @@ module Google
|
|
860
1299
|
# @private
|
861
1300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
862
1301
|
property :create_time, as: 'createTime'
|
1302
|
+
property :custom_mirroring_profile, as: 'customMirroringProfile'
|
863
1303
|
property :description, as: 'description'
|
864
1304
|
property :etag, as: 'etag'
|
865
1305
|
hash :labels, as: 'labels'
|