public static class InstantiateVAppTemplateOptions.NetworkConfig extends Object
Constructor and Description |
---|
InstantiateVAppTemplateOptions.NetworkConfig(String networkName,
URI parentNetwork,
FenceMode fenceMode)
Create a new NetworkConfig.
|
InstantiateVAppTemplateOptions.NetworkConfig(URI parentNetwork) |
Modifier and Type | Method and Description |
---|---|
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() |
String |
toString() |
public InstantiateVAppTemplateOptions.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 InstantiateVAppTemplateOptions.NetworkConfig(URI parentNetwork)
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-2012 jclouds. All Rights Reserved.