@taiyi-io/api-connector-ts
Preparing search index...
ControlAddAddressRangeParams
Interface ControlAddAddressRangeParams
添加地址范围请求参数
Interface
interface
ControlAddAddressRangeParams
{
begin
?:
string
;
cidr
?:
string
;
end
?:
string
;
pool
:
string
;
set_type
:
string
;
}
Index
Properties
begin?
cidr?
end?
pool
set_
type
Properties
Optional
begin
begin
?:
string
起始地址
Optional
cidr
cidr
?:
string
CIDR格式
Optional
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
cidr
end
pool
set_
type
@taiyi-io/api-connector-ts
Loading...
添加地址范围请求参数
Interface