Package org.jclouds.softlayer.domain
Class VirtualGuestNetworkComponent
- java.lang.Object
-
- org.jclouds.softlayer.domain.VirtualGuestNetworkComponent
-
public class VirtualGuestNetworkComponent extends Object
Class VirtualGuestBlockDeviceTemplateGroup
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVirtualGuestNetworkComponent.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedVirtualGuestNetworkComponent(int id, String uuid, int guestId, int networkId, String macAddress, int maxSpeed, String name, int port, int speed, String status, NetworkVlan networkVlan)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VirtualGuestNetworkComponent.Builderbuilder()booleanequals(Object o)intgetGuestId()intgetId()StringgetMacAddress()intgetMaxSpeed()StringgetName()intgetNetworkId()NetworkVlangetNetworkVlan()intgetPort()intgetSpeed()StringgetStatus()StringgetUuid()inthashCode()VirtualGuestNetworkComponent.BuildertoBuilder()StringtoString()
-
-
-
Constructor Detail
-
VirtualGuestNetworkComponent
@ConstructorProperties({"id","uuid","guestId","networkId","macAddress","maxSpeed","name","port","speed","status","networkVlan"}) protected VirtualGuestNetworkComponent(int id, String uuid, int guestId, int networkId, @Nullable String macAddress, int maxSpeed, @Nullable String name, int port, int speed, @Nullable String status, @Nullable NetworkVlan networkVlan)
-
-
Method Detail
-
builder
public static VirtualGuestNetworkComponent.Builder builder()
-
toBuilder
public VirtualGuestNetworkComponent.Builder toBuilder()
-
getId
public int getId()
-
getUuid
public String getUuid()
-
getGuestId
public int getGuestId()
-
getNetworkId
public int getNetworkId()
-
getMacAddress
public String getMacAddress()
-
getMaxSpeed
public int getMaxSpeed()
-
getName
public String getName()
-
getPort
public int getPort()
-
getSpeed
public int getSpeed()
-
getStatus
public String getStatus()
-
getNetworkVlan
public NetworkVlan getNetworkVlan()
-
-