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