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 class
VirtualGuestNetworkComponent.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
VirtualGuestNetworkComponent(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.Builder
builder()
boolean
equals(Object o)
int
getGuestId()
int
getId()
String
getMacAddress()
int
getMaxSpeed()
String
getName()
int
getNetworkId()
NetworkVlan
getNetworkVlan()
int
getPort()
int
getSpeed()
String
getStatus()
String
getUuid()
int
hashCode()
VirtualGuestNetworkComponent.Builder
toBuilder()
String
toString()
-
-
-
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()
-
-