org.jclouds.vcloud.domain.network
Class Features

java.lang.Object
  extended by org.jclouds.vcloud.domain.network.Features

public class Features
extends Object

The Features element defines the DHCP and firewall features of a network.


Constructor Summary
Features(DhcpService dhcpService, FirewallService firewallService, NatService natService)
           
 
Method Summary
 boolean equals(Object obj)
           
 DhcpService getDhcpService()
          specifies the properties of the network’s DHCP service
 FirewallService getFirewallService()
          defines the firewall service capabilities of the network
 NatService getNatService()
          defines the NAT service capabilities of the network
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Features

public Features(@Nullable
                DhcpService dhcpService,
                @Nullable
                FirewallService firewallService,
                @Nullable
                NatService natService)
Method Detail

getDhcpService

@Nullable
public DhcpService getDhcpService()
specifies the properties of the network’s DHCP service

Since:
vcloud api 0.9, but emulated for 0.8

getFirewallService

@Nullable
public FirewallService getFirewallService()
defines the firewall service capabilities of the network

Since:
vcloud api 0.8

getNatService

@Nullable
public NatService getNatService()
defines the NAT service capabilities of the network

Since:
vcloud api 0.8

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.