Class ImageDetails
Image details containing the subscribed image, its status, version, owner and time of creation.
Inherited Members
Namespace: Oci.DblmService.Models
Assembly: OCI.DotNetSDK.Dblm.dll
Syntax
public class ImageDetails
Properties
CreatedBy
Declaration
[JsonProperty(PropertyName = "createdBy")]
public string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the person who created the image. |
CurrentVersion
Declaration
[JsonProperty(PropertyName = "currentVersion")]
public string CurrentVersion { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the image version marked as current of the image. |
ImageId
Declaration
[JsonProperty(PropertyName = "imageId")]
public string ImageId { get; set; }
Property Value
Type | Description |
---|---|
string | Image identifier. |
ImageOwner
Declaration
[JsonProperty(PropertyName = "imageOwner")]
public string ImageOwner { get; set; }
Property Value
Type | Description |
---|---|
string | Owner of the image. |
ImageStatus
Declaration
[JsonProperty(PropertyName = "imageStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ImageDetails.ImageStatusEnum? ImageStatus { get; set; }
Property Value
Type | Description |
---|---|
ImageDetails.ImageStatusEnum? | Image status. |
ImageVersion
Declaration
[JsonProperty(PropertyName = "imageVersion")]
public string ImageVersion { get; set; }
Property Value
Type | Description |
---|---|
string | Release version of the image. |
SubscribedImage
Declaration
[JsonProperty(PropertyName = "subscribedImage")]
public string SubscribedImage { get; set; }
Property Value
Type | Description |
---|---|
string | Subscribed image. |
TimeImageCreation
Declaration
[JsonProperty(PropertyName = "timeImageCreation")]
public DateTime? TimeImageCreation { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | Date when the image was created. |
UpToDateImageVersion
Declaration
[JsonProperty(PropertyName = "upToDateImageVersion")]
public string UpToDateImageVersion { get; set; }
Property Value
Type | Description |
---|---|
string | An image version name, that is up to date and has no recommendations. |