Show / Hide Table of Contents

Class OlvmIcon

Icon of virtual machine or template.

Inheritance
object
OlvmIcon
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmIcon

Properties

Comment

Declaration
[JsonProperty(PropertyName = "comment")]
public string Comment { get; set; }
Property Value
Type Description
string

Free text containing comments about this object.

Data

Declaration
[JsonProperty(PropertyName = "data")]
public string Data { get; set; }
Property Value
Type Description
string

Base64 encode content of the icon file.

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

A human-readable description in plain text.

Id

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

A unique identifier.

MediaType

Declaration
[JsonProperty(PropertyName = "mediaType")]
public string MediaType { get; set; }
Property Value
Type Description
string

Format of icon file.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of the property.

In this article
Back to top