|
483 | 483 | withAdditionalCommandArgs(additionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { data+: { additionalCommandArgs: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } } } }, |
484 | 484 | '#withAdditionalCommandArgsMixin':: d.fn(help="\"AdditionalCommandArgs represents additional arguments that can be appended\\nto the 'barman-cloud-backup' command-line invocation. These arguments\\nprovide flexibility to customize the backup process further according to\\nspecific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-backup' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='additionalCommandArgs', type=d.T.array)]), |
485 | 485 | withAdditionalCommandArgsMixin(additionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { data+: { additionalCommandArgs+: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } } } }, |
486 | | - '#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]), |
| 486 | + '#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2`, and `snappy`."', args=[d.arg(name='compression', type=d.T.string)]), |
487 | 487 | withCompression(compression): { spec+: { backup+: { barmanObjectStore+: { data+: { compression: compression } } } } }, |
488 | 488 | '#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]), |
489 | 489 | withEncryption(encryption): { spec+: { backup+: { barmanObjectStore+: { data+: { encryption: encryption } } } } }, |
|
550 | 550 | withArchiveAdditionalCommandArgs(archiveAdditionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } } } }, |
551 | 551 | '#withArchiveAdditionalCommandArgsMixin':: d.fn(help="\"Additional arguments that can be appended to the 'barman-cloud-wal-archive'\\ncommand-line invocation. These arguments provide flexibility to customize\\nthe WAL archive process further, according to specific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-wal-archive' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='archiveAdditionalCommandArgs', type=d.T.array)]), |
552 | 552 | withArchiveAdditionalCommandArgsMixin(archiveAdditionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs+: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } } } }, |
553 | | - '#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]), |
| 553 | + '#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2`,\\n`lz4`, `snappy`, `xz`, and `zstd`."', args=[d.arg(name='compression', type=d.T.string)]), |
554 | 554 | withCompression(compression): { spec+: { backup+: { barmanObjectStore+: { wal+: { compression: compression } } } } }, |
555 | 555 | '#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]), |
556 | 556 | withEncryption(encryption): { spec+: { backup+: { barmanObjectStore+: { wal+: { encryption: encryption } } } } }, |
|
1059 | 1059 | withAdditionalCommandArgs(additionalCommandArgs): { barmanObjectStore+: { data+: { additionalCommandArgs: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } }, |
1060 | 1060 | '#withAdditionalCommandArgsMixin':: d.fn(help="\"AdditionalCommandArgs represents additional arguments that can be appended\\nto the 'barman-cloud-backup' command-line invocation. These arguments\\nprovide flexibility to customize the backup process further according to\\nspecific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-backup' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='additionalCommandArgs', type=d.T.array)]), |
1061 | 1061 | withAdditionalCommandArgsMixin(additionalCommandArgs): { barmanObjectStore+: { data+: { additionalCommandArgs+: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } }, |
1062 | | - '#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]), |
| 1062 | + '#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2`, and `snappy`."', args=[d.arg(name='compression', type=d.T.string)]), |
1063 | 1063 | withCompression(compression): { barmanObjectStore+: { data+: { compression: compression } } }, |
1064 | 1064 | '#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]), |
1065 | 1065 | withEncryption(encryption): { barmanObjectStore+: { data+: { encryption: encryption } } }, |
|
1126 | 1126 | withArchiveAdditionalCommandArgs(archiveAdditionalCommandArgs): { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } }, |
1127 | 1127 | '#withArchiveAdditionalCommandArgsMixin':: d.fn(help="\"Additional arguments that can be appended to the 'barman-cloud-wal-archive'\\ncommand-line invocation. These arguments provide flexibility to customize\\nthe WAL archive process further, according to specific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-wal-archive' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='archiveAdditionalCommandArgs', type=d.T.array)]), |
1128 | 1128 | withArchiveAdditionalCommandArgsMixin(archiveAdditionalCommandArgs): { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs+: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } }, |
1129 | | - '#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]), |
| 1129 | + '#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2`,\\n`lz4`, `snappy`, `xz`, and `zstd`."', args=[d.arg(name='compression', type=d.T.string)]), |
1130 | 1130 | withCompression(compression): { barmanObjectStore+: { wal+: { compression: compression } } }, |
1131 | 1131 | '#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]), |
1132 | 1132 | withEncryption(encryption): { barmanObjectStore+: { wal+: { encryption: encryption } } }, |
|
0 commit comments