public interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getDevicePath() |
String |
getName() |
Boolean |
hasDevicePath() |
Boolean |
hasName() |
A |
withDevicePath(String devicePath) |
A |
withName(String name) |
A |
withNewDevicePath(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
String getDevicePath()
Boolean hasDevicePath()
@Deprecated A withNewDevicePath(String arg0)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.