Modifier and Type | Class and Description |
---|---|
static class |
Disk.Attachment.Builder |
Modifier | Constructor and Description |
---|---|
protected |
Disk.Attachment(String hostedService,
String deployment,
String role) |
Modifier and Type | Method and Description |
---|---|
static Disk.Attachment.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getDeployment()
The deployment in which the disk is being used.
|
String |
getHostedService()
The hosted service in which the disk is being used.
|
String |
getRole()
The virtual machine that the disk is attached to.
|
int |
hashCode() |
Disk.Attachment.Builder |
toBuilder() |
String |
toString() |
public static Disk.Attachment.Builder builder()
public Disk.Attachment.Builder toBuilder()
public String getDeployment()
public String getHostedService()
public String getRole()
Copyright © 2009-2013 jclouds. All Rights Reserved.