Class OlvmVmType
Determines whether the virtual machine is optimized for desktop or server.
Inherited Members
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. |