Package | Description |
---|---|
org.jclouds.azure.management.domain | |
org.jclouds.azure.management.xml |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<Disk.Attachment> |
Disk.attachedTo |
protected com.google.common.base.Optional<Disk.Attachment> |
Disk.Builder.attachedTo |
Modifier and Type | Method and Description |
---|---|
Disk.Attachment |
Disk.Attachment.Builder.build() |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Disk.Attachment> |
Disk.getAttachedTo()
Contains properties that specify a virtual machine that currently using the disk.
|
Modifier and Type | Method and Description |
---|---|
T |
Disk.Builder.attachedTo(Disk.Attachment attachedTo) |
Disk.Attachment.Builder |
Disk.Attachment.Builder.fromAttachment(Disk.Attachment in) |
Constructor and Description |
---|
Disk(com.google.common.base.Optional<Disk.Attachment> attachedTo,
OSType os,
String name,
com.google.common.base.Optional<Integer> logicalSizeInGB,
com.google.common.base.Optional<String> description,
com.google.common.base.Optional<String> location,
com.google.common.base.Optional<String> affinityGroup,
com.google.common.base.Optional<URI> mediaLink,
com.google.common.base.Optional<String> sourceImage,
com.google.common.base.Optional<String> label,
boolean hasOperatingSystem,
boolean isCorrupted) |
Modifier and Type | Method and Description |
---|---|
Disk.Attachment |
AttachmentHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.