Show / Hide Table of Contents

Class DvpStackDetails

Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.

Inheritance
object
DvpStackDetails
OracleRMStack
Inherited Members
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
[JsonConverter(typeof(DvpStackDetailsModelConverter))]
public class DvpStackDetails

Properties

DvpVersion

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

Version of the dedicated vantage point.

Remarks

Required

In this article
Back to top