google-apis-networksecurity_v1beta1 0.38.0 → 0.40.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -154,6 +154,12 @@ module Google
154
154
  include Google::Apis::Core::JsonObjectSupport
155
155
  end
156
156
 
157
+ class CustomInterceptProfile
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
157
163
  class CustomMirroringProfile
158
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
165
 
@@ -268,6 +274,48 @@ module Google
268
274
  include Google::Apis::Core::JsonObjectSupport
269
275
  end
270
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
+
271
319
  class ListAddressGroupReferencesResponse
272
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
321
 
@@ -328,6 +376,30 @@ module Google
328
376
  include Google::Apis::Core::JsonObjectSupport
329
377
  end
330
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
+
331
403
  class ListLocationsResponse
332
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
333
405
 
@@ -755,6 +827,13 @@ module Google
755
827
  end
756
828
  end
757
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
+
758
837
  class CustomMirroringProfile
759
838
  # @private
760
839
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -944,6 +1023,91 @@ module Google
944
1023
  end
945
1024
  end
946
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
+
947
1111
  class ListAddressGroupReferencesResponse
948
1112
  # @private
949
1113
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1039,6 +1203,43 @@ module Google
1039
1203
  end
1040
1204
  end
1041
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
+
1042
1243
  class ListLocationsResponse
1043
1244
  # @private
1044
1245
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1282,6 +1483,8 @@ module Google
1282
1483
  # @private
1283
1484
  class Representation < Google::Apis::Core::JsonRepresentation
1284
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
+
1285
1488
  property :custom_mirroring_profile, as: 'customMirroringProfile', class: Google::Apis::NetworksecurityV1beta1::CustomMirroringProfile, decorator: Google::Apis::NetworksecurityV1beta1::CustomMirroringProfile::Representation
1286
1489
 
1287
1490
  property :description, as: 'description'
@@ -1299,6 +1502,7 @@ module Google
1299
1502
  # @private
1300
1503
  class Representation < Google::Apis::Core::JsonRepresentation
1301
1504
  property :create_time, as: 'createTime'
1505
+ property :custom_intercept_profile, as: 'customInterceptProfile'
1302
1506
  property :custom_mirroring_profile, as: 'customMirroringProfile'
1303
1507
  property :description, as: 'description'
1304
1508
  property :etag, as: 'etag'