AddSubnetIpv6CidrDetails

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

Bases: object

Details used when adding an IPv6 prefix to a subnet.

Methods

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

Attributes

ipv6_cidr_block [Required] Gets the ipv6_cidr_block of this AddSubnetIpv6CidrDetails.
__init__(**kwargs)

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

Parameters:ipv6_cidr_block (str) – The value to assign to the ipv6_cidr_block property of this AddSubnetIpv6CidrDetails.
ipv6_cidr_block

[Required] Gets the ipv6_cidr_block of this AddSubnetIpv6CidrDetails. This field is not required and should only be specified when adding an IPv6 prefix to a subnet’s IPv6 address space. See`IPv6 Addresses`__.

Example: 2001:0db8:0123::/64

Returns:The ipv6_cidr_block of this AddSubnetIpv6CidrDetails.
Return type:str