Show / Hide Table of Contents

Class OlvmCore

Core of the CPU in OLVM

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

Properties

Index

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

Index of this CPU core

Socket

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

Socket of this CPU core

In this article
Back to top