org.jclouds.softlayer.domain
Class VirtualGuestNetworkComponent.Builder
java.lang.Object
org.jclouds.softlayer.domain.VirtualGuestNetworkComponent.Builder
- Enclosing class:
- VirtualGuestNetworkComponent
public static class VirtualGuestNetworkComponent.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
guestId
protected int guestId
networkId
protected int networkId
macAddress
protected String macAddress
maxSpeed
protected int maxSpeed
name
protected String name
port
protected int port
speed
protected int speed
status
protected String status
VirtualGuestNetworkComponent.Builder
public VirtualGuestNetworkComponent.Builder()
id
public VirtualGuestNetworkComponent.Builder id(int id)
- See Also:
VirtualGuestNetworkComponent.getId()
uuid
public VirtualGuestNetworkComponent.Builder uuid(String uuid)
- See Also:
VirtualGuestNetworkComponent.getUuid()
guestId
public VirtualGuestNetworkComponent.Builder guestId(int guestId)
- See Also:
VirtualGuestNetworkComponent.getGuestId()
networkId
public VirtualGuestNetworkComponent.Builder networkId(int networkId)
- See Also:
VirtualGuestNetworkComponent.getNetworkId()
macAddress
public VirtualGuestNetworkComponent.Builder macAddress(String macAddress)
- See Also:
VirtualGuestNetworkComponent.getMacAddress()
maxSpeed
public VirtualGuestNetworkComponent.Builder maxSpeed(int maxSpeed)
- See Also:
VirtualGuestNetworkComponent.getMaxSpeed()
port
public VirtualGuestNetworkComponent.Builder port(int port)
- See Also:
VirtualGuestNetworkComponent.getPort()
speed
public VirtualGuestNetworkComponent.Builder speed(int speed)
- See Also:
VirtualGuestNetworkComponent.getSpeed()
status
public VirtualGuestNetworkComponent.Builder status(String status)
build
public VirtualGuestNetworkComponent build()
fromVirtualGuestNetworkComponent
public VirtualGuestNetworkComponent.Builder fromVirtualGuestNetworkComponent(VirtualGuestNetworkComponent in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.