BulkDetachIpv6sDetails¶
-
class
oci.core.models.BulkDetachIpv6sDetails(**kwargs)¶ Bases:
objectBulk 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_idGets 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]
-