public abstract class Volume extends Trackable
Modifier and Type | Class and Description |
---|---|
static class |
Volume.Properties |
static class |
Volume.Request |
requestStatusUri
Constructor and Description |
---|
Volume() |
Modifier and Type | Method and Description |
---|---|
static Volume |
create(String id,
String dataCenterId,
String type,
String href,
Metadata metadata,
Volume.Properties properties) |
abstract String |
dataCenterId() |
abstract String |
href() |
abstract String |
id() |
abstract Metadata |
metadata() |
abstract Volume.Properties |
properties() |
abstract String |
type() |
requestStatusUri, setRequestStatusUri
public abstract String id()
public abstract String type()
public abstract String href()
@Nullable public abstract Volume.Properties properties()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.