google-apis-networksecurity_v1 0.25.0 → 0.26.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -82,6 +82,24 @@ module Google
82
82
  include Google::Apis::Core::JsonObjectSupport
83
83
  end
84
84
 
85
+ class FirewallEndpoint
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class FirewallEndpointAssociation
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class FirewallEndpointAssociationReference
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
85
103
  class GatewaySecurityPolicy
86
104
  class Representation < Google::Apis::Core::JsonRepresentation; end
87
105
 
@@ -184,6 +202,18 @@ module Google
184
202
  include Google::Apis::Core::JsonObjectSupport
185
203
  end
186
204
 
205
+ class ListFirewallEndpointAssociationsResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class ListFirewallEndpointsResponse
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
187
217
  class ListGatewaySecurityPoliciesResponse
188
218
  class Representation < Google::Apis::Core::JsonRepresentation; end
189
219
 
@@ -208,6 +238,18 @@ module Google
208
238
  include Google::Apis::Core::JsonObjectSupport
209
239
  end
210
240
 
241
+ class ListSecurityProfileGroupsResponse
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class ListSecurityProfilesResponse
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
211
253
  class ListServerTlsPoliciesResponse
212
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
255
 
@@ -262,12 +304,30 @@ module Google
262
304
  include Google::Apis::Core::JsonObjectSupport
263
305
  end
264
306
 
307
+ class SecurityProfile
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class SecurityProfileGroup
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
265
319
  class ServerTlsPolicy
266
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
321
 
268
322
  include Google::Apis::Core::JsonObjectSupport
269
323
  end
270
324
 
325
+ class SeverityOverride
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
271
331
  class Source
272
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
333
 
@@ -280,6 +340,18 @@ module Google
280
340
  include Google::Apis::Core::JsonObjectSupport
281
341
  end
282
342
 
343
+ class ThreatOverride
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class ThreatPreventionProfile
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
283
355
  class TlsInspectionPolicy
284
356
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
357
 
@@ -399,6 +471,47 @@ module Google
399
471
  end
400
472
  end
401
473
 
474
+ class FirewallEndpoint
475
+ # @private
476
+ class Representation < Google::Apis::Core::JsonRepresentation
477
+ collection :associated_networks, as: 'associatedNetworks'
478
+ collection :associations, as: 'associations', class: Google::Apis::NetworksecurityV1::FirewallEndpointAssociationReference, decorator: Google::Apis::NetworksecurityV1::FirewallEndpointAssociationReference::Representation
479
+
480
+ property :billing_project_id, as: 'billingProjectId'
481
+ property :create_time, as: 'createTime'
482
+ property :description, as: 'description'
483
+ hash :labels, as: 'labels'
484
+ property :name, as: 'name'
485
+ property :reconciling, as: 'reconciling'
486
+ property :state, as: 'state'
487
+ property :update_time, as: 'updateTime'
488
+ end
489
+ end
490
+
491
+ class FirewallEndpointAssociation
492
+ # @private
493
+ class Representation < Google::Apis::Core::JsonRepresentation
494
+ property :create_time, as: 'createTime'
495
+ property :disabled, as: 'disabled'
496
+ property :firewall_endpoint, as: 'firewallEndpoint'
497
+ hash :labels, as: 'labels'
498
+ property :name, as: 'name'
499
+ property :network, as: 'network'
500
+ property :reconciling, as: 'reconciling'
501
+ property :state, as: 'state'
502
+ property :tls_inspection_policy, as: 'tlsInspectionPolicy'
503
+ property :update_time, as: 'updateTime'
504
+ end
505
+ end
506
+
507
+ class FirewallEndpointAssociationReference
508
+ # @private
509
+ class Representation < Google::Apis::Core::JsonRepresentation
510
+ property :name, as: 'name'
511
+ property :network, as: 'network'
512
+ end
513
+ end
514
+
402
515
  class GatewaySecurityPolicy
403
516
  # @private
404
517
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -558,6 +671,26 @@ module Google
558
671
  end
559
672
  end
560
673
 
674
+ class ListFirewallEndpointAssociationsResponse
675
+ # @private
676
+ class Representation < Google::Apis::Core::JsonRepresentation
677
+ collection :firewall_endpoint_associations, as: 'firewallEndpointAssociations', class: Google::Apis::NetworksecurityV1::FirewallEndpointAssociation, decorator: Google::Apis::NetworksecurityV1::FirewallEndpointAssociation::Representation
678
+
679
+ property :next_page_token, as: 'nextPageToken'
680
+ collection :unreachable, as: 'unreachable'
681
+ end
682
+ end
683
+
684
+ class ListFirewallEndpointsResponse
685
+ # @private
686
+ class Representation < Google::Apis::Core::JsonRepresentation
687
+ collection :firewall_endpoints, as: 'firewallEndpoints', class: Google::Apis::NetworksecurityV1::FirewallEndpoint, decorator: Google::Apis::NetworksecurityV1::FirewallEndpoint::Representation
688
+
689
+ property :next_page_token, as: 'nextPageToken'
690
+ collection :unreachable, as: 'unreachable'
691
+ end
692
+ end
693
+
561
694
  class ListGatewaySecurityPoliciesResponse
