Show / Hide Table of Contents

Class OlvmVmType

Determines whether the virtual machine is optimized for desktop or server.

Inheritance
object
OlvmVmType
Inherited Members
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 OlvmVmType

Properties

VmType

Declaration
[JsonProperty(PropertyName = "vmType")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmVmType.VmTypeEnum? VmType { get; set; }
Property Value
Type Description
OlvmVmType.VmTypeEnum?

Type representing what the virtual machine is optimized for.

In this article
Back to top