| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GetInterfacesResponse |
NetworkDeviceMonitoringApi.getInterfaces(String deviceId)
Get the list of interfaces of the device.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetInterfacesResponse> |
NetworkDeviceMonitoringApi.getInterfacesAsync(String deviceId)
Get the list of interfaces of the device.
|
ApiResponse<GetInterfacesResponse> |
NetworkDeviceMonitoringApi.getInterfacesWithHttpInfo(String deviceId)
Get the list of interfaces of the device.
|
CompletableFuture<ApiResponse<GetInterfacesResponse>> |
NetworkDeviceMonitoringApi.getInterfacesWithHttpInfoAsync(String deviceId)
Get the list of interfaces of the device.
|
| Modifier and Type | Method and Description |
|---|---|
GetInterfacesResponse |
GetInterfacesResponse.addDataItem(GetInterfacesData dataItem) |
GetInterfacesResponse |
GetInterfacesResponse.data(List<GetInterfacesData> data) |
GetInterfacesResponse |
GetInterfacesResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.