Editing Private IP Address Information
Update information for a private IP address such as hostname or associated IP type.
Use the private-ip update command and required parameters to update information for the private IP address:
oci network private-ip update --private-ip-id IP_address_OCID --hostname-label new_hostname_label ... [OPTIONS]Optionally, use the network private-ip bulk-update command and required parameters to move more than one secondary private IP to a single VNIC with a single command.:
oci network private-ip bulk-update --unassign-if-already-assigned --from-json file:// ... [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdatePrivateIp operation to update a private IP address.
Optionally, run the BulkUpdatePrivateIps operation to update more than one private IP address from a VNIC in a single API call.