BulkDetachIpv6sDetails

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

Bases: object

Bulk Secondary IPv6 addresses detach object.

Methods

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

Attributes

bulk_detach_ipv6s_item [Required] Gets the bulk_detach_ipv6s_item of this BulkDetachIpv6sDetails.
vnic_id Gets the vnic_id of this BulkDetachIpv6sDetails.
__init__(**kwargs)

Initializes a new BulkDetachIpv6sDetails 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 BulkDetachIpv6sDetails.
  • bulk_detach_ipv6s_item (list[oci.core.models.BulkDetachIpv6sItem]) – The value to assign to the bulk_detach_ipv6s_item property of this BulkDetachIpv6sDetails.
bulk_detach_ipv6s_item

[Required] Gets the bulk_detach_ipv6s_item of this BulkDetachIpv6sDetails. Secondary IPv6 addresses to detached.

Returns:The bulk_detach_ipv6s_item of this BulkDetachIpv6sDetails.
Return type:list[oci.core.models.BulkDetachIpv6sItem]
vnic_id

Gets the vnic_id of this BulkDetachIpv6sDetails. The OCID of the VNIC of which IPv6s should be detached. The VNIC and IPv6s must be in the same subnet.

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