Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Delete ¶
Delete 单个IP地址删除 https://www.eolink.com/share/inside/XIPzIs/api/1394996/detail/5758437
Types ¶
type Address ¶
type Address struct {
Id uint `json:"id"` // ip地址id
BlockId uint `json:"block_id"` // ip段id
Address string `json:"address"` // ip地址
AddressString string `json:"address_string"` // ip地址
Status string `json:"status"` // 状态
Type string `json:"type"` // 类型
Relid int `json:"relid"` // 类型关联id
Mac string `json:"mac"` // mac地址
Remark string `json:"remark"` // 备注
IsLock int `json:"is_lock"` // 锁定状态
AssignTime any `json:"assign_time"` // 分配时间
CreatedAt string `json:"created_at"` // 分配时间
UpdatedAt string `json:"updated_at"` // 更新时间
Device string `json:"device"` // 驱动
Vlan string `json:"vlan"` // vlan
Netmask string `json:"netmask"` // 子网掩码
Gateway string `json:"gateway"` // 网关
}
type ListReq ¶
Click to show internal directories.
Click to hide internal directories.