BulkUpdateIpv6sDetails

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

Bases: object

Bulk Secondary IPv6 addresses update object.

Methods

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

Attributes

bulk_update_ipv6s_item [Required] Gets the bulk_update_ipv6s_item of this BulkUpdateIpv6sDetails.
vnic_id Gets the vnic_id of this BulkUpdateIpv6sDetails.
__init__(**kwargs)

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

[Required] Gets the bulk_update_ipv6s_item of this BulkUpdateIpv6sDetails. Secondary IPv6 addresses to updated.

Returns:The bulk_update_ipv6s_item of this BulkUpdateIpv6sDetails.
Return type:list[oci.core.models.BulkUpdateIpv6sItem]
vnic_id

Gets the vnic_id of this BulkUpdateIpv6sDetails. The OCID of the VNIC to move the IPv6s to. The VNIC and IPv6s must be in the same subnet.

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