Show / Hide Table of Contents

Class AssociationDetails

The information about monitored resource association.

Inheritance
object
AssociationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top