public class InternetService extends Object implements Comparable<InternetService>
Constructor and Description |
---|
InternetService(String name,
URI id,
PublicIpAddress publicIpAddress,
int port,
Protocol protocol,
boolean enabled,
int timeout,
String description) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(InternetService that) |
boolean |
equals(Object obj) |
String |
getDescription() |
URI |
getId() |
String |
getName() |
int |
getPort() |
Protocol |
getProtocol() |
PublicIpAddress |
getPublicIpAddress() |
int |
getTimeout() |
int |
hashCode() |
boolean |
isEnabled() |
String |
toString() |
public InternetService(String name, URI id, PublicIpAddress publicIpAddress, int port, Protocol protocol, boolean enabled, int timeout, String description)
public PublicIpAddress getPublicIpAddress()
public int getPort()
public Protocol getProtocol()
public boolean isEnabled()
public int getTimeout()
public String getDescription()
public String getName()
public URI getId()
public int compareTo(InternetService that)
compareTo
in interface Comparable<InternetService>
Copyright © 2009-2012 jclouds. All Rights Reserved.