ShapeNumaNodesPerSocketPlatformOptions¶
-
class
oci.core.models.
ShapeNumaNodesPerSocketPlatformOptions
(**kwargs)¶ Bases:
object
Configuration options for NUMA nodes per socket.
Attributes
SERVICE_ALLOWED_VALUES_NPS0
A constant which can be used with the service_allowed_values property of a ShapeNumaNodesPerSocketPlatformOptions. SERVICE_ALLOWED_VALUES_NPS1
A constant which can be used with the service_allowed_values property of a ShapeNumaNodesPerSocketPlatformOptions. SERVICE_ALLOWED_VALUES_NPS2
A constant which can be used with the service_allowed_values property of a ShapeNumaNodesPerSocketPlatformOptions. SERVICE_ALLOWED_VALUES_NPS4
A constant which can be used with the service_allowed_values property of a ShapeNumaNodesPerSocketPlatformOptions. default_value
Gets the default_value of this ShapeNumaNodesPerSocketPlatformOptions. service_allowed_values
Gets the service_allowed_values of this ShapeNumaNodesPerSocketPlatformOptions. Methods
__init__
(**kwargs)Initializes a new ShapeNumaNodesPerSocketPlatformOptions object with values from keyword arguments. -
SERVICE_ALLOWED_VALUES_NPS0
= 'NPS0'¶ A constant which can be used with the service_allowed_values property of a ShapeNumaNodesPerSocketPlatformOptions. This constant has a value of “NPS0”
-
SERVICE_ALLOWED_VALUES_NPS1
= 'NPS1'¶ A constant which can be used with the service_allowed_values property of a ShapeNumaNodesPerSocketPlatformOptions. This constant has a value of “NPS1”
-
SERVICE_ALLOWED_VALUES_NPS2
= 'NPS2'¶ A constant which can be used with the service_allowed_values property of a ShapeNumaNodesPerSocketPlatformOptions. This constant has a value of “NPS2”
-
SERVICE_ALLOWED_VALUES_NPS4
= 'NPS4'¶ A constant which can be used with the service_allowed_values property of a ShapeNumaNodesPerSocketPlatformOptions. This constant has a value of “NPS4”
-
__init__
(**kwargs)¶ Initializes a new ShapeNumaNodesPerSocketPlatformOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - service_allowed_values (list[str]) – The value to assign to the service_allowed_values property of this ShapeNumaNodesPerSocketPlatformOptions. Allowed values for items in this list are: “NPS0”, “NPS1”, “NPS2”, “NPS4”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- default_value (str) – The value to assign to the default_value property of this ShapeNumaNodesPerSocketPlatformOptions.
-
default_value
¶ Gets the default_value of this ShapeNumaNodesPerSocketPlatformOptions. The default NUMA nodes per socket configuration.
Returns: The default_value of this ShapeNumaNodesPerSocketPlatformOptions. Return type: str
-
service_allowed_values
¶ Gets the service_allowed_values of this ShapeNumaNodesPerSocketPlatformOptions. The supported values for this platform configuration property.
Allowed values for items in this list are: “NPS0”, “NPS1”, “NPS2”, “NPS4”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The service_allowed_values of this ShapeNumaNodesPerSocketPlatformOptions. Return type: list[str]
-