Class VcpuPin
vCPU Pin
Inherited Members
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 |