Show / Hide Table of Contents

Class ByoasnByoipRange

Information about 'ByoipRange' that has byoasn as origin.

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

Properties

AsPathPrependLength

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

The as path prepend length.

ByoipRangeId

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

The OCID of the ByoipRange resource to which the CIDR block belongs.

Remarks

Required

CidrBlock

Declaration
[JsonProperty(PropertyName = "cidrBlock")]
public string CidrBlock { get; set; }
Property Value
Type Description
string

The BYOIP CIDR block range or subrange allocated to an IP pool. This could be all or part of a BYOIP CIDR block.

Ipv6CidrBlock

Declaration
[JsonProperty(PropertyName = "ipv6CidrBlock")]
public string Ipv6CidrBlock { get; set; }
Property Value
Type Description
string

The IPv6 prefix being imported to the Oracle cloud. This prefix must be /48 or larger, and can be subdivided into sub-ranges used across multiple VCNs. A BYOIPv6 prefix can be assigned across multiple VCNs, and each VCN must be /64 or larger. You may specify a ULA or private IPv6 prefix of /64 or larger to use in the VCN. IPv6-enabled subnets will remain a fixed /64 in size.

In this article
Back to top