@taiyi-io/api-connector-ts
Preparing search index...
ControlRemoveAddressRangeParams
Interface ControlRemoveAddressRangeParams
删除地址范围请求参数
Interface
interface
ControlRemoveAddressRangeParams
{
begin
:
string
;
end
:
string
;
pool
:
string
;
set_type
:
string
;
}
Index
Properties
begin
end
pool
set_
type
Properties
begin
begin
:
string
起始地址
end
end
:
string
结束地址
pool
pool
:
string
地址池ID
set_
type
set_type
:
string
集合类型 (ext-v4/ext-v6/int-v4/int-v6)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
begin
end
pool
set_
type
@taiyi-io/api-connector-ts
Loading...
删除地址范围请求参数
Interface