ShapeMemoryOptions¶
-
class
oci.marketplace_publisher.models.
ShapeMemoryOptions
(**kwargs)¶ Bases:
object
Options for the the shape memory
Methods
__init__
(**kwargs)Initializes a new ShapeMemoryOptions object with values from keyword arguments. Attributes
max_in_gbs
[Required] Gets the max_in_gbs of this ShapeMemoryOptions. min_in_gbs
[Required] Gets the min_in_gbs of this ShapeMemoryOptions. -
__init__
(**kwargs)¶ Initializes a new ShapeMemoryOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - min_in_gbs (float) – The value to assign to the min_in_gbs property of this ShapeMemoryOptions.
- max_in_gbs (float) – The value to assign to the max_in_gbs property of this ShapeMemoryOptions.
-
max_in_gbs
¶ [Required] Gets the max_in_gbs of this ShapeMemoryOptions. Maximum Memory configuration in GBs
Returns: The max_in_gbs of this ShapeMemoryOptions. Return type: float
-
min_in_gbs
¶ [Required] Gets the min_in_gbs of this ShapeMemoryOptions. Minimum Memory configuration in GBs
Returns: The min_in_gbs of this ShapeMemoryOptions. Return type: float
-