--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "virtfusion_ip_block Data Source - virtfusion" subcategory: "" description: |- Fetches a single VirtFusion IP block by ID. --- # virtfusion_ip_block (Data Source) Fetches a single VirtFusion IP block by ID. ## Schema ### Required - `id` (Number) The IP block ID. ### Read-Only - `enabled` (Boolean) Whether the IP block is enabled. - `gateway` (String) The IPv4 gateway address. - `name` (String) The IP block name. - `netmask` (String) The IPv4 netmask. - `type` (Number) The IP block type (4 = IPv4, 6 = IPv6).