public class Slice extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Slice.Status
The current status of the slice
|
Constructor and Description |
---|
Slice(int id,
String name,
int flavorId,
Integer imageId,
Integer backupId,
Slice.Status status,
Integer progress,
float bandwidthIn,
float bandwidthOut,
Set<String> addresses,
String rootPassword) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getAddresses() |
Integer |
getBackupId() |
float |
getBandwidthIn() |
float |
getBandwidthOut() |
int |
getFlavorId() |
int |
getId() |
Integer |
getImageId() |
String |
getName() |
Integer |
getProgress() |
String |
getRootPassword() |
Slice.Status |
getStatus() |
int |
hashCode() |
String |
toString() |
public int getId()
public String getName()
public int getFlavorId()
public Integer getImageId()
public Slice.Status getStatus()
public Integer getProgress()
public float getBandwidthIn()
public float getBandwidthOut()
public Set<String> getAddresses()
public String getRootPassword()
public Integer getBackupId()
Copyright © 2009-2012 jclouds. All Rights Reserved.