Class AggregatedNetworkData
Details of the aggregated network data.
Inherited Members
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class AggregatedNetworkData
Properties
ErrorDetails
Declaration
[JsonProperty(PropertyName = "errorDetails")]
public string ErrorDetails { get; set; }
Property Value
Type | Description |
---|---|
string | String containing error details. |
Links
Declaration
[JsonProperty(PropertyName = "links")]
public Dictionary<string, Link> Links { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Link> | Map of link objects. |
NodesByLevel
Declaration
[JsonProperty(PropertyName = "nodesByLevel")]
public List<List<Node>> NodesByLevel { get; set; }
Property Value
Type | Description |
---|---|
List<List<Node>> | An array of node arrays where each internal array corresponds to nodes at one level. |
ResultState
Declaration
[Required(ErrorMessage = "ResultState is required.")]
[JsonProperty(PropertyName = "resultState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AggregatedNetworkData.ResultStateEnum? ResultState { get; set; }
Property Value
Type | Description |
---|---|
AggregatedNetworkData.ResultStateEnum? | Status of the aggregated network data result. |
Remarks
Required
VantagePointNodes
Declaration
[JsonProperty(PropertyName = "vantagePointNodes")]
public List<VantagePointNode> VantagePointNodes { get; set; }
Property Value
Type | Description |
---|---|
List<VantagePointNode> | List of vantage point nodes. |