Show / Hide Table of Contents

Class ByoipRangeVcnIpv6AllocationSummary

A summary of IPv6 prefix subranges currently allocated to a VCN.

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

Properties

ByoipRangeId

Declaration
[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.

CompartmentId

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

The OCID of the compartment containing the ByoipRange.

Ipv6CidrBlock

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

The BYOIPv6 prefix range or subrange allocated to a VCN. This could be all or part of a BYOIPv6 prefix. Each VCN allocation must be /64 or larger.

VcnId

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

The OCID of the Vcn resource to which the ByoipRange belongs.

In this article
Back to top