VariableGroups

class oci.fleet_apps_management.models.VariableGroups(**kwargs)

Bases: object

variable groups object.

Methods

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

Attributes

array Gets the array of this VariableGroups.
__init__(**kwargs)

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

Parameters:array (dict(str, VariableGroup)) – The value to assign to the array property of this VariableGroups.
array

Gets the array of this VariableGroups. Map of group names to their respective VariableGroup objects.

Returns:The array of this VariableGroups.
Return type:dict(str, VariableGroup)