Class ShapeNumaNodesPerSocketPlatformOptions
Configuration options for NUMA nodes per socket.
Inherited Members
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.  |