Package 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
-
-
Field Summary
Fields Modifier and Type Field Description protected intguestIdprotected intidprotected StringmacAddressprotected intmaxSpeedprotected Stringnameprotected intnetworkIdprotected NetworkVlannetworkVlanprotected intportprotected intspeedprotected Stringstatusprotected Stringuuid
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VirtualGuestNetworkComponentbuild()VirtualGuestNetworkComponent.BuilderfromVirtualGuestNetworkComponent(VirtualGuestNetworkComponent in)VirtualGuestNetworkComponent.BuilderguestId(int guestId)VirtualGuestNetworkComponent.Builderid(int id)VirtualGuestNetworkComponent.BuildermacAddress(String macAddress)VirtualGuestNetworkComponent.BuildermaxSpeed(int maxSpeed)VirtualGuestNetworkComponent.BuildernetworkId(int networkId)VirtualGuestNetworkComponent.BuildernetworkVlan(NetworkVlan networkVlan)VirtualGuestNetworkComponent.Builderport(int port)VirtualGuestNetworkComponent.Builderspeed(int speed)VirtualGuestNetworkComponent.Builderstatus(String status)VirtualGuestNetworkComponent.Builderuuid(String uuid)
-
-
-
Field Detail
-
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
-
networkVlan
protected NetworkVlan networkVlan
-
-
Method Detail
-
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)
-
networkId
public VirtualGuestNetworkComponent.Builder networkId(int networkId)
-
macAddress
public VirtualGuestNetworkComponent.Builder macAddress(String macAddress)
-
maxSpeed
public VirtualGuestNetworkComponent.Builder maxSpeed(int maxSpeed)
-
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)
-
networkVlan
public VirtualGuestNetworkComponent.Builder networkVlan(NetworkVlan networkVlan)
-
build
public VirtualGuestNetworkComponent build()
-
fromVirtualGuestNetworkComponent
public VirtualGuestNetworkComponent.Builder fromVirtualGuestNetworkComponent(VirtualGuestNetworkComponent in)
-
-