Class OlvmTemplateVersion
Indicates whether this is the base version or a sub-version of another template.
Inherited Members
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. |