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
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. |
Parameter | Mandatory | Type | Description |
---|---|---|---|
addressList | Yes | Array<GuaranteedIpAddress> | List of the guaranteed IP addresses. |
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
Parameter | Type | Description |
---|---|---|
ret | For details about SDKERR, see Error Code Reference. | Error code. |
reason | string | Error description. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot