BareMetal API, gRPC: ConfigurationService.ListConfigurationNetworkInterface
ConfigurationNetworkInterface is not a resource. --)
Retrieves the list of ConfigurationNetworkInterface resources.
gRPC request
rpc ListConfigurationNetworkInterface (ListConfigurationNetworkInterfaceRequest) returns (ListConfigurationNetworkInterfaceResponse)
ListConfigurationNetworkInterfaceRequest
{
"folder_id": "string",
"page_size": "int64",
"page_token": "string",
"order_by": "string",
"filter": "string"
}
|
Field |
Description |
|
folder_id |
string ID of the folder to list ConfigurationNetworkInterface resources in. |
|
page_size |
int64 The maximum number of results per page to return. If the number of available The maximum value is 1000. |
|
page_token |
string Page token. To get the next page of results, set |
|
order_by |
string By which column the listing should be ordered and in which direction, |
|
filter |
string A filter expression that filters resources listed in the response.
|
ListConfigurationNetworkInterfaceResponse
{
"configuration_network_interfaces": [
{
"id": "string",
"name": "string",
"configuration_id": "string",
"link_speed_gbps": "int64",
"available_modes": [
"InterfaceMode"
],
"mc_lag_options": {
"interface_count": "int64"
}
}
],
"next_page_token": "string"
}
|
Field |
Description |
|
configuration_network_interfaces[] |
List of ConfigurationNetworkInterface resources. |
|
next_page_token |
string Token for getting the next page of the list. If the number of results is greater than Each subsequent page will have its own |
ConfigurationNetworkInterface
|
Field |
Description |
|
id |
string Id of the network interface |
|
name |
string Name of the network interface |
|
configuration_id |
string Id of the configuration |
|
link_speed_gbps |
int64 Link speed in gigabits per second |
|
available_modes[] |
enum InterfaceMode Available modes for the network interface
|
|
mc_lag_options |
MC-LAG configuration options for aggregated interfaces |
MCLagAggregationOptions
MC-LAG aggregation options for the network interface.
|
Field |
Description |
|
interface_count |
int64 Number of interfaces in the MC-LAG aggregation. |