org.jclouds.softlayer.domain
Class VirtualGuestBlockDevice.Builder
java.lang.Object
org.jclouds.softlayer.domain.VirtualGuestBlockDevice.Builder
- Enclosing class:
- VirtualGuestBlockDevice
public static class VirtualGuestBlockDevice.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
uuid
protected String uuid
statusId
protected int statusId
mountType
protected String mountType
mountMode
protected String mountMode
bootableFlag
protected int bootableFlag
device
protected String device
diskImage
protected VirtualDiskImage diskImage
guest
protected VirtualGuest guest
VirtualGuestBlockDevice.Builder
public VirtualGuestBlockDevice.Builder()
id
public VirtualGuestBlockDevice.Builder id(int id)
- See Also:
VirtualGuestBlockDevice.getId()
uuid
public VirtualGuestBlockDevice.Builder uuid(String uuid)
- See Also:
VirtualGuestBlockDevice.getUuid()
statusId
public VirtualGuestBlockDevice.Builder statusId(int statusId)
- See Also:
VirtualGuestBlockDevice.getStatusId()
mountType
public VirtualGuestBlockDevice.Builder mountType(String mountType)
- See Also:
VirtualGuestBlockDevice.getMountType()
mountMode
public VirtualGuestBlockDevice.Builder mountMode(String mountMode)
- See Also:
VirtualGuestBlockDevice.getMountMode()
bootableFlag
public VirtualGuestBlockDevice.Builder bootableFlag(int bootableFlag)
- See Also:
VirtualGuestBlockDevice.getBootableFlag()
device
public VirtualGuestBlockDevice.Builder device(String device)
- See Also:
VirtualGuestBlockDevice.getDevice()
diskImage
public VirtualGuestBlockDevice.Builder diskImage(VirtualDiskImage diskImage)
- See Also:
VirtualGuestBlockDevice.getVirtualDiskImage()
guest
public VirtualGuestBlockDevice.Builder guest(VirtualGuest guest)
build
public VirtualGuestBlockDevice build()
fromVirtualGuestBlockDevice
public VirtualGuestBlockDevice.Builder fromVirtualGuestBlockDevice(VirtualGuestBlockDevice in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.