Configuration

class oci.usage_api.models.Configuration(**kwargs)

Bases: object

A configuration.

Methods

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

Attributes

key [Required] Gets the key of this Configuration.
values Gets the values of this Configuration.
__init__(**kwargs)

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

Parameters:
  • key (str) – The value to assign to the key property of this Configuration.
  • values (list[str]) – The value to assign to the values property of this Configuration.
key

[Required] Gets the key of this Configuration. The configuration key.

Returns:The key of this Configuration.
Return type:str
values

Gets the values of this Configuration. The configuration value.

Returns:The values of this Configuration.
Return type:list[str]