Class PathAnalysisWorkRequestResult
Defines the configuration of the path analysis result.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class PathAnalysisWorkRequestResult : WorkRequestResult
Properties
Paths
Declaration
[Required(ErrorMessage = "Paths is required.")]
[JsonProperty(PropertyName = "paths")]
public List<Path> Paths { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Path> | List of various paths from source node to destination node
for a given |
Remarks
Required
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | Time the |
Remarks
Required