CreateFixedGpuFleetShapeDetails¶
-
class
oci.batch.models.CreateFixedGpuFleetShapeDetails(**kwargs)¶ Bases:
oci.batch.models.create_gpu_fleet_shape_details.CreateGpuFleetShapeDetailsFixed shape of the GPU fleet. Describes hardware resources of each node in the fleet.
Attributes
TYPE_FIXED_GPU_FLEET_SHAPEstr(object=’’) -> str disk_size_in_gbsGets the disk_size_in_gbs of this CreateFixedGpuFleetShapeDetails. shape_name[Required] Gets the shape_name of this CreateFixedGpuFleetShapeDetails. type[Required] Gets the type of this CreateGpuFleetShapeDetails. Methods
__init__(**kwargs)Initializes a new CreateFixedGpuFleetShapeDetails 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. -
TYPE_FIXED_GPU_FLEET_SHAPE= 'FIXED_GPU_FLEET_SHAPE'¶
-
__init__(**kwargs)¶ Initializes a new CreateFixedGpuFleetShapeDetails object with values from keyword arguments. The default value of the
typeattribute of this class isFIXED_GPU_FLEET_SHAPEand 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 CreateFixedGpuFleetShapeDetails. Allowed values for this property are: “FIXED_GPU_FLEET_SHAPE”
- shape_name (str) – The value to assign to the shape_name property of this CreateFixedGpuFleetShapeDetails.
- disk_size_in_gbs (int) – The value to assign to the disk_size_in_gbs property of this CreateFixedGpuFleetShapeDetails.
-
disk_size_in_gbs¶ Gets the disk_size_in_gbs of this CreateFixedGpuFleetShapeDetails. Amount of disk space in GBs required for the shape.
Returns: The disk_size_in_gbs of this CreateFixedGpuFleetShapeDetails. Return type: int
-
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.
-
shape_name¶ [Required] Gets the shape_name of this CreateFixedGpuFleetShapeDetails. The name of the fixed GPU fleet shape.
Returns: The shape_name of this CreateFixedGpuFleetShapeDetails. Return type: str
-
type¶ [Required] Gets the type of this CreateGpuFleetShapeDetails. Type of the GPU fleet shape. Also serves as a discriminator for sub-entities.
Allowed values for this property are: “FIXED_GPU_FLEET_SHAPE”
Returns: The type of this CreateGpuFleetShapeDetails. Return type: str
-