Show / Hide Table of Contents

Class VmProperties

Virtual machine related properties.

Inheritance
object
VmProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class VmProperties

Properties

HypervisorHost

Declaration
[JsonProperty(PropertyName = "hypervisorHost")]
public string HypervisorHost { get; set; }
Property Value
Type Description
string

Host name/IP address of VM on which the host is running.

HypervisorVendor

Declaration
[JsonProperty(PropertyName = "hypervisorVendor")]
public string HypervisorVendor { get; set; }
Property Value
Type Description
string

Hypervisor vendor.

HypervisorVersion

Declaration
[JsonProperty(PropertyName = "hypervisorVersion")]
public string HypervisorVersion { get; set; }
Property Value
Type Description
string

Hypervisor version.

In this article
Back to top