OutputGroup

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

Bases: object

Output group.

Methods

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

Attributes

outputs [Required] Gets the outputs of this OutputGroup.
title [Required] Gets the title of this OutputGroup.
__init__(**kwargs)

Initializes a new OutputGroup 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 OutputGroup.
  • outputs (list[str]) – The value to assign to the outputs property of this OutputGroup.
outputs

[Required] Gets the outputs of this OutputGroup. Array of output strings included in group.

Returns:The outputs of this OutputGroup.
Return type:list[str]
title

[Required] Gets the title of this OutputGroup. Display name for group of outputs.

Returns:The title of this OutputGroup.
Return type:str