Show / Hide Table of Contents

Class CreateOlvmTargetAssetDetails

Description of the OLVM target asset.

Inheritance
object
CreateTargetAssetDetails
CreateOlvmTargetAssetDetails
Inherited Members
CreateTargetAssetDetails.MigrationPlanId
CreateTargetAssetDetails.IsExcludedFromExecution
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 CreateOlvmTargetAssetDetails : CreateTargetAssetDetails

Properties

MsLicense

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

Microsoft license for the VM configuration.

In this article
Back to top