Class DesktopImage
Provides information about the desktop image.
Inherited Members
Namespace: Oci.DesktopsService.Models
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class DesktopImageProperties
ImageId
Declaration
[Required(ErrorMessage = "ImageId is required.")]
[JsonProperty(PropertyName = "imageId")]
public string ImageId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the desktop image. | 
Remarks
Required
ImageName
Declaration
[Required(ErrorMessage = "ImageName is required.")]
[JsonProperty(PropertyName = "imageName")]
public string ImageName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the desktop image. | 
Remarks
Required
OperatingSystem
Declaration
[JsonProperty(PropertyName = "operatingSystem")]
public string OperatingSystem { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The operating system of the desktop image, e.g. "Oracle Linux", "Windows". |