public class DeviceMappingFluentImpl<A extends DeviceMappingFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements DeviceMappingFluent<A>
| Constructor and Description |
|---|
DeviceMappingFluentImpl() |
DeviceMappingFluentImpl(DeviceMapping instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCgroupPermissions() |
String |
getPathInContainer() |
String |
getPathOnHost() |
Boolean |
hasCgroupPermissions() |
Boolean |
hasPathInContainer() |
Boolean |
hasPathOnHost() |
A |
withCgroupPermissions(String CgroupPermissions) |
A |
withPathInContainer(String PathInContainer) |
A |
withPathOnHost(String PathOnHost) |
public DeviceMappingFluentImpl()
public DeviceMappingFluentImpl(DeviceMapping instance)
public String getCgroupPermissions()
getCgroupPermissions in interface DeviceMappingFluent<A extends DeviceMappingFluent<A>>public A withCgroupPermissions(String CgroupPermissions)
withCgroupPermissions in interface DeviceMappingFluent<A extends DeviceMappingFluent<A>>public Boolean hasCgroupPermissions()
hasCgroupPermissions in interface DeviceMappingFluent<A extends DeviceMappingFluent<A>>public String getPathInContainer()
getPathInContainer in interface DeviceMappingFluent<A extends DeviceMappingFluent<A>>public A withPathInContainer(String PathInContainer)
withPathInContainer in interface DeviceMappingFluent<A extends DeviceMappingFluent<A>>public Boolean hasPathInContainer()
hasPathInContainer in interface DeviceMappingFluent<A extends DeviceMappingFluent<A>>public String getPathOnHost()
getPathOnHost in interface DeviceMappingFluent<A extends DeviceMappingFluent<A>>public A withPathOnHost(String PathOnHost)
withPathOnHost in interface DeviceMappingFluent<A extends DeviceMappingFluent<A>>public Boolean hasPathOnHost()
hasPathOnHost in interface DeviceMappingFluent<A extends DeviceMappingFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.