Show / Hide Table of Contents

Class VmTargetAssetSummary

Summary of the VM target asset.

Inheritance
object
TargetAssetSummary
VmTargetAssetSummary
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 VmTargetAssetSummary : TargetAssetSummary

Properties

BlockVolumesPerformance

Declaration
[JsonProperty(PropertyName = "blockVolumesPerformance")]
public int? BlockVolumesPerformance { get; set; }
Property Value
Type Description
int?

Performance of the block volumes.

MsLicense

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

Microsoft license for VM configuration.

PreferredShapeType

Declaration
[Required(ErrorMessage = "PreferredShapeType is required.")]
[JsonProperty(PropertyName = "preferredShapeType")]
[JsonConverter(typeof(StringEnumConverter))]
public VmTargetAsset.PreferredShapeTypeEnum? PreferredShapeType { get; set; }
Property Value
Type Description
VmTargetAsset.PreferredShapeTypeEnum?

The preferred VM shape type that you provide.

Remarks

Required

RecommendedSpec

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

Required

UserSpec

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

Required

In this article
Back to top