We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73975f6 commit 78e017aCopy full SHA for 78e017a
internal/interfaces/networking_ip_route.go
@@ -14,7 +14,7 @@ type IPRouteGetDataModelONTAP struct {
14
Destination DestinationDataSourceModel `mapstructure:"destination,omitempty"`
15
UUID string `mapstructure:"uuid"`
16
Gateway string `mapstructure:"gateway"`
17
- internal/interfaces/networking_ip_route.go int64 `mapstructure:"metric,omitempty"`
+ Metric int64 `mapstructure:"metric,omitempty"`
18
SVMName svm `mapstructure:"svm"`
19
}
20
0 commit comments