Class ByoipRangeOriginAsn
Information about the origin asn.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ByoipRangeOriginAsn
Properties
AsPathPrependLength
Declaration
[JsonProperty(PropertyName = "asPathPrependLength")]
public int? AsPathPrependLength { get; set; }
Property Value
Type | Description |
---|---|
int? | The as path prepend length. |
Asn
Declaration
[Required(ErrorMessage = "Asn is required.")]
[JsonProperty(PropertyName = "asn")]
public long? Asn { get; set; }
Property Value
Type | Description |
---|---|
long? | The Autonomous System Number (ASN) you are importing to the Oracle cloud. |
Remarks
Required
ByoasnId
Declaration
[JsonProperty(PropertyName = "byoasnId")]
public string ByoasnId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the |