public abstract class AddressId extends ResourceId
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Returns the name of the address resource.
|
abstract com.google.cloud.compute.deprecated.AddressId.Type |
getType()
Returns the type of this address identity.
|
getProject, getSelfLink, toStringpublic abstract com.google.cloud.compute.deprecated.AddressId.Type getType()
public String getAddress()
[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 © 2018 Google LLC. All rights reserved.