Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Zone compatible with ManagedZone API resource #11407

Open
ccobham opened this issue Jan 27, 2025 · 0 comments
Open

Make Zone compatible with ManagedZone API resource #11407

ccobham opened this issue Jan 27, 2025 · 0 comments

Comments

@ccobham
Copy link

ccobham commented Jan 27, 2025

When creating a google-cloud-dns Zone object, this library maps properties from an underlying google-api-services-dns ManagedZone response. Not all properties exposed in the REST API / google-api-services-dns library are mapped as would be expected.

I happened to need the visibility field, but at a glance there are a number of additional missing properties (serviceDirectoryConfig, reverseLookupConfig, ...).

Ideally, the google-cloud-dns Zone would expose all of the same properties available in the API or it would provide a handle to the google-api-services-dns ManagedZone.

Were these properties omitted intentionally? If so, is there a recommended way to retrieve them using this library?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant