Show / Hide Table of Contents

Class ShapeNumaNodesPerSocketPlatformOptions

Configuration options for NUMA nodes per socket.

Inheritance
object
ShapeNumaNodesPerSocketPlatformOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ShapeNumaNodesPerSocketPlatformOptions

Properties

AllowedValues

Declaration
[JsonProperty(PropertyName = "allowedValues", ItemConverterType = typeof(ResponseEnumConverter))]
public List<ShapeNumaNodesPerSocketPlatformOptions.AllowedValuesEnum> AllowedValues { get; set; }
Property Value
Type Description
List<ShapeNumaNodesPerSocketPlatformOptions.AllowedValuesEnum>

The supported values for this platform configuration property.

DefaultValue

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

The default NUMA nodes per socket configuration.

In this article
Back to top