public abstract class ForwardingRuleId extends ResourceId
Modifier and Type | Method and Description |
---|---|
String |
getRule()
Returns the name of the forwarding rule.
|
abstract com.google.cloud.compute.deprecated.ForwardingRuleId.Type |
getType()
Returns the type of this forwarding rule identity.
|
getProject, getSelfLink, toString
public abstract com.google.cloud.compute.deprecated.ForwardingRuleId.Type getType()
public String getRule()
[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 © 2019 Google LLC. All rights reserved.