Adding a Private View to a Resolver
You can create and attach a view to a resolver in addition to the default view, so that their zones are resolvable in the VCN.
See Private DNS resolvers for more information and a feature overview.
Use the resolver update command and required parameters to add a private view to a resolver:
oci dns resolver update --resolver-id resolver_OCID --attached-views '[{"view-id":"view_ocid"}]' ... [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Run the UpdateResolver operation to add a private view to a resolver. Include the
AttachedViews
attribute.