org.jclouds.smartos.compute.domain
Class VmNIC

java.lang.Object
  extended by org.jclouds.smartos.compute.domain.VmNIC

public class VmNIC
extends Object

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

tag

protected final String tag

ip

protected final String ip

netmask

protected final String netmask

gateway

protected final String gateway
Constructor Detail

VmNIC

public VmNIC(String tag,
             String ip,
             String netmask,
             String gateway)
Method Detail

builder

public static VmNIC.Builder builder()

toBuilder

public VmNIC.Builder toBuilder()

getTag

public String getTag()

getIp

public String getIp()

getNetmask

public String getNetmask()

getGateway

public String getGateway()

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.