Help Center/ Meeting/ Client SDK Reference/ Electron SDK/ APIs/ Login Management Objects/ Setting Guaranteed IP Addresses of the Management Plane Domain Name
Updated on 2025-08-14 GMT+08:00

Setting Guaranteed IP Addresses of the Management Plane Domain Name

Function

This API is used to set the guaranteed IP addresses of the management plane domain name.

Function Prototype

setGlobalGuaranteedIpAddresses(guaranteedIpAddressesParam: GuaranteedIpAddressesParam, onSetGlobalGuaranteedIpAddressesResult?: (ret: SDKERR, reason: string) => void): voidsetGlobalGuaranteedIpAddresses(guaranteedIpAddressesParam: GuaranteedIpAddressesParam, onSetGlobalGuaranteedIpAddressesResult?: (ret: SDKERR, reason: string) => void): void

Request Parameters

Table 1 Input parameter description
Parameter Mandatory Type Description
guaranteedIpAddressesParam Yes GuaranteedIpAddressesParam Guaranteed IP addresses.
onSetGlobalGuaranteedIpAddressesResult Yes (ret: SDKERR, reason: string) => void Callback of setting guaranteed IP addresses of the management plane domain name.
Table 2 GuaranteedIpAddressesParam
Parameter Mandatory Type Description
addressList Yes Array<GuaranteedIpAddress> List of the guaranteed IP addresses.
Table 3 GuaranteedIpAddress
Parameter Mandatory Type Description
domain Yes string Domain name.
guaranteedIps Yes string Guaranteed IP addresses. Enter up to four IP addresses and separate them by semicolons (;).

Return Values

void

Callback Method Parameters

(ret: SDKERR, reason: string) => void

Table 4 Input parameter description
Parameter Type Description
ret For details about SDKERR, see Error Code Reference. Error code.
reason string Error description.