Class SetOriginAsnDetails
Update Origin ASN of a BYOIP Range
Inherited Members
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 |
Remarks
Required