Package | Description |
---|---|
org.jclouds.trmk.vcloud_0_8.domain | |
org.jclouds.trmk.vcloud_0_8.domain.internal | |
org.jclouds.trmk.vcloud_0_8.options | |
org.jclouds.trmk.vcloud_0_8.xml |
Modifier and Type | Method and Description |
---|---|
static FenceMode |
FenceMode.fromValue(String fenceMode) |
FenceMode |
Network.getFenceMode()
return the network fence mode.
|
static FenceMode |
FenceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FenceMode[] |
FenceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected FenceMode |
NetworkImpl.fenceMode |
Modifier and Type | Method and Description |
---|---|
FenceMode |
NetworkImpl.getFenceMode()
return the network fence mode.
|
Constructor and Description |
---|
NetworkImpl(String name,
String type,
URI id,
String description,
String gateway,
String netmask,
FenceMode fenceMode,
ReferenceType networkExtension,
ReferenceType ips) |
Modifier and Type | Method and Description |
---|---|
FenceMode |
InstantiateVAppTemplateOptions.NetworkConfig.getFenceMode()
A value of bridged indicates that this vApp network is connected
directly to the organization network.
|
Constructor and Description |
---|
InstantiateVAppTemplateOptions.NetworkConfig(String networkName,
URI parentNetwork,
FenceMode fenceMode)
Create a new NetworkConfig.
|
Modifier and Type | Field and Description |
---|---|
protected FenceMode |
NetworkHandler.fenceMode |
Copyright © 2009-2012 jclouds. All Rights Reserved.