@Beta public class Ingress extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Ingress.Builder<T extends Ingress.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Ingress(IpProtocol ipProtocol,
int fromPort,
int toPort) |
Modifier and Type | Method and Description |
---|---|
static Ingress.Builder<?> |
builder() |
boolean |
equals(Object obj) |
int |
getFromPort()
Start of destination port range for the TCP and UDP protocols, or an ICMP type number.
|
IpProtocol |
getIpProtocol()
destination IP protocol
|
int |
getToPort()
End of destination port range for the TCP and UDP protocols, or an ICMP code.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Ingress.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"ip_protocol","from_port","to_port"}) protected Ingress(@Nullable IpProtocol ipProtocol, int fromPort, int toPort)
public static Ingress.Builder<?> builder()
public Ingress.Builder<?> toBuilder()
public IpProtocol getIpProtocol()
public int getFromPort()
public int getToPort()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.