AssociationResourceDetails

class oci.stack_monitoring.models.AssociationResourceDetails(**kwargs)

Bases: object

Association Resource Details.

Methods

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

Attributes

compartment_id Gets the compartment_id of this AssociationResourceDetails.
name Gets the name of this AssociationResourceDetails.
type Gets the type of this AssociationResourceDetails.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this AssociationResourceDetails.
  • type (str) – The value to assign to the type property of this AssociationResourceDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this AssociationResourceDetails.
compartment_id

Gets the compartment_id of this AssociationResourceDetails. Compartment Identifier OCID.

Returns:The compartment_id of this AssociationResourceDetails.
Return type:str
name

Gets the name of this AssociationResourceDetails. Monitored Resource Name.

Returns:The name of this AssociationResourceDetails.
Return type:str
type

Gets the type of this AssociationResourceDetails. Monitored Resource Type.

Returns:The type of this AssociationResourceDetails.
Return type:str