CpuArchitectureTaskProfileExtendedInformation¶
-
class
oci.batch.models.CpuArchitectureTaskProfileExtendedInformation(**kwargs)¶ Bases:
oci.batch.models.batch_task_profile_extended_information.BatchTaskProfileExtendedInformationExtended information about CPU architecture for the task profile.
Attributes
ARCHITECTURE_GENERIC_ARMA constant which can be used with the architecture property of a CpuArchitectureTaskProfileExtendedInformation. ARCHITECTURE_GENERIC_X86A constant which can be used with the architecture property of a CpuArchitectureTaskProfileExtendedInformation. TYPE_CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATIONstr(object=’’) -> str TYPE_CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATIONstr(object=’’) -> str TYPE_GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATIONstr(object=’’) -> str architecture[Required] Gets the architecture of this CpuArchitectureTaskProfileExtendedInformation. type[Required] Gets the type of this BatchTaskProfileExtendedInformation. Methods
__init__(**kwargs)Initializes a new CpuArchitectureTaskProfileExtendedInformation object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
ARCHITECTURE_GENERIC_ARM= 'GENERIC_ARM'¶ A constant which can be used with the architecture property of a CpuArchitectureTaskProfileExtendedInformation. This constant has a value of “GENERIC_ARM”
-
ARCHITECTURE_GENERIC_X86= 'GENERIC_X86'¶ A constant which can be used with the architecture property of a CpuArchitectureTaskProfileExtendedInformation. This constant has a value of “GENERIC_X86”
-
TYPE_CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION= 'CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION'¶
-
TYPE_CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION= 'CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION'¶
-
TYPE_GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION= 'GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION'¶
-
__init__(**kwargs)¶ Initializes a new CpuArchitectureTaskProfileExtendedInformation object with values from keyword arguments. The default value of the
typeattribute of this class isCPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATIONand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this CpuArchitectureTaskProfileExtendedInformation. Allowed values for this property are: “CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION”, “CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION”, “GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- architecture (str) – The value to assign to the architecture property of this CpuArchitectureTaskProfileExtendedInformation. Allowed values for this property are: “GENERIC_X86”, “GENERIC_ARM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
architecture¶ [Required] Gets the architecture of this CpuArchitectureTaskProfileExtendedInformation. Type of CPU architecture.
Allowed values for this property are: “GENERIC_X86”, “GENERIC_ARM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The architecture of this CpuArchitectureTaskProfileExtendedInformation. Return type: str
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
type¶ [Required] Gets the type of this BatchTaskProfileExtendedInformation. Type of extended information.
Allowed values for this property are: “CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION”, “CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION”, “GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this BatchTaskProfileExtendedInformation. Return type: str
-