Class MemberReference
The Member Reference details
Inherited Members
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