BulkDeletePrivateIpsDetails¶
-
class
oci.core.models.BulkDeletePrivateIpsDetails(**kwargs)¶ Bases:
objectBulk Secondary IPv4 deletion object.
Methods
__init__(**kwargs)Initializes a new BulkDeletePrivateIpsDetails object with values from keyword arguments. Attributes
bulk_delete_private_ip_item[Required] Gets the bulk_delete_private_ip_item of this BulkDeletePrivateIpsDetails. subnet_idGets the subnet_id of this BulkDeletePrivateIpsDetails. vlan_idGets the vlan_id of this BulkDeletePrivateIpsDetails. vnic_idGets the vnic_id of this BulkDeletePrivateIpsDetails. -
__init__(**kwargs)¶ Initializes a new BulkDeletePrivateIpsDetails 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 BulkDeletePrivateIpsDetails.
- vlan_id (str) – The value to assign to the vlan_id property of this BulkDeletePrivateIpsDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this BulkDeletePrivateIpsDetails.
- bulk_delete_private_ip_item (list[oci.core.models.BulkDeletePrivateIpItem]) – The value to assign to the bulk_delete_private_ip_item property of this BulkDeletePrivateIpsDetails.
-
bulk_delete_private_ip_item¶ [Required] Gets the bulk_delete_private_ip_item of this BulkDeletePrivateIpsDetails. Secondary IPv4 addresses to deleted
Returns: The bulk_delete_private_ip_item of this BulkDeletePrivateIpsDetails. Return type: list[oci.core.models.BulkDeletePrivateIpItem]
-
subnet_id¶ Gets the subnet_id of this BulkDeletePrivateIpsDetails. The OCID of the subnet from which the private IPs is to be deleted.
Returns: The subnet_id of this BulkDeletePrivateIpsDetails. Return type: str
-