Show / Hide Table of Contents

Class OlvmTemplateAssetDetails

OLVM Template type of asset.

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

Properties

OlvmTemplate

Declaration
[Required(ErrorMessage = "OlvmTemplate is required.")]
[JsonProperty(PropertyName = "olvmTemplate")]
public OlvmTemplateProperties OlvmTemplate { get; set; }
Property Value
Type Description
OlvmTemplateProperties
Remarks

Required

In this article
Back to top