RemoveVcnIpv6CidrDetails

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

Bases: object

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

Methods

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

Attributes

ipv6_cidr_block Gets the ipv6_cidr_block of this RemoveVcnIpv6CidrDetails.
__init__(**kwargs)

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

Gets the ipv6_cidr_block of this RemoveVcnIpv6CidrDetails. This field is not required and should only be specified when removing ULA or private IPv6 prefix or an IPv6 GUA assigned by Oracle or BYOIPv6 prefix from a VCN’s IPv6 address space. See`IPv6 Addresses`__.

Example: 2001:0db8:0123::/56

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