Class Routing
The routing information for a vantage point.
Inherited Members
Namespace: Oci.HealthchecksService.Models
Assembly: OCI.DotNetSDK.Healthchecks.dll
Syntax
public class Routing
Properties
AsLabel
Declaration
[JsonProperty(PropertyName = "asLabel")]
public string AsLabel { get; set; }
Property Value
Type | Description |
---|---|
string | The registry label for |
Asn
Declaration
[JsonProperty(PropertyName = "asn")]
public int? Asn { get; set; }
Property Value
Type | Description |
---|---|
int? | The Autonomous System Number (ASN) identifying the organization
responsible for routing packets to |
Prefix
Declaration
[JsonProperty(PropertyName = "prefix")]
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
string | An IP prefix (CIDR syntax) that is less specific than
|
Weight
Declaration
[JsonProperty(PropertyName = "weight")]
public int? Weight { get; set; }
Property Value
Type | Description |
---|---|
int? | An integer between 0 and 100 used to select between multiple
origin ASNs when routing to |