public class Features extends Object
Constructor and Description |
---|
Features(DhcpService dhcpService,
FirewallService firewallService,
NatService natService) |
Modifier and Type | Method and Description |
---|---|
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() |
public Features(@Nullable DhcpService dhcpService, @Nullable FirewallService firewallService, @Nullable NatService natService)
@Nullable public DhcpService getDhcpService()
@Nullable public FirewallService getFirewallService()
@Nullable public NatService getNatService()
Copyright © 2009-2012 jclouds. All Rights Reserved.