Show / Hide Table of Contents

Class ByoipRangeOriginAsn

Information about the origin asn.

Inheritance
object
ByoipRangeOriginAsn
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 Byoasn resource.

In this article
Back to top