562
695
  # @private
563
696
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -596,6 +729,24 @@ module Google
596
729
  end
597
730
  end
598
731
 
732
+ class ListSecurityProfileGroupsResponse
733
+ # @private
734
+ class Representation < Google::Apis::Core::JsonRepresentation
735
+ property :next_page_token, as: 'nextPageToken'
736
+ collection :security_profile_groups, as: 'securityProfileGroups', class: Google::Apis::NetworksecurityV1::SecurityProfileGroup, decorator: Google::Apis::NetworksecurityV1::SecurityProfileGroup::Representation
737
+
738
+ end
739
+ end
740
+
741
+ class ListSecurityProfilesResponse
742
+ # @private
743
+ class Representation < Google::Apis::Core::JsonRepresentation
744
+ property :next_page_token, as: 'nextPageToken'
745
+ collection :security_profiles, as: 'securityProfiles', class: Google::Apis::NetworksecurityV1::SecurityProfile, decorator: Google::Apis::NetworksecurityV1::SecurityProfile::Representation
746
+
747
+ end
748
+ end
749
+
599
750
  class ListServerTlsPoliciesResponse
600
751
  # @private
601
752
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -689,6 +840,34 @@ module Google
689
840
  end
690
841
  end
691
842
 
843
+ class SecurityProfile
844
+ # @private
845
+ class Representation < Google::Apis::Core::JsonRepresentation
846
+ property :create_time, as: 'createTime'
847
+ property :description, as: 'description'
848
+ property :etag, as: 'etag'
849
+ hash :labels, as: 'labels'
850
+ property :name, as: 'name'
851
+ property :threat_prevention_profile, as: 'threatPreventionProfile', class: Google::Apis::NetworksecurityV1::ThreatPreventionProfile, decorator: Google::Apis::NetworksecurityV1::ThreatPreventionProfile::Representation
852
+
853
+ property :type, as: 'type'
854
+ property :update_time, as: 'updateTime'
855
+ end
856
+ end
857
+
858
+ class SecurityProfileGroup
859
+ # @private
860
+ class Representation < Google::Apis::Core::JsonRepresentation
861
+ property :create_time, as: 'createTime'
862
+ property :description, as: 'description'
863
+ property :etag, as: 'etag'
864
+ hash :labels, as: 'labels'
865
+ property :name, as: 'name'
866
+ property :threat_prevention_profile, as: 'threatPreventionProfile'
867
+ property :update_time, as: 'updateTime'
868
+ end
869
+ end
870
+
692
871
  class ServerTlsPolicy
693
872
  # @private
694
873
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -705,6 +884,14 @@ module Google
705
884
  end
706
885
  end
707
886
 
887
+ class SeverityOverride
888
+ # @private
889
+ class Representation < Google::Apis::Core::JsonRepresentation
890
+ property :action, as: 'action'
891
+ property :severity, as: 'severity'
892
+ end
893
+ end
894
+
708
895
  class Source
709
896
  # @private
710
897
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -722,6 +909,25 @@ module Google
722
909
  end
723
910
  end
724
911
 
912
+ class ThreatOverride
913
+ # @private
914
+ class Representation < Google::Apis::Core::JsonRepresentation
915
+ property :action, as: 'action'
916
+ property :threat_id, as: 'threatId'
917
+ property :type, as: 'type'
918
+ end
919
+ end
920
+
921
+ class ThreatPreventionProfile
922
+ # @private
923
+ class Representation < Google::Apis::Core::JsonRepresentation
924
+ collection :severity_overrides, as: 'severityOverrides', class: Google::Apis::NetworksecurityV1::SeverityOverride, decorator: Google::Apis::NetworksecurityV1::SeverityOverride::Representation
925
+
926
+ collection :threat_overrides, as: 'threatOverrides', class: Google::Apis::NetworksecurityV1::ThreatOverride, decorator: Google::Apis::NetworksecurityV1::ThreatOverride::Representation
927
+
928
+ end
929
+ end
930
+
725
931
  class TlsInspectionPolicy
726
932
  # @private
727
933
  class Representation < Google::Apis::Core::JsonRepresentation