public abstract class ImageProperties extends Object implements Provisionable
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageProperties.Builder |
| Constructor and Description |
|---|
ImageProperties() |
| Modifier and Type | Method and Description |
|---|---|
static ImageProperties.Builder |
builder() |
static ImageProperties |
create(IdReference sourceVirtualMachine,
StorageProfile storageProfile,
String provisioningState) |
abstract String |
provisioningState() |
abstract IdReference |
sourceVirtualMachine() |
abstract StorageProfile |
storageProfile() |
abstract ImageProperties.Builder |
toBuilder() |
@Nullable public abstract IdReference sourceVirtualMachine()
@Nullable public abstract StorageProfile storageProfile()
@Nullable public abstract String provisioningState()
provisioningState in interface Provisionablepublic static ImageProperties create(IdReference sourceVirtualMachine, StorageProfile storageProfile, String provisioningState)
public abstract ImageProperties.Builder toBuilder()
public static ImageProperties.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.