org.dasein.cloud.vsphere.network
Class VMwareNetworkServices

java.lang.Object
  extended by org.dasein.cloud.network.AbstractNetworkServices
      extended by org.dasein.cloud.vsphere.network.VMwareNetworkServices
All Implemented Interfaces:
NetworkServices

public class VMwareNetworkServices
extends AbstractNetworkServices


Constructor Summary
VMwareNetworkServices(PrivateCloud cloud)
           
 
Method Summary
 StaticIp getIpAddressSupport()
           
 VLANSupport getVlanSupport()
           
 
Methods inherited from class org.dasein.cloud.network.AbstractNetworkServices
getDnsSupport, getFirewallSupport, getLoadBalancerSupport, getNetworkFirewallSupport, getVpnSupport, hasDnsSupport, hasFirewallSupport, hasIpAddressSupport, hasLoadBalancerSupport, hasNetworkFirewallSupport, hasVlanSupport, hasVpnSupport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMwareNetworkServices

public VMwareNetworkServices(@Nonnull
                             PrivateCloud cloud)
Method Detail

getIpAddressSupport

@Nullable
public StaticIp getIpAddressSupport()
Specified by:
getIpAddressSupport in interface NetworkServices
Overrides:
getIpAddressSupport in class AbstractNetworkServices

getVlanSupport

@Nullable
public VLANSupport getVlanSupport()
Specified by:
getVlanSupport in interface NetworkServices
Overrides:
getVlanSupport in class AbstractNetworkServices


Copyright © 2014 enStratus Networks Inc. All Rights Reserved.