You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The replication method used for the Managed Database.
19616
19615
19617
-
Defaults to `none` for a single cluster and `semi_synch` for a high availability cluster.
19616
+
Defaults to `none` for a single cluster and `asynch` for a high availability cluster.
19618
19617
19619
19618
Must be `none` for a single node cluster.
19620
19619
19621
-
Must be `asynch` or `semi_synch` for a high availability cluster.
19620
+
Must be `asynch` for a high availability cluster.
19622
19621
x-linode-cli-display: 99
19623
19622
replication_commit_type:
19624
19623
type: string
@@ -19634,8 +19633,6 @@ components:
19634
19633
The synchronization level of the replicating server.
19635
19634
19636
19635
Must be `local` or `off` for the `asynch` replication type.
19637
-
19638
-
Must be `on`, `remote_write`, or `remote_apply` for the `semi_synch` replication type.
19639
19636
x-linode-cli-display: 100
19640
19637
port:
19641
19638
type: integer
@@ -21732,8 +21729,7 @@ components:
21732
21729
prefix:
21733
21730
type: integer
21734
21731
description: >
21735
-
The prefix length of the address, denoting how many addresses can be
21736
-
assigned from this pool calculated as 2 <sup>128-prefix</sup>.
21732
+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
21737
21733
example: 124
21738
21734
x-linode-cli-display: 2
21739
21735
region:
@@ -21758,15 +21754,14 @@ components:
21758
21754
range:
21759
21755
type: string
21760
21756
description: >
21761
-
The IPv6 range of addresses in this pool.
21757
+
The IPv6 address of this range.
21762
21758
example: '2600:3c01::'
21763
21759
readOnly: true
21764
21760
x-linode-cli-display: 1
21765
21761
prefix:
21766
21762
type: integer
21767
21763
description: >
21768
-
The prefix length of the address, denoting how many addresses can be
21769
-
assigned from this range calculated as 2 <sup>128-prefix</sup>.
21764
+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
21770
21765
example: 64
21771
21766
x-linode-cli-display: 2
21772
21767
region:
@@ -21779,9 +21774,8 @@ components:
21779
21774
route_target:
21780
21775
type: string
21781
21776
description: >
21782
-
The last address in this block of IPv6 addresses.
21777
+
The IPv6 SLAAC address.
21783
21778
example: '2600:3c01::ffff:ffff:ffff:ffff'
21784
-
nullable: true
21785
21779
IPv6RangeBGP:
21786
21780
type: object
21787
21781
description: >
@@ -21790,15 +21784,14 @@ components:
21790
21784
range:
21791
21785
type: string
21792
21786
description: >
21793
-
The IPv6 range of addresses in this pool.
21787
+
The IPv6 address of this range.
21794
21788
example: '2600:3c01::'
21795
21789
readOnly: true
21796
21790
x-linode-cli-display: 1
21797
21791
prefix:
21798
21792
type: integer
21799
21793
description: >
21800
-
The prefix length of the address, denoting how many addresses can be
21801
-
assigned from this range calculated as 2 <sup>128-prefix</sup>.
21794
+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
0 commit comments