Show / Hide Table of Contents

Class OlvmTargetAsset

Description of the VM target asset.

Inheritance
object
TargetAsset
OlvmTargetAsset
Inherited Members
TargetAsset.Id
TargetAsset.DisplayName
TargetAsset.LifecycleState
TargetAsset.LifecycleDetails
TargetAsset.MigrationPlanId
TargetAsset.CompartmentId
TargetAsset.CreatedResourceId
TargetAsset.IsExcludedFromExecution
TargetAsset.CompatibilityMessages
TargetAsset.EstimatedCost
TargetAsset.TimeCreated
TargetAsset.TimeUpdated
TargetAsset.TimeAssessed
TargetAsset.MigrationAsset
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 OlvmTargetAsset : TargetAsset

Properties

MsLicense

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

Microsoft license for VM configuration.

In this article
Back to top