Show / Hide Table of Contents

Class OlvmTemplateVersion

Indicates whether this is the base version or a sub-version of another template.

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

Properties

VersionName

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

The name of this version.

VersionNumber

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

The index of this version in the versions hierarchy of the template.

In this article
Back to top