Show / Hide Table of Contents

Class OlvmTargetAssetSummary

Summary of the VM target asset.

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

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