CreateCpuArchitectureTaskProfileExtendedInformationDetails

class oci.batch.models.CreateCpuArchitectureTaskProfileExtendedInformationDetails(**kwargs)

Bases: oci.batch.models.create_batch_task_profile_extended_information_details.CreateBatchTaskProfileExtendedInformationDetails

Extended information about CPU architecture for the task profile.

Attributes

ARCHITECTURE_GENERIC_ARM A constant which can be used with the architecture property of a CreateCpuArchitectureTaskProfileExtendedInformationDetails.
ARCHITECTURE_GENERIC_X86 A constant which can be used with the architecture property of a CreateCpuArchitectureTaskProfileExtendedInformationDetails.
TYPE_CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION str(object=’’) -> str
TYPE_CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION str(object=’’) -> str
TYPE_GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION str(object=’’) -> str
architecture [Required] Gets the architecture of this CreateCpuArchitectureTaskProfileExtendedInformationDetails.
type [Required] Gets the type of this CreateBatchTaskProfileExtendedInformationDetails.

Methods

__init__(**kwargs) Initializes a new CreateCpuArchitectureTaskProfileExtendedInformationDetails 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 CreateCpuArchitectureTaskProfileExtendedInformationDetails. 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 CreateCpuArchitectureTaskProfileExtendedInformationDetails. 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 CreateCpuArchitectureTaskProfileExtendedInformationDetails object with values from keyword arguments. The default value of the type attribute of this class is CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION and 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 CreateCpuArchitectureTaskProfileExtendedInformationDetails. Allowed values for this property are: “CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION”, “CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION”, “GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION”
  • architecture (str) – The value to assign to the architecture property of this CreateCpuArchitectureTaskProfileExtendedInformationDetails. Allowed values for this property are: “GENERIC_X86”, “GENERIC_ARM”
architecture

[Required] Gets the architecture of this CreateCpuArchitectureTaskProfileExtendedInformationDetails. Type of CPU architecture.

Allowed values for this property are: “GENERIC_X86”, “GENERIC_ARM”

Returns:The architecture of this CreateCpuArchitectureTaskProfileExtendedInformationDetails.
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 CreateBatchTaskProfileExtendedInformationDetails. 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”

Returns:The type of this CreateBatchTaskProfileExtendedInformationDetails.
Return type:str