RemoveSubnetIpv6CidrDetails

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

Bases: object

Details object for removing an IPv6 prefix from a subnet.

Methods

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

Attributes

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

Initializes a new RemoveSubnetIpv6CidrDetails 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 RemoveSubnetIpv6CidrDetails.
ipv6_cidr_block

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

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

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