All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ApiClient |
getApiClient()
Get the API client.
|
GetDeviceResponse |
getDevice(String deviceId)
Get the device details.
|
CompletableFuture<GetDeviceResponse> |
getDeviceAsync(String deviceId)
Get the device details.
|
ApiResponse<GetDeviceResponse> |
getDeviceWithHttpInfo(String deviceId)
Get the device details.
|
CompletableFuture<ApiResponse<GetDeviceResponse>> |
getDeviceWithHttpInfoAsync(String deviceId)
Get the device details.
|
GetInterfacesResponse |
getInterfaces(String deviceId)
Get the list of interfaces of the device.
|
GetInterfacesResponse |
getInterfaces(String deviceId,
NetworkDeviceMonitoringApi.GetInterfacesOptionalParameters parameters)
Get the list of interfaces of the device.
|
CompletableFuture<GetInterfacesResponse> |
getInterfacesAsync(String deviceId)
Get the list of interfaces of the device.
|
CompletableFuture<GetInterfacesResponse> |
getInterfacesAsync(String deviceId,
NetworkDeviceMonitoringApi.GetInterfacesOptionalParameters parameters)
Get the list of interfaces of the device.
|
ApiResponse<GetInterfacesResponse> |
getInterfacesWithHttpInfo(String deviceId,
NetworkDeviceMonitoringApi.GetInterfacesOptionalParameters parameters)
Get the list of interfaces of the device.
|
CompletableFuture<ApiResponse<GetInterfacesResponse>> |
getInterfacesWithHttpInfoAsync(String deviceId,
NetworkDeviceMonitoringApi.GetInterfacesOptionalParameters parameters)
Get the list of interfaces of the device.
|
ListDevicesResponse |
listDevices()
Get the list of devices.
|
ListDevicesResponse |
listDevices(NetworkDeviceMonitoringApi.ListDevicesOptionalParameters parameters)
Get the list of devices.
|
CompletableFuture<ListDevicesResponse> |
listDevicesAsync()
Get the list of devices.
|
CompletableFuture<ListDevicesResponse> |
listDevicesAsync(NetworkDeviceMonitoringApi.ListDevicesOptionalParameters parameters)
Get the list of devices.
|
ApiResponse<ListDevicesResponse> |
listDevicesWithHttpInfo(NetworkDeviceMonitoringApi.ListDevicesOptionalParameters parameters)
Get the list of devices.
|
CompletableFuture<ApiResponse<ListDevicesResponse>> |
listDevicesWithHttpInfoAsync(NetworkDeviceMonitoringApi.ListDevicesOptionalParameters parameters)
Get the list of devices.
|
PaginationIterable<DevicesListData> |
listDevicesWithPagination()
Get the list of devices.
|
PaginationIterable<DevicesListData> |
listDevicesWithPagination(NetworkDeviceMonitoringApi.ListDevicesOptionalParameters parameters)
Get the list of devices.
|
ListTagsResponse |
listDeviceUserTags(String deviceId)
Get the list of tags for a device.
|
CompletableFuture<ListTagsResponse> |
listDeviceUserTagsAsync(String deviceId)
Get the list of tags for a device.
|
ApiResponse<ListTagsResponse> |
listDeviceUserTagsWithHttpInfo(String deviceId)
Get the list of tags for a device.
|
CompletableFuture<ApiResponse<ListTagsResponse>> |
listDeviceUserTagsWithHttpInfoAsync(String deviceId)
Get the list of tags for a device.
|
ListInterfaceTagsResponse |
listInterfaceUserTags(String interfaceId)
List tags for an interface.
|
CompletableFuture<ListInterfaceTagsResponse> |
listInterfaceUserTagsAsync(String interfaceId)
List tags for an interface.
|
ApiResponse<ListInterfaceTagsResponse> |
listInterfaceUserTagsWithHttpInfo(String interfaceId)
Returns the tags associated with the specified interface.
|
CompletableFuture<ApiResponse<ListInterfaceTagsResponse>> |
listInterfaceUserTagsWithHttpInfoAsync(String interfaceId)
List tags for an interface.
|
void |
setApiClient(ApiClient apiClient)
Set the API client.
|
ListTagsResponse |
updateDeviceUserTags(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
CompletableFuture<ListTagsResponse> |
updateDeviceUserTagsAsync(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
ApiResponse<ListTagsResponse> |
updateDeviceUserTagsWithHttpInfo(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
CompletableFuture<ApiResponse<ListTagsResponse>> |
updateDeviceUserTagsWithHttpInfoAsync(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
ListInterfaceTagsResponse |
updateInterfaceUserTags(String interfaceId,
ListInterfaceTagsResponse body)
Update the tags for an interface.
|
CompletableFuture<ListInterfaceTagsResponse> |
updateInterfaceUserTagsAsync(String interfaceId,
ListInterfaceTagsResponse body)
Update the tags for an interface.
|
ApiResponse<ListInterfaceTagsResponse> |
updateInterfaceUserTagsWithHttpInfo(String interfaceId,
ListInterfaceTagsResponse body)
Updates the tags associated with the specified interface.
|
CompletableFuture<ApiResponse<ListInterfaceTagsResponse>> |
updateInterfaceUserTagsWithHttpInfoAsync(String interfaceId,
ListInterfaceTagsResponse body)
Update the tags for an interface.
|