Show / Hide Table of Contents

Class OlvmHostedEngine

The self-hosted engine status of this host.

Inheritance
object
OlvmHostedEngine
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 OlvmHostedEngine

Properties

IsActive

Declaration
[JsonProperty(PropertyName = "isActive")]
public bool? IsActive { get; set; }
Property Value
Type Description
bool?

Indicates if this hosted engine is active.

IsConfigured

Declaration
[JsonProperty(PropertyName = "isConfigured")]
public bool? IsConfigured { get; set; }
Property Value
Type Description
bool?

Indicates if this hosted engine is configured.

IsGlobalMaintenance

Declaration
[JsonProperty(PropertyName = "isGlobalMaintenance")]
public bool? IsGlobalMaintenance { get; set; }
Property Value
Type Description
bool?

Indicates if this hosted engine under global maintenance.

IsLocalMaintenance

Declaration
[JsonProperty(PropertyName = "isLocalMaintenance")]
public bool? IsLocalMaintenance { get; set; }
Property Value
Type Description
bool?

Indicates if this hosted engine under local maintenance.

Score

Declaration
[JsonProperty(PropertyName = "score")]
public int? Score { get; set; }
Property Value
Type Description
int?

A numerical value representing the health and status of the Manager virtual machine

In this article
Back to top