ByoipRangeVcnIpv6AllocationSummary

class oci.core.models.ByoipRangeVcnIpv6AllocationSummary(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new ByoipRangeVcnIpv6AllocationSummary object with values from keyword arguments.

Attributes

byoip_range_id Gets the byoip_range_id of this ByoipRangeVcnIpv6AllocationSummary.
compartment_id Gets the compartment_id of this ByoipRangeVcnIpv6AllocationSummary.
ipv6_cidr_block Gets the ipv6_cidr_block of this ByoipRangeVcnIpv6AllocationSummary.
vcn_id Gets the vcn_id of this ByoipRangeVcnIpv6AllocationSummary.
__init__(**kwargs)

Initializes a new ByoipRangeVcnIpv6AllocationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • byoip_range_id (str) – The value to assign to the byoip_range_id property of this ByoipRangeVcnIpv6AllocationSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this ByoipRangeVcnIpv6AllocationSummary.
  • ipv6_cidr_block (str) – The value to assign to the ipv6_cidr_block property of this ByoipRangeVcnIpv6AllocationSummary.
  • vcn_id (str) – The value to assign to the vcn_id property of this ByoipRangeVcnIpv6AllocationSummary.
byoip_range_id

Gets the byoip_range_id of this ByoipRangeVcnIpv6AllocationSummary. The OCID of the ByoipRange resource to which the CIDR block belongs.

Returns:The byoip_range_id of this ByoipRangeVcnIpv6AllocationSummary.
Return type:str
compartment_id

Gets the compartment_id of this ByoipRangeVcnIpv6AllocationSummary. The OCID of the compartment containing the ByoipRange.

Returns:The compartment_id of this ByoipRangeVcnIpv6AllocationSummary.
Return type:str
ipv6_cidr_block

Gets the ipv6_cidr_block of this ByoipRangeVcnIpv6AllocationSummary. 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.

Returns:The ipv6_cidr_block of this ByoipRangeVcnIpv6AllocationSummary.
Return type:str
vcn_id

Gets the vcn_id of this ByoipRangeVcnIpv6AllocationSummary. The OCID of the Vcn resource to which the ByoipRange belongs.

Returns:The vcn_id of this ByoipRangeVcnIpv6AllocationSummary.
Return type:str