Association

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

Bases: object

Association.

Methods

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

Attributes

display_name [Required] Gets the display_name of this Association.
id [Required] Gets the id of this Association.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this Association.
  • display_name (str) – The value to assign to the display_name property of this Association.
display_name

[Required] Gets the display_name of this Association. Display name for placeholder.

Returns:The display_name of this Association.
Return type:str
id

[Required] Gets the id of this Association. Id for association.

Returns:The id of this Association.
Return type:str