@truenas/api-client 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/dist/index.cjs +2066 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +28881 -43
- package/dist/index.d.ts +28881 -43
- package/dist/index.js +2055 -2
- package/dist/index.js.map +1 -1
- package/package.json +8 -2
package/dist/index.cjs
CHANGED
|
@@ -4,7 +4,11 @@ var rxjs = require('rxjs');
|
|
|
4
4
|
var webSocket = require('rxjs/webSocket');
|
|
5
5
|
var operators = require('rxjs/operators');
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
var __defProp = Object.defineProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
8
12
|
|
|
9
13
|
// src/enums/truenas-endpoint.enum.ts
|
|
10
14
|
var TrueNasEndpoint = /* @__PURE__ */ ((TrueNasEndpoint2) => {
|
|
@@ -1547,11 +1551,2061 @@ function errorMessageOrDefault(error, fallback) {
|
|
|
1547
1551
|
return fallback;
|
|
1548
1552
|
}
|
|
1549
1553
|
|
|
1554
|
+
// src/generated/v25_04_0/index.ts
|
|
1555
|
+
var v25_04_0_exports = {};
|
|
1556
|
+
__export(v25_04_0_exports, {
|
|
1557
|
+
Acltype: () => Acltype,
|
|
1558
|
+
Action: () => Action,
|
|
1559
|
+
AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
|
|
1560
|
+
Authenticator: () => Authenticator,
|
|
1561
|
+
Authmethod: () => Authmethod,
|
|
1562
|
+
Basic: () => Basic,
|
|
1563
|
+
Blocksize: () => Blocksize,
|
|
1564
|
+
CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
|
|
1565
|
+
CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
|
|
1566
|
+
Credentials: () => Credentials,
|
|
1567
|
+
DeviceGetInfoOtherTypeInput: () => DeviceGetInfoOtherTypeInput,
|
|
1568
|
+
DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
|
|
1569
|
+
Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput,
|
|
1570
|
+
Encryption: () => Encryption,
|
|
1571
|
+
Endpoint: () => Endpoint,
|
|
1572
|
+
FilesystemDirEntryType: () => FilesystemDirEntryType,
|
|
1573
|
+
Function: () => Function,
|
|
1574
|
+
InitShutdownScriptCreateType: () => InitShutdownScriptCreateType,
|
|
1575
|
+
InitShutdownScriptCreateTypeInput: () => InitShutdownScriptCreateTypeInput,
|
|
1576
|
+
IscsiExtentCreateType: () => IscsiExtentCreateType,
|
|
1577
|
+
IscsiExtentCreateTypeInput: () => IscsiExtentCreateTypeInput,
|
|
1578
|
+
KeychainCredentialEntryType: () => KeychainCredentialEntryType,
|
|
1579
|
+
KeychainCredentialEntryTypeInput: () => KeychainCredentialEntryTypeInput,
|
|
1580
|
+
Level: () => Level,
|
|
1581
|
+
Mode: () => Mode,
|
|
1582
|
+
NFS4ACEType: () => NFS4ACEType,
|
|
1583
|
+
NFS4ACETypeInput: () => NFS4ACETypeInput,
|
|
1584
|
+
PoolScanStateInput: () => PoolScanStateInput,
|
|
1585
|
+
Rpm: () => Rpm,
|
|
1586
|
+
SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
|
|
1587
|
+
STIGType: () => STIGType,
|
|
1588
|
+
Source: () => Source,
|
|
1589
|
+
State: () => State,
|
|
1590
|
+
Status: () => Status,
|
|
1591
|
+
Tag: () => Tag,
|
|
1592
|
+
Unixcharset: () => Unixcharset,
|
|
1593
|
+
Username: () => Username,
|
|
1594
|
+
Vendor: () => Vendor,
|
|
1595
|
+
When: () => When,
|
|
1596
|
+
ZfsTierRewriteJobEntryStatusInput: () => ZfsTierRewriteJobEntryStatusInput
|
|
1597
|
+
});
|
|
1598
|
+
|
|
1599
|
+
// src/generated/v25_04_0/api-types.ts
|
|
1600
|
+
var Acltype = {
|
|
1601
|
+
Nfs4: "NFS4",
|
|
1602
|
+
Posix1e: "POSIX1E"
|
|
1603
|
+
};
|
|
1604
|
+
var Action = {
|
|
1605
|
+
Start: "START",
|
|
1606
|
+
Stop: "STOP",
|
|
1607
|
+
Pause: "PAUSE"
|
|
1608
|
+
};
|
|
1609
|
+
var AppContainerDetailsStateInput = {
|
|
1610
|
+
Crashed: "crashed",
|
|
1611
|
+
Created: "created",
|
|
1612
|
+
Exited: "exited",
|
|
1613
|
+
Running: "running",
|
|
1614
|
+
Starting: "starting"
|
|
1615
|
+
};
|
|
1616
|
+
var Authenticator = {
|
|
1617
|
+
Level1: "LEVEL_1",
|
|
1618
|
+
Level2: "LEVEL_2"
|
|
1619
|
+
};
|
|
1620
|
+
var Authmethod = {
|
|
1621
|
+
None: "NONE",
|
|
1622
|
+
Chap: "CHAP",
|
|
1623
|
+
ChapMutual: "CHAP_MUTUAL"
|
|
1624
|
+
};
|
|
1625
|
+
var Basic = {
|
|
1626
|
+
Inherit: "INHERIT",
|
|
1627
|
+
Noinherit: "NOINHERIT"
|
|
1628
|
+
};
|
|
1629
|
+
var Blocksize = {
|
|
1630
|
+
"512": 512,
|
|
1631
|
+
"1024": 1024,
|
|
1632
|
+
"2048": 2048,
|
|
1633
|
+
"4096": 4096
|
|
1634
|
+
};
|
|
1635
|
+
var CloudBackupSnapshotItemType = {
|
|
1636
|
+
Dir: "dir",
|
|
1637
|
+
File: "file"
|
|
1638
|
+
};
|
|
1639
|
+
var CloudTaskAttributesEncryptionInput = {
|
|
1640
|
+
Null: null,
|
|
1641
|
+
Aes256: "AES256"
|
|
1642
|
+
};
|
|
1643
|
+
var Credentials = {
|
|
1644
|
+
UnixSocket: "UNIX_SOCKET",
|
|
1645
|
+
LoginPassword: "LOGIN_PASSWORD",
|
|
1646
|
+
LoginTwofactor: "LOGIN_TWOFACTOR",
|
|
1647
|
+
LoginOnetimePassword: "LOGIN_ONETIME_PASSWORD",
|
|
1648
|
+
ApiKey: "API_KEY",
|
|
1649
|
+
Token: "TOKEN",
|
|
1650
|
+
TruenasNode: "TRUENAS_NODE"
|
|
1651
|
+
};
|
|
1652
|
+
var DeviceGetInfoOtherTypeInput = {
|
|
1653
|
+
Serial: "SERIAL",
|
|
1654
|
+
Gpu: "GPU"
|
|
1655
|
+
};
|
|
1656
|
+
var DockerStatusInfoStatusInput = {
|
|
1657
|
+
Pending: "PENDING",
|
|
1658
|
+
Running: "RUNNING",
|
|
1659
|
+
Stopped: "STOPPED",
|
|
1660
|
+
Initializing: "INITIALIZING",
|
|
1661
|
+
Stopping: "STOPPING",
|
|
1662
|
+
Unconfigured: "UNCONFIGURED",
|
|
1663
|
+
Failed: "FAILED",
|
|
1664
|
+
Migrating: "MIGRATING",
|
|
1665
|
+
MigrationFailed: "MIGRATION_FAILED"
|
|
1666
|
+
};
|
|
1667
|
+
var Enclosure2SetSlotStatusStatusInput = {
|
|
1668
|
+
Clear: "CLEAR",
|
|
1669
|
+
On: "ON",
|
|
1670
|
+
Off: "OFF"
|
|
1671
|
+
};
|
|
1672
|
+
var Encryption = {
|
|
1673
|
+
Default: "DEFAULT",
|
|
1674
|
+
Negotiate: "NEGOTIATE",
|
|
1675
|
+
Desired: "DESIRED",
|
|
1676
|
+
Required: "REQUIRED"
|
|
1677
|
+
};
|
|
1678
|
+
var Endpoint = {
|
|
1679
|
+
OvhEu: "ovh-eu",
|
|
1680
|
+
OvhCa: "ovh-ca",
|
|
1681
|
+
OvhUs: "ovh-us",
|
|
1682
|
+
KimsufiEu: "kimsufi-eu",
|
|
1683
|
+
KimsufiCa: "kimsufi-ca",
|
|
1684
|
+
SoyoustartEu: "soyoustart-eu",
|
|
1685
|
+
SoyoustartCa: "soyoustart-ca"
|
|
1686
|
+
};
|
|
1687
|
+
var FilesystemDirEntryType = {
|
|
1688
|
+
Directory: "DIRECTORY",
|
|
1689
|
+
File: "FILE",
|
|
1690
|
+
Symlink: "SYMLINK",
|
|
1691
|
+
Other: "OTHER"
|
|
1692
|
+
};
|
|
1693
|
+
var Function = {
|
|
1694
|
+
Resilver: "RESILVER",
|
|
1695
|
+
Scrub: "SCRUB"
|
|
1696
|
+
};
|
|
1697
|
+
var InitShutdownScriptCreateType = {
|
|
1698
|
+
Command: "COMMAND",
|
|
1699
|
+
Script: "SCRIPT"
|
|
1700
|
+
};
|
|
1701
|
+
var InitShutdownScriptCreateTypeInput = {
|
|
1702
|
+
Command: "COMMAND",
|
|
1703
|
+
Script: "SCRIPT"
|
|
1704
|
+
};
|
|
1705
|
+
var IscsiExtentCreateType = {
|
|
1706
|
+
Disk: "DISK",
|
|
1707
|
+
File: "FILE"
|
|
1708
|
+
};
|
|
1709
|
+
var IscsiExtentCreateTypeInput = {
|
|
1710
|
+
Disk: "DISK",
|
|
1711
|
+
File: "FILE"
|
|
1712
|
+
};
|
|
1713
|
+
var KeychainCredentialEntryType = {
|
|
1714
|
+
SshKeyPair: "SSH_KEY_PAIR",
|
|
1715
|
+
SshCredentials: "SSH_CREDENTIALS"
|
|
1716
|
+
};
|
|
1717
|
+
var KeychainCredentialEntryTypeInput = {
|
|
1718
|
+
SshKeyPair: "SSH_KEY_PAIR",
|
|
1719
|
+
SshCredentials: "SSH_CREDENTIALS"
|
|
1720
|
+
};
|
|
1721
|
+
var Level = {
|
|
1722
|
+
Info: "INFO",
|
|
1723
|
+
Notice: "NOTICE",
|
|
1724
|
+
Warning: "WARNING",
|
|
1725
|
+
Error: "ERROR",
|
|
1726
|
+
Critical: "CRITICAL",
|
|
1727
|
+
Alert: "ALERT",
|
|
1728
|
+
Emergency: "EMERGENCY"
|
|
1729
|
+
};
|
|
1730
|
+
var Mode = {
|
|
1731
|
+
Iscsi: "ISCSI",
|
|
1732
|
+
Fc: "FC",
|
|
1733
|
+
Both: "BOTH"
|
|
1734
|
+
};
|
|
1735
|
+
var NFS4ACEType = {
|
|
1736
|
+
Allow: "ALLOW",
|
|
1737
|
+
Deny: "DENY"
|
|
1738
|
+
};
|
|
1739
|
+
var NFS4ACETypeInput = {
|
|
1740
|
+
Allow: "ALLOW",
|
|
1741
|
+
Deny: "DENY"
|
|
1742
|
+
};
|
|
1743
|
+
var PoolScanStateInput = {
|
|
1744
|
+
Scanning: "SCANNING",
|
|
1745
|
+
Finished: "FINISHED",
|
|
1746
|
+
Canceled: "CANCELED"
|
|
1747
|
+
};
|
|
1748
|
+
var Rpm = {
|
|
1749
|
+
Unknown: "UNKNOWN",
|
|
1750
|
+
Ssd: "SSD",
|
|
1751
|
+
"5400": "5400",
|
|
1752
|
+
"7200": "7200",
|
|
1753
|
+
"10000": "10000",
|
|
1754
|
+
"15000": "15000"
|
|
1755
|
+
};
|
|
1756
|
+
var SMBEntryEncryptionInput = {
|
|
1757
|
+
Default: "DEFAULT",
|
|
1758
|
+
Negotiate: "NEGOTIATE",
|
|
1759
|
+
Desired: "DESIRED",
|
|
1760
|
+
Required: "REQUIRED"
|
|
1761
|
+
};
|
|
1762
|
+
var Source = {
|
|
1763
|
+
Local: "LOCAL",
|
|
1764
|
+
Activedirectory: "ACTIVEDIRECTORY",
|
|
1765
|
+
Ldap: "LDAP"
|
|
1766
|
+
};
|
|
1767
|
+
var State = {
|
|
1768
|
+
Crashed: "crashed",
|
|
1769
|
+
Created: "created",
|
|
1770
|
+
Exited: "exited",
|
|
1771
|
+
Running: "running",
|
|
1772
|
+
Starting: "starting"
|
|
1773
|
+
};
|
|
1774
|
+
var Status = {
|
|
1775
|
+
Pending: "PENDING",
|
|
1776
|
+
Running: "RUNNING",
|
|
1777
|
+
Stopped: "STOPPED",
|
|
1778
|
+
Initializing: "INITIALIZING",
|
|
1779
|
+
Stopping: "STOPPING",
|
|
1780
|
+
Unconfigured: "UNCONFIGURED",
|
|
1781
|
+
Failed: "FAILED"
|
|
1782
|
+
};
|
|
1783
|
+
var STIGType = {
|
|
1784
|
+
"0": 0,
|
|
1785
|
+
"1": 1
|
|
1786
|
+
};
|
|
1787
|
+
var Tag = {
|
|
1788
|
+
Owner: "owner@",
|
|
1789
|
+
Group: "group@",
|
|
1790
|
+
Everyone: "everyone@",
|
|
1791
|
+
User: "USER",
|
|
1792
|
+
"GROUP": "GROUP"
|
|
1793
|
+
};
|
|
1794
|
+
var Unixcharset = {
|
|
1795
|
+
Utf8: "UTF-8",
|
|
1796
|
+
Gb2312: "GB2312",
|
|
1797
|
+
HzGb2312: "HZ-GB-2312",
|
|
1798
|
+
Cp1361: "CP1361",
|
|
1799
|
+
Big5: "BIG5",
|
|
1800
|
+
Big5hkscs: "BIG5HKSCS",
|
|
1801
|
+
Cp037: "CP037",
|
|
1802
|
+
Cp273: "CP273",
|
|
1803
|
+
Cp424: "CP424",
|
|
1804
|
+
Cp437: "CP437",
|
|
1805
|
+
Cp500: "CP500",
|
|
1806
|
+
Cp775: "CP775",
|
|
1807
|
+
Cp850: "CP850",
|
|
1808
|
+
Cp852: "CP852",
|
|
1809
|
+
Cp855: "CP855",
|
|
1810
|
+
Cp857: "CP857",
|
|
1811
|
+
Cp858: "CP858",
|
|
1812
|
+
Cp860: "CP860",
|
|
1813
|
+
Cp861: "CP861",
|
|
1814
|
+
Cp862: "CP862",
|
|
1815
|
+
Cp863: "CP863",
|
|
1816
|
+
Cp864: "CP864",
|
|
1817
|
+
Cp865: "CP865",
|
|
1818
|
+
Cp866: "CP866",
|
|
1819
|
+
Cp869: "CP869",
|
|
1820
|
+
Cp932: "CP932",
|
|
1821
|
+
Cp949: "CP949",
|
|
1822
|
+
Cp950: "CP950",
|
|
1823
|
+
Cp1026: "CP1026",
|
|
1824
|
+
Cp1125: "CP1125",
|
|
1825
|
+
Cp1140: "CP1140",
|
|
1826
|
+
Cp1250: "CP1250",
|
|
1827
|
+
Cp1251: "CP1251",
|
|
1828
|
+
Cp1252: "CP1252",
|
|
1829
|
+
Cp1253: "CP1253",
|
|
1830
|
+
Cp1254: "CP1254",
|
|
1831
|
+
Cp1255: "CP1255",
|
|
1832
|
+
Cp1256: "CP1256",
|
|
1833
|
+
Cp1257: "CP1257",
|
|
1834
|
+
Cp1258: "CP1258",
|
|
1835
|
+
EucJis2004: "EUC_JIS_2004",
|
|
1836
|
+
EucJisx0213: "EUC_JISX0213",
|
|
1837
|
+
EucJp: "EUC_JP",
|
|
1838
|
+
EucKr: "EUC_KR",
|
|
1839
|
+
Gb18030: "GB18030",
|
|
1840
|
+
Gbk: "GBK",
|
|
1841
|
+
Hz: "HZ",
|
|
1842
|
+
Iso2022Jp: "ISO2022_JP",
|
|
1843
|
+
Iso2022Jp1: "ISO2022_JP_1",
|
|
1844
|
+
Iso2022Jp2: "ISO2022_JP_2",
|
|
1845
|
+
Iso2022Jp2004: "ISO2022_JP_2004",
|
|
1846
|
+
Iso2022Jp3: "ISO2022_JP_3",
|
|
1847
|
+
Iso2022JpExt: "ISO2022_JP_EXT",
|
|
1848
|
+
Iso2022Kr: "ISO2022_KR",
|
|
1849
|
+
Iso88591: "ISO8859_1",
|
|
1850
|
+
Iso88592: "ISO8859_2",
|
|
1851
|
+
Iso88593: "ISO8859_3",
|
|
1852
|
+
Iso88594: "ISO8859_4",
|
|
1853
|
+
Iso88595: "ISO8859_5",
|
|
1854
|
+
Iso88596: "ISO8859_6",
|
|
1855
|
+
Iso88597: "ISO8859_7",
|
|
1856
|
+
Iso88598: "ISO8859_8",
|
|
1857
|
+
Iso88599: "ISO8859_9",
|
|
1858
|
+
Iso885910: "ISO8859_10",
|
|
1859
|
+
Iso885911: "ISO8859_11",
|
|
1860
|
+
Iso885913: "ISO8859_13",
|
|
1861
|
+
Iso885914: "ISO8859_14",
|
|
1862
|
+
Iso885915: "ISO8859_15",
|
|
1863
|
+
Iso885916: "ISO8859_16",
|
|
1864
|
+
Johab: "JOHAB",
|
|
1865
|
+
Koi8R: "KOI8_R",
|
|
1866
|
+
Kz1048: "KZ1048",
|
|
1867
|
+
Latin1: "LATIN_1",
|
|
1868
|
+
MacCyrillic: "MAC_CYRILLIC",
|
|
1869
|
+
MacGreek: "MAC_GREEK",
|
|
1870
|
+
MacIceland: "MAC_ICELAND",
|
|
1871
|
+
MacLatin2: "MAC_LATIN2",
|
|
1872
|
+
MacRoman: "MAC_ROMAN",
|
|
1873
|
+
MacTurkish: "MAC_TURKISH",
|
|
1874
|
+
Ptcp154: "PTCP154",
|
|
1875
|
+
ShiftJis: "SHIFT_JIS",
|
|
1876
|
+
ShiftJis2004: "SHIFT_JIS_2004",
|
|
1877
|
+
ShiftJisx0213: "SHIFT_JISX0213",
|
|
1878
|
+
Tis620: "TIS_620",
|
|
1879
|
+
Utf16: "UTF_16",
|
|
1880
|
+
Utf16Be: "UTF_16_BE",
|
|
1881
|
+
Utf16Le: "UTF_16_LE"
|
|
1882
|
+
};
|
|
1883
|
+
var Username = {
|
|
1884
|
+
Root: "root",
|
|
1885
|
+
TruenasAdmin: "truenas_admin"
|
|
1886
|
+
};
|
|
1887
|
+
var Vendor = {
|
|
1888
|
+
Nextcloud: "NEXTCLOUD",
|
|
1889
|
+
Owncloud: "OWNCLOUD",
|
|
1890
|
+
Sharepoint: "SHAREPOINT",
|
|
1891
|
+
Other: "OTHER"
|
|
1892
|
+
};
|
|
1893
|
+
var When = {
|
|
1894
|
+
Preinit: "PREINIT",
|
|
1895
|
+
Postinit: "POSTINIT",
|
|
1896
|
+
Shutdown: "SHUTDOWN"
|
|
1897
|
+
};
|
|
1898
|
+
var ZfsTierRewriteJobEntryStatusInput = {
|
|
1899
|
+
Complete: "COMPLETE",
|
|
1900
|
+
Running: "RUNNING",
|
|
1901
|
+
Queued: "QUEUED",
|
|
1902
|
+
Cancelled: "CANCELLED",
|
|
1903
|
+
Stopped: "STOPPED",
|
|
1904
|
+
Error: "ERROR"
|
|
1905
|
+
};
|
|
1906
|
+
|
|
1907
|
+
// src/generated/v25_04_1/index.ts
|
|
1908
|
+
var v25_04_1_exports = {};
|
|
1909
|
+
__export(v25_04_1_exports, {
|
|
1910
|
+
Acltype: () => Acltype,
|
|
1911
|
+
Action: () => Action,
|
|
1912
|
+
AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
|
|
1913
|
+
Authenticator: () => Authenticator,
|
|
1914
|
+
Authmethod: () => Authmethod,
|
|
1915
|
+
Basic: () => Basic,
|
|
1916
|
+
Blocksize: () => Blocksize,
|
|
1917
|
+
CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
|
|
1918
|
+
CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
|
|
1919
|
+
Credentials: () => Credentials,
|
|
1920
|
+
DeviceGetInfoOtherTypeInput: () => DeviceGetInfoOtherTypeInput,
|
|
1921
|
+
DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
|
|
1922
|
+
Encryption: () => Encryption,
|
|
1923
|
+
Endpoint: () => Endpoint,
|
|
1924
|
+
FilesystemDirEntryType: () => FilesystemDirEntryType,
|
|
1925
|
+
Function: () => Function,
|
|
1926
|
+
InitShutdownScriptCreateType: () => InitShutdownScriptCreateType,
|
|
1927
|
+
InitShutdownScriptCreateTypeInput: () => InitShutdownScriptCreateTypeInput,
|
|
1928
|
+
IscsiExtentCreateType: () => IscsiExtentCreateType,
|
|
1929
|
+
IscsiExtentCreateTypeInput: () => IscsiExtentCreateTypeInput,
|
|
1930
|
+
KeychainCredentialEntryType: () => KeychainCredentialEntryType,
|
|
1931
|
+
KeychainCredentialEntryTypeInput: () => KeychainCredentialEntryTypeInput,
|
|
1932
|
+
Level: () => Level,
|
|
1933
|
+
Mode: () => Mode,
|
|
1934
|
+
NFS4ACEType: () => NFS4ACEType,
|
|
1935
|
+
NFS4ACETypeInput: () => NFS4ACETypeInput,
|
|
1936
|
+
PoolScanStateInput: () => PoolScanStateInput,
|
|
1937
|
+
Rpm: () => Rpm,
|
|
1938
|
+
SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
|
|
1939
|
+
STIGType: () => STIGType,
|
|
1940
|
+
Source: () => Source,
|
|
1941
|
+
State: () => State,
|
|
1942
|
+
Status: () => Status,
|
|
1943
|
+
Tag: () => Tag,
|
|
1944
|
+
Unixcharset: () => Unixcharset,
|
|
1945
|
+
Username: () => Username,
|
|
1946
|
+
Vendor: () => Vendor,
|
|
1947
|
+
When: () => When,
|
|
1948
|
+
ZfsTierRewriteJobEntryStatusInput: () => ZfsTierRewriteJobEntryStatusInput
|
|
1949
|
+
});
|
|
1950
|
+
|
|
1951
|
+
// src/generated/v25_04_2/index.ts
|
|
1952
|
+
var v25_04_2_exports = {};
|
|
1953
|
+
__export(v25_04_2_exports, {
|
|
1954
|
+
Acltype: () => Acltype,
|
|
1955
|
+
Action: () => Action,
|
|
1956
|
+
AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
|
|
1957
|
+
Authenticator: () => Authenticator,
|
|
1958
|
+
Authmethod: () => Authmethod,
|
|
1959
|
+
Basic: () => Basic,
|
|
1960
|
+
Blocksize: () => Blocksize,
|
|
1961
|
+
Bootloader: () => Bootloader,
|
|
1962
|
+
CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
|
|
1963
|
+
CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
|
|
1964
|
+
Credentials: () => Credentials,
|
|
1965
|
+
DeviceGetInfoOtherTypeInput: () => DeviceGetInfoOtherTypeInput,
|
|
1966
|
+
DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
|
|
1967
|
+
Encryption: () => Encryption,
|
|
1968
|
+
Endpoint: () => Endpoint,
|
|
1969
|
+
FilesystemDirEntryType: () => FilesystemDirEntryType,
|
|
1970
|
+
Function: () => Function,
|
|
1971
|
+
InitShutdownScriptCreateType: () => InitShutdownScriptCreateType,
|
|
1972
|
+
InitShutdownScriptCreateTypeInput: () => InitShutdownScriptCreateTypeInput,
|
|
1973
|
+
Iotype: () => Iotype,
|
|
1974
|
+
IscsiExtentCreateType: () => IscsiExtentCreateType,
|
|
1975
|
+
IscsiExtentCreateTypeInput: () => IscsiExtentCreateTypeInput,
|
|
1976
|
+
KeychainCredentialEntryType: () => KeychainCredentialEntryType,
|
|
1977
|
+
KeychainCredentialEntryTypeInput: () => KeychainCredentialEntryTypeInput,
|
|
1978
|
+
Level: () => Level,
|
|
1979
|
+
Mode: () => Mode,
|
|
1980
|
+
NFS4ACEType: () => NFS4ACEType,
|
|
1981
|
+
NFS4ACETypeInput: () => NFS4ACETypeInput,
|
|
1982
|
+
PoolScanStateInput: () => PoolScanStateInput,
|
|
1983
|
+
Resolution: () => Resolution,
|
|
1984
|
+
Rpm: () => Rpm,
|
|
1985
|
+
SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
|
|
1986
|
+
STIGType: () => STIGType,
|
|
1987
|
+
Source: () => Source,
|
|
1988
|
+
State: () => State,
|
|
1989
|
+
Status: () => Status,
|
|
1990
|
+
Tag: () => Tag,
|
|
1991
|
+
Time: () => Time,
|
|
1992
|
+
Unixcharset: () => Unixcharset,
|
|
1993
|
+
Username: () => Username,
|
|
1994
|
+
VMDiskDeviceType: () => VMDiskDeviceType,
|
|
1995
|
+
VMDiskDeviceTypeInput: () => VMDiskDeviceTypeInput,
|
|
1996
|
+
Vendor: () => Vendor,
|
|
1997
|
+
When: () => When,
|
|
1998
|
+
ZfsTierRewriteJobEntryStatusInput: () => ZfsTierRewriteJobEntryStatusInput
|
|
1999
|
+
});
|
|
2000
|
+
|
|
2001
|
+
// src/generated/v25_04_2/api-types.ts
|
|
2002
|
+
var Bootloader = {
|
|
2003
|
+
UefiCsm: "UEFI_CSM",
|
|
2004
|
+
Uefi: "UEFI"
|
|
2005
|
+
};
|
|
2006
|
+
var Iotype = {
|
|
2007
|
+
Native: "NATIVE",
|
|
2008
|
+
Threads: "THREADS",
|
|
2009
|
+
IoUring: "IO_URING"
|
|
2010
|
+
};
|
|
2011
|
+
var Resolution = {
|
|
2012
|
+
"1920x1200": "1920x1200",
|
|
2013
|
+
"1920x1080": "1920x1080",
|
|
2014
|
+
"1600x1200": "1600x1200",
|
|
2015
|
+
"1600x900": "1600x900",
|
|
2016
|
+
"1400x1050": "1400x1050",
|
|
2017
|
+
"1280x1024": "1280x1024",
|
|
2018
|
+
"1280x720": "1280x720",
|
|
2019
|
+
"1024x768": "1024x768",
|
|
2020
|
+
"800x600": "800x600",
|
|
2021
|
+
"640x480": "640x480"
|
|
2022
|
+
};
|
|
2023
|
+
var Time = {
|
|
2024
|
+
Local: "LOCAL",
|
|
2025
|
+
Utc: "UTC"
|
|
2026
|
+
};
|
|
2027
|
+
var VMDiskDeviceType = {
|
|
2028
|
+
Ahci: "AHCI",
|
|
2029
|
+
Virtio: "VIRTIO"
|
|
2030
|
+
};
|
|
2031
|
+
var VMDiskDeviceTypeInput = {
|
|
2032
|
+
Ahci: "AHCI",
|
|
2033
|
+
Virtio: "VIRTIO"
|
|
2034
|
+
};
|
|
2035
|
+
|
|
2036
|
+
// src/generated/v25_10_0/index.ts
|
|
2037
|
+
var v25_10_0_exports = {};
|
|
2038
|
+
__export(v25_10_0_exports, {
|
|
2039
|
+
ACLTemplateEntryAcltypeInput: () => ACLTemplateEntryAcltypeInput,
|
|
2040
|
+
Aclmode: () => Aclmode,
|
|
2041
|
+
Acltype: () => Acltype,
|
|
2042
|
+
Action: () => Action,
|
|
2043
|
+
Advpowermgmt: () => Advpowermgmt,
|
|
2044
|
+
Algorithm: () => Algorithm,
|
|
2045
|
+
AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
|
|
2046
|
+
Atime: () => Atime,
|
|
2047
|
+
Authenticator: () => Authenticator,
|
|
2048
|
+
Authmethod: () => Authmethod,
|
|
2049
|
+
Autotrim: () => Autotrim,
|
|
2050
|
+
Basic: () => Basic,
|
|
2051
|
+
Blocksize: () => Blocksize,
|
|
2052
|
+
Bootloader: () => Bootloader,
|
|
2053
|
+
Casesensitivity: () => Casesensitivity,
|
|
2054
|
+
CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
|
|
2055
|
+
CloudSyncCreateDirection: () => CloudSyncCreateDirection,
|
|
2056
|
+
CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
|
|
2057
|
+
CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
|
|
2058
|
+
Code: () => Code,
|
|
2059
|
+
Compression: () => Compression,
|
|
2060
|
+
CorePingRemoteTypeInput: () => CorePingRemoteTypeInput,
|
|
2061
|
+
Credentials: () => Credentials,
|
|
2062
|
+
DeviceGetInfoOtherTypeInput: () => DeviceGetInfoOtherTypeInput,
|
|
2063
|
+
DiskDetailsTypeInput: () => DiskDetailsTypeInput,
|
|
2064
|
+
DiskWipeModeInput: () => DiskWipeModeInput,
|
|
2065
|
+
DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
|
|
2066
|
+
Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput2,
|
|
2067
|
+
Encryption: () => Encryption,
|
|
2068
|
+
Endpoint: () => Endpoint,
|
|
2069
|
+
Exec: () => Exec,
|
|
2070
|
+
Feature: () => Feature,
|
|
2071
|
+
FilesystemDirEntryType: () => FilesystemDirEntryType,
|
|
2072
|
+
Function: () => Function,
|
|
2073
|
+
GetDisplayDeviceType: () => GetDisplayDeviceType,
|
|
2074
|
+
Hddstandby: () => Hddstandby,
|
|
2075
|
+
InitShutdownScriptCreateType: () => InitShutdownScriptCreateType,
|
|
2076
|
+
InitShutdownScriptCreateTypeInput: () => InitShutdownScriptCreateTypeInput,
|
|
2077
|
+
InterfaceCreateAliasTypeInput: () => InterfaceCreateAliasTypeInput,
|
|
2078
|
+
InterfaceCreateTypeInput: () => InterfaceCreateTypeInput,
|
|
2079
|
+
Iotype: () => Iotype,
|
|
2080
|
+
IpmiChassisIdentifyVerb: () => IpmiChassisIdentifyVerb,
|
|
2081
|
+
IscsiExtentCreateType: () => IscsiExtentCreateType,
|
|
2082
|
+
IscsiExtentCreateTypeInput: () => IscsiExtentCreateTypeInput,
|
|
2083
|
+
IscsiTargetCreateMode: () => IscsiTargetCreateMode,
|
|
2084
|
+
IscsiTargetCreateModeInput: () => IscsiTargetCreateModeInput,
|
|
2085
|
+
KeychainCredentialEntryType: () => KeychainCredentialEntryType,
|
|
2086
|
+
KeychainCredentialEntryTypeInput: () => KeychainCredentialEntryTypeInput,
|
|
2087
|
+
Level: () => Level,
|
|
2088
|
+
NFS4ACEType: () => NFS4ACEType,
|
|
2089
|
+
NFS4ACETypeInput: () => NFS4ACETypeInput,
|
|
2090
|
+
Name: () => Name,
|
|
2091
|
+
Policy: () => Policy,
|
|
2092
|
+
PoolCreateChecksum: () => PoolCreateChecksum,
|
|
2093
|
+
PoolCreateDeduplication: () => PoolCreateDeduplication,
|
|
2094
|
+
PoolCreateTopologyDataVdevDRAIDTypeInput: () => PoolCreateTopologyDataVdevDRAIDTypeInput,
|
|
2095
|
+
PoolDatasetCreateFilesystemAcltypeInput: () => PoolDatasetCreateFilesystemAcltypeInput,
|
|
2096
|
+
PoolDatasetCreateFilesystemChecksum: () => PoolDatasetCreateFilesystemChecksum,
|
|
2097
|
+
PoolDatasetCreateFilesystemDeduplication: () => PoolDatasetCreateFilesystemDeduplication,
|
|
2098
|
+
PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
|
|
2099
|
+
PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
|
|
2100
|
+
PoolScanStateInput: () => PoolScanStateInput,
|
|
2101
|
+
Protocol: () => Protocol,
|
|
2102
|
+
Purpose: () => Purpose,
|
|
2103
|
+
Readonly: () => Readonly,
|
|
2104
|
+
ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
|
|
2105
|
+
ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
|
|
2106
|
+
Resolution: () => Resolution,
|
|
2107
|
+
Rpm: () => Rpm,
|
|
2108
|
+
RsyncTaskCreateDirection: () => RsyncTaskCreateDirection,
|
|
2109
|
+
RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
|
|
2110
|
+
RsyncTaskCreateMode: () => RsyncTaskCreateMode,
|
|
2111
|
+
RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
|
|
2112
|
+
SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
|
|
2113
|
+
STIGType: () => STIGType,
|
|
2114
|
+
Schema: () => Schema,
|
|
2115
|
+
Security: () => Security,
|
|
2116
|
+
Serialspeed: () => Serialspeed,
|
|
2117
|
+
ServiceControlVerb: () => ServiceControlVerb,
|
|
2118
|
+
SharingSMBEntryPurposeInput: () => SharingSMBEntryPurposeInput,
|
|
2119
|
+
SharingSMBEntryPurposeInput2: () => SharingSMBEntryPurposeInput2,
|
|
2120
|
+
Shutdown: () => Shutdown,
|
|
2121
|
+
Snapdev: () => Snapdev,
|
|
2122
|
+
Snapdir: () => Snapdir,
|
|
2123
|
+
Source: () => Source,
|
|
2124
|
+
SourceInput: () => SourceInput,
|
|
2125
|
+
State: () => State,
|
|
2126
|
+
Status: () => Status,
|
|
2127
|
+
SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
|
|
2128
|
+
Sync: () => Sync,
|
|
2129
|
+
SyslogServerTransportInput: () => SyslogServerTransportInput,
|
|
2130
|
+
Sysloglevel: () => Sysloglevel,
|
|
2131
|
+
SystemProductTypeResult: () => SystemProductTypeResult,
|
|
2132
|
+
SystemStateResult: () => SystemStateResult,
|
|
2133
|
+
Tag: () => Tag,
|
|
2134
|
+
Target: () => Target,
|
|
2135
|
+
Time: () => Time,
|
|
2136
|
+
Transport: () => Transport,
|
|
2137
|
+
TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
|
|
2138
|
+
TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
|
|
2139
|
+
TunableCreateType: () => TunableCreateType,
|
|
2140
|
+
TunableCreateTypeInput: () => TunableCreateTypeInput,
|
|
2141
|
+
UPSEntryMode: () => UPSEntryMode,
|
|
2142
|
+
UPSEntryModeInput: () => UPSEntryModeInput,
|
|
2143
|
+
Unixcharset: () => Unixcharset,
|
|
2144
|
+
Username: () => Username,
|
|
2145
|
+
VMDiskDeviceType: () => VMDiskDeviceType,
|
|
2146
|
+
VMDiskDeviceTypeInput: () => VMDiskDeviceTypeInput,
|
|
2147
|
+
VMWareEntryStateStateInput: () => VMWareEntryStateStateInput,
|
|
2148
|
+
VMWareMatchDatastoresWithDatasetsResultFilesystemType: () => VMWareMatchDatastoresWithDatasetsResultFilesystemType,
|
|
2149
|
+
Vendor: () => Vendor,
|
|
2150
|
+
Volblocksize: () => Volblocksize,
|
|
2151
|
+
When: () => When,
|
|
2152
|
+
ZfsTierRewriteJobEntryStatusInput: () => ZfsTierRewriteJobEntryStatusInput
|
|
2153
|
+
});
|
|
2154
|
+
|
|
2155
|
+
// src/generated/v25_10_0/api-types.ts
|
|
2156
|
+
var Aclmode = {
|
|
2157
|
+
Passthrough: "PASSTHROUGH",
|
|
2158
|
+
Restricted: "RESTRICTED",
|
|
2159
|
+
Discard: "DISCARD",
|
|
2160
|
+
Inherit: "INHERIT"
|
|
2161
|
+
};
|
|
2162
|
+
var ACLTemplateEntryAcltypeInput = {
|
|
2163
|
+
Nfs4: "NFS4",
|
|
2164
|
+
Posix1e: "POSIX1E"
|
|
2165
|
+
};
|
|
2166
|
+
var Advpowermgmt = {
|
|
2167
|
+
Disabled: "DISABLED",
|
|
2168
|
+
"1": "1",
|
|
2169
|
+
"64": "64",
|
|
2170
|
+
"127": "127",
|
|
2171
|
+
"128": "128",
|
|
2172
|
+
"192": "192",
|
|
2173
|
+
"254": "254"
|
|
2174
|
+
};
|
|
2175
|
+
var Algorithm = {
|
|
2176
|
+
Aes128Ccm: "AES-128-CCM",
|
|
2177
|
+
Aes192Ccm: "AES-192-CCM",
|
|
2178
|
+
Aes256Ccm: "AES-256-CCM",
|
|
2179
|
+
Aes128Gcm: "AES-128-GCM",
|
|
2180
|
+
Aes192Gcm: "AES-192-GCM",
|
|
2181
|
+
Aes256Gcm: "AES-256-GCM"
|
|
2182
|
+
};
|
|
2183
|
+
var Atime = {
|
|
2184
|
+
On: "ON",
|
|
2185
|
+
Off: "OFF",
|
|
2186
|
+
Inherit: "INHERIT"
|
|
2187
|
+
};
|
|
2188
|
+
var Autotrim = {
|
|
2189
|
+
On: "ON",
|
|
2190
|
+
Off: "OFF"
|
|
2191
|
+
};
|
|
2192
|
+
var Casesensitivity = {
|
|
2193
|
+
Sensitive: "SENSITIVE",
|
|
2194
|
+
Insensitive: "INSENSITIVE",
|
|
2195
|
+
Inherit: "INHERIT"
|
|
2196
|
+
};
|
|
2197
|
+
var CloudSyncCreateDirection = {
|
|
2198
|
+
Push: "PUSH",
|
|
2199
|
+
Pull: "PULL"
|
|
2200
|
+
};
|
|
2201
|
+
var CloudSyncCreateDirectionInput = {
|
|
2202
|
+
Push: "PUSH",
|
|
2203
|
+
Pull: "PULL"
|
|
2204
|
+
};
|
|
2205
|
+
var Code = {
|
|
2206
|
+
Normal: "NORMAL",
|
|
2207
|
+
Error: "ERROR"
|
|
2208
|
+
};
|
|
2209
|
+
var Compression = {
|
|
2210
|
+
On: "ON",
|
|
2211
|
+
Off: "OFF",
|
|
2212
|
+
Lz4: "LZ4",
|
|
2213
|
+
Gzip: "GZIP",
|
|
2214
|
+
Gzip1: "GZIP-1",
|
|
2215
|
+
Gzip9: "GZIP-9",
|
|
2216
|
+
Zstd: "ZSTD",
|
|
2217
|
+
ZstdFast: "ZSTD-FAST",
|
|
2218
|
+
Zle: "ZLE",
|
|
2219
|
+
Lzjb: "LZJB",
|
|
2220
|
+
Zstd1: "ZSTD-1",
|
|
2221
|
+
Zstd2: "ZSTD-2",
|
|
2222
|
+
Zstd3: "ZSTD-3",
|
|
2223
|
+
Zstd4: "ZSTD-4",
|
|
2224
|
+
Zstd5: "ZSTD-5",
|
|
2225
|
+
Zstd6: "ZSTD-6",
|
|
2226
|
+
Zstd7: "ZSTD-7",
|
|
2227
|
+
Zstd8: "ZSTD-8",
|
|
2228
|
+
Zstd9: "ZSTD-9",
|
|
2229
|
+
Zstd10: "ZSTD-10",
|
|
2230
|
+
Zstd11: "ZSTD-11",
|
|
2231
|
+
Zstd12: "ZSTD-12",
|
|
2232
|
+
Zstd13: "ZSTD-13",
|
|
2233
|
+
Zstd14: "ZSTD-14",
|
|
2234
|
+
Zstd15: "ZSTD-15",
|
|
2235
|
+
Zstd16: "ZSTD-16",
|
|
2236
|
+
Zstd17: "ZSTD-17",
|
|
2237
|
+
Zstd18: "ZSTD-18",
|
|
2238
|
+
Zstd19: "ZSTD-19",
|
|
2239
|
+
ZstdFast1: "ZSTD-FAST-1",
|
|
2240
|
+
ZstdFast2: "ZSTD-FAST-2",
|
|
2241
|
+
ZstdFast3: "ZSTD-FAST-3",
|
|
2242
|
+
ZstdFast4: "ZSTD-FAST-4",
|
|
2243
|
+
ZstdFast5: "ZSTD-FAST-5",
|
|
2244
|
+
ZstdFast6: "ZSTD-FAST-6",
|
|
2245
|
+
ZstdFast7: "ZSTD-FAST-7",
|
|
2246
|
+
ZstdFast8: "ZSTD-FAST-8",
|
|
2247
|
+
ZstdFast9: "ZSTD-FAST-9",
|
|
2248
|
+
ZstdFast10: "ZSTD-FAST-10",
|
|
2249
|
+
ZstdFast20: "ZSTD-FAST-20",
|
|
2250
|
+
ZstdFast30: "ZSTD-FAST-30",
|
|
2251
|
+
ZstdFast40: "ZSTD-FAST-40",
|
|
2252
|
+
ZstdFast50: "ZSTD-FAST-50",
|
|
2253
|
+
ZstdFast60: "ZSTD-FAST-60",
|
|
2254
|
+
ZstdFast70: "ZSTD-FAST-70",
|
|
2255
|
+
ZstdFast80: "ZSTD-FAST-80",
|
|
2256
|
+
ZstdFast90: "ZSTD-FAST-90",
|
|
2257
|
+
ZstdFast100: "ZSTD-FAST-100",
|
|
2258
|
+
ZstdFast500: "ZSTD-FAST-500",
|
|
2259
|
+
ZstdFast1000: "ZSTD-FAST-1000",
|
|
2260
|
+
Inherit: "INHERIT"
|
|
2261
|
+
};
|
|
2262
|
+
var CorePingRemoteTypeInput = {
|
|
2263
|
+
Icmp: "ICMP",
|
|
2264
|
+
Icmpv4: "ICMPV4",
|
|
2265
|
+
Icmpv6: "ICMPV6"
|
|
2266
|
+
};
|
|
2267
|
+
var DiskDetailsTypeInput = {
|
|
2268
|
+
Used: "USED",
|
|
2269
|
+
Unused: "UNUSED",
|
|
2270
|
+
Both: "BOTH"
|
|
2271
|
+
};
|
|
2272
|
+
var DiskWipeModeInput = {
|
|
2273
|
+
Quick: "QUICK",
|
|
2274
|
+
Full: "FULL",
|
|
2275
|
+
FullRandom: "FULL_RANDOM"
|
|
2276
|
+
};
|
|
2277
|
+
var Enclosure2SetSlotStatusStatusInput2 = {
|
|
2278
|
+
Clear: "CLEAR",
|
|
2279
|
+
On: "ON",
|
|
2280
|
+
Off: "OFF"
|
|
2281
|
+
};
|
|
2282
|
+
var Exec = {
|
|
2283
|
+
On: "ON",
|
|
2284
|
+
Off: "OFF",
|
|
2285
|
+
Inherit: "INHERIT"
|
|
2286
|
+
};
|
|
2287
|
+
var Feature = {
|
|
2288
|
+
Dedup: "DEDUP",
|
|
2289
|
+
Fibrechannel: "FIBRECHANNEL",
|
|
2290
|
+
Vm: "VM"
|
|
2291
|
+
};
|
|
2292
|
+
var GetDisplayDeviceType = {
|
|
2293
|
+
Spice: "SPICE",
|
|
2294
|
+
Vnc: "VNC"
|
|
2295
|
+
};
|
|
2296
|
+
var Hddstandby = {
|
|
2297
|
+
AlwaysOn: "ALWAYS ON",
|
|
2298
|
+
"5": "5",
|
|
2299
|
+
"10": "10",
|
|
2300
|
+
"20": "20",
|
|
2301
|
+
"30": "30",
|
|
2302
|
+
"60": "60",
|
|
2303
|
+
"120": "120",
|
|
2304
|
+
"180": "180",
|
|
2305
|
+
"240": "240",
|
|
2306
|
+
"300": "300",
|
|
2307
|
+
"330": "330"
|
|
2308
|
+
};
|
|
2309
|
+
var InterfaceCreateAliasTypeInput = {
|
|
2310
|
+
Inet: "INET",
|
|
2311
|
+
Inet6: "INET6"
|
|
2312
|
+
};
|
|
2313
|
+
var InterfaceCreateTypeInput = {
|
|
2314
|
+
Bridge: "BRIDGE",
|
|
2315
|
+
LinkAggregation: "LINK_AGGREGATION",
|
|
2316
|
+
Vlan: "VLAN"
|
|
2317
|
+
};
|
|
2318
|
+
var IpmiChassisIdentifyVerb = {
|
|
2319
|
+
On: "ON",
|
|
2320
|
+
Off: "OFF"
|
|
2321
|
+
};
|
|
2322
|
+
var IscsiTargetCreateMode = {
|
|
2323
|
+
Iscsi: "ISCSI",
|
|
2324
|
+
Fc: "FC",
|
|
2325
|
+
Both: "BOTH"
|
|
2326
|
+
};
|
|
2327
|
+
var IscsiTargetCreateModeInput = {
|
|
2328
|
+
Iscsi: "ISCSI",
|
|
2329
|
+
Fc: "FC",
|
|
2330
|
+
Both: "BOTH"
|
|
2331
|
+
};
|
|
2332
|
+
var Name = {
|
|
2333
|
+
Cpu: "cpu",
|
|
2334
|
+
Cputemp: "cputemp",
|
|
2335
|
+
Disk: "disk",
|
|
2336
|
+
Interface: "interface",
|
|
2337
|
+
Load: "load",
|
|
2338
|
+
Processes: "processes",
|
|
2339
|
+
Memory: "memory",
|
|
2340
|
+
Uptime: "uptime",
|
|
2341
|
+
Arcactualrate: "arcactualrate",
|
|
2342
|
+
Arcrate: "arcrate",
|
|
2343
|
+
Arcsize: "arcsize",
|
|
2344
|
+
Arcresult: "arcresult",
|
|
2345
|
+
Disktemp: "disktemp",
|
|
2346
|
+
Upscharge: "upscharge",
|
|
2347
|
+
Upsruntime: "upsruntime",
|
|
2348
|
+
Upsvoltage: "upsvoltage",
|
|
2349
|
+
Upscurrent: "upscurrent",
|
|
2350
|
+
Upsfrequency: "upsfrequency",
|
|
2351
|
+
Upsload: "upsload",
|
|
2352
|
+
Upstemperature: "upstemperature"
|
|
2353
|
+
};
|
|
2354
|
+
var Policy = {
|
|
2355
|
+
Immediately: "IMMEDIATELY",
|
|
2356
|
+
Hourly: "HOURLY",
|
|
2357
|
+
Daily: "DAILY",
|
|
2358
|
+
Never: "NEVER"
|
|
2359
|
+
};
|
|
2360
|
+
var PoolCreateChecksum = {
|
|
2361
|
+
On: "ON",
|
|
2362
|
+
Off: "OFF",
|
|
2363
|
+
Fletcher2: "FLETCHER2",
|
|
2364
|
+
Fletcher4: "FLETCHER4",
|
|
2365
|
+
Sha256: "SHA256",
|
|
2366
|
+
Sha512: "SHA512",
|
|
2367
|
+
Skein: "SKEIN",
|
|
2368
|
+
Edonr: "EDONR",
|
|
2369
|
+
Blake3: "BLAKE3",
|
|
2370
|
+
Null: null
|
|
2371
|
+
};
|
|
2372
|
+
var PoolCreateDeduplication = {
|
|
2373
|
+
On: "ON",
|
|
2374
|
+
Verify: "VERIFY",
|
|
2375
|
+
Off: "OFF",
|
|
2376
|
+
Null: null
|
|
2377
|
+
};
|
|
2378
|
+
var PoolCreateTopologyDataVdevDRAIDTypeInput = {
|
|
2379
|
+
Draid1: "DRAID1",
|
|
2380
|
+
Draid2: "DRAID2",
|
|
2381
|
+
Draid3: "DRAID3"
|
|
2382
|
+
};
|
|
2383
|
+
var PoolDatasetCreateFilesystemAcltypeInput = {
|
|
2384
|
+
Off: "OFF",
|
|
2385
|
+
Nfsv4: "NFSV4",
|
|
2386
|
+
Posix: "POSIX",
|
|
2387
|
+
Inherit: "INHERIT"
|
|
2388
|
+
};
|
|
2389
|
+
var PoolDatasetCreateFilesystemChecksum = {
|
|
2390
|
+
On: "ON",
|
|
2391
|
+
Off: "OFF",
|
|
2392
|
+
Fletcher2: "FLETCHER2",
|
|
2393
|
+
Fletcher4: "FLETCHER4",
|
|
2394
|
+
Sha256: "SHA256",
|
|
2395
|
+
Sha512: "SHA512",
|
|
2396
|
+
Skein: "SKEIN",
|
|
2397
|
+
Edonr: "EDONR",
|
|
2398
|
+
Blake3: "BLAKE3",
|
|
2399
|
+
Inherit: "INHERIT"
|
|
2400
|
+
};
|
|
2401
|
+
var PoolDatasetCreateFilesystemDeduplication = {
|
|
2402
|
+
On: "ON",
|
|
2403
|
+
Verify: "VERIFY",
|
|
2404
|
+
Off: "OFF",
|
|
2405
|
+
Inherit: "INHERIT"
|
|
2406
|
+
};
|
|
2407
|
+
var PoolDatasetCreateFilesystemReadonlyInput = {
|
|
2408
|
+
On: "ON",
|
|
2409
|
+
Off: "OFF",
|
|
2410
|
+
Inherit: "INHERIT"
|
|
2411
|
+
};
|
|
2412
|
+
var PoolDatasetDeleteResult = {
|
|
2413
|
+
Null: null,
|
|
2414
|
+
True: true
|
|
2415
|
+
};
|
|
2416
|
+
var Protocol = {
|
|
2417
|
+
Http: "HTTP",
|
|
2418
|
+
Https: "HTTPS"
|
|
2419
|
+
};
|
|
2420
|
+
var Purpose = {
|
|
2421
|
+
DefaultShare: "DEFAULT_SHARE",
|
|
2422
|
+
LegacyShare: "LEGACY_SHARE",
|
|
2423
|
+
TimemachineShare: "TIMEMACHINE_SHARE",
|
|
2424
|
+
MultiprotocolShare: "MULTIPROTOCOL_SHARE",
|
|
2425
|
+
TimeLockedShare: "TIME_LOCKED_SHARE",
|
|
2426
|
+
PrivateDatasetsShare: "PRIVATE_DATASETS_SHARE",
|
|
2427
|
+
ExternalShare: "EXTERNAL_SHARE",
|
|
2428
|
+
VeeamRepositoryShare: "VEEAM_REPOSITORY_SHARE"
|
|
2429
|
+
};
|
|
2430
|
+
var Readonly = {
|
|
2431
|
+
Set: "SET",
|
|
2432
|
+
Require: "REQUIRE",
|
|
2433
|
+
Ignore: "IGNORE"
|
|
2434
|
+
};
|
|
2435
|
+
var ReplicationCountEligibleManualSnapshotsTransportInput = {
|
|
2436
|
+
Ssh: "SSH",
|
|
2437
|
+
SshNetcat: "SSH+NETCAT",
|
|
2438
|
+
Local: "LOCAL"
|
|
2439
|
+
};
|
|
2440
|
+
var ReplicationCreateReadonlyInput = {
|
|
2441
|
+
Set: "SET",
|
|
2442
|
+
Require: "REQUIRE",
|
|
2443
|
+
Ignore: "IGNORE"
|
|
2444
|
+
};
|
|
2445
|
+
var RsyncTaskCreateDirection = {
|
|
2446
|
+
Pull: "PULL",
|
|
2447
|
+
Push: "PUSH"
|
|
2448
|
+
};
|
|
2449
|
+
var RsyncTaskCreateDirectionInput = {
|
|
2450
|
+
Pull: "PULL",
|
|
2451
|
+
Push: "PUSH"
|
|
2452
|
+
};
|
|
2453
|
+
var RsyncTaskCreateMode = {
|
|
2454
|
+
Module: "MODULE",
|
|
2455
|
+
Ssh: "SSH"
|
|
2456
|
+
};
|
|
2457
|
+
var RsyncTaskCreateModeInput = {
|
|
2458
|
+
Module: "MODULE",
|
|
2459
|
+
Ssh: "SSH"
|
|
2460
|
+
};
|
|
2461
|
+
var Schema = {
|
|
2462
|
+
Rfc2307: "RFC2307",
|
|
2463
|
+
Rfc2307bis: "RFC2307BIS"
|
|
2464
|
+
};
|
|
2465
|
+
var Security = {
|
|
2466
|
+
Plain: "PLAIN",
|
|
2467
|
+
Ssl: "SSL",
|
|
2468
|
+
Tls: "TLS"
|
|
2469
|
+
};
|
|
2470
|
+
var Serialspeed = {
|
|
2471
|
+
"9600": "9600",
|
|
2472
|
+
"19200": "19200",
|
|
2473
|
+
"38400": "38400",
|
|
2474
|
+
"57600": "57600",
|
|
2475
|
+
"115200": "115200"
|
|
2476
|
+
};
|
|
2477
|
+
var ServiceControlVerb = {
|
|
2478
|
+
Start: "START",
|
|
2479
|
+
Stop: "STOP",
|
|
2480
|
+
Restart: "RESTART",
|
|
2481
|
+
Reload: "RELOAD"
|
|
2482
|
+
};
|
|
2483
|
+
var SharingSMBEntryPurposeInput = {
|
|
2484
|
+
DefaultShare: "DEFAULT_SHARE",
|
|
2485
|
+
LegacyShare: "LEGACY_SHARE",
|
|
2486
|
+
TimemachineShare: "TIMEMACHINE_SHARE",
|
|
2487
|
+
MultiprotocolShare: "MULTIPROTOCOL_SHARE",
|
|
2488
|
+
TimeLockedShare: "TIME_LOCKED_SHARE",
|
|
2489
|
+
PrivateDatasetsShare: "PRIVATE_DATASETS_SHARE",
|
|
2490
|
+
ExternalShare: "EXTERNAL_SHARE",
|
|
2491
|
+
VeeamRepositoryShare: "VEEAM_REPOSITORY_SHARE",
|
|
2492
|
+
FcpShare: "FCP_SHARE"
|
|
2493
|
+
};
|
|
2494
|
+
var SharingSMBEntryPurposeInput2 = {
|
|
2495
|
+
DefaultShare: "DEFAULT_SHARE",
|
|
2496
|
+
LegacyShare: "LEGACY_SHARE",
|
|
2497
|
+
TimemachineShare: "TIMEMACHINE_SHARE",
|
|
2498
|
+
MultiprotocolShare: "MULTIPROTOCOL_SHARE",
|
|
2499
|
+
TimeLockedShare: "TIME_LOCKED_SHARE",
|
|
2500
|
+
PrivateDatasetsShare: "PRIVATE_DATASETS_SHARE",
|
|
2501
|
+
ExternalShare: "EXTERNAL_SHARE",
|
|
2502
|
+
VeeamRepositoryShare: "VEEAM_REPOSITORY_SHARE"
|
|
2503
|
+
};
|
|
2504
|
+
var Shutdown = {
|
|
2505
|
+
Lowbatt: "LOWBATT",
|
|
2506
|
+
Batt: "BATT"
|
|
2507
|
+
};
|
|
2508
|
+
var Snapdev = {
|
|
2509
|
+
Hidden: "HIDDEN",
|
|
2510
|
+
Visible: "VISIBLE",
|
|
2511
|
+
Inherit: "INHERIT"
|
|
2512
|
+
};
|
|
2513
|
+
var Snapdir = {
|
|
2514
|
+
Disabled: "DISABLED",
|
|
2515
|
+
Visible: "VISIBLE",
|
|
2516
|
+
Hidden: "HIDDEN",
|
|
2517
|
+
Inherit: "INHERIT"
|
|
2518
|
+
};
|
|
2519
|
+
var SourceInput = {
|
|
2520
|
+
None: "NONE",
|
|
2521
|
+
Default: "DEFAULT",
|
|
2522
|
+
Local: "LOCAL",
|
|
2523
|
+
Temporary: "TEMPORARY",
|
|
2524
|
+
Inherited: "INHERITED",
|
|
2525
|
+
Received: "RECEIVED"
|
|
2526
|
+
};
|
|
2527
|
+
var SupportNewTicketCommunityTypeInput = {
|
|
2528
|
+
Bug: "BUG",
|
|
2529
|
+
Feature: "FEATURE"
|
|
2530
|
+
};
|
|
2531
|
+
var Sync = {
|
|
2532
|
+
Standard: "STANDARD",
|
|
2533
|
+
Always: "ALWAYS",
|
|
2534
|
+
Disabled: "DISABLED",
|
|
2535
|
+
Inherit: "INHERIT"
|
|
2536
|
+
};
|
|
2537
|
+
var Sysloglevel = {
|
|
2538
|
+
FEmerg: "F_EMERG",
|
|
2539
|
+
FAlert: "F_ALERT",
|
|
2540
|
+
FCrit: "F_CRIT",
|
|
2541
|
+
FErr: "F_ERR",
|
|
2542
|
+
FWarning: "F_WARNING",
|
|
2543
|
+
FNotice: "F_NOTICE",
|
|
2544
|
+
FInfo: "F_INFO",
|
|
2545
|
+
FDebug: "F_DEBUG"
|
|
2546
|
+
};
|
|
2547
|
+
var SyslogServerTransportInput = {
|
|
2548
|
+
Udp: "UDP",
|
|
2549
|
+
Tcp: "TCP",
|
|
2550
|
+
Tls: "TLS"
|
|
2551
|
+
};
|
|
2552
|
+
var SystemProductTypeResult = {
|
|
2553
|
+
CommunityEdition: "COMMUNITY_EDITION",
|
|
2554
|
+
Enterprise: "ENTERPRISE"
|
|
2555
|
+
};
|
|
2556
|
+
var SystemStateResult = {
|
|
2557
|
+
Booting: "BOOTING",
|
|
2558
|
+
Ready: "READY",
|
|
2559
|
+
ShuttingDown: "SHUTTING_DOWN"
|
|
2560
|
+
};
|
|
2561
|
+
var Target = {
|
|
2562
|
+
Ws: "WS",
|
|
2563
|
+
Cli: "CLI",
|
|
2564
|
+
Rest: "REST"
|
|
2565
|
+
};
|
|
2566
|
+
var Transport = {
|
|
2567
|
+
Ssh: "SSH",
|
|
2568
|
+
SshNetcat: "SSH+NETCAT",
|
|
2569
|
+
Local: "LOCAL"
|
|
2570
|
+
};
|
|
2571
|
+
var TruecommandConfigChangedEventFieldsStatus = {
|
|
2572
|
+
Connected: "CONNECTED",
|
|
2573
|
+
Connecting: "CONNECTING",
|
|
2574
|
+
Disabled: "DISABLED",
|
|
2575
|
+
Failed: "FAILED"
|
|
2576
|
+
};
|
|
2577
|
+
var TruecommandConfigChangedEventFieldsStatusInput = {
|
|
2578
|
+
Connected: "CONNECTED",
|
|
2579
|
+
Connecting: "CONNECTING",
|
|
2580
|
+
Disabled: "DISABLED",
|
|
2581
|
+
Failed: "FAILED"
|
|
2582
|
+
};
|
|
2583
|
+
var TunableCreateType = {
|
|
2584
|
+
Sysctl: "SYSCTL",
|
|
2585
|
+
Udev: "UDEV",
|
|
2586
|
+
Zfs: "ZFS"
|
|
2587
|
+
};
|
|
2588
|
+
var TunableCreateTypeInput = {
|
|
2589
|
+
Sysctl: "SYSCTL",
|
|
2590
|
+
Udev: "UDEV",
|
|
2591
|
+
Zfs: "ZFS"
|
|
2592
|
+
};
|
|
2593
|
+
var UPSEntryMode = {
|
|
2594
|
+
Master: "MASTER",
|
|
2595
|
+
Slave: "SLAVE"
|
|
2596
|
+
};
|
|
2597
|
+
var UPSEntryModeInput = {
|
|
2598
|
+
Master: "MASTER",
|
|
2599
|
+
Slave: "SLAVE"
|
|
2600
|
+
};
|
|
2601
|
+
var VMWareEntryStateStateInput = {
|
|
2602
|
+
Pending: "PENDING",
|
|
2603
|
+
Success: "SUCCESS",
|
|
2604
|
+
Error: "ERROR",
|
|
2605
|
+
Blocked: "BLOCKED"
|
|
2606
|
+
};
|
|
2607
|
+
var VMWareMatchDatastoresWithDatasetsResultFilesystemType = {
|
|
2608
|
+
Filesystem: "FILESYSTEM",
|
|
2609
|
+
Volume: "VOLUME"
|
|
2610
|
+
};
|
|
2611
|
+
var Volblocksize = {
|
|
2612
|
+
"512": "512",
|
|
2613
|
+
"512B": "512B",
|
|
2614
|
+
"1K": "1K",
|
|
2615
|
+
"2K": "2K",
|
|
2616
|
+
"4K": "4K",
|
|
2617
|
+
"8K": "8K",
|
|
2618
|
+
"16K": "16K",
|
|
2619
|
+
"32K": "32K",
|
|
2620
|
+
"64K": "64K",
|
|
2621
|
+
"128K": "128K"
|
|
2622
|
+
};
|
|
2623
|
+
|
|
2624
|
+
// src/generated/v25_10_1/index.ts
|
|
2625
|
+
var v25_10_1_exports = {};
|
|
2626
|
+
__export(v25_10_1_exports, {
|
|
2627
|
+
ACLTemplateEntryAcltypeInput: () => ACLTemplateEntryAcltypeInput,
|
|
2628
|
+
Aclmode: () => Aclmode,
|
|
2629
|
+
Acltype: () => Acltype,
|
|
2630
|
+
Action: () => Action,
|
|
2631
|
+
Advpowermgmt: () => Advpowermgmt,
|
|
2632
|
+
Algorithm: () => Algorithm,
|
|
2633
|
+
AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
|
|
2634
|
+
Atime: () => Atime,
|
|
2635
|
+
Authenticator: () => Authenticator,
|
|
2636
|
+
Authmethod: () => Authmethod,
|
|
2637
|
+
Autotrim: () => Autotrim,
|
|
2638
|
+
Basic: () => Basic,
|
|
2639
|
+
Blocksize: () => Blocksize,
|
|
2640
|
+
Bootloader: () => Bootloader,
|
|
2641
|
+
Casesensitivity: () => Casesensitivity,
|
|
2642
|
+
CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
|
|
2643
|
+
CloudSyncCreateDirection: () => CloudSyncCreateDirection,
|
|
2644
|
+
CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
|
|
2645
|
+
CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
|
|
2646
|
+
Code: () => Code,
|
|
2647
|
+
Compression: () => Compression,
|
|
2648
|
+
CorePingRemoteTypeInput: () => CorePingRemoteTypeInput,
|
|
2649
|
+
Credentials: () => Credentials,
|
|
2650
|
+
DeviceGetInfoOtherTypeInput: () => DeviceGetInfoOtherTypeInput,
|
|
2651
|
+
DiskDetailsTypeInput: () => DiskDetailsTypeInput,
|
|
2652
|
+
DiskWipeModeInput: () => DiskWipeModeInput,
|
|
2653
|
+
DockerStatusInfoStatus: () => DockerStatusInfoStatus,
|
|
2654
|
+
DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
|
|
2655
|
+
Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput2,
|
|
2656
|
+
Encryption: () => Encryption,
|
|
2657
|
+
Endpoint: () => Endpoint,
|
|
2658
|
+
Exec: () => Exec,
|
|
2659
|
+
Feature: () => Feature,
|
|
2660
|
+
FilesystemDirEntryType: () => FilesystemDirEntryType,
|
|
2661
|
+
Function: () => Function,
|
|
2662
|
+
GetDisplayDeviceType: () => GetDisplayDeviceType,
|
|
2663
|
+
Hddstandby: () => Hddstandby,
|
|
2664
|
+
InitShutdownScriptCreateType: () => InitShutdownScriptCreateType,
|
|
2665
|
+
InitShutdownScriptCreateTypeInput: () => InitShutdownScriptCreateTypeInput,
|
|
2666
|
+
InterfaceCreateAliasTypeInput: () => InterfaceCreateAliasTypeInput,
|
|
2667
|
+
InterfaceCreateTypeInput: () => InterfaceCreateTypeInput,
|
|
2668
|
+
Iotype: () => Iotype,
|
|
2669
|
+
IpmiChassisIdentifyVerb: () => IpmiChassisIdentifyVerb,
|
|
2670
|
+
IscsiExtentCreateType: () => IscsiExtentCreateType,
|
|
2671
|
+
IscsiExtentCreateTypeInput: () => IscsiExtentCreateTypeInput,
|
|
2672
|
+
IscsiTargetCreateMode: () => IscsiTargetCreateMode,
|
|
2673
|
+
IscsiTargetCreateModeInput: () => IscsiTargetCreateModeInput,
|
|
2674
|
+
KeychainCredentialEntryType: () => KeychainCredentialEntryType,
|
|
2675
|
+
KeychainCredentialEntryTypeInput: () => KeychainCredentialEntryTypeInput,
|
|
2676
|
+
Level: () => Level,
|
|
2677
|
+
NFS4ACEType: () => NFS4ACEType,
|
|
2678
|
+
NFS4ACETypeInput: () => NFS4ACETypeInput,
|
|
2679
|
+
Name: () => Name,
|
|
2680
|
+
Policy: () => Policy,
|
|
2681
|
+
PoolCreateChecksum: () => PoolCreateChecksum,
|
|
2682
|
+
PoolCreateDeduplication: () => PoolCreateDeduplication,
|
|
2683
|
+
PoolCreateTopologyDataVdevDRAIDTypeInput: () => PoolCreateTopologyDataVdevDRAIDTypeInput,
|
|
2684
|
+
PoolDatasetCreateFilesystemAcltypeInput: () => PoolDatasetCreateFilesystemAcltypeInput,
|
|
2685
|
+
PoolDatasetCreateFilesystemChecksum: () => PoolDatasetCreateFilesystemChecksum,
|
|
2686
|
+
PoolDatasetCreateFilesystemDeduplication: () => PoolDatasetCreateFilesystemDeduplication,
|
|
2687
|
+
PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
|
|
2688
|
+
PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
|
|
2689
|
+
PoolScanStateInput: () => PoolScanStateInput,
|
|
2690
|
+
Protocol: () => Protocol,
|
|
2691
|
+
Purpose: () => Purpose2,
|
|
2692
|
+
Readonly: () => Readonly,
|
|
2693
|
+
ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
|
|
2694
|
+
ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
|
|
2695
|
+
Resolution: () => Resolution,
|
|
2696
|
+
Rpm: () => Rpm,
|
|
2697
|
+
RsyncTaskCreateDirection: () => RsyncTaskCreateDirection,
|
|
2698
|
+
RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
|
|
2699
|
+
RsyncTaskCreateMode: () => RsyncTaskCreateMode,
|
|
2700
|
+
RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
|
|
2701
|
+
SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
|
|
2702
|
+
STIGType: () => STIGType,
|
|
2703
|
+
Schema: () => Schema,
|
|
2704
|
+
Security: () => Security,
|
|
2705
|
+
Serialspeed: () => Serialspeed,
|
|
2706
|
+
ServiceControlVerb: () => ServiceControlVerb,
|
|
2707
|
+
Shutdown: () => Shutdown,
|
|
2708
|
+
Snapdev: () => Snapdev,
|
|
2709
|
+
Snapdir: () => Snapdir,
|
|
2710
|
+
Source: () => Source,
|
|
2711
|
+
SourceInput: () => SourceInput,
|
|
2712
|
+
State: () => State,
|
|
2713
|
+
SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
|
|
2714
|
+
Sync: () => Sync,
|
|
2715
|
+
SyslogServerTransportInput: () => SyslogServerTransportInput,
|
|
2716
|
+
Sysloglevel: () => Sysloglevel,
|
|
2717
|
+
SystemProductTypeResult: () => SystemProductTypeResult,
|
|
2718
|
+
SystemStateResult: () => SystemStateResult,
|
|
2719
|
+
Tag: () => Tag,
|
|
2720
|
+
Target: () => Target,
|
|
2721
|
+
Time: () => Time,
|
|
2722
|
+
Transport: () => Transport,
|
|
2723
|
+
TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
|
|
2724
|
+
TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
|
|
2725
|
+
TunableCreateType: () => TunableCreateType,
|
|
2726
|
+
TunableCreateTypeInput: () => TunableCreateTypeInput,
|
|
2727
|
+
UPSEntryMode: () => UPSEntryMode,
|
|
2728
|
+
UPSEntryModeInput: () => UPSEntryModeInput,
|
|
2729
|
+
Unixcharset: () => Unixcharset,
|
|
2730
|
+
Username: () => Username,
|
|
2731
|
+
VMDiskDeviceType: () => VMDiskDeviceType,
|
|
2732
|
+
VMDiskDeviceTypeInput: () => VMDiskDeviceTypeInput,
|
|
2733
|
+
VMWareEntryStateStateInput: () => VMWareEntryStateStateInput,
|
|
2734
|
+
VMWareMatchDatastoresWithDatasetsResultFilesystemType: () => VMWareMatchDatastoresWithDatasetsResultFilesystemType,
|
|
2735
|
+
Vendor: () => Vendor,
|
|
2736
|
+
Volblocksize: () => Volblocksize,
|
|
2737
|
+
When: () => When,
|
|
2738
|
+
ZfsTierRewriteJobEntryStatusInput: () => ZfsTierRewriteJobEntryStatusInput
|
|
2739
|
+
});
|
|
2740
|
+
|
|
2741
|
+
// src/generated/v25_10_1/api-types.ts
|
|
2742
|
+
var DockerStatusInfoStatus = {
|
|
2743
|
+
Pending: "PENDING",
|
|
2744
|
+
Running: "RUNNING",
|
|
2745
|
+
Stopped: "STOPPED",
|
|
2746
|
+
Initializing: "INITIALIZING",
|
|
2747
|
+
Stopping: "STOPPING",
|
|
2748
|
+
Unconfigured: "UNCONFIGURED",
|
|
2749
|
+
Failed: "FAILED",
|
|
2750
|
+
Migrating: "MIGRATING",
|
|
2751
|
+
MigrationFailed: "MIGRATION_FAILED"
|
|
2752
|
+
};
|
|
2753
|
+
var Purpose2 = {
|
|
2754
|
+
DefaultShare: "DEFAULT_SHARE",
|
|
2755
|
+
LegacyShare: "LEGACY_SHARE",
|
|
2756
|
+
TimemachineShare: "TIMEMACHINE_SHARE",
|
|
2757
|
+
MultiprotocolShare: "MULTIPROTOCOL_SHARE",
|
|
2758
|
+
TimeLockedShare: "TIME_LOCKED_SHARE",
|
|
2759
|
+
PrivateDatasetsShare: "PRIVATE_DATASETS_SHARE",
|
|
2760
|
+
ExternalShare: "EXTERNAL_SHARE",
|
|
2761
|
+
VeeamRepositoryShare: "VEEAM_REPOSITORY_SHARE",
|
|
2762
|
+
FcpShare: "FCP_SHARE"
|
|
2763
|
+
};
|
|
2764
|
+
|
|
2765
|
+
// src/generated/v25_10_2/index.ts
|
|
2766
|
+
var v25_10_2_exports = {};
|
|
2767
|
+
__export(v25_10_2_exports, {
|
|
2768
|
+
ACLTemplateEntryAcltypeInput: () => ACLTemplateEntryAcltypeInput,
|
|
2769
|
+
Aclmode: () => Aclmode,
|
|
2770
|
+
Acltype: () => Acltype,
|
|
2771
|
+
Action: () => Action,
|
|
2772
|
+
Advpowermgmt: () => Advpowermgmt,
|
|
2773
|
+
Algorithm: () => Algorithm,
|
|
2774
|
+
AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
|
|
2775
|
+
Atime: () => Atime,
|
|
2776
|
+
Authenticator: () => Authenticator,
|
|
2777
|
+
Authmethod: () => Authmethod,
|
|
2778
|
+
Autotrim: () => Autotrim,
|
|
2779
|
+
Basic: () => Basic,
|
|
2780
|
+
Blocksize: () => Blocksize,
|
|
2781
|
+
Bootloader: () => Bootloader,
|
|
2782
|
+
Casesensitivity: () => Casesensitivity,
|
|
2783
|
+
CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
|
|
2784
|
+
CloudSyncCreateDirection: () => CloudSyncCreateDirection,
|
|
2785
|
+
CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
|
|
2786
|
+
CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
|
|
2787
|
+
Code: () => Code,
|
|
2788
|
+
Compression: () => Compression,
|
|
2789
|
+
CorePingRemoteTypeInput: () => CorePingRemoteTypeInput,
|
|
2790
|
+
Credentials: () => Credentials,
|
|
2791
|
+
DeviceGetInfoOtherTypeInput: () => DeviceGetInfoOtherTypeInput,
|
|
2792
|
+
DiskDetailsTypeInput: () => DiskDetailsTypeInput,
|
|
2793
|
+
DiskWipeModeInput: () => DiskWipeModeInput,
|
|
2794
|
+
DockerStatusInfoStatus: () => DockerStatusInfoStatus,
|
|
2795
|
+
DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
|
|
2796
|
+
Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput2,
|
|
2797
|
+
Encryption: () => Encryption,
|
|
2798
|
+
Endpoint: () => Endpoint,
|
|
2799
|
+
Exec: () => Exec,
|
|
2800
|
+
Feature: () => Feature,
|
|
2801
|
+
FilesystemDirEntryType: () => FilesystemDirEntryType,
|
|
2802
|
+
Function: () => Function,
|
|
2803
|
+
GetDisplayDeviceType: () => GetDisplayDeviceType,
|
|
2804
|
+
Hddstandby: () => Hddstandby,
|
|
2805
|
+
InitShutdownScriptCreateType: () => InitShutdownScriptCreateType,
|
|
2806
|
+
InitShutdownScriptCreateTypeInput: () => InitShutdownScriptCreateTypeInput,
|
|
2807
|
+
InterfaceCreateAliasTypeInput: () => InterfaceCreateAliasTypeInput,
|
|
2808
|
+
InterfaceCreateTypeInput: () => InterfaceCreateTypeInput,
|
|
2809
|
+
Iotype: () => Iotype,
|
|
2810
|
+
IpmiChassisIdentifyRequestVerb: () => IpmiChassisIdentifyRequestVerb,
|
|
2811
|
+
IscsiExtentCreateType: () => IscsiExtentCreateType,
|
|
2812
|
+
IscsiExtentCreateTypeInput: () => IscsiExtentCreateTypeInput,
|
|
2813
|
+
IscsiTargetCreateMode: () => IscsiTargetCreateMode,
|
|
2814
|
+
IscsiTargetCreateModeInput: () => IscsiTargetCreateModeInput,
|
|
2815
|
+
KeychainCredentialEntryType: () => KeychainCredentialEntryType,
|
|
2816
|
+
KeychainCredentialEntryTypeInput: () => KeychainCredentialEntryTypeInput,
|
|
2817
|
+
Level: () => Level,
|
|
2818
|
+
NFS4ACEType: () => NFS4ACEType,
|
|
2819
|
+
NFS4ACETypeInput: () => NFS4ACETypeInput,
|
|
2820
|
+
Name: () => Name,
|
|
2821
|
+
Policy: () => Policy,
|
|
2822
|
+
PoolCreateChecksum: () => PoolCreateChecksum,
|
|
2823
|
+
PoolCreateDeduplication: () => PoolCreateDeduplication,
|
|
2824
|
+
PoolCreateTopologyDataVdevDRAIDTypeInput: () => PoolCreateTopologyDataVdevDRAIDTypeInput,
|
|
2825
|
+
PoolDatasetCreateFilesystemAcltypeInput: () => PoolDatasetCreateFilesystemAcltypeInput,
|
|
2826
|
+
PoolDatasetCreateFilesystemChecksum: () => PoolDatasetCreateFilesystemChecksum,
|
|
2827
|
+
PoolDatasetCreateFilesystemDeduplication: () => PoolDatasetCreateFilesystemDeduplication,
|
|
2828
|
+
PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
|
|
2829
|
+
PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
|
|
2830
|
+
PoolScanStateInput: () => PoolScanStateInput,
|
|
2831
|
+
Protocol: () => Protocol,
|
|
2832
|
+
Purpose: () => Purpose2,
|
|
2833
|
+
Readonly: () => Readonly,
|
|
2834
|
+
ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
|
|
2835
|
+
ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
|
|
2836
|
+
Resolution: () => Resolution,
|
|
2837
|
+
Rpm: () => Rpm,
|
|
2838
|
+
RsyncTaskCreateDirection: () => RsyncTaskCreateDirection,
|
|
2839
|
+
RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
|
|
2840
|
+
RsyncTaskCreateMode: () => RsyncTaskCreateMode,
|
|
2841
|
+
RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
|
|
2842
|
+
SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
|
|
2843
|
+
STIGType: () => STIGType,
|
|
2844
|
+
Schema: () => Schema,
|
|
2845
|
+
Security: () => Security,
|
|
2846
|
+
Serialspeed: () => Serialspeed,
|
|
2847
|
+
ServiceControlVerb: () => ServiceControlVerb,
|
|
2848
|
+
Shutdown: () => Shutdown,
|
|
2849
|
+
Snapdev: () => Snapdev,
|
|
2850
|
+
Snapdir: () => Snapdir,
|
|
2851
|
+
Source: () => Source,
|
|
2852
|
+
SourceInput: () => SourceInput,
|
|
2853
|
+
State: () => State,
|
|
2854
|
+
SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
|
|
2855
|
+
Sync: () => Sync,
|
|
2856
|
+
SyslogServerTransportInput: () => SyslogServerTransportInput,
|
|
2857
|
+
Sysloglevel: () => Sysloglevel,
|
|
2858
|
+
SystemProductTypeResult: () => SystemProductTypeResult,
|
|
2859
|
+
SystemStateResult: () => SystemStateResult,
|
|
2860
|
+
Tag: () => Tag,
|
|
2861
|
+
Target: () => Target,
|
|
2862
|
+
Time: () => Time,
|
|
2863
|
+
Transport: () => Transport,
|
|
2864
|
+
TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
|
|
2865
|
+
TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
|
|
2866
|
+
TunableCreateType: () => TunableCreateType,
|
|
2867
|
+
TunableCreateTypeInput: () => TunableCreateTypeInput,
|
|
2868
|
+
UPSEntryMode: () => UPSEntryMode,
|
|
2869
|
+
UPSEntryModeInput: () => UPSEntryModeInput,
|
|
2870
|
+
Unixcharset: () => Unixcharset,
|
|
2871
|
+
Username: () => Username,
|
|
2872
|
+
VMDiskDeviceType: () => VMDiskDeviceType,
|
|
2873
|
+
VMDiskDeviceTypeInput: () => VMDiskDeviceTypeInput,
|
|
2874
|
+
VMWareEntryStateStateInput: () => VMWareEntryStateStateInput,
|
|
2875
|
+
VMWareMatchDatastoresWithDatasetsResultFilesystemType: () => VMWareMatchDatastoresWithDatasetsResultFilesystemType,
|
|
2876
|
+
Vendor: () => Vendor,
|
|
2877
|
+
Volblocksize: () => Volblocksize,
|
|
2878
|
+
When: () => When,
|
|
2879
|
+
ZfsTierRewriteJobEntryStatusInput: () => ZfsTierRewriteJobEntryStatusInput
|
|
2880
|
+
});
|
|
2881
|
+
|
|
2882
|
+
// src/generated/v25_10_2/api-types.ts
|
|
2883
|
+
var IpmiChassisIdentifyRequestVerb = {
|
|
2884
|
+
On: "ON",
|
|
2885
|
+
Off: "OFF"
|
|
2886
|
+
};
|
|
2887
|
+
|
|
2888
|
+
// src/generated/v25_10_3/index.ts
|
|
2889
|
+
var v25_10_3_exports = {};
|
|
2890
|
+
__export(v25_10_3_exports, {
|
|
2891
|
+
ACLTemplateEntryAcltypeInput: () => ACLTemplateEntryAcltypeInput,
|
|
2892
|
+
Aclmode: () => Aclmode,
|
|
2893
|
+
Acltype: () => Acltype,
|
|
2894
|
+
Action: () => Action,
|
|
2895
|
+
Advpowermgmt: () => Advpowermgmt,
|
|
2896
|
+
Algorithm: () => Algorithm,
|
|
2897
|
+
AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
|
|
2898
|
+
Atime: () => Atime,
|
|
2899
|
+
Authenticator: () => Authenticator,
|
|
2900
|
+
Authmethod: () => Authmethod,
|
|
2901
|
+
Autotrim: () => Autotrim,
|
|
2902
|
+
Basic: () => Basic,
|
|
2903
|
+
Blocksize: () => Blocksize,
|
|
2904
|
+
Bootloader: () => Bootloader,
|
|
2905
|
+
Casesensitivity: () => Casesensitivity,
|
|
2906
|
+
CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
|
|
2907
|
+
CloudSyncCreateDirection: () => CloudSyncCreateDirection,
|
|
2908
|
+
CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
|
|
2909
|
+
CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
|
|
2910
|
+
Code: () => Code,
|
|
2911
|
+
Compression: () => Compression,
|
|
2912
|
+
CorePingRemoteTypeInput: () => CorePingRemoteTypeInput,
|
|
2913
|
+
Credentials: () => Credentials,
|
|
2914
|
+
DeviceGetInfoOtherTypeInput: () => DeviceGetInfoOtherTypeInput,
|
|
2915
|
+
DiskDetailsTypeInput: () => DiskDetailsTypeInput,
|
|
2916
|
+
DiskWipeModeInput: () => DiskWipeModeInput,
|
|
2917
|
+
DockerStatusInfoStatus: () => DockerStatusInfoStatus,
|
|
2918
|
+
DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
|
|
2919
|
+
Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput2,
|
|
2920
|
+
Encryption: () => Encryption,
|
|
2921
|
+
Endpoint: () => Endpoint,
|
|
2922
|
+
Exec: () => Exec,
|
|
2923
|
+
Feature: () => Feature,
|
|
2924
|
+
FilesystemDirEntryType: () => FilesystemDirEntryType,
|
|
2925
|
+
Function: () => Function,
|
|
2926
|
+
GetDisplayDeviceType: () => GetDisplayDeviceType,
|
|
2927
|
+
Hddstandby: () => Hddstandby,
|
|
2928
|
+
InitShutdownScriptCreateType: () => InitShutdownScriptCreateType,
|
|
2929
|
+
InitShutdownScriptCreateTypeInput: () => InitShutdownScriptCreateTypeInput,
|
|
2930
|
+
InterfaceCreateAliasTypeInput: () => InterfaceCreateAliasTypeInput,
|
|
2931
|
+
InterfaceCreateTypeInput: () => InterfaceCreateTypeInput,
|
|
2932
|
+
Iotype: () => Iotype,
|
|
2933
|
+
IpmiChassisIdentifyRequestVerb: () => IpmiChassisIdentifyRequestVerb,
|
|
2934
|
+
IscsiExtentCreateType: () => IscsiExtentCreateType,
|
|
2935
|
+
IscsiExtentCreateTypeInput: () => IscsiExtentCreateTypeInput,
|
|
2936
|
+
IscsiTargetCreateMode: () => IscsiTargetCreateMode,
|
|
2937
|
+
IscsiTargetCreateModeInput: () => IscsiTargetCreateModeInput,
|
|
2938
|
+
KeychainCredentialEntryType: () => KeychainCredentialEntryType,
|
|
2939
|
+
KeychainCredentialEntryTypeInput: () => KeychainCredentialEntryTypeInput,
|
|
2940
|
+
Level: () => Level,
|
|
2941
|
+
NFS4ACEType: () => NFS4ACEType,
|
|
2942
|
+
NFS4ACETypeInput: () => NFS4ACETypeInput,
|
|
2943
|
+
Name: () => Name,
|
|
2944
|
+
Policy: () => Policy,
|
|
2945
|
+
PoolCreateChecksum: () => PoolCreateChecksum,
|
|
2946
|
+
PoolCreateDeduplication: () => PoolCreateDeduplication,
|
|
2947
|
+
PoolCreateTopologyDataVdevDRAIDTypeInput: () => PoolCreateTopologyDataVdevDRAIDTypeInput,
|
|
2948
|
+
PoolDatasetCreateFilesystemAcltypeInput: () => PoolDatasetCreateFilesystemAcltypeInput,
|
|
2949
|
+
PoolDatasetCreateFilesystemChecksum: () => PoolDatasetCreateFilesystemChecksum,
|
|
2950
|
+
PoolDatasetCreateFilesystemDeduplication: () => PoolDatasetCreateFilesystemDeduplication,
|
|
2951
|
+
PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
|
|
2952
|
+
PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
|
|
2953
|
+
PoolScanStateInput: () => PoolScanStateInput,
|
|
2954
|
+
Protocol: () => Protocol,
|
|
2955
|
+
Purpose: () => Purpose2,
|
|
2956
|
+
Readonly: () => Readonly,
|
|
2957
|
+
ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
|
|
2958
|
+
ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
|
|
2959
|
+
Resolution: () => Resolution,
|
|
2960
|
+
Rpm: () => Rpm,
|
|
2961
|
+
RsyncTaskCreateDirection: () => RsyncTaskCreateDirection,
|
|
2962
|
+
RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
|
|
2963
|
+
RsyncTaskCreateMode: () => RsyncTaskCreateMode,
|
|
2964
|
+
RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
|
|
2965
|
+
SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
|
|
2966
|
+
STIGType: () => STIGType,
|
|
2967
|
+
Schema: () => Schema,
|
|
2968
|
+
Security: () => Security,
|
|
2969
|
+
Serialspeed: () => Serialspeed,
|
|
2970
|
+
ServiceControlVerb: () => ServiceControlVerb,
|
|
2971
|
+
Shutdown: () => Shutdown,
|
|
2972
|
+
Snapdev: () => Snapdev,
|
|
2973
|
+
Snapdir: () => Snapdir,
|
|
2974
|
+
Source: () => Source,
|
|
2975
|
+
SourceInput: () => SourceInput,
|
|
2976
|
+
State: () => State,
|
|
2977
|
+
SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
|
|
2978
|
+
Sync: () => Sync,
|
|
2979
|
+
SyslogServerTransportInput: () => SyslogServerTransportInput,
|
|
2980
|
+
Sysloglevel: () => Sysloglevel,
|
|
2981
|
+
SystemProductTypeResult: () => SystemProductTypeResult,
|
|
2982
|
+
SystemStateResult: () => SystemStateResult,
|
|
2983
|
+
Tag: () => Tag,
|
|
2984
|
+
Target: () => Target,
|
|
2985
|
+
Time: () => Time,
|
|
2986
|
+
Transport: () => Transport,
|
|
2987
|
+
TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
|
|
2988
|
+
TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
|
|
2989
|
+
TunableCreateType: () => TunableCreateType,
|
|
2990
|
+
TunableCreateTypeInput: () => TunableCreateTypeInput,
|
|
2991
|
+
UPSEntryMode: () => UPSEntryMode,
|
|
2992
|
+
UPSEntryModeInput: () => UPSEntryModeInput,
|
|
2993
|
+
Unixcharset: () => Unixcharset,
|
|
2994
|
+
Username: () => Username,
|
|
2995
|
+
VMDiskDeviceType: () => VMDiskDeviceType,
|
|
2996
|
+
VMDiskDeviceTypeInput: () => VMDiskDeviceTypeInput,
|
|
2997
|
+
VMWareEntryStateStateInput: () => VMWareEntryStateStateInput,
|
|
2998
|
+
VMWareMatchDatastoresWithDatasetsResultFilesystemType: () => VMWareMatchDatastoresWithDatasetsResultFilesystemType,
|
|
2999
|
+
Vendor: () => Vendor,
|
|
3000
|
+
Volblocksize: () => Volblocksize,
|
|
3001
|
+
When: () => When,
|
|
3002
|
+
ZfsTierRewriteJobEntryStatusInput: () => ZfsTierRewriteJobEntryStatusInput
|
|
3003
|
+
});
|
|
3004
|
+
|
|
3005
|
+
// src/generated/v25_10_4/index.ts
|
|
3006
|
+
var v25_10_4_exports = {};
|
|
3007
|
+
__export(v25_10_4_exports, {
|
|
3008
|
+
ACLTemplateEntryAcltypeInput: () => ACLTemplateEntryAcltypeInput,
|
|
3009
|
+
Aclmode: () => Aclmode,
|
|
3010
|
+
Acltype: () => Acltype,
|
|
3011
|
+
Action: () => Action,
|
|
3012
|
+
Advpowermgmt: () => Advpowermgmt,
|
|
3013
|
+
Algorithm: () => Algorithm,
|
|
3014
|
+
AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
|
|
3015
|
+
Atime: () => Atime,
|
|
3016
|
+
Authenticator: () => Authenticator,
|
|
3017
|
+
Authmethod: () => Authmethod,
|
|
3018
|
+
Autotrim: () => Autotrim,
|
|
3019
|
+
Basic: () => Basic,
|
|
3020
|
+
Blocksize: () => Blocksize,
|
|
3021
|
+
Bootloader: () => Bootloader,
|
|
3022
|
+
Casesensitivity: () => Casesensitivity,
|
|
3023
|
+
CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
|
|
3024
|
+
CloudSyncCreateDirection: () => CloudSyncCreateDirection,
|
|
3025
|
+
CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
|
|
3026
|
+
CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
|
|
3027
|
+
Code: () => Code,
|
|
3028
|
+
Compression: () => Compression,
|
|
3029
|
+
CorePingRemoteTypeInput: () => CorePingRemoteTypeInput,
|
|
3030
|
+
Credentials: () => Credentials,
|
|
3031
|
+
DeviceGetInfoOtherTypeInput: () => DeviceGetInfoOtherTypeInput,
|
|
3032
|
+
DiskDetailsTypeInput: () => DiskDetailsTypeInput,
|
|
3033
|
+
DiskWipeModeInput: () => DiskWipeModeInput,
|
|
3034
|
+
DockerStatusInfoStatus: () => DockerStatusInfoStatus,
|
|
3035
|
+
DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
|
|
3036
|
+
Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput2,
|
|
3037
|
+
Encryption: () => Encryption,
|
|
3038
|
+
Endpoint: () => Endpoint,
|
|
3039
|
+
Exec: () => Exec,
|
|
3040
|
+
Feature: () => Feature,
|
|
3041
|
+
FilesystemDirEntryType: () => FilesystemDirEntryType,
|
|
3042
|
+
Function: () => Function,
|
|
3043
|
+
GetDisplayDeviceType: () => GetDisplayDeviceType,
|
|
3044
|
+
Hddstandby: () => Hddstandby,
|
|
3045
|
+
InitShutdownScriptCreateType: () => InitShutdownScriptCreateType,
|
|
3046
|
+
InitShutdownScriptCreateTypeInput: () => InitShutdownScriptCreateTypeInput,
|
|
3047
|
+
InterfaceCreateAliasTypeInput: () => InterfaceCreateAliasTypeInput,
|
|
3048
|
+
InterfaceCreateTypeInput: () => InterfaceCreateTypeInput,
|
|
3049
|
+
Iotype: () => Iotype,
|
|
3050
|
+
IpmiChassisIdentifyRequestVerb: () => IpmiChassisIdentifyRequestVerb,
|
|
3051
|
+
IscsiExtentCreateType: () => IscsiExtentCreateType,
|
|
3052
|
+
IscsiExtentCreateTypeInput: () => IscsiExtentCreateTypeInput,
|
|
3053
|
+
IscsiTargetCreateMode: () => IscsiTargetCreateMode,
|
|
3054
|
+
IscsiTargetCreateModeInput: () => IscsiTargetCreateModeInput,
|
|
3055
|
+
KeychainCredentialEntryType: () => KeychainCredentialEntryType,
|
|
3056
|
+
KeychainCredentialEntryTypeInput: () => KeychainCredentialEntryTypeInput,
|
|
3057
|
+
Level: () => Level,
|
|
3058
|
+
NFS4ACEType: () => NFS4ACEType,
|
|
3059
|
+
NFS4ACETypeInput: () => NFS4ACETypeInput,
|
|
3060
|
+
Name: () => Name,
|
|
3061
|
+
Policy: () => Policy,
|
|
3062
|
+
PoolCreateChecksum: () => PoolCreateChecksum,
|
|
3063
|
+
PoolCreateDeduplication: () => PoolCreateDeduplication,
|
|
3064
|
+
PoolCreateTopologyDataVdevDRAIDTypeInput: () => PoolCreateTopologyDataVdevDRAIDTypeInput,
|
|
3065
|
+
PoolDatasetCreateFilesystemAcltypeInput: () => PoolDatasetCreateFilesystemAcltypeInput,
|
|
3066
|
+
PoolDatasetCreateFilesystemChecksum: () => PoolDatasetCreateFilesystemChecksum,
|
|
3067
|
+
PoolDatasetCreateFilesystemDeduplication: () => PoolDatasetCreateFilesystemDeduplication,
|
|
3068
|
+
PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
|
|
3069
|
+
PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
|
|
3070
|
+
PoolScanStateInput: () => PoolScanStateInput,
|
|
3071
|
+
Protocol: () => Protocol,
|
|
3072
|
+
Purpose: () => Purpose2,
|
|
3073
|
+
Readonly: () => Readonly,
|
|
3074
|
+
ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
|
|
3075
|
+
ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
|
|
3076
|
+
Resolution: () => Resolution,
|
|
3077
|
+
Rpm: () => Rpm,
|
|
3078
|
+
RsyncTaskCreateDirection: () => RsyncTaskCreateDirection,
|
|
3079
|
+
RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
|
|
3080
|
+
RsyncTaskCreateMode: () => RsyncTaskCreateMode,
|
|
3081
|
+
RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
|
|
3082
|
+
SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
|
|
3083
|
+
STIGType: () => STIGType,
|
|
3084
|
+
Schema: () => Schema,
|
|
3085
|
+
Security: () => Security,
|
|
3086
|
+
Serialspeed: () => Serialspeed,
|
|
3087
|
+
ServiceControlVerb: () => ServiceControlVerb,
|
|
3088
|
+
Shutdown: () => Shutdown,
|
|
3089
|
+
Snapdev: () => Snapdev,
|
|
3090
|
+
Snapdir: () => Snapdir,
|
|
3091
|
+
Source: () => Source,
|
|
3092
|
+
SourceInput: () => SourceInput,
|
|
3093
|
+
State: () => State,
|
|
3094
|
+
SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
|
|
3095
|
+
Sync: () => Sync,
|
|
3096
|
+
SyslogServerTransportInput: () => SyslogServerTransportInput,
|
|
3097
|
+
Sysloglevel: () => Sysloglevel,
|
|
3098
|
+
SystemProductTypeResult: () => SystemProductTypeResult,
|
|
3099
|
+
SystemStateResult: () => SystemStateResult,
|
|
3100
|
+
Tag: () => Tag,
|
|
3101
|
+
Target: () => Target,
|
|
3102
|
+
Time: () => Time,
|
|
3103
|
+
Transport: () => Transport,
|
|
3104
|
+
TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
|
|
3105
|
+
TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
|
|
3106
|
+
TunableCreateType: () => TunableCreateType,
|
|
3107
|
+
TunableCreateTypeInput: () => TunableCreateTypeInput,
|
|
3108
|
+
UPSEntryMode: () => UPSEntryMode,
|
|
3109
|
+
UPSEntryModeInput: () => UPSEntryModeInput,
|
|
3110
|
+
Unixcharset: () => Unixcharset,
|
|
3111
|
+
Username: () => Username,
|
|
3112
|
+
VMDiskDeviceType: () => VMDiskDeviceType,
|
|
3113
|
+
VMDiskDeviceTypeInput: () => VMDiskDeviceTypeInput,
|
|
3114
|
+
VMWareEntryStateStateInput: () => VMWareEntryStateStateInput,
|
|
3115
|
+
VMWareMatchDatastoresWithDatasetsResultFilesystemType: () => VMWareMatchDatastoresWithDatasetsResultFilesystemType,
|
|
3116
|
+
Vendor: () => Vendor,
|
|
3117
|
+
Volblocksize: () => Volblocksize,
|
|
3118
|
+
When: () => When,
|
|
3119
|
+
ZfsTierRewriteJobEntryStatusInput: () => ZfsTierRewriteJobEntryStatusInput
|
|
3120
|
+
});
|
|
3121
|
+
|
|
3122
|
+
// src/generated/v25_10_5/index.ts
|
|
3123
|
+
var v25_10_5_exports = {};
|
|
3124
|
+
__export(v25_10_5_exports, {
|
|
3125
|
+
ACLTemplateEntryAcltypeInput: () => ACLTemplateEntryAcltypeInput,
|
|
3126
|
+
Aclmode: () => Aclmode,
|
|
3127
|
+
Acltype: () => Acltype,
|
|
3128
|
+
Action: () => Action,
|
|
3129
|
+
Advpowermgmt: () => Advpowermgmt,
|
|
3130
|
+
Algorithm: () => Algorithm,
|
|
3131
|
+
AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
|
|
3132
|
+
Atime: () => Atime,
|
|
3133
|
+
Authenticator: () => Authenticator,
|
|
3134
|
+
Authmethod: () => Authmethod,
|
|
3135
|
+
Autotrim: () => Autotrim,
|
|
3136
|
+
Basic: () => Basic,
|
|
3137
|
+
Blocksize: () => Blocksize,
|
|
3138
|
+
Bootloader: () => Bootloader,
|
|
3139
|
+
Casesensitivity: () => Casesensitivity,
|
|
3140
|
+
CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
|
|
3141
|
+
CloudSyncCreateDirection: () => CloudSyncCreateDirection,
|
|
3142
|
+
CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
|
|
3143
|
+
CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
|
|
3144
|
+
Code: () => Code,
|
|
3145
|
+
Compression: () => Compression,
|
|
3146
|
+
CorePingRemoteTypeInput: () => CorePingRemoteTypeInput,
|
|
3147
|
+
Credentials: () => Credentials,
|
|
3148
|
+
DeviceGetInfoOtherTypeInput: () => DeviceGetInfoOtherTypeInput,
|
|
3149
|
+
DiskDetailsTypeInput: () => DiskDetailsTypeInput,
|
|
3150
|
+
DiskWipeModeInput: () => DiskWipeModeInput,
|
|
3151
|
+
DockerStatusInfoStatus: () => DockerStatusInfoStatus,
|
|
3152
|
+
DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
|
|
3153
|
+
Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput2,
|
|
3154
|
+
Encryption: () => Encryption,
|
|
3155
|
+
Endpoint: () => Endpoint,
|
|
3156
|
+
Exec: () => Exec,
|
|
3157
|
+
Feature: () => Feature,
|
|
3158
|
+
FilesystemDirEntryType: () => FilesystemDirEntryType,
|
|
3159
|
+
Function: () => Function,
|
|
3160
|
+
GetDisplayDeviceType: () => GetDisplayDeviceType,
|
|
3161
|
+
Hddstandby: () => Hddstandby,
|
|
3162
|
+
InitShutdownScriptCreateType: () => InitShutdownScriptCreateType,
|
|
3163
|
+
InitShutdownScriptCreateTypeInput: () => InitShutdownScriptCreateTypeInput,
|
|
3164
|
+
InterfaceCreateAliasTypeInput: () => InterfaceCreateAliasTypeInput,
|
|
3165
|
+
InterfaceCreateTypeInput: () => InterfaceCreateTypeInput,
|
|
3166
|
+
Iotype: () => Iotype,
|
|
3167
|
+
IpmiChassisIdentifyRequestVerb: () => IpmiChassisIdentifyRequestVerb,
|
|
3168
|
+
IscsiExtentCreateType: () => IscsiExtentCreateType,
|
|
3169
|
+
IscsiExtentCreateTypeInput: () => IscsiExtentCreateTypeInput,
|
|
3170
|
+
IscsiTargetCreateMode: () => IscsiTargetCreateMode,
|
|
3171
|
+
IscsiTargetCreateModeInput: () => IscsiTargetCreateModeInput,
|
|
3172
|
+
KeychainCredentialEntryType: () => KeychainCredentialEntryType,
|
|
3173
|
+
KeychainCredentialEntryTypeInput: () => KeychainCredentialEntryTypeInput,
|
|
3174
|
+
Level: () => Level,
|
|
3175
|
+
NFS4ACEType: () => NFS4ACEType,
|
|
3176
|
+
NFS4ACETypeInput: () => NFS4ACETypeInput,
|
|
3177
|
+
Name: () => Name,
|
|
3178
|
+
Policy: () => Policy,
|
|
3179
|
+
PoolCreateChecksum: () => PoolCreateChecksum,
|
|
3180
|
+
PoolCreateDeduplication: () => PoolCreateDeduplication,
|
|
3181
|
+
PoolCreateTopologyDataVdevDRAIDTypeInput: () => PoolCreateTopologyDataVdevDRAIDTypeInput,
|
|
3182
|
+
PoolDatasetCreateFilesystemAcltypeInput: () => PoolDatasetCreateFilesystemAcltypeInput,
|
|
3183
|
+
PoolDatasetCreateFilesystemChecksum: () => PoolDatasetCreateFilesystemChecksum,
|
|
3184
|
+
PoolDatasetCreateFilesystemDeduplication: () => PoolDatasetCreateFilesystemDeduplication,
|
|
3185
|
+
PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
|
|
3186
|
+
PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
|
|
3187
|
+
PoolScanStateInput: () => PoolScanStateInput,
|
|
3188
|
+
Protocol: () => Protocol,
|
|
3189
|
+
Purpose: () => Purpose2,
|
|
3190
|
+
Readonly: () => Readonly,
|
|
3191
|
+
ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
|
|
3192
|
+
ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
|
|
3193
|
+
Resolution: () => Resolution,
|
|
3194
|
+
Rpm: () => Rpm,
|
|
3195
|
+
RsyncTaskCreateDirection: () => RsyncTaskCreateDirection,
|
|
3196
|
+
RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
|
|
3197
|
+
RsyncTaskCreateMode: () => RsyncTaskCreateMode,
|
|
3198
|
+
RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
|
|
3199
|
+
SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
|
|
3200
|
+
STIGType: () => STIGType,
|
|
3201
|
+
Schema: () => Schema,
|
|
3202
|
+
Security: () => Security,
|
|
3203
|
+
Serialspeed: () => Serialspeed,
|
|
3204
|
+
ServiceControlVerb: () => ServiceControlVerb,
|
|
3205
|
+
Shutdown: () => Shutdown,
|
|
3206
|
+
Snapdev: () => Snapdev,
|
|
3207
|
+
Snapdir: () => Snapdir,
|
|
3208
|
+
Source: () => Source,
|
|
3209
|
+
SourceInput: () => SourceInput,
|
|
3210
|
+
State: () => State,
|
|
3211
|
+
SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
|
|
3212
|
+
Sync: () => Sync,
|
|
3213
|
+
SyslogServerTransportInput: () => SyslogServerTransportInput,
|
|
3214
|
+
Sysloglevel: () => Sysloglevel,
|
|
3215
|
+
SystemProductTypeResult: () => SystemProductTypeResult,
|
|
3216
|
+
SystemStateResult: () => SystemStateResult,
|
|
3217
|
+
Tag: () => Tag,
|
|
3218
|
+
Target: () => Target,
|
|
3219
|
+
Time: () => Time,
|
|
3220
|
+
Transport: () => Transport,
|
|
3221
|
+
TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
|
|
3222
|
+
TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
|
|
3223
|
+
TunableCreateType: () => TunableCreateType,
|
|
3224
|
+
TunableCreateTypeInput: () => TunableCreateTypeInput,
|
|
3225
|
+
UPSEntryMode: () => UPSEntryMode,
|
|
3226
|
+
UPSEntryModeInput: () => UPSEntryModeInput,
|
|
3227
|
+
Unixcharset: () => Unixcharset,
|
|
3228
|
+
Username: () => Username,
|
|
3229
|
+
VMDiskDeviceType: () => VMDiskDeviceType,
|
|
3230
|
+
VMDiskDeviceTypeInput: () => VMDiskDeviceTypeInput,
|
|
3231
|
+
VMWareEntryStateStateInput: () => VMWareEntryStateStateInput,
|
|
3232
|
+
VMWareMatchDatastoresWithDatasetsResultFilesystemType: () => VMWareMatchDatastoresWithDatasetsResultFilesystemType,
|
|
3233
|
+
Vendor: () => Vendor,
|
|
3234
|
+
Volblocksize: () => Volblocksize,
|
|
3235
|
+
When: () => When,
|
|
3236
|
+
ZfsTierRewriteJobEntryStatusInput: () => ZfsTierRewriteJobEntryStatusInput
|
|
3237
|
+
});
|
|
3238
|
+
|
|
3239
|
+
// src/generated/v26_0_0/index.ts
|
|
3240
|
+
var v26_0_0_exports = {};
|
|
3241
|
+
__export(v26_0_0_exports, {
|
|
3242
|
+
ACLTemplateEntryAcltypeInput: () => ACLTemplateEntryAcltypeInput,
|
|
3243
|
+
Aclmode: () => Aclmode,
|
|
3244
|
+
Acltype: () => Acltype,
|
|
3245
|
+
Advpowermgmt: () => Advpowermgmt,
|
|
3246
|
+
Algorithm: () => Algorithm,
|
|
3247
|
+
AppContainerDetailsState: () => AppContainerDetailsState,
|
|
3248
|
+
AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
|
|
3249
|
+
Atime: () => Atime,
|
|
3250
|
+
Authenticator: () => Authenticator,
|
|
3251
|
+
Authmethod: () => Authmethod,
|
|
3252
|
+
Autotrim: () => Autotrim,
|
|
3253
|
+
Basic: () => Basic,
|
|
3254
|
+
Blocksize: () => Blocksize,
|
|
3255
|
+
Bootloader: () => Bootloader,
|
|
3256
|
+
Casesensitivity: () => Casesensitivity,
|
|
3257
|
+
CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
|
|
3258
|
+
CloudSyncCreateDirection: () => CloudSyncCreateDirection,
|
|
3259
|
+
CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
|
|
3260
|
+
CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
|
|
3261
|
+
Code: () => Code,
|
|
3262
|
+
Compression: () => Compression,
|
|
3263
|
+
ContainerNICDeviceType: () => ContainerNICDeviceType,
|
|
3264
|
+
ContainerNICDeviceTypeInput: () => ContainerNICDeviceTypeInput,
|
|
3265
|
+
ContainerStatusState: () => ContainerStatusState,
|
|
3266
|
+
ContainerStatusStateInput: () => ContainerStatusStateInput,
|
|
3267
|
+
CorePingRemoteTypeInput: () => CorePingRemoteTypeInput,
|
|
3268
|
+
Credentials: () => Credentials,
|
|
3269
|
+
DeviceGetInfoOtherTypeInput: () => DeviceGetInfoOtherTypeInput,
|
|
3270
|
+
DiskDetailsTypeInput: () => DiskDetailsTypeInput,
|
|
3271
|
+
DiskWipeModeInput: () => DiskWipeModeInput,
|
|
3272
|
+
DockerStatusInfoStatus: () => DockerStatusInfoStatus,
|
|
3273
|
+
DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
|
|
3274
|
+
Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput2,
|
|
3275
|
+
Encryption: () => Encryption,
|
|
3276
|
+
Endpoint: () => Endpoint,
|
|
3277
|
+
Exec: () => Exec,
|
|
3278
|
+
Feature: () => Feature2,
|
|
3279
|
+
FilesystemDirEntryType: () => FilesystemDirEntryType,
|
|
3280
|
+
Function: () => Function,
|
|
3281
|
+
GetDisplayDeviceType: () => GetDisplayDeviceType,
|
|
3282
|
+
Hddstandby: () => Hddstandby,
|
|
3283
|
+
InitShutdownScriptCreateType: () => InitShutdownScriptCreateType,
|
|
3284
|
+
InitShutdownScriptCreateTypeInput: () => InitShutdownScriptCreateTypeInput,
|
|
3285
|
+
InterfaceCreateAliasTypeInput: () => InterfaceCreateAliasTypeInput,
|
|
3286
|
+
InterfaceCreateTypeInput: () => InterfaceCreateTypeInput,
|
|
3287
|
+
Interval: () => Interval,
|
|
3288
|
+
Iotype: () => Iotype,
|
|
3289
|
+
IpmiChassisIdentifyRequestVerb: () => IpmiChassisIdentifyRequestVerb,
|
|
3290
|
+
IscsiExtentCreateType: () => IscsiExtentCreateType,
|
|
3291
|
+
IscsiExtentCreateTypeInput: () => IscsiExtentCreateTypeInput,
|
|
3292
|
+
IscsiTargetCreateMode: () => IscsiTargetCreateMode,
|
|
3293
|
+
IscsiTargetCreateModeInput: () => IscsiTargetCreateModeInput,
|
|
3294
|
+
KeychainCredentialEntryType: () => KeychainCredentialEntryType,
|
|
3295
|
+
KeychainCredentialEntryTypeInput: () => KeychainCredentialEntryTypeInput,
|
|
3296
|
+
Level: () => Level,
|
|
3297
|
+
NFS4ACEType: () => NFS4ACEType,
|
|
3298
|
+
NFS4ACETypeInput: () => NFS4ACETypeInput,
|
|
3299
|
+
Name: () => Name2,
|
|
3300
|
+
Passkey: () => Passkey,
|
|
3301
|
+
Policy: () => Policy,
|
|
3302
|
+
PoolCreateChecksum: () => PoolCreateChecksum,
|
|
3303
|
+
PoolCreateDeduplication: () => PoolCreateDeduplication,
|
|
3304
|
+
PoolCreateTopologyDedupVdevTypeInput: () => PoolCreateTopologyDedupVdevTypeInput,
|
|
3305
|
+
PoolDatasetCreateFilesystemAcltypeInput: () => PoolDatasetCreateFilesystemAcltypeInput,
|
|
3306
|
+
PoolDatasetCreateFilesystemChecksum: () => PoolDatasetCreateFilesystemChecksum,
|
|
3307
|
+
PoolDatasetCreateFilesystemDeduplication: () => PoolDatasetCreateFilesystemDeduplication,
|
|
3308
|
+
PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
|
|
3309
|
+
PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
|
|
3310
|
+
PoolScanState: () => PoolScanState,
|
|
3311
|
+
PoolScanStateInput: () => PoolScanStateInput,
|
|
3312
|
+
PoolScrubAction: () => PoolScrubAction,
|
|
3313
|
+
Protocol: () => Protocol,
|
|
3314
|
+
Purpose: () => Purpose2,
|
|
3315
|
+
Readonly: () => Readonly,
|
|
3316
|
+
ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
|
|
3317
|
+
ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
|
|
3318
|
+
Resolution: () => Resolution,
|
|
3319
|
+
Rpm: () => Rpm,
|
|
3320
|
+
RsyncTaskCreateDirection: () => RsyncTaskCreateDirection,
|
|
3321
|
+
RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
|
|
3322
|
+
RsyncTaskCreateMode: () => RsyncTaskCreateMode,
|
|
3323
|
+
RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
|
|
3324
|
+
SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
|
|
3325
|
+
STIGType: () => STIGType,
|
|
3326
|
+
Schema: () => Schema,
|
|
3327
|
+
Security: () => Security,
|
|
3328
|
+
Serialspeed: () => Serialspeed,
|
|
3329
|
+
Service: () => Service,
|
|
3330
|
+
ServiceControlVerb: () => ServiceControlVerb,
|
|
3331
|
+
Shutdown: () => Shutdown,
|
|
3332
|
+
Snapdev: () => Snapdev,
|
|
3333
|
+
Snapdir: () => Snapdir,
|
|
3334
|
+
Source: () => Source,
|
|
3335
|
+
SourceInput: () => SourceInput,
|
|
3336
|
+
SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
|
|
3337
|
+
Sync: () => Sync,
|
|
3338
|
+
SyslogServerTransportInput: () => SyslogServerTransportInput,
|
|
3339
|
+
Sysloglevel: () => Sysloglevel,
|
|
3340
|
+
SystemProductTypeResult: () => SystemProductTypeResult,
|
|
3341
|
+
SystemStateResult: () => SystemStateResult,
|
|
3342
|
+
Tag: () => Tag,
|
|
3343
|
+
Target: () => Target,
|
|
3344
|
+
Time: () => Time,
|
|
3345
|
+
Transport: () => Transport,
|
|
3346
|
+
TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
|
|
3347
|
+
TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
|
|
3348
|
+
TunableCreateType: () => TunableCreateType,
|
|
3349
|
+
TunableCreateTypeInput: () => TunableCreateTypeInput,
|
|
3350
|
+
UPSEntryMode: () => UPSEntryMode,
|
|
3351
|
+
UPSEntryModeInput: () => UPSEntryModeInput,
|
|
3352
|
+
Unixcharset: () => Unixcharset,
|
|
3353
|
+
Username: () => Username,
|
|
3354
|
+
VMDiskDeviceType: () => VMDiskDeviceType,
|
|
3355
|
+
VMDiskDeviceTypeInput: () => VMDiskDeviceTypeInput,
|
|
3356
|
+
VMWareEntryStateStateInput: () => VMWareEntryStateStateInput,
|
|
3357
|
+
VMWareMatchDatastoresWithDatasetsResultFilesystemType: () => VMWareMatchDatastoresWithDatasetsResultFilesystemType,
|
|
3358
|
+
Vendor: () => Vendor,
|
|
3359
|
+
Volblocksize: () => Volblocksize,
|
|
3360
|
+
When: () => When,
|
|
3361
|
+
ZfsTierRewriteJobEntryStatus: () => ZfsTierRewriteJobEntryStatus,
|
|
3362
|
+
ZfsTierRewriteJobEntryStatusInput: () => ZfsTierRewriteJobEntryStatusInput,
|
|
3363
|
+
ZpoolScrubRunAction: () => ZpoolScrubRunAction
|
|
3364
|
+
});
|
|
3365
|
+
|
|
3366
|
+
// src/generated/v26_0_0/api-types.ts
|
|
3367
|
+
var AppContainerDetailsState = {
|
|
3368
|
+
Crashed: "crashed",
|
|
3369
|
+
Created: "created",
|
|
3370
|
+
Exited: "exited",
|
|
3371
|
+
Running: "running",
|
|
3372
|
+
Starting: "starting"
|
|
3373
|
+
};
|
|
3374
|
+
var ContainerNICDeviceType = {
|
|
3375
|
+
E1000: "E1000",
|
|
3376
|
+
Virtio: "VIRTIO"
|
|
3377
|
+
};
|
|
3378
|
+
var ContainerNICDeviceTypeInput = {
|
|
3379
|
+
E1000: "E1000",
|
|
3380
|
+
Virtio: "VIRTIO"
|
|
3381
|
+
};
|
|
3382
|
+
var ContainerStatusState = {
|
|
3383
|
+
Running: "RUNNING",
|
|
3384
|
+
Stopped: "STOPPED"
|
|
3385
|
+
};
|
|
3386
|
+
var ContainerStatusStateInput = {
|
|
3387
|
+
Running: "RUNNING",
|
|
3388
|
+
Stopped: "STOPPED"
|
|
3389
|
+
};
|
|
3390
|
+
var Feature2 = {
|
|
3391
|
+
Apps: "APPS",
|
|
3392
|
+
Dedup: "DEDUP",
|
|
3393
|
+
Fibrechannel: "FIBRECHANNEL",
|
|
3394
|
+
Sed: "SED",
|
|
3395
|
+
Support: "SUPPORT",
|
|
3396
|
+
Vms: "VMS",
|
|
3397
|
+
Zfstier: "ZFSTIER"
|
|
3398
|
+
};
|
|
3399
|
+
var Interval = {
|
|
3400
|
+
"30": 30,
|
|
3401
|
+
"60": 60
|
|
3402
|
+
};
|
|
3403
|
+
var Name2 = {
|
|
3404
|
+
Cpu: "cpu",
|
|
3405
|
+
Cputemp: "cputemp",
|
|
3406
|
+
Disk: "disk",
|
|
3407
|
+
Interface: "interface",
|
|
3408
|
+
Load: "load",
|
|
3409
|
+
Processes: "processes",
|
|
3410
|
+
Memory: "memory",
|
|
3411
|
+
Uptime: "uptime",
|
|
3412
|
+
Arcsize: "arcsize",
|
|
3413
|
+
Disktemp: "disktemp",
|
|
3414
|
+
Upscharge: "upscharge",
|
|
3415
|
+
Upsruntime: "upsruntime",
|
|
3416
|
+
Upsvoltage: "upsvoltage",
|
|
3417
|
+
Upscurrent: "upscurrent",
|
|
3418
|
+
Upsfrequency: "upsfrequency",
|
|
3419
|
+
Upsload: "upsload",
|
|
3420
|
+
Upstemperature: "upstemperature"
|
|
3421
|
+
};
|
|
3422
|
+
var Passkey = {
|
|
3423
|
+
Enabled: "ENABLED",
|
|
3424
|
+
Disabled: "DISABLED",
|
|
3425
|
+
Required: "REQUIRED"
|
|
3426
|
+
};
|
|
3427
|
+
var PoolCreateTopologyDedupVdevTypeInput = {
|
|
3428
|
+
Mirror: "MIRROR",
|
|
3429
|
+
Stripe: "STRIPE"
|
|
3430
|
+
};
|
|
3431
|
+
var PoolScanState = {
|
|
3432
|
+
Scanning: "SCANNING",
|
|
3433
|
+
Finished: "FINISHED",
|
|
3434
|
+
Canceled: "CANCELED"
|
|
3435
|
+
};
|
|
3436
|
+
var PoolScrubAction = {
|
|
3437
|
+
Start: "START",
|
|
3438
|
+
Stop: "STOP",
|
|
3439
|
+
Pause: "PAUSE"
|
|
3440
|
+
};
|
|
3441
|
+
var Service = {
|
|
3442
|
+
Middleware: "MIDDLEWARE",
|
|
3443
|
+
Smb: "SMB",
|
|
3444
|
+
Sudo: "SUDO",
|
|
3445
|
+
System: "SYSTEM"
|
|
3446
|
+
};
|
|
3447
|
+
var ZfsTierRewriteJobEntryStatus = {
|
|
3448
|
+
Complete: "COMPLETE",
|
|
3449
|
+
Running: "RUNNING",
|
|
3450
|
+
Queued: "QUEUED",
|
|
3451
|
+
Cancelled: "CANCELLED",
|
|
3452
|
+
Stopped: "STOPPED",
|
|
3453
|
+
Error: "ERROR"
|
|
3454
|
+
};
|
|
3455
|
+
var ZpoolScrubRunAction = {
|
|
3456
|
+
Start: "START",
|
|
3457
|
+
Pause: "PAUSE",
|
|
3458
|
+
Cancel: "CANCEL"
|
|
3459
|
+
};
|
|
3460
|
+
|
|
3461
|
+
// src/generated/v27_0_0/index.ts
|
|
3462
|
+
var v27_0_0_exports = {};
|
|
3463
|
+
__export(v27_0_0_exports, {
|
|
3464
|
+
ACLTemplateEntryAcltypeInput: () => ACLTemplateEntryAcltypeInput,
|
|
3465
|
+
Aclmode: () => Aclmode,
|
|
3466
|
+
Acltype: () => Acltype,
|
|
3467
|
+
Advpowermgmt: () => Advpowermgmt,
|
|
3468
|
+
Algorithm: () => Algorithm,
|
|
3469
|
+
AppContainerDetailsState: () => AppContainerDetailsState,
|
|
3470
|
+
AppContainerDetailsStateInput: () => AppContainerDetailsStateInput,
|
|
3471
|
+
Atime: () => Atime,
|
|
3472
|
+
Authenticator: () => Authenticator,
|
|
3473
|
+
Authmethod: () => Authmethod,
|
|
3474
|
+
Autotrim: () => Autotrim,
|
|
3475
|
+
Basic: () => Basic,
|
|
3476
|
+
Blocksize: () => Blocksize,
|
|
3477
|
+
Bootloader: () => Bootloader,
|
|
3478
|
+
Casesensitivity: () => Casesensitivity,
|
|
3479
|
+
CloudBackupSnapshotItemType: () => CloudBackupSnapshotItemType,
|
|
3480
|
+
CloudSyncCreateDirection: () => CloudSyncCreateDirection,
|
|
3481
|
+
CloudSyncCreateDirectionInput: () => CloudSyncCreateDirectionInput,
|
|
3482
|
+
CloudTaskAttributesEncryptionInput: () => CloudTaskAttributesEncryptionInput,
|
|
3483
|
+
Code: () => Code,
|
|
3484
|
+
Compression: () => Compression,
|
|
3485
|
+
ContainerNICDeviceType: () => ContainerNICDeviceType,
|
|
3486
|
+
ContainerNICDeviceTypeInput: () => ContainerNICDeviceTypeInput,
|
|
3487
|
+
ContainerStatusState: () => ContainerStatusState,
|
|
3488
|
+
ContainerStatusStateInput: () => ContainerStatusStateInput,
|
|
3489
|
+
CorePingRemoteTypeInput: () => CorePingRemoteTypeInput,
|
|
3490
|
+
Credentials: () => Credentials,
|
|
3491
|
+
DeviceGetInfoOtherTypeInput: () => DeviceGetInfoOtherTypeInput,
|
|
3492
|
+
DiskDetailsTypeInput: () => DiskDetailsTypeInput,
|
|
3493
|
+
DiskWipeModeInput: () => DiskWipeModeInput,
|
|
3494
|
+
DockerStatusInfoStatus: () => DockerStatusInfoStatus,
|
|
3495
|
+
DockerStatusInfoStatusInput: () => DockerStatusInfoStatusInput,
|
|
3496
|
+
Enclosure2SetSlotStatusStatusInput: () => Enclosure2SetSlotStatusStatusInput2,
|
|
3497
|
+
Encryption: () => Encryption,
|
|
3498
|
+
Endpoint: () => Endpoint,
|
|
3499
|
+
Exec: () => Exec,
|
|
3500
|
+
Feature: () => Feature2,
|
|
3501
|
+
FilesystemDirEntryType: () => FilesystemDirEntryType,
|
|
3502
|
+
Function: () => Function,
|
|
3503
|
+
GetDisplayDeviceType: () => GetDisplayDeviceType,
|
|
3504
|
+
Hddstandby: () => Hddstandby,
|
|
3505
|
+
InitShutdownScriptCreateType: () => InitShutdownScriptCreateType,
|
|
3506
|
+
InitShutdownScriptCreateTypeInput: () => InitShutdownScriptCreateTypeInput,
|
|
3507
|
+
InterfaceCreateAliasTypeInput: () => InterfaceCreateAliasTypeInput,
|
|
3508
|
+
InterfaceCreateTypeInput: () => InterfaceCreateTypeInput,
|
|
3509
|
+
Interval: () => Interval,
|
|
3510
|
+
Iotype: () => Iotype,
|
|
3511
|
+
IpmiChassisIdentifyRequestVerb: () => IpmiChassisIdentifyRequestVerb,
|
|
3512
|
+
IscsiExtentCreateType: () => IscsiExtentCreateType,
|
|
3513
|
+
IscsiExtentCreateTypeInput: () => IscsiExtentCreateTypeInput,
|
|
3514
|
+
IscsiTargetCreateMode: () => IscsiTargetCreateMode,
|
|
3515
|
+
IscsiTargetCreateModeInput: () => IscsiTargetCreateModeInput,
|
|
3516
|
+
KeychainCredentialEntryType: () => KeychainCredentialEntryType,
|
|
3517
|
+
KeychainCredentialEntryTypeInput: () => KeychainCredentialEntryTypeInput,
|
|
3518
|
+
Level: () => Level,
|
|
3519
|
+
NFS4ACEType: () => NFS4ACEType,
|
|
3520
|
+
NFS4ACETypeInput: () => NFS4ACETypeInput,
|
|
3521
|
+
Name: () => Name2,
|
|
3522
|
+
Passkey: () => Passkey,
|
|
3523
|
+
Policy: () => Policy,
|
|
3524
|
+
PoolCreateChecksum: () => PoolCreateChecksum,
|
|
3525
|
+
PoolCreateDeduplication: () => PoolCreateDeduplication,
|
|
3526
|
+
PoolCreateTopologyDedupVdevTypeInput: () => PoolCreateTopologyDedupVdevTypeInput,
|
|
3527
|
+
PoolDatasetCreateFilesystemAcltypeInput: () => PoolDatasetCreateFilesystemAcltypeInput,
|
|
3528
|
+
PoolDatasetCreateFilesystemChecksum: () => PoolDatasetCreateFilesystemChecksum,
|
|
3529
|
+
PoolDatasetCreateFilesystemDeduplication: () => PoolDatasetCreateFilesystemDeduplication,
|
|
3530
|
+
PoolDatasetCreateFilesystemReadonlyInput: () => PoolDatasetCreateFilesystemReadonlyInput,
|
|
3531
|
+
PoolDatasetDeleteResult: () => PoolDatasetDeleteResult,
|
|
3532
|
+
PoolScanState: () => PoolScanState,
|
|
3533
|
+
PoolScanStateInput: () => PoolScanStateInput,
|
|
3534
|
+
PoolScrubAction: () => PoolScrubAction,
|
|
3535
|
+
Protocol: () => Protocol,
|
|
3536
|
+
Purpose: () => Purpose2,
|
|
3537
|
+
Readonly: () => Readonly,
|
|
3538
|
+
ReplicationCountEligibleManualSnapshotsTransportInput: () => ReplicationCountEligibleManualSnapshotsTransportInput,
|
|
3539
|
+
ReplicationCreateReadonlyInput: () => ReplicationCreateReadonlyInput,
|
|
3540
|
+
Resolution: () => Resolution,
|
|
3541
|
+
Rpm: () => Rpm,
|
|
3542
|
+
RsyncTaskCreateDirection: () => RsyncTaskCreateDirection,
|
|
3543
|
+
RsyncTaskCreateDirectionInput: () => RsyncTaskCreateDirectionInput,
|
|
3544
|
+
RsyncTaskCreateMode: () => RsyncTaskCreateMode,
|
|
3545
|
+
RsyncTaskCreateModeInput: () => RsyncTaskCreateModeInput,
|
|
3546
|
+
SMBEntryEncryptionInput: () => SMBEntryEncryptionInput,
|
|
3547
|
+
STIGType: () => STIGType,
|
|
3548
|
+
Schema: () => Schema,
|
|
3549
|
+
Security: () => Security,
|
|
3550
|
+
Serialspeed: () => Serialspeed,
|
|
3551
|
+
Service: () => Service,
|
|
3552
|
+
ServiceControlVerb: () => ServiceControlVerb,
|
|
3553
|
+
Shutdown: () => Shutdown,
|
|
3554
|
+
Snapdev: () => Snapdev,
|
|
3555
|
+
Snapdir: () => Snapdir,
|
|
3556
|
+
Source: () => Source,
|
|
3557
|
+
SourceInput: () => SourceInput,
|
|
3558
|
+
SupportNewTicketCommunityTypeInput: () => SupportNewTicketCommunityTypeInput,
|
|
3559
|
+
Sync: () => Sync,
|
|
3560
|
+
SyslogServerTransportInput: () => SyslogServerTransportInput,
|
|
3561
|
+
Sysloglevel: () => Sysloglevel,
|
|
3562
|
+
SystemProductTypeResult: () => SystemProductTypeResult,
|
|
3563
|
+
SystemStateResult: () => SystemStateResult,
|
|
3564
|
+
Tag: () => Tag,
|
|
3565
|
+
Target: () => Target,
|
|
3566
|
+
Time: () => Time,
|
|
3567
|
+
Transport: () => Transport,
|
|
3568
|
+
TruecommandConfigChangedEventFieldsStatus: () => TruecommandConfigChangedEventFieldsStatus,
|
|
3569
|
+
TruecommandConfigChangedEventFieldsStatusInput: () => TruecommandConfigChangedEventFieldsStatusInput,
|
|
3570
|
+
TunableCreateType: () => TunableCreateType,
|
|
3571
|
+
TunableCreateTypeInput: () => TunableCreateTypeInput,
|
|
3572
|
+
UPSEntryMode: () => UPSEntryMode,
|
|
3573
|
+
UPSEntryModeInput: () => UPSEntryModeInput,
|
|
3574
|
+
Unixcharset: () => Unixcharset,
|
|
3575
|
+
Username: () => Username,
|
|
3576
|
+
VMDiskDeviceType: () => VMDiskDeviceType,
|
|
3577
|
+
VMDiskDeviceTypeInput: () => VMDiskDeviceTypeInput,
|
|
3578
|
+
VMWareEntryStateStateInput: () => VMWareEntryStateStateInput,
|
|
3579
|
+
VMWareMatchDatastoresWithDatasetsResultFilesystemType: () => VMWareMatchDatastoresWithDatasetsResultFilesystemType,
|
|
3580
|
+
Vendor: () => Vendor,
|
|
3581
|
+
Volblocksize: () => Volblocksize,
|
|
3582
|
+
When: () => When,
|
|
3583
|
+
ZfsTierRewriteJobEntryStatus: () => ZfsTierRewriteJobEntryStatus,
|
|
3584
|
+
ZfsTierRewriteJobEntryStatusInput: () => ZfsTierRewriteJobEntryStatusInput,
|
|
3585
|
+
ZpoolScrubRunAction: () => ZpoolScrubRunAction
|
|
3586
|
+
});
|
|
3587
|
+
|
|
3588
|
+
// src/generated/index.ts
|
|
3589
|
+
var SUPPORTED_API_VERSIONS = [
|
|
3590
|
+
"v25.04.0",
|
|
3591
|
+
"v25.04.1",
|
|
3592
|
+
"v25.04.2",
|
|
3593
|
+
"v25.10.0",
|
|
3594
|
+
"v25.10.1",
|
|
3595
|
+
"v25.10.2",
|
|
3596
|
+
"v25.10.3",
|
|
3597
|
+
"v25.10.4",
|
|
3598
|
+
"v25.10.5",
|
|
3599
|
+
"v26.0.0",
|
|
3600
|
+
"v27.0.0"
|
|
3601
|
+
];
|
|
3602
|
+
|
|
1550
3603
|
exports.AuthError = AuthError;
|
|
1551
3604
|
exports.AuthErrorCode = AuthErrorCode;
|
|
1552
3605
|
exports.InvalidVersionResponseError = InvalidVersionResponseError;
|
|
1553
3606
|
exports.JobState = JobState;
|
|
1554
3607
|
exports.NoCompatibleVersionsError = NoCompatibleVersionsError;
|
|
3608
|
+
exports.SUPPORTED_API_VERSIONS = SUPPORTED_API_VERSIONS;
|
|
1555
3609
|
exports.TrueNasApiClient = TrueNasApiClient;
|
|
1556
3610
|
exports.TrueNasApiClientV2510 = TrueNasApiClientV2510;
|
|
1557
3611
|
exports.TrueNasApiClientV26 = TrueNasApiClientV26;
|
|
@@ -1569,5 +3623,16 @@ exports.consoleLogger = consoleLogger;
|
|
|
1569
3623
|
exports.createTrueNasClient = createTrueNasClient;
|
|
1570
3624
|
exports.getApiErrorMessage = getApiErrorMessage;
|
|
1571
3625
|
exports.noopLogger = noopLogger;
|
|
3626
|
+
exports.v25_04_0 = v25_04_0_exports;
|
|
3627
|
+
exports.v25_04_1 = v25_04_1_exports;
|
|
3628
|
+
exports.v25_04_2 = v25_04_2_exports;
|
|
3629
|
+
exports.v25_10_0 = v25_10_0_exports;
|
|
3630
|
+
exports.v25_10_1 = v25_10_1_exports;
|
|
3631
|
+
exports.v25_10_2 = v25_10_2_exports;
|
|
3632
|
+
exports.v25_10_3 = v25_10_3_exports;
|
|
3633
|
+
exports.v25_10_4 = v25_10_4_exports;
|
|
3634
|
+
exports.v25_10_5 = v25_10_5_exports;
|
|
3635
|
+
exports.v26_0_0 = v26_0_0_exports;
|
|
3636
|
+
exports.v27_0_0 = v27_0_0_exports;
|
|
1572
3637
|
//# sourceMappingURL=index.cjs.map
|
|
1573
3638
|
//# sourceMappingURL=index.cjs.map
|