SharedGalleryImageVersionInner Class

public final class SharedGalleryImageVersionInner
extends PirSharedGalleryResource

Specifies information about the gallery image version that you want to create or update.

Method Summary

Modifier and Type Method and Description
Map<String,String> artifactTags()

Get the artifactTags property: The artifact tags of a shared gallery resource.

OffsetDateTime endOfLifeDate()

Get the endOfLifeDate property: The end of life date of the gallery image version Definition.

Boolean excludeFromLatest()

Get the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.

static SharedGalleryImageVersionInner fromJson(JsonReader jsonReader)

Reads an instance of SharedGalleryImageVersionInner from the JsonReader.

String location()

Get the location property: Resource location.

String name()

Get the name property: Resource name.

OffsetDateTime publishedDate()

Get the publishedDate property: The published date of the gallery image version Definition.

SharedGalleryImageVersionStorageProfile storageProfile()

Get the storageProfile property: Describes the storage profile of the image version.

JsonWriter toJson(JsonWriter jsonWriter)
String uniqueId()

Get the uniqueId property: The unique id of this shared gallery.

void validate()

Validates the instance.

Methods inherited from PirSharedGalleryResource

Methods inherited from java.lang.Object

Method Details

artifactTags

public Map<String,String> artifactTags()

Get the artifactTags property: The artifact tags of a shared gallery resource.

Returns:

the artifactTags value.

endOfLifeDate

public OffsetDateTime endOfLifeDate()

Get the endOfLifeDate property: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.

Returns:

the endOfLifeDate value.

excludeFromLatest

public Boolean excludeFromLatest()

Get the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.

Returns:

the excludeFromLatest value.

fromJson

public static SharedGalleryImageVersionInner fromJson(JsonReader jsonReader)

Reads an instance of SharedGalleryImageVersionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SharedGalleryImageVersionInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SharedGalleryImageVersionInner.

location

public String location()

Get the location property: Resource location.

Overrides:

SharedGalleryImageVersionInner.location()

Returns:

the location value.

name

public String name()

Get the name property: Resource name.

Overrides:

SharedGalleryImageVersionInner.name()

Returns:

the name value.

publishedDate

public OffsetDateTime publishedDate()

Get the publishedDate property: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.

Returns:

the publishedDate value.

storageProfile

public SharedGalleryImageVersionStorageProfile storageProfile()

Get the storageProfile property: Describes the storage profile of the image version.

Returns:

the storageProfile value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SharedGalleryImageVersionInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

uniqueId

public String uniqueId()

Get the uniqueId property: The unique id of this shared gallery.

Overrides:

SharedGalleryImageVersionInner.uniqueId()

Returns:

the uniqueId value.

validate

public void validate()

Validates the instance.

Overrides:

SharedGalleryImageVersionInner.validate()

Applies to