@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.222Z") @Stability(value=Experimental) public interface Device extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Device.Builder
A builder for
Device |
static class |
Device.Jsii$Proxy
An implementation for
Device |
| Modifier and Type | Method and Description |
|---|---|
static Device.Builder |
builder() |
default String |
getContainerPath()
(experimental) The path inside the container at which to expose the host device.
|
String |
getHostPath()
(experimental) The path for the device on the host container instance.
|
default List<DevicePermission> |
getPermissions()
(experimental) The explicit permissions to provide to the container for the device.
|
@Stability(value=Experimental) @NotNull String getHostPath()
@Stability(value=Experimental) @Nullable default String getContainerPath()
Default: Same path as the host
@Stability(value=Experimental) @Nullable default List<DevicePermission> getPermissions()
By default, the container has permissions for read, write, and mknod for the device.
Default: Readonly
@Stability(value=Experimental) static Device.Builder builder()
Device.Builder of DeviceCopyright © 2021. All rights reserved.