-
Notifications
You must be signed in to change notification settings - Fork 1.1k
What parameters should Zone/ZoneInfo builder require #698
Copy link
Copy link
Closed
Labels
api: dnsIssues related to the Cloud DNS API.Issues related to the Cloud DNS API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
There are 3 things mandatory for Zone: name, dnsName and description. In my opinion, it either makes sense to allow for creating zone with name being mandatory and the rest to be part of the builder, or require all three in ZoneInfo.builder(String name, String dnsName, String description). I am inclined to the first option. Should we ask for name only, or for all three?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: dnsIssues related to the Cloud DNS API.Issues related to the Cloud DNS API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.