public abstract class BlockStorage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BlockStorage.CreateBlockStorage |
static class |
BlockStorage.Datacenter |
static class |
BlockStorage.Server |
static class |
BlockStorage.UpdateBlockStorage |
Constructor and Description |
---|
BlockStorage() |
Modifier and Type | Method and Description |
---|---|
static BlockStorage |
create(String id,
int size,
String state,
String description,
BlockStorage.Datacenter datacenter,
String name,
String creationDate,
BlockStorage.Server server) |
abstract String |
creationDate() |
abstract BlockStorage.Datacenter |
datacenter() |
abstract String |
description() |
abstract String |
id() |
abstract String |
name() |
abstract BlockStorage.Server |
server() |
abstract int |
size() |
abstract String |
state() |
public abstract String id()
public abstract int size()
@Nullable public abstract BlockStorage.Datacenter datacenter()
public abstract String name()
@Nullable public abstract BlockStorage.Server server()
public static BlockStorage create(String id, int size, String state, String description, BlockStorage.Datacenter datacenter, String name, String creationDate, BlockStorage.Server server)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.