Class Image
java.lang.Object
org.jclouds.azurecompute.arm.domain.Image
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Image.Builder
builder()
static Image
create
(String id, String name, String location, ImageProperties properties, Map<String, String> tags) abstract String
id()
The id of the imageabstract String
location()
The location of the imageabstract String
name()
The name of the imageabstract ImageProperties
The image properties.tags()
the tags of the imageabstract Image.Builder
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
id
The id of the image -
name
The name of the image -
location
The location of the image -
properties
The image properties. -
tags
the tags of the image -
create
-
toBuilder
-
builder
-