Show / Hide Table of Contents

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.

Inheritance
object
OlvmHostType
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 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.

In this article
Back to top