AddImageShapeCompatibilityEntryDetails¶
-
class
oci.core.models.
AddImageShapeCompatibilityEntryDetails
(**kwargs)¶ Bases:
object
Image shape compatibility details.
Methods
__init__
(**kwargs)Initializes a new AddImageShapeCompatibilityEntryDetails object with values from keyword arguments. Attributes
memory_constraints
Gets the memory_constraints of this AddImageShapeCompatibilityEntryDetails. ocpu_constraints
Gets the ocpu_constraints of this AddImageShapeCompatibilityEntryDetails. -
__init__
(**kwargs)¶ Initializes a new AddImageShapeCompatibilityEntryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - memory_constraints (oci.core.models.ImageMemoryConstraints) – The value to assign to the memory_constraints property of this AddImageShapeCompatibilityEntryDetails.
- ocpu_constraints (oci.core.models.ImageOcpuConstraints) – The value to assign to the ocpu_constraints property of this AddImageShapeCompatibilityEntryDetails.
-
memory_constraints
¶ Gets the memory_constraints of this AddImageShapeCompatibilityEntryDetails.
Returns: The memory_constraints of this AddImageShapeCompatibilityEntryDetails. Return type: oci.core.models.ImageMemoryConstraints
-
ocpu_constraints
¶ Gets the ocpu_constraints of this AddImageShapeCompatibilityEntryDetails.
Returns: The ocpu_constraints of this AddImageShapeCompatibilityEntryDetails. Return type: oci.core.models.ImageOcpuConstraints
-