Class VMImage
java.lang.Object
org.jclouds.azurecompute.arm.domain.VMImage
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic VMImage.Builder
abstract boolean
custom()
True if custom imagestatic VMImage.Builder
abstract String
The id of the custom image template.static VMImage
abstract String
group()
The group of the custom imageabstract String
location()
The location from where Image was fetchedabstract String
name()
The name of the custom image template.abstract String
offer()
The offer of the image reference.abstract String
The publisher of the image reference.abstract String
The resource group for the image in case of custom images.abstract String
sku()
The sku of the image reference.abstract String
storage()
The storage of the custom image.abstract VMImage.Builder
abstract String
version()
The version of the image reference.abstract Version.VersionProperties
Extended version properties.abstract String
vhd1()
The vhd1 of the custom imageabstract String
vhd2()
The vhd2 of the custom image.
-
Method Details
-
publisher
The publisher of the image reference. -
offer
The offer of the image reference. -
sku
The sku of the image reference. -
version
The version of the image reference. -
location
The location from where Image was fetched -
group
The group of the custom image -
storage
The storage of the custom image. -
vhd1
The vhd1 of the custom image -
vhd2
The vhd2 of the custom image. -
name
The name of the custom image template. -
custom
public abstract boolean custom()True if custom image -
customImageId
The id of the custom image template. -
resourceGroup
The resource group for the image in case of custom images.- Returns:
-
versionProperties
Extended version properties. -
azureImage
-
customImage
-
toBuilder
-
encodeFieldsToUniqueId
-
encodeFieldsToUniqueIdCustom
-
decodeFieldsFromUniqueId
-