mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-05 02:47:43 -05:00
1.1 KiB
1.1 KiB
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| cloudstack | CloudStack: cloudstack_secondary_ipaddress | docs-cloudstack-resource-secondary-ipaddress | Assigns a secondary IP to a NIC. |
cloudstack_secondary_ipaddress
Assigns a secondary IP to a NIC.
Example Usage
resource "cloudstack_secondary_ipaddress" "default" {
virtual_machine = "server-1"
}
Argument Reference
The following arguments are supported:
-
ipaddress- (Optional) The IP address to attach the to NIC. If not supplied an IP address will be selected randomly. Changing this forces a new resource to be created. -
nicid- (Optional) The ID of the NIC to which you want to attach the secondary IP address. Changing this forces a new resource to be created (defaults to the ID of the primary NIC) -
virtual_machine- (Required) The name or ID of the virtual machine to which you want to attach the secondary IP address. Changing this forces a new resource to be created.
Attributes Reference
The following attributes are exported:
id- The secondary IP address ID.