BulkUpdatePrivateIpsDetails

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

Bases: object

Bulk 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_id Gets 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]
vnic_id

Gets the vnic_id of this BulkUpdatePrivateIpsDetails. The OCID of the VNIC to reassign the private IPs to. The VNIC and private IPs must be in the same subnet.

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