public class DoneableVolumeDevice extends VolumeDeviceFluentImpl<DoneableVolumeDevice> implements Doneable<VolumeDevice>
_visitables
Constructor and Description |
---|
DoneableVolumeDevice(Function<VolumeDevice,VolumeDevice> function) |
DoneableVolumeDevice(VolumeDevice item) |
DoneableVolumeDevice(VolumeDevice item,
Function<VolumeDevice,VolumeDevice> function) |
Modifier and Type | Method and Description |
---|---|
VolumeDevice |
done() |
equals, getDevicePath, getName, hasDevicePath, hasName, withDevicePath, withName, withNewDevicePath, withNewDevicePath, withNewDevicePath, withNewName, withNewName, withNewName
public DoneableVolumeDevice(Function<VolumeDevice,VolumeDevice> function)
public DoneableVolumeDevice(VolumeDevice item, Function<VolumeDevice,VolumeDevice> function)
public DoneableVolumeDevice(VolumeDevice item)
public VolumeDevice done()
done
in interface Doneable<VolumeDevice>
Copyright © 2015–2019 Red Hat. All rights reserved.