Show / Hide Table of Contents

Class OlvmVersion

Version in OLVM

Inheritance
object
OlvmVersion
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 OlvmVersion

Properties

Build

Declaration
[JsonProperty(PropertyName = "build")]
public int? Build { get; set; }
Property Value
Type Description
int?

Build number of this version

Comment

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

Free text containing comments about this object.

Description

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

A human-readable description in plain text.

FullVersion

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

Full version

Id

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

A unique identifier

Major

Declaration
[JsonProperty(PropertyName = "major")]
public int? Major { get; set; }
Property Value
Type Description
int?

Major version

Minor

Declaration
[JsonProperty(PropertyName = "minor")]
public int? Minor { get; set; }
Property Value
Type Description
int?

Minor version

Name

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

A human-readable name in plain text

Revision

Declaration
[JsonProperty(PropertyName = "revision")]
public int? Revision { get; set; }
Property Value
Type Description
int?

Revision number

In this article
Back to top