BulkDeletePrivateIpItem¶
-
class
oci.core.models.BulkDeletePrivateIpItem(**kwargs)¶ Bases:
objectSecondary private IPv4 address object to delete as part of bulk deletion.
Methods
__init__(**kwargs)Initializes a new BulkDeletePrivateIpItem object with values from keyword arguments. Attributes
private_ip_id[Required] Gets the private_ip_id of this BulkDeletePrivateIpItem. -
__init__(**kwargs)¶ Initializes a new BulkDeletePrivateIpItem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: private_ip_id (str) – The value to assign to the private_ip_id property of this BulkDeletePrivateIpItem.
-