Show / Hide Table of Contents

Class VcpuPin

vCPU Pin

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

Properties

CpuSet

Declaration
[JsonProperty(PropertyName = "cpuSet")]
public string CpuSet { get; set; }
Property Value
Type Description
string

CPU Set

Vcpu

Declaration
[JsonProperty(PropertyName = "vcpu")]
public int? Vcpu { get; set; }
Property Value
Type Description
int?

vCPU number

In this article
Back to top