AssociationDetails¶
-
class
oci.stack_monitoring.models.
AssociationDetails
(**kwargs)¶ Bases:
object
The information about monitored resource association.
Methods
__init__
(**kwargs)Initializes a new AssociationDetails object with values from keyword arguments. Attributes
association_type
[Required] Gets the association_type of this AssociationDetails. source_resource_id
[Required] Gets the source_resource_id of this AssociationDetails. -
__init__
(**kwargs)¶ Initializes a new AssociationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_resource_id (str) – The value to assign to the source_resource_id property of this AssociationDetails.
- association_type (str) – The value to assign to the association_type property of this AssociationDetails.
-
association_type
¶ [Required] Gets the association_type of this AssociationDetails. Association Type.
Returns: The association_type of this AssociationDetails. Return type: str
-