Class Address
java.lang.Object
org.jclouds.googlecomputeengine.domain.Address
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionabstract String
address()
The IP address represented by this resource.static Address
create
(String id, URI selfLink, String name, Date creationTimestamp, String description, Address.Status status, List<URI> users, URI region, String address) abstract Date
abstract String
abstract String
id()
abstract String
name()
abstract URI
region()
URL of the region where the address resides.abstract URI
selfLink()
abstract Address.Status
status()
The status of the address.users()
URL of the resource currently using this address.
-
Method Details
-
id
-
selfLink
-
name
-
creationTimestamp
-
description
-
status
The status of the address. Valid items are RESERVED and IN USE. A reserved address is currently available to the project and can be used by a resource. An in-use address is currently being used by a resource. -
users
URL of the resource currently using this address. -
region
URL of the region where the address resides. -
address
The IP address represented by this resource. -
create
-