Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/iaas/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1c36f3781c31a0e21c4588c7c4ec835d477d2f21
a932ec0073872fc88db33f35745c09ea8f5e1c2f
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ private okhttp3.Call addRoutesToRoutingTableValidateBeforeCall(
}

/**
* Create new routes in a routing table. Create new routes in an existing routing table.
* Create new routes in a routing table. Create new routes in an existing routing table of a
* network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -306,7 +307,8 @@ public RouteListResponse addRoutesToRoutingTable(
}

/**
* Create new routes in a routing table. Create new routes in an existing routing table.
* Create new routes in a routing table. Create new routes in an existing routing table of a
* network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -351,7 +353,7 @@ public ApiResponse<RouteListResponse> addRoutesToRoutingTableWithHttpInfo(

/**
* Create new routes in a routing table. (asynchronously) Create new routes in an existing
* routing table.
* routing table of a network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -1229,7 +1231,8 @@ private okhttp3.Call deleteRouteFromRoutingTableValidateBeforeCall(
}

/**
* Delete a route in a routing table. Delete a route in an existing routing table.
* Delete a route in a routing table. Delete a route in an existing routing table of a network
* area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -1262,7 +1265,8 @@ public void deleteRouteFromRoutingTable(
}

/**
* Delete a route in a routing table. Delete a route in an existing routing table.
* Delete a route in a routing table. Delete a route in an existing routing table of a network
* area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -1299,7 +1303,7 @@ public ApiResponse<Void> deleteRouteFromRoutingTableWithHttpInfo(

/**
* Delete a route in a routing table. (asynchronously) Delete a route in an existing routing
* table.
* table of a network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -1929,7 +1933,7 @@ private okhttp3.Call getRouteOfRoutingTableValidateBeforeCall(

/**
* Get details about a route of a routing table. Get details about a route defined in a routing
* table.
* table of a network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -1966,7 +1970,7 @@ public Route getRouteOfRoutingTable(

/**
* Get details about a route of a routing table. Get details about a route defined in a routing
* table.
* table of a network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -2004,7 +2008,7 @@ public ApiResponse<Route> getRouteOfRoutingTableWithHttpInfo(

/**
* Get details about a route of a routing table. (asynchronously) Get details about a route
* defined in a routing table.
* defined in a routing table of a network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -2627,7 +2631,8 @@ private okhttp3.Call listNetworksOfRoutingTableValidateBeforeCall(
}

/**
* List all networks in a routing table. Get a list of all networks in a routing table.
* List all networks in a routing table. Get a list of all networks in a routing table of a
* network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -2661,7 +2666,8 @@ public NetworkListResponse listNetworksOfRoutingTable(
}

/**
* List all networks in a routing table. Get a list of all networks in a routing table.
* List all networks in a routing table. Get a list of all networks in a routing table of a
* network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -2697,7 +2703,7 @@ public ApiResponse<NetworkListResponse> listNetworksOfRoutingTableWithHttpInfo(

/**
* List all networks in a routing table. (asynchronously) Get a list of all networks in a
* routing table.
* routing table of a network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -2874,7 +2880,8 @@ private okhttp3.Call listRoutesOfRoutingTableValidateBeforeCall(
}

/**
* List all routes in a routing table. Get a list of all routes in a routing table.
* List all routes in a routing table. Get a list of all routes in a routing table of a network
* area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -2910,7 +2917,8 @@ public RouteListResponse listRoutesOfRoutingTable(
}

/**
* List all routes in a routing table. Get a list of all routes in a routing table.
* List all routes in a routing table. Get a list of all routes in a routing table of a network
* area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -2948,7 +2956,7 @@ public ApiResponse<RouteListResponse> listRoutesOfRoutingTableWithHttpInfo(

/**
* List all routes in a routing table. (asynchronously) Get a list of all routes in a routing
* table.
* table of a network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -3614,7 +3622,8 @@ private okhttp3.Call updateRouteOfRoutingTableValidateBeforeCall(
}

/**
* Update a route of a routing table. Update a route defined in a routing table.
* Update a route of a routing table. Update a route defined in a routing table of a network
* area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -3659,7 +3668,8 @@ public Route updateRouteOfRoutingTable(
}

/**
* Update a route of a routing table. Update a route defined in a routing table.
* Update a route of a routing table. Update a route defined in a routing table of a network
* area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down Expand Up @@ -3706,8 +3716,8 @@ public ApiResponse<Route> updateRouteOfRoutingTableWithHttpInfo(
}

/**
* Update a route of a routing table. (asynchronously) Update a route defined in a routing
* table.
* Update a route of a routing table. (asynchronously) Update a route defined in a routing table
* of a network area.
*
* @param organizationId The identifier (ID) of a STACKIT Organization. (required)
* @param areaId The identifier (ID) of a STACKIT Network Area. (required)
Expand Down
Loading