Package | Description |
---|---|
org.jclouds.vcloud.domain.network | |
org.jclouds.vcloud.domain.network.nat | |
org.jclouds.vcloud.xml |
Modifier and Type | Method and Description |
---|---|
NatPolicy |
NatService.getPolicy() |
Constructor and Description |
---|
NatService(boolean enabled,
NatType type,
NatPolicy policy,
Iterable<NatRule> natRules) |
Modifier and Type | Method and Description |
---|---|
static NatPolicy |
NatPolicy.fromValue(String policy) |
static NatPolicy |
NatPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NatPolicy[] |
NatPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected NatPolicy |
OrgNetworkHandler.natPolicy |
Copyright © 2009-2012 jclouds. All Rights Reserved.