BulkDetachPrivateIpsDetails

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

Bases: object

Bulk Secondary IPv4 addresses detach object.

Methods

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

Attributes

bulk_detach_private_ip_item [Required] Gets the bulk_detach_private_ip_item of this BulkDetachPrivateIpsDetails.
vnic_id Gets the vnic_id of this BulkDetachPrivateIpsDetails.
__init__(**kwargs)

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

[Required] Gets the bulk_detach_private_ip_item of this BulkDetachPrivateIpsDetails. Secondary IPv4 addresses to detached.

Returns:The bulk_detach_private_ip_item of this BulkDetachPrivateIpsDetails.
Return type:list[oci.core.models.BulkDetachPrivateIpItem]
vnic_id

Gets the vnic_id of this BulkDetachPrivateIpsDetails. The OCID of the VNIC of which private IPs should be detached. The VNIC and private IPs must be in the same subnet.

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