Class AssociationDetails
The information about monitored resource association.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class AssociationDetails
Properties
AssociationType
Declaration
[Required(ErrorMessage = "AssociationType is required.")]
[JsonProperty(PropertyName = "associationType")]
public string AssociationType { get; set; }
Property Value
Type | Description |
---|---|
string | Association Type. |
Remarks
Required
SourceResourceId
Declaration
[Required(ErrorMessage = "SourceResourceId is required.")]
[JsonProperty(PropertyName = "sourceResourceId")]
public string SourceResourceId { get; set; }
Property Value
Type | Description |
---|---|
string | Source Monitored Resource Identifier OCID. |
Remarks
Required