properties added.

This commit is contained in:
crusader 2018-08-22 15:30:33 +09:00
parent 234fa33134
commit 8490491bbf

View File

@ -14,4 +14,6 @@ type InterfaceAddress struct {
MetaIPType *omm.MetaIPType `json:"metaIPType,omitempty"` MetaIPType *omm.MetaIPType `json:"metaIPType,omitempty"`
Address string `json:"address,omitempty"` Address string `json:"address,omitempty"`
Netmask string `json:"netmask,omitempty"` Netmask string `json:"netmask,omitempty"`
Network string `json:"network,omitempty"`
Gateway string `json:"gateway,omitempty"`
} }