Files
2025-11-18 16:20:26 +03:00

2.5 KiB

page_title, subcategory, description
page_title subcategory description
decort_sdn_segment Resource - terraform-provider-decort

decort_sdn_segment (Resource)

Schema

Required

  • access_group_id (String)
  • description (String)
  • display_name (String)
  • enabled (Boolean)

Optional

Read-Only

Nested Schema for dhcp_v4

Required:

  • enabled (Boolean)
  • gateway (String)
  • server_ip (String)

Optional:

  • dns (List of String)
  • excluded_address_ranges (List of String)
  • lease_time (Number)
  • server_mac (String)

Read-Only:

  • id (String)

Nested Schema for dhcp_v6

Required:

  • address_prefix (String)
  • enabled (Boolean)

Optional:

  • dns (List of String)
  • lease_time (Number)
  • server_mac (String)

Read-Only:

  • id (String)

Nested Schema for timeouts

Optional:

  • create (String)
  • default (String)
  • delete (String)
  • read (String)
  • update (String)

Nested Schema for logical_ports_info

Read-Only:

  • display_name (String)
  • id (String)

Nested Schema for routers_info

Read-Only:

  • display_name (String)
  • id (String)

Nested Schema for status

Read-Only:

Nested Schema for status.hypervisors

Read-Only:

  • display_name (String)
  • hypervisor_status (String)
  • name (String)
  • status (String)
  • synced_at (String)