Show / Hide Table of Contents

Class PersistedGetPathAnalysisDetails

Defines the configuration for getting a path analysis using the persisted PathAnalyzerTest resource.

Inheritance
object
GetPathAnalysisDetails
PersistedGetPathAnalysisDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class PersistedGetPathAnalysisDetails : GetPathAnalysisDetails

Properties

PathAnalyzerTestId

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

The OCID of the PathAnalyzerTest resource.

Remarks

Required

In this article
Back to top