associate_ip_address
Assign a new public IP address to your network or VPC using the CloudStack MCP Server. Specify the zone, network, or VPC ID to manage IP allocation efficiently.
Instructions
Acquire a new public IP address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
networkid | No | Network ID | |
vpcid | No | VPC ID | |
zoneid | No | Zone ID |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"networkid": {
"description": "Network ID",
"type": "string"
},
"vpcid": {
"description": "VPC ID",
"type": "string"
},
"zoneid": {
"description": "Zone ID",
"type": "string"
}
},
"type": "object"
}