BulkUpdatePrivateIpsDetails¶
-
class
oci.core.models.BulkUpdatePrivateIpsDetails(**kwargs)¶ Bases:
objectBulk Secondary IPv4 addresses update object.
Methods
__init__(**kwargs)Initializes a new BulkUpdatePrivateIpsDetails object with values from keyword arguments. Attributes
bulk_update_private_ip_item[Required] Gets the bulk_update_private_ip_item of this BulkUpdatePrivateIpsDetails. vnic_idGets the vnic_id of this BulkUpdatePrivateIpsDetails. -
__init__(**kwargs)¶ Initializes a new BulkUpdatePrivateIpsDetails 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 BulkUpdatePrivateIpsDetails.
- bulk_update_private_ip_item (list[oci.core.models.BulkUpdatePrivateIpItem]) – The value to assign to the bulk_update_private_ip_item property of this BulkUpdatePrivateIpsDetails.
-
bulk_update_private_ip_item¶ [Required] Gets the bulk_update_private_ip_item of this BulkUpdatePrivateIpsDetails. Secondary IPv4 addresses to updated.
Returns: The bulk_update_private_ip_item of this BulkUpdatePrivateIpsDetails. Return type: list[oci.core.models.BulkUpdatePrivateIpItem]
-