Commit d963038 1 parent f059a2e commit d963038 Copy full SHA for d963038
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -88,17 +88,20 @@ type Subnet struct {
88
88
EditDate string `json:"editDate,omitempty"`
89
89
90
90
// Gateway IP and ID of Gateway IP
91
- Gateway map [string ]interface {} `json:"gateway,omitempty"`
91
+ Gateway map [string ]interface {} `json:"gateway,omitempty"`
92
92
93
93
// Gateway IP ID
94
- GatewayID string `json:"gatewayId,omitempty"`
94
+ GatewayID string `json:"gatewayId,omitempty"`
95
95
96
96
// A map[string]interface{} of custom fields to set on the resource. Note
97
97
// that this functionality requires PHPIPAM 1.3 or higher with the "Nest
98
98
// custom fields" flag set on the specific API integration. If this is not
99
99
// enabled, this map will be nil on GETs and POSTs and PATCHes with this
100
100
// field set will fail. Use the explicit custom field functions instead.
101
101
CustomFields map [string ]interface {} `json:"custom_fields,omitempty"`
102
+
103
+ // Controls enabling resolve DNS function.
104
+ ResolveDNS phpipam.BoolIntString `json:"resolveDNS,omitempty"`
102
105
}
103
106
104
107
// Controller is the base client for the Subnets controller.
You can’t perform that action at this time.
0 commit comments