Class OlvmCpu
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
Properties
Architecture
Declaration
[JsonProperty(PropertyName = "architecture")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmCpu.ArchitectureEnum? Architecture { get; set; }
Property Value
Core
Declaration
[JsonProperty(PropertyName = "core")]
public List<OlvmCore> Core { get; set; }
Property Value
CpuTopology
Declaration
[JsonProperty(PropertyName = "cpuTopology")]
public OlvmCpuTopology CpuTopology { get; set; }
Property Value
CpuTune
Declaration
[JsonProperty(PropertyName = "cpuTune")]
public OlvmCpuTune CpuTune { get; set; }
Property Value
Level
Declaration
[JsonProperty(PropertyName = "level")]
public int? Level { get; set; }
Property Value
| Type |
Description |
| int? |
Level of this CPU
|
Mode
Declaration
[JsonProperty(PropertyName = "mode")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmCpu.ModeEnum? Mode { get; set; }
Property Value
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type |
Description |
| string |
A human-readable name in plain text.
|
Speed
Declaration
[JsonProperty(PropertyName = "speed")]
public float? Speed { get; set; }
Property Value
| Type |
Description |
| float? |
Speed of this CPU
|
Type
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
| Type |
Description |
| string |
CPU type
|