public abstract class Version extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Version.VersionProperties |
Modifier and Type | Method and Description |
---|---|
static Version |
create(String location,
String name,
String id,
Version.VersionProperties properties) |
abstract String |
id()
The id of the Version
|
abstract String |
location()
The location of the Version
|
abstract String |
name()
The name of the Version
|
abstract Version.VersionProperties |
properties()
The plan for the Version if this image is from the marketplace.
|
public abstract String location()
public abstract String name()
public abstract String id()
@Nullable public abstract Version.VersionProperties properties()
public static Version create(String location, String name, String id, Version.VersionProperties properties)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.