public abstract class ForwardingRuleId extends ResourceId
| Modifier and Type | Method and Description |
|---|---|
String |
rule()
Returns the name of the forwarding rule.
|
abstract com.google.cloud.compute.ForwardingRuleId.Type |
type()
Returns the type of this forwarding rule identity.
|
project, selfLink, toStringpublic abstract com.google.cloud.compute.ForwardingRuleId.Type type()
public String rule()
[a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter,
and all following characters must be a dash, lowercase letter, or digit, except the last
character, which cannot be a dash.Copyright © 2016 Google. All rights reserved.