public class VolumeAttachment extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VolumeAttachment.Builder<T extends VolumeAttachment.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
VolumeAttachment(String id,
String volumeId,
String serverId,
String device) |
Modifier and Type | Method and Description |
---|---|
static VolumeAttachment.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getDevice() |
String |
getId() |
String |
getServerId() |
String |
getVolumeId() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
VolumeAttachment.Builder<?> |
toBuilder() |
String |
toString() |
public static VolumeAttachment.Builder<?> builder()
public VolumeAttachment.Builder<?> toBuilder()
public String getId()
public String getVolumeId()
@Nullable public String getServerId()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.