Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.46 KB

File metadata and controls

42 lines (33 loc) · 1.46 KB
page_title subcategory description
solidserver_ip_address Data Source - SOLIDserver
IP address data-source allows to retrieve information about reserved IPv4 addresses including meta-data.

solidserver_ip_address (Data Source)

IP address data-source allows to retrieve information about reserved IPv4 addresses including meta-data.

Example Usage

data "solidserver_ip_address" "myFirstIPAddressData" {
  depends_on = [solidserver_ip_address.myFirstIPAddress]
  name   = solidserver_ip_address.myFirstIPAddress.name
  space  = solidserver_ip_address.myFirstIPAddress.space
}

Schema

Required

  • address (String) The IP address.
  • space (String) The name of the space of the IP address.

Read-Only

  • class (String) The class associated to the IP address.
  • class_parameters (Map of String) The class parameters associated to the IP address.
  • device (String) Device Name associated to the IP address (Require a 'Device Manager' license).
  • id (String) The ID of this resource.
  • mac (String) The MAC Address of the IP address.
  • name (String) The short name or FQDN of the IP address.
  • netmask (String) The provisionned IP address netmask.
  • pool (String) The name of the pool of the IP address.
  • prefix (String) The IP address prefix.
  • prefix_size (Number) The prefix_length associated to the IP address.
  • subnet (String) The name of the subnet of the IP address.