public abstract class Storage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Storage.Builder |
static class |
Storage.BusType |
static class |
Storage.Request |
Constructor and Description |
---|
Storage() |
Modifier and Type | Method and Description |
---|---|
abstract Boolean |
bootDevice() |
static Storage.Builder |
builder() |
abstract Storage.BusType |
busType() |
abstract Date |
creationTime() |
abstract Integer |
deviceNumber() |
abstract String |
id() |
abstract Date |
lastModificationTime() |
abstract String |
name() |
abstract List<String> |
serverIds() |
abstract float |
size() |
abstract ProvisioningState |
state() |
abstract Storage.Builder |
toBuilder() |
public abstract String id()
public abstract float size()
@Nullable public abstract ProvisioningState state()
@Nullable public abstract Storage.BusType busType()
public static Storage.Builder builder()
public abstract Storage.Builder toBuilder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.