MemoryOverCommit¶
-
class
oci.cloud_migrations.models.MemoryOverCommit(**kwargs)¶ Bases:
objectMemory over commit
Methods
__init__(**kwargs)Initializes a new MemoryOverCommit object with values from keyword arguments. Attributes
percentageGets the percentage of this MemoryOverCommit. -
__init__(**kwargs)¶ Initializes a new MemoryOverCommit object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: percentage (int) – The value to assign to the percentage property of this MemoryOverCommit.
-
percentage¶ Gets the percentage of this MemoryOverCommit. Percentage of memory over commit
Returns: The percentage of this MemoryOverCommit. Return type: int
-