Skip to content

Commit

Permalink
Updated assets for go models and clients
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar <[email protected]>
  • Loading branch information
sagarpsalvi committed May 7, 2024
1 parent 5ecb4c0 commit ba1a97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/models/dns_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package models
// swagger:model DNSConfiguration
type DNSConfiguration struct {

// Search domain to use in DNS lookup. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
// Search domain to use in DNS lookup, multiple domains must be delimited by space only. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
SearchDomain *string `json:"search_domain,omitempty"`

// List of DNS Server IP(v4/v6) addresses or FQDNs. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
Expand Down

0 comments on commit ba1a97d

Please sign in to comment.