Package | Description |
---|---|
org.jclouds.cloudsigma2.compute.config | |
org.jclouds.cloudsigma2.compute.functions | |
org.jclouds.cloudsigma2.domain |
Modifier and Type | Field and Description |
---|---|
static Map<DriveStatus,Image.Status> |
CloudSigma2ComputeServiceContextModule.driveStatusToImageStatus |
Modifier and Type | Method and Description |
---|---|
protected Map<DriveStatus,Image.Status> |
CloudSigma2ComputeServiceContextModule.provideImageStatusMap() |
Constructor and Description |
---|
LibraryDriveToImage(Map<DriveStatus,Image.Status> driveStatusToNodeStatus) |
Modifier and Type | Field and Description |
---|---|
protected DriveStatus |
Drive.status |
protected DriveStatus |
Drive.Builder.status |
Modifier and Type | Method and Description |
---|---|
static DriveStatus |
DriveStatus.fromValue(String status) |
DriveStatus |
Drive.getStatus() |
static DriveStatus |
DriveStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DriveStatus[] |
DriveStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LibraryDrive.Builder |
LibraryDrive.Builder.status(DriveStatus status) |
Drive.Builder |
Drive.Builder.status(DriveStatus status) |
DriveInfo.Builder |
DriveInfo.Builder.status(DriveStatus status) |
Constructor and Description |
---|
Drive(String uuid,
String name,
URI resourceUri,
Owner owner,
DriveStatus status) |
DriveInfo(String uuid,
String name,
URI resourceUri,
BigInteger size,
Owner owner,
DriveStatus status,
boolean allowMultimount,
List<String> affinities,
List<Job> jobs,
List<DriveLicense> licenses,
MediaType media,
Map<String,String> meta,
List<Server> mountedOn,
List<String> tags) |
LibraryDrive(String uuid,
String name,
URI resourceUri,
BigInteger size,
Owner owner,
DriveStatus status,
boolean allowMultimount,
List<String> affinities,
List<Job> jobs,
List<DriveLicense> licenses,
MediaType media,
Map<String,String> meta,
List<Server> mountedOn,
List<String> tags,
String arch,
List<String> category,
String description,
boolean favorite,
String imageType,
String installNotes,
String os,
boolean paid,
String url,
String version) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.