VariableGroup¶
-
class
oci.fleet_apps_management.models.VariableGroup(**kwargs)¶ Bases:
objectAn organizational grouping of related variables within the schema.
Methods
__init__(**kwargs)Initializes a new VariableGroup object with values from keyword arguments. Attributes
title[Required] Gets the title of this VariableGroup. variables[Required] Gets the variables of this VariableGroup. visibleGets the visible of this VariableGroup. -
__init__(**kwargs)¶ Initializes a new VariableGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - title (str) – The value to assign to the title property of this VariableGroup.
- variables (list[str]) – The value to assign to the variables property of this VariableGroup.
- visible (str) – The value to assign to the visible property of this VariableGroup.
-
title¶ [Required] Gets the title of this VariableGroup. Display title for the group of variables.
Returns: The title of this VariableGroup. Return type: str
-
variables¶ [Required] Gets the variables of this VariableGroup. Array of variable references assigned to this group.
Returns: The variables of this VariableGroup. Return type: list[str]
-
visible¶ Gets the visible of this VariableGroup. Hint controlling the group’s visibility.
Returns: The visible of this VariableGroup. Return type: str
-