Class OlvmVmPlacementPolicy
The configuration of the virtual machine???s placement policy.
Inherited Members
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. |