BulkDeleteIpv6sItem

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

Bases: object

secondary ip object to delete as part of bulk deletion .

Methods

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

Attributes

ipv6_id [Required] Gets the ipv6_id of this BulkDeleteIpv6sItem.
__init__(**kwargs)

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

Parameters:ipv6_id (str) – The value to assign to the ipv6_id property of this BulkDeleteIpv6sItem.
ipv6_id

[Required] Gets the ipv6_id of this BulkDeleteIpv6sItem. The OCID of the IPv6 to be deleted.

Returns:The ipv6_id of this BulkDeleteIpv6sItem.
Return type:str