Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
name |
Constructor and Description |
---|
Network.Builder() |
Modifier and Type | Method and Description |
---|---|
Network |
build() |
Network.Builder |
description(String description) |
Network.Builder |
fromNetwork(Network in) |
Network.Builder |
name(String name) |
public Network.Builder name(String name)
Network.getName()
public Network.Builder description(String description)
Section#getDescription
public Network build()
public Network.Builder fromNetwork(Network in)
Copyright © 2009-2012 jclouds. All Rights Reserved.