Class OlvmHostedEngine
The self-hosted engine status of this host.
Inherited Members
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 |