BulkDeleteIpv6sDetails¶
-
class
oci.core.models.BulkDeleteIpv6sDetails(**kwargs)¶ Bases:
objectBulk 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_idGets the subnet_id of this BulkDeleteIpv6sDetails. vnic_idGets 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]
-