Show / Hide Table of Contents

Class UpdateVmTargetAssetDetails

Description of the VM target asset.

Inheritance
object
UpdateTargetAssetDetails
UpdateVmTargetAssetDetails
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 UpdateVmTargetAssetDetails : UpdateTargetAssetDetails

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
[JsonProperty(PropertyName = "preferredShapeType")]
[JsonConverter(typeof(StringEnumConverter))]
public VmTargetAsset.PreferredShapeTypeEnum? PreferredShapeType { get; set; }
Property Value
Type Description
VmTargetAsset.PreferredShapeTypeEnum?

Preferred VM shape type that you provided.

UserSpec

Declaration
[JsonProperty(PropertyName = "userSpec")]
public LaunchInstanceDetails UserSpec { get; set; }
Property Value
Type Description
LaunchInstanceDetails
In this article
Back to top