Show / Hide Table of Contents

Class OlvmHighAvailability

Type representing high availability of a virtual machine.

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

In this article
Back to top