public abstract class Address extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Address.Status |
Modifier and Type | Method and Description |
---|---|
abstract 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 |
creationTimestamp() |
abstract String |
description() |
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.
|
abstract List<URI> |
users()
URL of the resource currently using this address.
|
public abstract String id()
public abstract URI selfLink()
public abstract String name()
public abstract Date creationTimestamp()
public abstract Address.Status status()
public abstract URI region()
public abstract String address()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.