| Modifier and Type | Field and Description | 
|---|---|
protected String | 
name  | 
protected String | 
user  | 
protected String | 
uuid  | 
| Constructor and Description | 
|---|
VLANInfo.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
VLANInfo | 
build()  | 
boolean | 
equals(Object obj)  | 
int | 
hashCode()  | 
VLANInfo.Builder | 
name(String name)  | 
VLANInfo.Builder | 
user(String user)  | 
VLANInfo.Builder | 
uuid(String uuid)  | 
public VLANInfo.Builder uuid(String uuid)
public VLANInfo.Builder name(String name)
public VLANInfo.Builder user(String user)
public VLANInfo build()
Copyright © 2009-2013 jclouds. All Rights Reserved.