public class NetworkConfig extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NetworkConfig.Builder  | 
| Constructor and Description | 
|---|
NetworkConfig(String networkName,
             URI parentNetwork,
             FenceMode fenceMode)
Create a new NetworkConfig. 
 | 
NetworkConfig(URI parentNetwork)  | 
| Modifier and Type | Method and Description | 
|---|---|
static NetworkConfig.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
FenceMode | 
getFenceMode()
A value of bridged indicates that this vApp network is connected directly to the organization
 network. 
 | 
String | 
getNetworkName()
A name for the network. 
 | 
URI | 
getParentNetwork()  | 
int | 
hashCode()  | 
NetworkConfig.Builder | 
toBuilder()  | 
String | 
toString()  | 
public NetworkConfig(String networkName, URI parentNetwork, FenceMode fenceMode)
networkName - a valid , or null to have us choose defaultparentNetwork - a valid fenceMode - how to manage the relationship between the two networkspublic NetworkConfig(URI parentNetwork)
public NetworkConfig.Builder toBuilder()
public static NetworkConfig.Builder builder()
public String getNetworkName()
VAppTemplate.getNetworkSection() includes a
 NetworkSection.Network network element, the name you specify for the vApp network must
 match the name specified in that element’s name attribute.public URI getParentNetwork()
public FenceMode getFenceMode()
Copyright © 2009-2013 jclouds. All Rights Reserved.