public class ImageList extends Object
Constructor and Description |
---|
ImageList() |
Modifier and Type | Method and Description |
---|---|
ImageList |
_default(Integer _default) |
ImageList |
addEntriesItem(ImageListEntry entriesItem) |
ImageList |
description(String description) |
ImageList |
entries(List<ImageListEntry> entries) |
boolean |
equals(Object o) |
Integer |
getDefault()
The image list entry to be used, by default, when launching instances using this image list.
|
String |
getDescription()
A description of this image list.
|
List<ImageListEntry> |
getEntries()
Each machine image in an image list is identified by an image list entry.
|
String |
getName()
The three-part name of the image list.
|
String |
getUri()
Uniform Resource Identifier
|
int |
hashCode() |
ImageList |
name(String name) |
void |
setDescription(String description) |
void |
setEntries(List<ImageListEntry> entries) |
void |
setName(String name) |
void |
setUri(String uri) |
String |
toString() |
ImageList |
uri(String uri) |
public Integer getDefault()
The image list entry to be used, by default, when launching instances using this image list. If you don't specify this value, it is set to 1.
public String getDescription()
A description of this image list.
public void setDescription(String description)
public ImageList entries(List<ImageListEntry> entries)
public ImageList addEntriesItem(ImageListEntry entriesItem)
public List<ImageListEntry> getEntries()
public void setEntries(List<ImageListEntry> entries)
public String getName()
public void setName(String name)
public String getUri()
public void setUri(String uri)
Copyright © 2016–2018. All rights reserved.