Package | Description |
---|---|
org.jclouds.cloudsigma2.domain |
Modifier and Type | Field and Description |
---|---|
protected List<DriveLicense> |
DriveInfo.licenses |
protected List<DriveLicense> |
DriveInfo.Builder.licenses |
Modifier and Type | Method and Description |
---|---|
DriveLicense |
DriveLicense.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DriveLicense> |
DriveInfo.getLicenses() |
Modifier and Type | Method and Description |
---|---|
LibraryDrive.Builder |
LibraryDrive.Builder.licenses(List<DriveLicense> licenses) |
DriveInfo.Builder |
DriveInfo.Builder.licenses(List<DriveLicense> licenses) |
Constructor and Description |
---|
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.