| Modifier and Type | Method and Description |
|---|---|
static org.jclouds.compute.domain.CIMOperatingSystem |
VCloudDirectorComputeUtils.toComputeOs(OperatingSystemSection os) |
| Modifier and Type | Method and Description |
|---|---|
OperatingSystemSection |
VirtualSystem.getOperatingSystemSection() |
| Modifier and Type | Method and Description |
|---|---|
B |
VirtualSystem.Builder.operatingSystemSection(OperatingSystemSection operatingSystem) |
| Modifier and Type | Method and Description |
|---|---|
OperatingSystemSection |
OperatingSystemSection.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
B |
OperatingSystemSection.Builder.fromOperatingSystemSection(OperatingSystemSection in) |
| Modifier and Type | Method and Description |
|---|---|
OperatingSystemSection |
VmApi.getOperatingSystemSection(String vmUrn)
Retrieves the operating system section of a
Vm. |
OperatingSystemSection |
VmApi.getOperatingSystemSection(URI vmHref) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<OperatingSystemSection> |
VmAsyncApi.getOperatingSystemSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<OperatingSystemSection> |
VmAsyncApi.getOperatingSystemSection(URI vmHref) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editOperatingSystemSection(String vmUrn,
OperatingSystemSection section) |
Task |
VmApi.editOperatingSystemSection(String vmUrn,
OperatingSystemSection section)
Modifies the operating system section of a
Vm. |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editOperatingSystemSection(URI vmHref,
OperatingSystemSection section) |
Task |
VmApi.editOperatingSystemSection(URI vmHref,
OperatingSystemSection section) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.