DisassociateMonitoredResourcesDetails

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

Bases: object

The information required to create new monitored resource association.

Methods

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

Attributes

association_type Gets the association_type of this DisassociateMonitoredResourcesDetails.
compartment_id [Required] Gets the compartment_id of this DisassociateMonitoredResourcesDetails.
destination_resource_id Gets the destination_resource_id of this DisassociateMonitoredResourcesDetails.
source_resource_id Gets the source_resource_id of this DisassociateMonitoredResourcesDetails.
__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this DisassociateMonitoredResourcesDetails.
  • association_type (str) – The value to assign to the association_type property of this DisassociateMonitoredResourcesDetails.
  • source_resource_id (str) – The value to assign to the source_resource_id property of this DisassociateMonitoredResourcesDetails.
  • destination_resource_id (str) – The value to assign to the destination_resource_id property of this DisassociateMonitoredResourcesDetails.
association_type

Gets the association_type of this DisassociateMonitoredResourcesDetails. Association type between source and destination resources.

Returns:The association_type of this DisassociateMonitoredResourcesDetails.
Return type:str
compartment_id

[Required] Gets the compartment_id of this DisassociateMonitoredResourcesDetails. Compartment Identifier OCID.

Returns:The compartment_id of this DisassociateMonitoredResourcesDetails.
Return type:str
destination_resource_id

Gets the destination_resource_id of this DisassociateMonitoredResourcesDetails. Destination Monitored Resource Identifier OCID.

Returns:The destination_resource_id of this DisassociateMonitoredResourcesDetails.
Return type:str
source_resource_id

Gets the source_resource_id of this DisassociateMonitoredResourcesDetails. Source Monitored Resource Identifier OCID.

Returns:The source_resource_id of this DisassociateMonitoredResourcesDetails.
Return type:str