Show / Hide Table of Contents

Class OlvmCpuTune

CPU Tune in OLVM

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

Properties

VcpuPin

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

List of vCPU Pins

In this article
Back to top