XtremLib3.psd1

@{
    ModuleVersion = '3.2.0.3'
    RootModule       = 'XtremLib3'
    GUID = 'B8D08B84-2711-4B24-B9B3-5D7C6B71AAC3'
    Author = 'Dell EMC XtremIO'
    CompanyName      = 'XtremIO Dell EMC'
    Copyright = '(c) 2018-2020 XtremIO Dell EMC. All rights reserved.'
    Description      = 'Provides functions (cmdlets) to manipulate the XtremIO clusters.
    More information here:
    XtremIO: Useful Guides and Best Practices
    PowerShell API Guide
    https://www.dell.com/support/kbdoc/en-us/487371
    '


    PrivateData = @{

        PSData = @{
            Tags             = @('XtremIO', 'Dell', 'EMC', 'XtremIO', 'Storage', 'Array', 'PowerShell', 'X1', 'X2')
        }
    }

    ScriptsToProcess = @('pre.ps1')

    NestedModules = @(
        'clusters.psm1',
        'bricks.psm1',
        'volumes.psm1',
        'cgroup.psm1',
        'common.psm1',
        'copies.psm1',
        'dae.psm1',
        'IBSwitch.psm1',
        'initiatorGroup.psm1',
        'initiators.psm1',
        'iscsi.psm1',
        'management.psm1',
        'mapping.psm1',
        'notifers.psm1',
        'nvramBBU.psm1',
        'protections.psm1',
        'qos.psm1',
        'session.psm1',
        'snapshots.psm1',
        'SSDSlots.psm1',
        'storageControllers.psm1',
        'tags.psm1',
        'targets.psm1'
    )
}