public abstract class AddressId extends ResourceId
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Returns the name of the address resource.
|
abstract com.google.cloud.compute.AddressId.Type |
type()
Returns the type of this address identity.
|
project, selfLink, toStringpublic abstract com.google.cloud.compute.AddressId.Type type()
public String address()
[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.