Class ForwardingRule
java.lang.Object
org.jclouds.googlecomputeengine.domain.ForwardingRule
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
abstract String
abstract String
id()
abstract String
The external IP address that this forwarding rule is serving on behalf of.abstract ForwardingRule.IPProtocol
abstract String
name()
abstract String
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 GlobalForwardingRulesabstract URI
selfLink()
abstract URI
target()
The URL of the target resource to receive the matched traffic.
-
Method Details
-
id
-
selfLink
-
name
-
description
-
creationTimestamp
-
region
null when representing a GlobalForwardingRules -
ipAddress
The external IP address that this forwarding rule is serving on behalf of. If this is a reserved address, the address must live in the same region as the forwarding rule. By default, this field is empty and an ephemeral IP is assigned to the ForwardingRule. -
ipProtocol
-
portRange
If IPProtocol is TCP or UDP, packets addressed to ports in the specified range will be forwarded to backend. By default, this is empty and all ports are allowed. -
target
The URL of the target resource to receive the matched traffic. The target resource must live in the same region as this forwarding rule. -
create
-