Files
terraform-provider-virtfusion/docs/resources/server_example.md
2023-10-22 00:52:33 -04:00

1.5 KiB

page_title, subcategory, description
page_title subcategory description
virtfusion_server_example Resource - terraform-provider-virtfusion Virtfusion Server Resource

virtfusion_server_example (Resource)

Virtfusion Server Resource

Schema

Required

  • hypervisor_id (Number) Hypervisor ID
  • package_id (Number) Package ID
  • user_id (Number) User ID

Optional

  • cores (Number) How many cores to allocate. Omit to use the default core count from the package.
  • inbound_network_speed (Number) Inbound network speed in kB/s. Omit to use the default inbound network speed from the package.
  • ipv4 (Number) How many IPv4 addresses to allocate. Default is 1.
  • memory (Number) How much memory to allocate in MB. Omit to use the default memory size from the package.
  • name (String) Server name. If omitted, a random UUID will be generated.
  • network_profile (Number) Network profile ID. Omit to use the default network profile from the package.
  • outbound_network_speed (Number) Outbound network speed in kB/s. Omit to use the default outbound network speed from the package.
  • storage (Number) Primary storage size in GB. Omit to use the default storage size from the package.
  • storage_profile (Number) Storage profile ID. Omit to use the default storage profile from the package.
  • traffic (Number) How much traffic to allocate in GB. Omit to use the default traffic size from the package. 0=Unlimited

Read-Only

  • id (Number) Server ID