|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NetworkType in org.jclouds.cloudstack.compute.config |
|---|
| Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type NetworkType | |
|---|---|
Map<NetworkType,? extends OptionsConverter> |
CloudStackComputeServiceContextModule.optionsConverters()
|
| Uses of NetworkType in org.jclouds.cloudstack.compute.strategy |
|---|
| Constructor parameters in org.jclouds.cloudstack.compute.strategy with type arguments of type NetworkType | |
|---|---|
CloudStackComputeServiceAdapter(CloudStackClient client,
com.google.common.base.Predicate<String> jobComplete,
com.google.common.base.Supplier<Map<String,Network>> networkSupplier,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork,
CreatePortForwardingRulesForIP setupPortForwardingRulesForIP,
CreateFirewallRulesForIP setupFirewallRulesForIP,
com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> vmToRules,
Map<String,org.jclouds.domain.Credentials> credentialStore,
Map<NetworkType,? extends OptionsConverter> optionsConverters,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone)
|
|
| Uses of NetworkType in org.jclouds.cloudstack.domain |
|---|
| Fields in org.jclouds.cloudstack.domain declared as NetworkType | |
|---|---|
protected NetworkType |
Zone.Builder.networkType
|
| Methods in org.jclouds.cloudstack.domain that return NetworkType | |
|---|---|
static NetworkType |
NetworkType.fromValue(String type)
|
NetworkType |
Zone.getNetworkType()
|
static NetworkType |
NetworkType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NetworkType[] |
NetworkType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jclouds.cloudstack.domain with parameters of type NetworkType | |
|---|---|
T |
Zone.Builder.networkType(NetworkType networkType)
|
| Constructors in org.jclouds.cloudstack.domain with parameters of type NetworkType | |
|---|---|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
| Uses of NetworkType in org.jclouds.cloudstack.features |
|---|
| Methods in org.jclouds.cloudstack.features with parameters of type NetworkType | |
|---|---|
Zone |
GlobalZoneClient.createZone(String name,
NetworkType networkType,
String dns1,
String internalDns1,
CreateZoneOptions... options)
Create a new Zone |
com.google.common.util.concurrent.ListenableFuture<Zone> |
GlobalZoneAsyncClient.createZone(String name,
NetworkType networkType,
String externalDns1,
String internalDns1,
CreateZoneOptions... options)
|
| Uses of NetworkType in org.jclouds.cloudstack.options |
|---|
| Methods in org.jclouds.cloudstack.options with parameters of type NetworkType | |
|---|---|
ListNetworksOptions |
ListNetworksOptions.type(NetworkType type)
|
static ListNetworksOptions |
ListNetworksOptions.Builder.type(NetworkType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||