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