public static class VirtualGuestNetworkComponent.Builder extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
guestId |
protected int |
id |
protected String |
macAddress |
protected int |
maxSpeed |
protected String |
name |
protected int |
networkId |
protected NetworkVlan |
networkVlan |
protected int |
port |
protected int |
speed |
protected String |
status |
protected String |
uuid |
Constructor and Description |
---|
VirtualGuestNetworkComponent.Builder() |
Modifier and Type | Method and Description |
---|---|
VirtualGuestNetworkComponent |
build() |
VirtualGuestNetworkComponent.Builder |
fromVirtualGuestNetworkComponent(VirtualGuestNetworkComponent in) |
VirtualGuestNetworkComponent.Builder |
guestId(int guestId) |
VirtualGuestNetworkComponent.Builder |
id(int id) |
VirtualGuestNetworkComponent.Builder |
macAddress(String macAddress) |
VirtualGuestNetworkComponent.Builder |
maxSpeed(int maxSpeed) |
VirtualGuestNetworkComponent.Builder |
networkId(int networkId) |
VirtualGuestNetworkComponent.Builder |
networkVlan(NetworkVlan networkVlan) |
VirtualGuestNetworkComponent.Builder |
port(int port) |
VirtualGuestNetworkComponent.Builder |
speed(int speed) |
VirtualGuestNetworkComponent.Builder |
status(String status) |
VirtualGuestNetworkComponent.Builder |
uuid(String uuid) |
protected int id
protected String uuid
protected int guestId
protected int networkId
protected String macAddress
protected int maxSpeed
protected String name
protected int port
protected int speed
protected String status
protected NetworkVlan networkVlan
public VirtualGuestNetworkComponent.Builder()
public VirtualGuestNetworkComponent.Builder id(int id)
VirtualGuestNetworkComponent.getId()
public VirtualGuestNetworkComponent.Builder uuid(String uuid)
public VirtualGuestNetworkComponent.Builder guestId(int guestId)
public VirtualGuestNetworkComponent.Builder networkId(int networkId)
public VirtualGuestNetworkComponent.Builder macAddress(String macAddress)
public VirtualGuestNetworkComponent.Builder maxSpeed(int maxSpeed)
public VirtualGuestNetworkComponent.Builder port(int port)
public VirtualGuestNetworkComponent.Builder speed(int speed)
public VirtualGuestNetworkComponent.Builder status(String status)
public VirtualGuestNetworkComponent.Builder networkVlan(NetworkVlan networkVlan)
public VirtualGuestNetworkComponent build()
public VirtualGuestNetworkComponent.Builder fromVirtualGuestNetworkComponent(VirtualGuestNetworkComponent in)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.