BulkDeleteIpv6sDetails

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

Bases: object

Bulk Secondary IPv6 addresses deletion object.

Methods

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

Attributes

bulk_delete_ipv6s_item [Required] Gets the bulk_delete_ipv6s_item of this BulkDeleteIpv6sDetails.
subnet_id Gets the subnet_id of this BulkDeleteIpv6sDetails.
vnic_id Gets the vnic_id of this BulkDeleteIpv6sDetails.
__init__(**kwargs)

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

Parameters:
  • vnic_id (str) – The value to assign to the vnic_id property of this BulkDeleteIpv6sDetails.
  • subnet_id (str) – The value to assign to the subnet_id property of this BulkDeleteIpv6sDetails.
  • bulk_delete_ipv6s_item (list[oci.core.models.BulkDeleteIpv6sItem]) – The value to assign to the bulk_delete_ipv6s_item property of this BulkDeleteIpv6sDetails.
bulk_delete_ipv6s_item

[Required] Gets the bulk_delete_ipv6s_item of this BulkDeleteIpv6sDetails. IPv6 addresses to deleted.

Returns:The bulk_delete_ipv6s_item of this BulkDeleteIpv6sDetails.
Return type:list[oci.core.models.BulkDeleteIpv6sItem]
subnet_id

Gets the subnet_id of this BulkDeleteIpv6sDetails. The OCID of the subnet from which the IPv6s addresses are to be deleted.

Returns:The subnet_id of this BulkDeleteIpv6sDetails.
Return type:str
vnic_id

Gets the vnic_id of this BulkDeleteIpv6sDetails. The OCID of the VNIC to assign the IPv6s to. The IPv6 will be in the VNIC’s subnet.

Returns:The vnic_id of this BulkDeleteIpv6sDetails.
Return type:str