UsageStatusItem

class oci.log_analytics.models.UsageStatusItem(**kwargs)

Bases: object

Methods

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

Attributes

current_usage Gets the current_usage of this UsageStatusItem.
data_type Gets the data_type of this UsageStatusItem.
is_multi_valued Gets the is_multi_valued of this UsageStatusItem.
max_available Gets the max_available of this UsageStatusItem.
__init__(**kwargs)

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

Parameters:
  • data_type (str) – The value to assign to the data_type property of this UsageStatusItem.
  • is_multi_valued (bool) – The value to assign to the is_multi_valued property of this UsageStatusItem.
  • current_usage (int) – The value to assign to the current_usage property of this UsageStatusItem.
  • max_available (int) – The value to assign to the max_available property of this UsageStatusItem.
current_usage

Gets the current_usage of this UsageStatusItem. The current usage of the field.

Returns:The current_usage of this UsageStatusItem.
Return type:int
data_type

Gets the data_type of this UsageStatusItem. The field data type.

Returns:The data_type of this UsageStatusItem.
Return type:str
is_multi_valued

Gets the is_multi_valued of this UsageStatusItem. A flag indicating whether or not the field is multi-valued.

Returns:The is_multi_valued of this UsageStatusItem.
Return type:bool
max_available

Gets the max_available of this UsageStatusItem. The maximum availability of the field.

Returns:The max_available of this UsageStatusItem.
Return type:int