Class OlvmHighAvailability
Type representing high availability of a virtual machine.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmHighAvailability
Properties
IsEnabled
Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Define if the virtual machine is considered highly available. |
Priority
Declaration
[JsonProperty(PropertyName = "priority")]
public int? Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Indicates the priority of the virtual machine inside the run and migration queues. The higher the value, the higher the priority. |