public abstract class ForwardingRule extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ForwardingRule.IPProtocol |
Modifier and Type | Method and Description |
---|---|
static ForwardingRule |
create(String id,
URI selfLink,
String name,
String description,
Date creationTimestamp,
URI region,
String ipAddress,
ForwardingRule.IPProtocol ipProtocol,
String portRange,
URI target) |
abstract Date |
creationTimestamp() |
abstract String |
description() |
abstract String |
id() |
abstract String |
ipAddress()
The external IP address that this forwarding rule is serving on behalf of.
|
abstract ForwardingRule.IPProtocol |
ipProtocol() |
abstract String |
name() |
abstract String |
portRange()
If IPProtocol is TCP or UDP, packets addressed to ports in the specified range will be forwarded to
backend.
|
abstract URI |
region()
null when representing a GlobalForwardingRules
|
abstract URI |
selfLink() |
abstract URI |
target()
The URL of the target resource to receive the matched traffic.
|
public abstract String id()
public abstract URI selfLink()
public abstract String name()
public abstract Date creationTimestamp()
@Nullable public abstract String ipAddress()
public abstract ForwardingRule.IPProtocol ipProtocol()
@Nullable public abstract String portRange()
public abstract URI target()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.