google-apis-networksecurity_v1 0.35.0 → 0.36.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 +4 -0
- data/lib/google/apis/networksecurity_v1/classes.rb +636 -0
- data/lib/google/apis/networksecurity_v1/gem_version.rb +2 -2
- data/lib/google/apis/networksecurity_v1/representations.rb +241 -0
- data/lib/google/apis/networksecurity_v1/service.rb +834 -0
- metadata +3 -3
@@ -280,6 +280,66 @@ module Google
|
|
280
280
|
include Google::Apis::Core::JsonObjectSupport
|
281
281
|
end
|
282
282
|
|
283
|
+
class InterceptDeployment
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class InterceptDeploymentGroup
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class InterceptDeploymentGroupConnectedEndpointGroup
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class InterceptDeploymentGroupDeployment
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class InterceptEndpointGroup
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class InterceptEndpointGroupAssociation
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class InterceptEndpointGroupAssociationDetails
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class InterceptEndpointGroupAssociationLocationDetails
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class InterceptEndpointGroupConnectedDeploymentGroup
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class InterceptLocation
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
283
343
|
class ListAddressGroupReferencesResponse
|
284
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
345
|
|
@@ -340,6 +400,30 @@ module Google
|
|
340
400
|
include Google::Apis::Core::JsonObjectSupport
|
341
401
|
end
|
342
402
|
|
403
|
+
class ListInterceptDeploymentGroupsResponse
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class ListInterceptDeploymentsResponse
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class ListInterceptEndpointGroupAssociationsResponse
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class ListInterceptEndpointGroupsResponse
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
343
427
|
class ListLocationsResponse
|
344
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
429
|
|
@@ -997,6 +1081,126 @@ module Google
|
|
997
1081
|
end
|
998
1082
|
end
|
999
1083
|
|
1084
|
+
class InterceptDeployment
|
1085
|
+
# @private
|
1086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1087
|
+
property :create_time, as: 'createTime'
|
1088
|
+
property :description, as: 'description'
|
1089
|
+
property :forwarding_rule, as: 'forwardingRule'
|
1090
|
+
property :intercept_deployment_group, as: 'interceptDeploymentGroup'
|
1091
|
+
hash :labels, as: 'labels'
|
1092
|
+
property :name, as: 'name'
|
1093
|
+
property :reconciling, as: 'reconciling'
|
1094
|
+
property :state, as: 'state'
|
1095
|
+
property :update_time, as: 'updateTime'
|
1096
|
+
end
|
1097
|
+
end
|
1098
|
+
|
1099
|
+
class InterceptDeploymentGroup
|
1100
|
+
# @private
|
1101
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1102
|
+
collection :connected_endpoint_groups, as: 'connectedEndpointGroups', class: Google::Apis::NetworksecurityV1::InterceptDeploymentGroupConnectedEndpointGroup, decorator: Google::Apis::NetworksecurityV1::InterceptDeploymentGroupConnectedEndpointGroup::Representation
|
1103
|
+
|
1104
|
+
property :create_time, as: 'createTime'
|
1105
|
+
property :description, as: 'description'
|
1106
|
+
hash :labels, as: 'labels'
|
1107
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1::InterceptLocation, decorator: Google::Apis::NetworksecurityV1::InterceptLocation::Representation
|
1108
|
+
|
1109
|
+
property :name, as: 'name'
|
1110
|
+
collection :nested_deployments, as: 'nestedDeployments', class: Google::Apis::NetworksecurityV1::InterceptDeploymentGroupDeployment, decorator: Google::Apis::NetworksecurityV1::InterceptDeploymentGroupDeployment::Representation
|
1111
|
+
|
1112
|
+
property :network, as: 'network'
|
1113
|
+
property :reconciling, as: 'reconciling'
|
1114
|
+
property :state, as: 'state'
|
1115
|
+
property :update_time, as: 'updateTime'
|
1116
|
+
end
|
1117
|
+
end
|
1118
|
+
|
1119
|
+
class InterceptDeploymentGroupConnectedEndpointGroup
|
1120
|
+
# @private
|
1121
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1122
|
+
property :name, as: 'name'
|
1123
|
+
end
|
1124
|
+
end
|
1125
|
+
|
1126
|
+
class InterceptDeploymentGroupDeployment
|
1127
|
+
# @private
|
1128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1129
|
+
property :name, as: 'name'
|
1130
|
+
property :state, as: 'state'
|
1131
|
+
end
|
1132
|
+
end
|
1133
|
+
|
1134
|
+
class InterceptEndpointGroup
|
1135
|
+
# @private
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1137
|
+
collection :associations, as: 'associations', class: Google::Apis::NetworksecurityV1::InterceptEndpointGroupAssociationDetails, decorator: Google::Apis::NetworksecurityV1::InterceptEndpointGroupAssociationDetails::Representation
|
1138
|
+
|
1139
|
+
property :connected_deployment_group, as: 'connectedDeploymentGroup', class: Google::Apis::NetworksecurityV1::InterceptEndpointGroupConnectedDeploymentGroup, decorator: Google::Apis::NetworksecurityV1::InterceptEndpointGroupConnectedDeploymentGroup::Representation
|
1140
|
+
|
1141
|
+
property :create_time, as: 'createTime'
|
1142
|
+
property :description, as: 'description'
|
1143
|
+
property :intercept_deployment_group, as: 'interceptDeploymentGroup'
|
1144
|
+
hash :labels, as: 'labels'
|
1145
|
+
property :name, as: 'name'
|
1146
|
+
property :reconciling, as: 'reconciling'
|
1147
|
+
property :state, as: 'state'
|
1148
|
+
property :update_time, as: 'updateTime'
|
1149
|
+
end
|
1150
|
+
end
|
1151
|
+
|
1152
|
+
class InterceptEndpointGroupAssociation
|
1153
|
+
# @private
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1155
|
+
property :create_time, as: 'createTime'
|
1156
|
+
property :intercept_endpoint_group, as: 'interceptEndpointGroup'
|
1157
|
+
hash :labels, as: 'labels'
|
1158
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1::InterceptLocation, decorator: Google::Apis::NetworksecurityV1::InterceptLocation::Representation
|
1159
|
+
|
1160
|
+
collection :locations_details, as: 'locationsDetails', class: Google::Apis::NetworksecurityV1::InterceptEndpointGroupAssociationLocationDetails, decorator: Google::Apis::NetworksecurityV1::InterceptEndpointGroupAssociationLocationDetails::Representation
|
1161
|
+
|
1162
|
+
property :name, as: 'name'
|
1163
|
+
property :network, as: 'network'
|
1164
|
+
property :reconciling, as: 'reconciling'
|
1165
|
+
property :state, as: 'state'
|
1166
|
+
property :update_time, as: 'updateTime'
|
1167
|
+
end
|
1168
|
+
end
|
1169
|
+
|
1170
|
+
class InterceptEndpointGroupAssociationDetails
|
1171
|
+
# @private
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1173
|
+
property :name, as: 'name'
|
1174
|
+
property :network, as: 'network'
|
1175
|
+
property :state, as: 'state'
|
1176
|
+
end
|
1177
|
+
end
|
1178
|
+
|
1179
|
+
class InterceptEndpointGroupAssociationLocationDetails
|
1180
|
+
# @private
|
1181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1182
|
+
property :location, as: 'location'
|
1183
|
+
property :state, as: 'state'
|
1184
|
+
end
|
1185
|
+
end
|
1186
|
+
|
1187
|
+
class InterceptEndpointGroupConnectedDeploymentGroup
|
1188
|
+
# @private
|
1189
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1190
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1::InterceptLocation, decorator: Google::Apis::NetworksecurityV1::InterceptLocation::Representation
|
1191
|
+
|
1192
|
+
property :name, as: 'name'
|
1193
|
+
end
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
class InterceptLocation
|
1197
|
+
# @private
|
1198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1199
|
+
property :location, as: 'location'
|
1200
|
+
property :state, as: 'state'
|
1201
|
+
end
|
1202
|
+
end
|
1203
|
+
|
1000
1204
|
class ListAddressGroupReferencesResponse
|
1001
1205
|
# @private
|
1002
1206
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1093,6 +1297,43 @@ module Google
|
|
1093
1297
|
end
|
1094
1298
|
end
|
1095
1299
|
|
1300
|
+
class ListInterceptDeploymentGroupsResponse
|
1301
|
+
# @private
|
1302
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1303
|
+
collection :intercept_deployment_groups, as: 'interceptDeploymentGroups', class: Google::Apis::NetworksecurityV1::InterceptDeploymentGroup, decorator: Google::Apis::NetworksecurityV1::InterceptDeploymentGroup::Representation
|
1304
|
+
|
1305
|
+
property :next_page_token, as: 'nextPageToken'
|
1306
|
+
end
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class ListInterceptDeploymentsResponse
|
1310
|
+
# @private
|
1311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1312
|
+
collection :intercept_deployments, as: 'interceptDeployments', class: Google::Apis::NetworksecurityV1::InterceptDeployment, decorator: Google::Apis::NetworksecurityV1::InterceptDeployment::Representation
|
1313
|
+
|
1314
|
+
property :next_page_token, as: 'nextPageToken'
|
1315
|
+
collection :unreachable, as: 'unreachable'
|
1316
|
+
end
|
1317
|
+
end
|
1318
|
+
|
1319
|
+
class ListInterceptEndpointGroupAssociationsResponse
|
1320
|
+
# @private
|
1321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1322
|
+
collection :intercept_endpoint_group_associations, as: 'interceptEndpointGroupAssociations', class: Google::Apis::NetworksecurityV1::InterceptEndpointGroupAssociation, decorator: Google::Apis::NetworksecurityV1::InterceptEndpointGroupAssociation::Representation
|
1323
|
+
|
1324
|
+
property :next_page_token, as: 'nextPageToken'
|
1325
|
+
end
|
1326
|
+
end
|
1327
|
+
|
1328
|
+
class ListInterceptEndpointGroupsResponse
|
1329
|
+
# @private
|
1330
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1331
|
+
collection :intercept_endpoint_groups, as: 'interceptEndpointGroups', class: Google::Apis::NetworksecurityV1::InterceptEndpointGroup, decorator: Google::Apis::NetworksecurityV1::InterceptEndpointGroup::Representation
|
1332
|
+
|
1333
|
+
property :next_page_token, as: 'nextPageToken'
|
1334
|
+
end
|
1335
|
+
end
|
1336
|
+
|
1096
1337
|
class ListLocationsResponse
|
1097
1338
|
# @private
|
1098
1339
|
class Representation < Google::Apis::Core::JsonRepresentation
|