Modifier and Type | Class and Description |
---|---|
static class |
OSImageParams.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
label |
protected URI |
mediaLink |
protected String |
name |
protected OSType |
os |
Modifier | Constructor and Description |
---|---|
protected |
OSImageParams(String label,
URI mediaLink,
String name,
OSType os) |
Modifier and Type | Method and Description |
---|---|
static OSImageParams.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getLabel()
The description of the image.
|
URI |
getMediaLink()
The location of the blob in the blob store in which the media for the image is located.
|
String |
getName()
The name of the hosted service.
|
OSType |
getOS()
The operating system type of the OS image.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
OSImageParams.Builder |
toBuilder() |
String |
toString() |
protected final String label
protected final URI mediaLink
protected final String name
protected final OSType os
public static OSImageParams.Builder builder()
public OSImageParams.Builder toBuilder()
public OSType getOS()
public String getName()
public URI getMediaLink()
public String getLabel()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.