Package org.ovirt.engine.sdk4.builders
Class HostDevicePassthroughBuilder
- java.lang.Object
-
- org.ovirt.engine.sdk4.builders.HostDevicePassthroughBuilder
-
public class HostDevicePassthroughBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description HostDevicePassthroughBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostDevicePassthrough
build()
HostDevicePassthroughBuilder
enabled(boolean newEnabled)
HostDevicePassthroughBuilder
enabled(Boolean newEnabled)
-
-
-
Method Detail
-
enabled
public HostDevicePassthroughBuilder enabled(boolean newEnabled)
-
enabled
public HostDevicePassthroughBuilder enabled(Boolean newEnabled)
-
build
public HostDevicePassthrough build()
-
-