Show / Hide Table of Contents

Class OlvmVmPlacementPolicy

The configuration of the virtual machine???s placement policy.

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

Properties

Hosts

Declaration
[JsonProperty(PropertyName = "hosts")]
public List<OlvmHost> Hosts { get; set; }
Property Value
Type Description
List<OlvmHost>

List of hosts.

VmAffinity

Declaration
[JsonProperty(PropertyName = "vmAffinity")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmVmPlacementPolicy.VmAffinityEnum? VmAffinity { get; set; }
Property Value
Type Description
OlvmVmPlacementPolicy.VmAffinityEnum?

Affinity of the virtual machine.

In this article
Back to top