Show / Hide Table of Contents

Class MemberReference

The Member Reference details

Inheritance
object
MemberReference
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 MemberReference

Properties

CompositeType

Declaration
[JsonProperty(PropertyName = "compositeType")]
public string CompositeType { get; set; }
Property Value
Type Description
string

The OCID of the composite resource type like EBS or Peoplesoft.

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the resourceInstance/resourceType/resourceGroup

Remarks

Required

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MemberReferenceType? Type { get; set; }
Property Value
Type Description
MemberReferenceType?

Type of the member reference RESOURCE_INSTANCE, RESOURCE_TYPE, RESOURCE_GROUP

Remarks

Required

In this article
Back to top