AddVcnIpv6CidrDetails

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

Bases: object

Details used when adding a ULA or private IPv6 prefix or an IPv6 GUA assigned by Oracle or a BYOIPv6 prefix. You can add only one of these per request.

Methods

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

Attributes

byoipv6_cidr_detail Gets the byoipv6_cidr_detail of this AddVcnIpv6CidrDetails.
ipv6_private_cidr_block Gets the ipv6_private_cidr_block of this AddVcnIpv6CidrDetails.
is_oracle_gua_allocation_enabled Gets the is_oracle_gua_allocation_enabled of this AddVcnIpv6CidrDetails.
__init__(**kwargs)

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

Parameters:
  • ipv6_private_cidr_block (str) – The value to assign to the ipv6_private_cidr_block property of this AddVcnIpv6CidrDetails.
  • is_oracle_gua_allocation_enabled (bool) – The value to assign to the is_oracle_gua_allocation_enabled property of this AddVcnIpv6CidrDetails.
  • byoipv6_cidr_detail (oci.core.models.Byoipv6CidrDetails) – The value to assign to the byoipv6_cidr_detail property of this AddVcnIpv6CidrDetails.
byoipv6_cidr_detail

Gets the byoipv6_cidr_detail of this AddVcnIpv6CidrDetails.

Returns:The byoipv6_cidr_detail of this AddVcnIpv6CidrDetails.
Return type:oci.core.models.Byoipv6CidrDetails
ipv6_private_cidr_block

Gets the ipv6_private_cidr_block of this AddVcnIpv6CidrDetails. This field is not required and should only be specified if a ULA or private IPv6 prefix is desired for VCN’s private IP address space. See`IPv6 Addresses`__.

Example: 2001:0db8:0123::/48 or fd00:1000:0:1::/64

Returns:The ipv6_private_cidr_block of this AddVcnIpv6CidrDetails.
Return type:str
is_oracle_gua_allocation_enabled

Gets the is_oracle_gua_allocation_enabled of this AddVcnIpv6CidrDetails. Indicates whether Oracle will allocate an IPv6 GUA. Only one prefix of /56 size can be allocated by Oracle as a GUA.

Returns:The is_oracle_gua_allocation_enabled of this AddVcnIpv6CidrDetails.
Return type:bool