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:
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