Package org.jclouds.softlayer.domain
Class VirtualGuestNetworkComponent.Builder
java.lang.Object
org.jclouds.softlayer.domain.VirtualGuestNetworkComponent.Builder
- Enclosing class:
VirtualGuestNetworkComponent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
guestId
(int guestId) id
(int id) macAddress
(String macAddress) maxSpeed
(int maxSpeed) networkId
(int networkId) networkVlan
(NetworkVlan networkVlan) port
(int port) speed
(int speed)
-
Field Details
-
id
protected int id -
uuid
-
guestId
protected int guestId -
networkId
protected int networkId -
macAddress
-
maxSpeed
protected int maxSpeed -
name
-
port
protected int port -
speed
protected int speed -
status
-
networkVlan
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
- See Also:
-
uuid
- See Also:
-
guestId
- See Also:
-
networkId
- See Also:
-
macAddress
- See Also:
-
maxSpeed
- See Also:
-
port
- See Also:
-
speed
- See Also:
-
status
-
networkVlan
-
build
-
fromVirtualGuestNetworkComponent
public VirtualGuestNetworkComponent.Builder fromVirtualGuestNetworkComponent(VirtualGuestNetworkComponent in)
-