There was an error while loading. Please reload this page.
1 parent f53ac38 commit 51eecddCopy full SHA for 51eecdd
1 file changed
components/schemas/dns/records/types/linked/DnsRecordLinkedVariant.yml
@@ -9,4 +9,6 @@ properties:
9
$ref: DnsRecordLinkedVariantDestination.yml
10
weight:
11
type: integer
12
- description: The weight of this variant relative to the other variants, used to distribute traffic across destinations.
+ minimum: 0
13
+ maximum: 1000
14
+ description: The weight of this variant relative to the other variants, used to distribute traffic across destinations. Valid range is 0 to 1000.
0 commit comments