ImageShapeCompatibility¶
-
class
oci.marketplace_publisher.models.
ImageShapeCompatibility
(**kwargs)¶ Bases:
object
Shape configuration details
Methods
__init__
(**kwargs)Initializes a new ImageShapeCompatibility object with values from keyword arguments. Attributes
memory_constraints
Gets the memory_constraints of this ImageShapeCompatibility. ocpu_constraints
Gets the ocpu_constraints of this ImageShapeCompatibility. shape
[Required] Gets the shape of this ImageShapeCompatibility. -
__init__
(**kwargs)¶ Initializes a new ImageShapeCompatibility object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - shape (str) – The value to assign to the shape property of this ImageShapeCompatibility.
- memory_constraints (oci.marketplace_publisher.models.ImageMemoryConstraints) – The value to assign to the memory_constraints property of this ImageShapeCompatibility.
- ocpu_constraints (oci.marketplace_publisher.models.ImageOcpuConstraints) – The value to assign to the ocpu_constraints property of this ImageShapeCompatibility.
-
memory_constraints
¶ Gets the memory_constraints of this ImageShapeCompatibility.
Returns: The memory_constraints of this ImageShapeCompatibility. Return type: oci.marketplace_publisher.models.ImageMemoryConstraints
-
ocpu_constraints
¶ Gets the ocpu_constraints of this ImageShapeCompatibility.
Returns: The ocpu_constraints of this ImageShapeCompatibility. Return type: oci.marketplace_publisher.models.ImageOcpuConstraints
-
shape
¶ [Required] Gets the shape of this ImageShapeCompatibility. Name of the shape.
Returns: The shape of this ImageShapeCompatibility. Return type: str
-