Show / Hide Table of Contents

Class OracleRMStack

Details of the Oracle Resource Manager stack, which is a subtype of the Dedicated Vantage Point stack.

Inheritance
object
DvpStackDetails
OracleRMStack
Inherited Members
DvpStackDetails.DvpVersion
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class OracleRMStack : DvpStackDetails

Properties

DvpStackId

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

Stack OCID of the Resource Manager stack for dedicated vantage point.

Remarks

Required

DvpStreamId

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

Stream OCID of the Resource Manager stack for dedicated vantage point.

Remarks

Required

In this article
Back to top