|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.smartos.compute.domain.VmNIC
public class VmNIC
Specification of a network card.
| Nested Class Summary | |
|---|---|
static class |
VmNIC.Builder
|
| Field Summary | |
|---|---|
protected String |
gateway
|
protected String |
ip
|
protected String |
netmask
|
protected String |
tag
|
| Constructor Summary | |
|---|---|
VmNIC(String tag,
String ip,
String netmask,
String gateway)
|
|
| Method Summary | |
|---|---|
static VmNIC.Builder |
builder()
|
String |
getGateway()
|
String |
getIp()
|
String |
getNetmask()
|
String |
getTag()
|
VmNIC.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String tag
protected final String ip
protected final String netmask
protected final String gateway
| Constructor Detail |
|---|
public VmNIC(String tag,
String ip,
String netmask,
String gateway)
| Method Detail |
|---|
public static VmNIC.Builder builder()
public VmNIC.Builder toBuilder()
public String getTag()
public String getIp()
public String getNetmask()
public String getGateway()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||