You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.5 KiB
2.5 KiB
page_title | subcategory | description |
---|---|---|
dynamix_lb_backend Resource - terraform-provider-dynamix |
dynamix_lb_backend (Resource)
Schema
Required
lb_id
(Number)name
(String)
Optional
algorithm
(String)downinter
(Number)fall
(Number)inter
(Number)maxconn
(Number)maxqueue
(Number)rise
(Number)slowstart
(Number)timeouts
(Block, Optional) (see below for nested schema)weight
(Number)
Read-Only
guid
(String)id
(String) The ID of this resource.servers
(Attributes List) (see below for nested schema)
Nested Schema for timeouts
Optional:
create
(String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).delete
(String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.read
(String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.update
(String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Nested Schema for servers
Read-Only:
address
(String)check
(String)guid
(String)name
(String)port
(Number)server_settings
(Attributes) (see below for nested schema)
Nested Schema for servers.server_settings
Read-Only:
downinter
(Number)fall
(Number)guid
(String)inter
(Number)maxconn
(Number)maxqueue
(Number)rise
(Number)slowstart
(Number)weight
(Number)