Show / Hide Table of Contents

Class VantagePointNode

Details of the vantage point node.

Inheritance
object
VantagePointNode
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
public class VantagePointNode

Properties

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

Display name of the vantage point node.

GeoInfo

Declaration
[JsonProperty(PropertyName = "geoInfo")]
public string GeoInfo { get; set; }
Property Value
Type Description
string

Geographical information of the vantage point node.

Id

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

ID of the vantage point node.

Name

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

Name of the vantage point node.

Remarks

Required

OutgoingLinks

Declaration
[JsonProperty(PropertyName = "outgoingLinks")]
public List<string> OutgoingLinks { get; set; }
Property Value
Type Description
List<string>

Outgoing links from the vantage point node.

In this article
Back to top