Modifier and Type | Method and Description |
---|---|
CIMOperatingSystem |
CIMOperatingSystem.Builder.build() |
static CIMOperatingSystem |
CIMOperatingSystem.toComputeOs(Envelope ovf) |
static CIMOperatingSystem |
CIMOperatingSystem.toComputeOs(OperatingSystemSection os) |
Modifier and Type | Method and Description |
---|---|
CIMOperatingSystem.Builder |
CIMOperatingSystem.Builder.fromCIMOperatingSystem(CIMOperatingSystem in) |
Modifier and Type | Method and Description |
---|---|
Set<CIMOperatingSystem> |
VPDCAsyncApi.listPredefinedOperatingSystems()
predefined by default in the classpath resource
/savvis-symphonyvpdc/predefined_operatingsystems.json |
Set<CIMOperatingSystem> |
VPDCApi.listPredefinedOperatingSystems()
predefined by default in the classpath resource
/savvis-symphonyvpdc/predefined_operatingsystems.json |
Modifier and Type | Method and Description |
---|---|
Image |
CIMOperatingSystemToImage.apply(CIMOperatingSystem from) |
Modifier and Type | Method and Description |
---|---|
CIMOperatingSystem |
VPDCComputeServiceAdapter.getImage(String id) |
Modifier and Type | Method and Description |
---|---|
Iterable<CIMOperatingSystem> |
VPDCComputeServiceAdapter.listImages() |
Modifier and Type | Method and Description |
---|---|
protected Set<CIMOperatingSystem> |
VPDCRestClientModule.provideOperatingSystems(Json json,
String providerName) |
Modifier and Type | Method and Description |
---|---|
CIMOperatingSystem |
VMSpec.getOperatingSystem() |
Modifier and Type | Method and Description |
---|---|
VMSpec.Builder |
VMSpec.Builder.operatingSystem(CIMOperatingSystem operatingSystem) |
Constructor and Description |
---|
VMSpec(String name,
String networkTierName,
CIMOperatingSystem operatingSystem,
int processorCount,
int memoryInGig,
String bootDeviceName,
int bootDriveSize,
Map<String,Integer> dataDriveDeviceNameToSizeInGig) |
Modifier and Type | Method and Description |
---|---|
static CIMOperatingSystem |
VCloudComputeUtils.toComputeOs(VApp vApp) |
static CIMOperatingSystem |
VCloudComputeUtils.toComputeOs(Vm vm) |
Modifier and Type | Method and Description |
---|---|
static CIMOperatingSystem |
VCloudDirectorComputeUtils.toComputeOs(OperatingSystemSection os) |
static CIMOperatingSystem |
VCloudDirectorComputeUtils.toComputeOs(VApp vApp) |
static CIMOperatingSystem |
VCloudDirectorComputeUtils.toComputeOs(Vm vm) |
Copyright © 2009-2013 jclouds. All Rights Reserved.