Added static DNS record

This commit is contained in:
appkins
2024-07-13 04:52:27 -05:00
parent 85af09f5e0
commit e99c608dec
62 changed files with 1406 additions and 11 deletions

View File

@@ -0,0 +1,17 @@
// Code generated from ace.jar fields *.json files
// DO NOT EDIT.
package unifi
import (
"context"
)
func (c *Client) GetSettingGlobalNat(ctx context.Context, site string) (*SettingGlobalNat, error) {
return c.getSettingGlobalNat(ctx, site)
}
func (c *Client) UpdateSettingGlobalNat(ctx context.Context, site string, d *SettingGlobalNat) (*SettingGlobalNat, error) {
return c.updateSettingGlobalNat(ctx, site, d)
}