BulkDetachPrivateIpItem

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

Bases: object

Secondary private IPv4 address object to detach as part of bulk detach operation.

Methods

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

Attributes

private_ip_id [Required] Gets the private_ip_id of this BulkDetachPrivateIpItem.
__init__(**kwargs)

Initializes a new BulkDetachPrivateIpItem 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 BulkDetachPrivateIpItem.
private_ip_id

[Required] Gets the private_ip_id of this BulkDetachPrivateIpItem. The OCID of the secondary Private IP.

Returns:The private_ip_id of this BulkDetachPrivateIpItem.
Return type:str