Show / Hide Table of Contents

Class SetOriginAsnDetails

Update Origin ASN of a BYOIP Range

Inheritance
object
SetOriginAsnDetails
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 SetOriginAsnDetails

Properties

AsPathPrependLength

Declaration
[JsonProperty(PropertyName = "asPathPrependLength")]
public int? AsPathPrependLength { get; set; }
Property Value
Type Description
int?

The as path prepend length.

ByoasnId

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

The OCID of the Byoasn Resource to be associated.

Remarks

Required

In this article
Back to top