oci search resource-type get --name PrivateIp shows that PrivateIp lacks any option to search that resource type (via oci search resource structured-search) using OCI assigned DNS/hostname labels. Is there a reasons for the lack of this searchable attribute, or is it just an oversight?
Commands such as oci network private-ip list --subnet-id return JSON objects with hostname-label attribute, so it seems that OCI internal representation of PrivateIp object has this info.
UPD.
Also, vnic-attachment resource is missing from oci search resources. It would be convenient to have that resource type as part of oci search, not just as oci compute vnic-attachment
oci search resource-type get --name PrivateIpshows that PrivateIp lacks any option to search that resource type (viaoci search resource structured-search) using OCI assigned DNS/hostname labels. Is there a reasons for the lack of this searchable attribute, or is it just an oversight?Commands such as
oci network private-ip list --subnet-idreturn JSON objects with hostname-label attribute, so it seems that OCI internal representation of PrivateIp object has this info.UPD.
Also, vnic-attachment resource is missing from
oci searchresources. It would be convenient to have that resource type as part of oci search, not just asoci compute vnic-attachment