LimitAndUsage

class oci.fusion_apps.models.LimitAndUsage(**kwargs)

Bases: object

The limit and usage for a specific environment type, for example, production, development, or test.

Methods

__init__(**kwargs) Initializes a new LimitAndUsage object with values from keyword arguments.

Attributes

limit [Required] Gets the limit of this LimitAndUsage.
usage [Required] Gets the usage of this LimitAndUsage.
__init__(**kwargs)

Initializes a new LimitAndUsage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • limit (int) – The value to assign to the limit property of this LimitAndUsage.
  • usage (int) – The value to assign to the usage property of this LimitAndUsage.
limit

[Required] Gets the limit of this LimitAndUsage. The limit of current environment.

Returns:The limit of this LimitAndUsage.
Return type:int
usage

[Required] Gets the usage of this LimitAndUsage. The usage of current environment.

Returns:The usage of this LimitAndUsage.
Return type:int