|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.domain.network.Features
public class Features
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 |
|---|
public Features(@Nullable
DhcpService dhcpService,
@Nullable
FirewallService firewallService,
@Nullable
NatService natService)
| Method Detail |
|---|
@Nullable public DhcpService getDhcpService()
@Nullable public FirewallService getFirewallService()
@Nullable public NatService getNatService()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||