Show / Hide Table of Contents

Class UpdateOlvmTargetAssetDetails

Description of the OLVM target asset.

Inheritance
object
UpdateTargetAssetDetails
UpdateOlvmTargetAssetDetails
Inherited Members
UpdateTargetAssetDetails.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 UpdateOlvmTargetAssetDetails : UpdateTargetAssetDetails

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