Class OlvmHostType
Indicates if the host contains a full installation of the operating system or a scaled-down version intended only to host virtual machines.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmHostType
Properties
HostType
Declaration
[JsonProperty(PropertyName = "hostType")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmHostType.HostTypeEnum? HostType { get; set; }
Property Value
| Type | Description |
|---|---|
| OlvmHostType.HostTypeEnum? | This enumerated type is used to determine which type of operating system is used by the host. |