Make Zone compatible with ManagedZone API resource #11407
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: question
Request for information or clarification. Not an issue.
When creating a
google-cloud-dns
Zone object, this library maps properties from an underlyinggoogle-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 thegoogle-api-services-dns
ManagedZone
.Were these properties omitted intentionally? If so, is there a recommended way to retrieve them using this library?
Thanks!
The text was updated successfully, but these errors were encountered: