Class DisassociateMonitoredResourcesDetails
The information required to create new monitored resource association.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class DisassociateMonitoredResourcesDetailsProperties
AssociationType
Declaration
[JsonProperty(PropertyName = "associationType")]
public string AssociationType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Association type between source and destination resources. | 
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Compartment Identifier OCID. | 
Remarks
Required
DestinationResourceId
Declaration
[JsonProperty(PropertyName = "destinationResourceId")]
public string DestinationResourceId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Destination Monitored Resource Identifier OCID. | 
SourceResourceId
Declaration
[JsonProperty(PropertyName = "sourceResourceId")]
public string SourceResourceId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Source Monitored Resource Identifier OCID. |