@taiyi-io/api-connector-ts
Preparing search index...
ControlModifyInternalInterfaceMACParams
Interface ControlModifyInternalInterfaceMACParams
修改内部网卡MAC地址请求参数
Interface
interface
ControlModifyInternalInterfaceMACParams
{
device
:
string
;
guest
:
string
;
mac_address
:
string
;
}
Index
Properties
device
guest
mac_
address
Properties
device
device
:
string
设备名称
guest
guest
:
string
云主机ID
mac_
address
mac_address
:
string
新MAC地址
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
device
guest
mac_
address
@taiyi-io/api-connector-ts
Loading...
修改内部网卡MAC地址请求参数
Interface