ActualBuildRunnerShapeConfig¶
-
class
oci.devops.models.
ActualBuildRunnerShapeConfig
(**kwargs)¶ Bases:
object
Build Runner Shape configuration.
Methods
__init__
(**kwargs)Initializes a new ActualBuildRunnerShapeConfig object with values from keyword arguments. Attributes
memory_in_gbs
[Required] Gets the memory_in_gbs of this ActualBuildRunnerShapeConfig. ocpus
[Required] Gets the ocpus of this ActualBuildRunnerShapeConfig. -
__init__
(**kwargs)¶ Initializes a new ActualBuildRunnerShapeConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - ocpus (float) – The value to assign to the ocpus property of this ActualBuildRunnerShapeConfig.
- memory_in_gbs (float) – The value to assign to the memory_in_gbs property of this ActualBuildRunnerShapeConfig.
-
memory_in_gbs
¶ [Required] Gets the memory_in_gbs of this ActualBuildRunnerShapeConfig. The total amount of memory set for the instance in gigabytes.
Returns: The memory_in_gbs of this ActualBuildRunnerShapeConfig. Return type: float
-
ocpus
¶ [Required] Gets the ocpus of this ActualBuildRunnerShapeConfig. The total number of OCPUs set for the instance.
Returns: The ocpus of this ActualBuildRunnerShapeConfig. Return type: float
-