Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
DeviceRequest |
DeviceRequest.withCapabilities(List<List<String>> capabilities) |
DeviceRequest |
DeviceRequest.withCount(Integer count) |
DeviceRequest |
DeviceRequest.withDeviceIds(List<String> deviceIds) |
DeviceRequest |
DeviceRequest.withDriver(String driver) |
DeviceRequest |
DeviceRequest.withOptions(Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
List<DeviceRequest> |
HostConfig.getDeviceRequests() |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withDeviceRequests(List<DeviceRequest> deviceRequests) |
Copyright © 2023. All rights reserved.