Skip to content

Commit

Permalink
regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adarobin committed Mar 18, 2024
1 parent 375f043 commit 86ea4d4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
31 changes: 15 additions & 16 deletions docs/data-sources/ip4_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,24 @@ Data source to access the attributes of an IPv4 network from a hint based search

### Read-Only

- `addresses_free` (Number) The number of addresses unallocated/free on the network.
- `addresses_in_use` (Number) The number of addresses allocated/in use on the network.
- `allow_duplicate_host` (String) Duplicate host names check.
- `cidr` (String) The CIDR address of the IPv4 network.
- `custom_properties` (Map of String) A map of all custom properties associated with the IPv4 network.
- `default_domains` (Set of Number) TODO
- `allow_duplicate_host` (Boolean) Duplicate host names check.
- `cidr` (String) The CIDR address of the IP4Network.
- `default_domains` (Set of Number) The object ids of the default DNS domains for the network.
- `default_view` (Number) The object id of the default DNS View for the network.
- `dns_restrictions` (Set of Number) TODO
- `gateway` (String) The gateway of the IPv4 network.
- `id` (Number) Example identifier
- `dns_restrictions` (Set of Number) The object ids of the DNS restrictions for the network.
- `gateway` (String) The gateway of the IP4Network.
- `id` (Number) The ID assigned to the IP4Network.
- `inherit_allow_duplicate_host` (Boolean) Duplicate host names check is inherited.
- `inherit_default_domains` (Boolean) Default domains are inherited.
- `inherit_default_view` (Boolean) The default DNS View is inherited.
- `inherit_dns_restrictions` (Boolean) DNS restrictions are inherited.
- `inherit_ping_before_assign` (Boolean) The network pings an address before assignment is inherited.
- `location_code` (String) TODO
- `location_inherited` (Boolean) TODO
- `name` (String) The name assigned the resource.
- `ping_before_assign` (String) The network pings an address before assignment.
- `properties` (String) The properties of the resource as returned by the API (pipe delimited).
- `template` (Number) TODO
- `type` (String) The type of the IP4Network
- `location_code` (String) The location code of the network.
- `location_inherited` (Boolean) The location is inherited.
- `name` (String) The name assigned to the IP4Network.
- `ping_before_assign` (Boolean) The network pings an address before assignment.
- `properties` (String) The properties of the IP4Network (pipe delimited).
- `shared_network` (String) The name of the shared network tag associated with the IP4 Network.
- `template` (Number) The ID of the linked template
- `type` (String) The type of the entity.
- `user_defined_fields` (Map of String) A map of all user-definied fields associated with the entity.
30 changes: 17 additions & 13 deletions docs/resources/ip4_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,34 @@ output "bluecat_ip4_network_cidr" {

### Required

- `name` (String) The display name of the IPv4 network.
- `parent_id` (Number) The object ID of the parent object that will contain the new IPv4 network. If this argument is changed, then the resource will be recreated.
- `size` (Number) The size of the IPv4 network expressed as a power of 2. For example, 256 would create a /24. If this argument is changed, then the resource will be recreated.

### Optional

- `allow_duplicate_host` (Boolean) Duplicate host names check.
- `default_domains` (Set of Number) The object ids of the default DNS domains for the network.
- `default_view` (Number) The object id of the default DNS View for the network.
- `dns_restrictions` (Set of Number) The object ids of the DNS restrictions for the network.
- `gateway` (String) The gateway of the IPv4 network.
- `inherit_allow_duplicate_host` (Boolean) Duplicate host names check is inherited.
- `inherit_default_domains` (Boolean) Default domains are inherited.
- `inherit_default_view` (Boolean) The default DNS View is inherited.
- `inherit_dns_restrictions` (Boolean) DNS restrictions are inherited.
- `inherit_ping_before_assign` (Boolean) The network pings an address before assignment is inherited.
- `is_larger_allowed` (Boolean) (Optional) Is it ok to return a network that is larger than the size specified?
- `location_code` (String) The location code of the network.
- `name` (String) The display name of the IPv4 network.
- `ping_before_assign` (Boolean) The network pings an address before assignment.
- `traversal_method` (String) The traversal method used to find the range to allocate the network. Must be one of "NO_TRAVERSAL", "DEPTH_FIRST", or "BREADTH_FIRST".

### Read-Only

- `addresses_free` (Number) The number of addresses unallocated/free on the network.
- `addresses_in_use` (Number) The number of addresses allocated/in use on the network.
- `allow_duplicate_host` (String) Duplicate host names check.
- `cidr` (String) The CIDR address of the IPv4 network.
- `custom_properties` (Map of String) A map of all custom properties associated with the IPv4 network.
- `default_view` (Number) The object id of the default DNS View for the network.
- `gateway` (String) The gateway of the IPv4 network.
- `id` (Number) IPv4 Network identifier.
- `inherit_allow_duplicate_host` (Boolean) Duplicate host names check is inherited.
- `inherit_default_domains` (Boolean) Default domains are inherited.
- `inherit_default_view` (Boolean) The default DNS Viewis inherited.
- `inherit_dns_restrictions` (Boolean) DNS restrictions are inherited.
- `inherit_ping_before_assign` (Boolean) The network pings an address before assignment is inherited.
- `ping_before_assign` (String) The network pings an address before assignment.
- `location_inherited` (Boolean) The location is inherited.
- `properties` (String) The properties of the resource as returned by the API (pipe delimited).
- `shared_network` (String) The name of the shared network tag associated with the IP4 Network.
- `template` (Number) The ID of the linked template
- `type` (String) The type of the resource.
- `user_defined_fields` (Map of String) A map of all user-definied fields associated with the IP4 Network.

0 comments on commit 86ea4d4

Please sign in to comment.