Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.options |
Modifier and Type | Method and Description |
---|---|
abstract ForwardingRule.IPProtocol |
ForwardingRule.ipProtocol() |
static ForwardingRule.IPProtocol |
ForwardingRule.IPProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardingRule.IPProtocol[] |
ForwardingRule.IPProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ForwardingRule |
ForwardingRule.create(String id,
URI selfLink,
String name,
String description,
Date creationTimestamp,
URI region,
String ipAddress,
ForwardingRule.IPProtocol ipProtocol,
String portRange,
URI target) |
Modifier and Type | Method and Description |
---|---|
abstract ForwardingRule.IPProtocol |
ForwardingRuleCreationOptions.ipProtocol() |
Modifier and Type | Method and Description |
---|---|
ForwardingRuleCreationOptions.Builder |
ForwardingRuleCreationOptions.Builder.ipProtocol(ForwardingRule.IPProtocol ipProtocol)
The IP protocol to which this rule applies
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.