1. Packages
  2. Powerflex Provider
  3. API Docs
  4. StoragePool
powerflex 1.8.0 published on Monday, Apr 14, 2025 by dell

powerflex.StoragePool

Explore with Pulumi AI

powerflex logo
powerflex 1.8.0 published on Monday, Apr 14, 2025 by dell

    Import

    /*

    Copyright (c) 2023-2024 Dell Inc., or its subsidiaries. All Rights Reserved.

    Licensed under the Mozilla Public License Version 2.0 (the “License”);

    you may not use this file except in compliance with the License.

    You may obtain a copy of the License at

    http://mozilla.org/MPL/2.0/
    

    Unless required by applicable law or agreed to in writing, software

    distributed under the License is distributed on an “AS IS” BASIS,

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

    See the License for the specific language governing permissions and

    limitations under the License.

    */

    import storage pool by it’s id

    $ pulumi import powerflex:index/storagePool:StoragePool storage_pool_import_by_id "<id>"
    
    1. This will import the storage pool instance with specified ID into your Terraform state.

    2. After successful import, you can run terraform state list to ensure the resource has been imported successfully.

    3. Now, you can fill in the resource block with the appropriate arguments and settings that match the imported resource’s real-world configuration.

    4. Execute pulumi preview to see if your configuration and the imported resource are in sync. Make adjustments if needed.

    5. Finally, execute pulumi up to bring the resource fully under Terraform’s management.

    6. Now, the resource which was not part of terraform became part of Terraform managed infrastructure.

    Create StoragePool Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new StoragePool(name: string, args: StoragePoolArgs, opts?: CustomResourceOptions);
    @overload
    def StoragePool(resource_name: str,
                    args: StoragePoolArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def StoragePool(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    media_type: Optional[str] = None,
                    rebalance_io_priority_policy: Optional[str] = None,
                    protected_maintenance_mode_num_of_concurrent_ios_per_device: Optional[float] = None,
                    capacity_alert_high_threshold: Optional[float] = None,
                    name: Optional[str] = None,
                    protected_maintenance_mode_bw_limit_per_device_in_kbps: Optional[float] = None,
                    protected_maintenance_mode_io_priority_policy: Optional[str] = None,
                    capacity_alert_critical_threshold: Optional[float] = None,
                    protection_domain_id: Optional[str] = None,
                    protection_domain_name: Optional[str] = None,
                    rebalance_bw_limit_per_device_in_kbps: Optional[float] = None,
                    fragmentation: Optional[bool] = None,
                    rebalance_enabled: Optional[bool] = None,
                    rm_cache_write_handling_mode: Optional[str] = None,
                    rebuild_enabled: Optional[bool] = None,
                    rebuild_rebalance_parallelism: Optional[float] = None,
                    replication_journal_capacity: Optional[float] = None,
                    rebalance_num_of_concurrent_ios_per_device: Optional[float] = None,
                    spare_percentage: Optional[float] = None,
                    use_rfcache: Optional[bool] = None,
                    use_rmcache: Optional[bool] = None,
                    vtree_migration_bw_limit_per_device_in_kbps: Optional[float] = None,
                    vtree_migration_io_priority_policy: Optional[str] = None,
                    vtree_migration_num_of_concurrent_ios_per_device: Optional[float] = None,
                    zero_padding_enabled: Optional[bool] = None)
    func NewStoragePool(ctx *Context, name string, args StoragePoolArgs, opts ...ResourceOption) (*StoragePool, error)
    public StoragePool(string name, StoragePoolArgs args, CustomResourceOptions? opts = null)
    public StoragePool(String name, StoragePoolArgs args)
    public StoragePool(String name, StoragePoolArgs args, CustomResourceOptions options)
    
    type: powerflex:StoragePool
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args StoragePoolArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args StoragePoolArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args StoragePoolArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args StoragePoolArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args StoragePoolArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var storagePoolResource = new Powerflex.StoragePool("storagePoolResource", new()
    {
        MediaType = "string",
        RebalanceIoPriorityPolicy = "string",
        ProtectedMaintenanceModeNumOfConcurrentIosPerDevice = 0,
        CapacityAlertHighThreshold = 0,
        Name = "string",
        ProtectedMaintenanceModeBwLimitPerDeviceInKbps = 0,
        ProtectedMaintenanceModeIoPriorityPolicy = "string",
        CapacityAlertCriticalThreshold = 0,
        ProtectionDomainId = "string",
        ProtectionDomainName = "string",
        RebalanceBwLimitPerDeviceInKbps = 0,
        Fragmentation = false,
        RebalanceEnabled = false,
        RmCacheWriteHandlingMode = "string",
        RebuildEnabled = false,
        RebuildRebalanceParallelism = 0,
        ReplicationJournalCapacity = 0,
        RebalanceNumOfConcurrentIosPerDevice = 0,
        SparePercentage = 0,
        UseRfcache = false,
        UseRmcache = false,
        VtreeMigrationBwLimitPerDeviceInKbps = 0,
        VtreeMigrationIoPriorityPolicy = "string",
        VtreeMigrationNumOfConcurrentIosPerDevice = 0,
        ZeroPaddingEnabled = false,
    });
    
    example, err := powerflex.NewStoragePool(ctx, "storagePoolResource", &powerflex.StoragePoolArgs{
    	MediaType:                 pulumi.String("string"),
    	RebalanceIoPriorityPolicy: pulumi.String("string"),
    	ProtectedMaintenanceModeNumOfConcurrentIosPerDevice: pulumi.Float64(0),
    	CapacityAlertHighThreshold:                          pulumi.Float64(0),
    	Name:                                                pulumi.String("string"),
    	ProtectedMaintenanceModeBwLimitPerDeviceInKbps: pulumi.Float64(0),
    	ProtectedMaintenanceModeIoPriorityPolicy:       pulumi.String("string"),
    	CapacityAlertCriticalThreshold:                 pulumi.Float64(0),
    	ProtectionDomainId:                             pulumi.String("string"),
    	ProtectionDomainName:                           pulumi.String("string"),
    	RebalanceBwLimitPerDeviceInKbps:                pulumi.Float64(0),
    	Fragmentation:                                  pulumi.Bool(false),
    	RebalanceEnabled:                               pulumi.Bool(false),
    	RmCacheWriteHandlingMode:                       pulumi.String("string"),
    	RebuildEnabled:                                 pulumi.Bool(false),
    	RebuildRebalanceParallelism:                    pulumi.Float64(0),
    	ReplicationJournalCapacity:                     pulumi.Float64(0),
    	RebalanceNumOfConcurrentIosPerDevice:           pulumi.Float64(0),
    	SparePercentage:                                pulumi.Float64(0),
    	UseRfcache:                                     pulumi.Bool(false),
    	UseRmcache:                                     pulumi.Bool(false),
    	VtreeMigrationBwLimitPerDeviceInKbps:           pulumi.Float64(0),
    	VtreeMigrationIoPriorityPolicy:                 pulumi.String("string"),
    	VtreeMigrationNumOfConcurrentIosPerDevice:      pulumi.Float64(0),
    	ZeroPaddingEnabled:                             pulumi.Bool(false),
    })
    
    var storagePoolResource = new StoragePool("storagePoolResource", StoragePoolArgs.builder()
        .mediaType("string")
        .rebalanceIoPriorityPolicy("string")
        .protectedMaintenanceModeNumOfConcurrentIosPerDevice(0)
        .capacityAlertHighThreshold(0)
        .name("string")
        .protectedMaintenanceModeBwLimitPerDeviceInKbps(0)
        .protectedMaintenanceModeIoPriorityPolicy("string")
        .capacityAlertCriticalThreshold(0)
        .protectionDomainId("string")
        .protectionDomainName("string")
        .rebalanceBwLimitPerDeviceInKbps(0)
        .fragmentation(false)
        .rebalanceEnabled(false)
        .rmCacheWriteHandlingMode("string")
        .rebuildEnabled(false)
        .rebuildRebalanceParallelism(0)
        .replicationJournalCapacity(0)
        .rebalanceNumOfConcurrentIosPerDevice(0)
        .sparePercentage(0)
        .useRfcache(false)
        .useRmcache(false)
        .vtreeMigrationBwLimitPerDeviceInKbps(0)
        .vtreeMigrationIoPriorityPolicy("string")
        .vtreeMigrationNumOfConcurrentIosPerDevice(0)
        .zeroPaddingEnabled(false)
        .build());
    
    storage_pool_resource = powerflex.StoragePool("storagePoolResource",
        media_type="string",
        rebalance_io_priority_policy="string",
        protected_maintenance_mode_num_of_concurrent_ios_per_device=0,
        capacity_alert_high_threshold=0,
        name="string",
        protected_maintenance_mode_bw_limit_per_device_in_kbps=0,
        protected_maintenance_mode_io_priority_policy="string",
        capacity_alert_critical_threshold=0,
        protection_domain_id="string",
        protection_domain_name="string",
        rebalance_bw_limit_per_device_in_kbps=0,
        fragmentation=False,
        rebalance_enabled=False,
        rm_cache_write_handling_mode="string",
        rebuild_enabled=False,
        rebuild_rebalance_parallelism=0,
        replication_journal_capacity=0,
        rebalance_num_of_concurrent_ios_per_device=0,
        spare_percentage=0,
        use_rfcache=False,
        use_rmcache=False,
        vtree_migration_bw_limit_per_device_in_kbps=0,
        vtree_migration_io_priority_policy="string",
        vtree_migration_num_of_concurrent_ios_per_device=0,
        zero_padding_enabled=False)
    
    const storagePoolResource = new powerflex.StoragePool("storagePoolResource", {
        mediaType: "string",
        rebalanceIoPriorityPolicy: "string",
        protectedMaintenanceModeNumOfConcurrentIosPerDevice: 0,
        capacityAlertHighThreshold: 0,
        name: "string",
        protectedMaintenanceModeBwLimitPerDeviceInKbps: 0,
        protectedMaintenanceModeIoPriorityPolicy: "string",
        capacityAlertCriticalThreshold: 0,
        protectionDomainId: "string",
        protectionDomainName: "string",
        rebalanceBwLimitPerDeviceInKbps: 0,
        fragmentation: false,
        rebalanceEnabled: false,
        rmCacheWriteHandlingMode: "string",
        rebuildEnabled: false,
        rebuildRebalanceParallelism: 0,
        replicationJournalCapacity: 0,
        rebalanceNumOfConcurrentIosPerDevice: 0,
        sparePercentage: 0,
        useRfcache: false,
        useRmcache: false,
        vtreeMigrationBwLimitPerDeviceInKbps: 0,
        vtreeMigrationIoPriorityPolicy: "string",
        vtreeMigrationNumOfConcurrentIosPerDevice: 0,
        zeroPaddingEnabled: false,
    });
    
    type: powerflex:StoragePool
    properties:
        capacityAlertCriticalThreshold: 0
        capacityAlertHighThreshold: 0
        fragmentation: false
        mediaType: string
        name: string
        protectedMaintenanceModeBwLimitPerDeviceInKbps: 0
        protectedMaintenanceModeIoPriorityPolicy: string
        protectedMaintenanceModeNumOfConcurrentIosPerDevice: 0
        protectionDomainId: string
        protectionDomainName: string
        rebalanceBwLimitPerDeviceInKbps: 0
        rebalanceEnabled: false
        rebalanceIoPriorityPolicy: string
        rebalanceNumOfConcurrentIosPerDevice: 0
        rebuildEnabled: false
        rebuildRebalanceParallelism: 0
        replicationJournalCapacity: 0
        rmCacheWriteHandlingMode: string
        sparePercentage: 0
        useRfcache: false
        useRmcache: false
        vtreeMigrationBwLimitPerDeviceInKbps: 0
        vtreeMigrationIoPriorityPolicy: string
        vtreeMigrationNumOfConcurrentIosPerDevice: 0
        zeroPaddingEnabled: false
    

    StoragePool Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The StoragePool resource accepts the following input properties:

    MediaType string
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    CapacityAlertCriticalThreshold double
    Set the threshold for triggering capacity usage critical-priority alert.
    CapacityAlertHighThreshold double
    Set the threshold for triggering capacity usage high-priority alert.
    Fragmentation bool
    Enable or disable fragmentation in the Storage Pool
    Name string
    Name of the Storage pool
    ProtectedMaintenanceModeBwLimitPerDeviceInKbps double
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    ProtectedMaintenanceModeIoPriorityPolicy string
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    ProtectedMaintenanceModeNumOfConcurrentIosPerDevice double
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    ProtectionDomainId string
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    ProtectionDomainName string
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    RebalanceBwLimitPerDeviceInKbps double
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    RebalanceEnabled bool
    Enable or disable rebalancing in the specified Storage Pool
    RebalanceIoPriorityPolicy string
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    RebalanceNumOfConcurrentIosPerDevice double
    The maximum number of concurrent rebalance I/Os per device
    RebuildEnabled bool
    Enable or disable rebuilds in the specified Storage Pool
    RebuildRebalanceParallelism double
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    ReplicationJournalCapacity double
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    RmCacheWriteHandlingMode string
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    SparePercentage double
    Sets the spare capacity reservation policy
    UseRfcache bool
    Enable/Disable RFcache on a specific storage pool
    UseRmcache bool
    Enable/Disable RMcache on a specific storage pool
    VtreeMigrationBwLimitPerDeviceInKbps double
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    VtreeMigrationIoPriorityPolicy string
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    VtreeMigrationNumOfConcurrentIosPerDevice double
    The maximum number of concurrent V-Tree migration I/Os per device
    ZeroPaddingEnabled bool
    Enable/Disable padding policy on a specific storage pool
    MediaType string
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    CapacityAlertCriticalThreshold float64
    Set the threshold for triggering capacity usage critical-priority alert.
    CapacityAlertHighThreshold float64
    Set the threshold for triggering capacity usage high-priority alert.
    Fragmentation bool
    Enable or disable fragmentation in the Storage Pool
    Name string
    Name of the Storage pool
    ProtectedMaintenanceModeBwLimitPerDeviceInKbps float64
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    ProtectedMaintenanceModeIoPriorityPolicy string
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    ProtectedMaintenanceModeNumOfConcurrentIosPerDevice float64
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    ProtectionDomainId string
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    ProtectionDomainName string
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    RebalanceBwLimitPerDeviceInKbps float64
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    RebalanceEnabled bool
    Enable or disable rebalancing in the specified Storage Pool
    RebalanceIoPriorityPolicy string
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    RebalanceNumOfConcurrentIosPerDevice float64
    The maximum number of concurrent rebalance I/Os per device
    RebuildEnabled bool
    Enable or disable rebuilds in the specified Storage Pool
    RebuildRebalanceParallelism float64
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    ReplicationJournalCapacity float64
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    RmCacheWriteHandlingMode string
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    SparePercentage float64
    Sets the spare capacity reservation policy
    UseRfcache bool
    Enable/Disable RFcache on a specific storage pool
    UseRmcache bool
    Enable/Disable RMcache on a specific storage pool
    VtreeMigrationBwLimitPerDeviceInKbps float64
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    VtreeMigrationIoPriorityPolicy string
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    VtreeMigrationNumOfConcurrentIosPerDevice float64
    The maximum number of concurrent V-Tree migration I/Os per device
    ZeroPaddingEnabled bool
    Enable/Disable padding policy on a specific storage pool
    mediaType String
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    capacityAlertCriticalThreshold Double
    Set the threshold for triggering capacity usage critical-priority alert.
    capacityAlertHighThreshold Double
    Set the threshold for triggering capacity usage high-priority alert.
    fragmentation Boolean
    Enable or disable fragmentation in the Storage Pool
    name String
    Name of the Storage pool
    protectedMaintenanceModeBwLimitPerDeviceInKbps Double
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    protectedMaintenanceModeIoPriorityPolicy String
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    protectedMaintenanceModeNumOfConcurrentIosPerDevice Double
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    protectionDomainId String
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    protectionDomainName String
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    rebalanceBwLimitPerDeviceInKbps Double
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    rebalanceEnabled Boolean
    Enable or disable rebalancing in the specified Storage Pool
    rebalanceIoPriorityPolicy String
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    rebalanceNumOfConcurrentIosPerDevice Double
    The maximum number of concurrent rebalance I/Os per device
    rebuildEnabled Boolean
    Enable or disable rebuilds in the specified Storage Pool
    rebuildRebalanceParallelism Double
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    replicationJournalCapacity Double
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    rmCacheWriteHandlingMode String
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    sparePercentage Double
    Sets the spare capacity reservation policy
    useRfcache Boolean
    Enable/Disable RFcache on a specific storage pool
    useRmcache Boolean
    Enable/Disable RMcache on a specific storage pool
    vtreeMigrationBwLimitPerDeviceInKbps Double
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    vtreeMigrationIoPriorityPolicy String
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    vtreeMigrationNumOfConcurrentIosPerDevice Double
    The maximum number of concurrent V-Tree migration I/Os per device
    zeroPaddingEnabled Boolean
    Enable/Disable padding policy on a specific storage pool
    mediaType string
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    capacityAlertCriticalThreshold number
    Set the threshold for triggering capacity usage critical-priority alert.
    capacityAlertHighThreshold number
    Set the threshold for triggering capacity usage high-priority alert.
    fragmentation boolean
    Enable or disable fragmentation in the Storage Pool
    name string
    Name of the Storage pool
    protectedMaintenanceModeBwLimitPerDeviceInKbps number
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    protectedMaintenanceModeIoPriorityPolicy string
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    protectedMaintenanceModeNumOfConcurrentIosPerDevice number
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    protectionDomainId string
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    protectionDomainName string
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    rebalanceBwLimitPerDeviceInKbps number
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    rebalanceEnabled boolean
    Enable or disable rebalancing in the specified Storage Pool
    rebalanceIoPriorityPolicy string
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    rebalanceNumOfConcurrentIosPerDevice number
    The maximum number of concurrent rebalance I/Os per device
    rebuildEnabled boolean
    Enable or disable rebuilds in the specified Storage Pool
    rebuildRebalanceParallelism number
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    replicationJournalCapacity number
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    rmCacheWriteHandlingMode string
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    sparePercentage number
    Sets the spare capacity reservation policy
    useRfcache boolean
    Enable/Disable RFcache on a specific storage pool
    useRmcache boolean
    Enable/Disable RMcache on a specific storage pool
    vtreeMigrationBwLimitPerDeviceInKbps number
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    vtreeMigrationIoPriorityPolicy string
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    vtreeMigrationNumOfConcurrentIosPerDevice number
    The maximum number of concurrent V-Tree migration I/Os per device
    zeroPaddingEnabled boolean
    Enable/Disable padding policy on a specific storage pool
    media_type str
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    capacity_alert_critical_threshold float
    Set the threshold for triggering capacity usage critical-priority alert.
    capacity_alert_high_threshold float
    Set the threshold for triggering capacity usage high-priority alert.
    fragmentation bool
    Enable or disable fragmentation in the Storage Pool
    name str
    Name of the Storage pool
    protected_maintenance_mode_bw_limit_per_device_in_kbps float
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    protected_maintenance_mode_io_priority_policy str
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    protected_maintenance_mode_num_of_concurrent_ios_per_device float
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    protection_domain_id str
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    protection_domain_name str
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    rebalance_bw_limit_per_device_in_kbps float
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    rebalance_enabled bool
    Enable or disable rebalancing in the specified Storage Pool
    rebalance_io_priority_policy str
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    rebalance_num_of_concurrent_ios_per_device float
    The maximum number of concurrent rebalance I/Os per device
    rebuild_enabled bool
    Enable or disable rebuilds in the specified Storage Pool
    rebuild_rebalance_parallelism float
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    replication_journal_capacity float
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    rm_cache_write_handling_mode str
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    spare_percentage float
    Sets the spare capacity reservation policy
    use_rfcache bool
    Enable/Disable RFcache on a specific storage pool
    use_rmcache bool
    Enable/Disable RMcache on a specific storage pool
    vtree_migration_bw_limit_per_device_in_kbps float
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    vtree_migration_io_priority_policy str
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    vtree_migration_num_of_concurrent_ios_per_device float
    The maximum number of concurrent V-Tree migration I/Os per device
    zero_padding_enabled bool
    Enable/Disable padding policy on a specific storage pool
    mediaType String
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    capacityAlertCriticalThreshold Number
    Set the threshold for triggering capacity usage critical-priority alert.
    capacityAlertHighThreshold Number
    Set the threshold for triggering capacity usage high-priority alert.
    fragmentation Boolean
    Enable or disable fragmentation in the Storage Pool
    name String
    Name of the Storage pool
    protectedMaintenanceModeBwLimitPerDeviceInKbps Number
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    protectedMaintenanceModeIoPriorityPolicy String
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    protectedMaintenanceModeNumOfConcurrentIosPerDevice Number
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    protectionDomainId String
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    protectionDomainName String
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    rebalanceBwLimitPerDeviceInKbps Number
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    rebalanceEnabled Boolean
    Enable or disable rebalancing in the specified Storage Pool
    rebalanceIoPriorityPolicy String
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    rebalanceNumOfConcurrentIosPerDevice Number
    The maximum number of concurrent rebalance I/Os per device
    rebuildEnabled Boolean
    Enable or disable rebuilds in the specified Storage Pool
    rebuildRebalanceParallelism Number
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    replicationJournalCapacity Number
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    rmCacheWriteHandlingMode String
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    sparePercentage Number
    Sets the spare capacity reservation policy
    useRfcache Boolean
    Enable/Disable RFcache on a specific storage pool
    useRmcache Boolean
    Enable/Disable RMcache on a specific storage pool
    vtreeMigrationBwLimitPerDeviceInKbps Number
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    vtreeMigrationIoPriorityPolicy String
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    vtreeMigrationNumOfConcurrentIosPerDevice Number
    The maximum number of concurrent V-Tree migration I/Os per device
    zeroPaddingEnabled Boolean
    Enable/Disable padding policy on a specific storage pool

    Outputs

    All input properties are implicitly available as output properties. Additionally, the StoragePool resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing StoragePool Resource

    Get an existing StoragePool resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: StoragePoolState, opts?: CustomResourceOptions): StoragePool
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            capacity_alert_critical_threshold: Optional[float] = None,
            capacity_alert_high_threshold: Optional[float] = None,
            fragmentation: Optional[bool] = None,
            media_type: Optional[str] = None,
            name: Optional[str] = None,
            protected_maintenance_mode_bw_limit_per_device_in_kbps: Optional[float] = None,
            protected_maintenance_mode_io_priority_policy: Optional[str] = None,
            protected_maintenance_mode_num_of_concurrent_ios_per_device: Optional[float] = None,
            protection_domain_id: Optional[str] = None,
            protection_domain_name: Optional[str] = None,
            rebalance_bw_limit_per_device_in_kbps: Optional[float] = None,
            rebalance_enabled: Optional[bool] = None,
            rebalance_io_priority_policy: Optional[str] = None,
            rebalance_num_of_concurrent_ios_per_device: Optional[float] = None,
            rebuild_enabled: Optional[bool] = None,
            rebuild_rebalance_parallelism: Optional[float] = None,
            replication_journal_capacity: Optional[float] = None,
            rm_cache_write_handling_mode: Optional[str] = None,
            spare_percentage: Optional[float] = None,
            use_rfcache: Optional[bool] = None,
            use_rmcache: Optional[bool] = None,
            vtree_migration_bw_limit_per_device_in_kbps: Optional[float] = None,
            vtree_migration_io_priority_policy: Optional[str] = None,
            vtree_migration_num_of_concurrent_ios_per_device: Optional[float] = None,
            zero_padding_enabled: Optional[bool] = None) -> StoragePool
    func GetStoragePool(ctx *Context, name string, id IDInput, state *StoragePoolState, opts ...ResourceOption) (*StoragePool, error)
    public static StoragePool Get(string name, Input<string> id, StoragePoolState? state, CustomResourceOptions? opts = null)
    public static StoragePool get(String name, Output<String> id, StoragePoolState state, CustomResourceOptions options)
    resources:  _:    type: powerflex:StoragePool    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CapacityAlertCriticalThreshold double
    Set the threshold for triggering capacity usage critical-priority alert.
    CapacityAlertHighThreshold double
    Set the threshold for triggering capacity usage high-priority alert.
    Fragmentation bool
    Enable or disable fragmentation in the Storage Pool
    MediaType string
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    Name string
    Name of the Storage pool
    ProtectedMaintenanceModeBwLimitPerDeviceInKbps double
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    ProtectedMaintenanceModeIoPriorityPolicy string
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    ProtectedMaintenanceModeNumOfConcurrentIosPerDevice double
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    ProtectionDomainId string
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    ProtectionDomainName string
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    RebalanceBwLimitPerDeviceInKbps double
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    RebalanceEnabled bool
    Enable or disable rebalancing in the specified Storage Pool
    RebalanceIoPriorityPolicy string
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    RebalanceNumOfConcurrentIosPerDevice double
    The maximum number of concurrent rebalance I/Os per device
    RebuildEnabled bool
    Enable or disable rebuilds in the specified Storage Pool
    RebuildRebalanceParallelism double
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    ReplicationJournalCapacity double
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    RmCacheWriteHandlingMode string
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    SparePercentage double
    Sets the spare capacity reservation policy
    UseRfcache bool
    Enable/Disable RFcache on a specific storage pool
    UseRmcache bool
    Enable/Disable RMcache on a specific storage pool
    VtreeMigrationBwLimitPerDeviceInKbps double
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    VtreeMigrationIoPriorityPolicy string
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    VtreeMigrationNumOfConcurrentIosPerDevice double
    The maximum number of concurrent V-Tree migration I/Os per device
    ZeroPaddingEnabled bool
    Enable/Disable padding policy on a specific storage pool
    CapacityAlertCriticalThreshold float64
    Set the threshold for triggering capacity usage critical-priority alert.
    CapacityAlertHighThreshold float64
    Set the threshold for triggering capacity usage high-priority alert.
    Fragmentation bool
    Enable or disable fragmentation in the Storage Pool
    MediaType string
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    Name string
    Name of the Storage pool
    ProtectedMaintenanceModeBwLimitPerDeviceInKbps float64
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    ProtectedMaintenanceModeIoPriorityPolicy string
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    ProtectedMaintenanceModeNumOfConcurrentIosPerDevice float64
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    ProtectionDomainId string
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    ProtectionDomainName string
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    RebalanceBwLimitPerDeviceInKbps float64
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    RebalanceEnabled bool
    Enable or disable rebalancing in the specified Storage Pool
    RebalanceIoPriorityPolicy string
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    RebalanceNumOfConcurrentIosPerDevice float64
    The maximum number of concurrent rebalance I/Os per device
    RebuildEnabled bool
    Enable or disable rebuilds in the specified Storage Pool
    RebuildRebalanceParallelism float64
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    ReplicationJournalCapacity float64
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    RmCacheWriteHandlingMode string
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    SparePercentage float64
    Sets the spare capacity reservation policy
    UseRfcache bool
    Enable/Disable RFcache on a specific storage pool
    UseRmcache bool
    Enable/Disable RMcache on a specific storage pool
    VtreeMigrationBwLimitPerDeviceInKbps float64
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    VtreeMigrationIoPriorityPolicy string
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    VtreeMigrationNumOfConcurrentIosPerDevice float64
    The maximum number of concurrent V-Tree migration I/Os per device
    ZeroPaddingEnabled bool
    Enable/Disable padding policy on a specific storage pool
    capacityAlertCriticalThreshold Double
    Set the threshold for triggering capacity usage critical-priority alert.
    capacityAlertHighThreshold Double
    Set the threshold for triggering capacity usage high-priority alert.
    fragmentation Boolean
    Enable or disable fragmentation in the Storage Pool
    mediaType String
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    name String
    Name of the Storage pool
    protectedMaintenanceModeBwLimitPerDeviceInKbps Double
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    protectedMaintenanceModeIoPriorityPolicy String
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    protectedMaintenanceModeNumOfConcurrentIosPerDevice Double
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    protectionDomainId String
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    protectionDomainName String
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    rebalanceBwLimitPerDeviceInKbps Double
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    rebalanceEnabled Boolean
    Enable or disable rebalancing in the specified Storage Pool
    rebalanceIoPriorityPolicy String
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    rebalanceNumOfConcurrentIosPerDevice Double
    The maximum number of concurrent rebalance I/Os per device
    rebuildEnabled Boolean
    Enable or disable rebuilds in the specified Storage Pool
    rebuildRebalanceParallelism Double
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    replicationJournalCapacity Double
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    rmCacheWriteHandlingMode String
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    sparePercentage Double
    Sets the spare capacity reservation policy
    useRfcache Boolean
    Enable/Disable RFcache on a specific storage pool
    useRmcache Boolean
    Enable/Disable RMcache on a specific storage pool
    vtreeMigrationBwLimitPerDeviceInKbps Double
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    vtreeMigrationIoPriorityPolicy String
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    vtreeMigrationNumOfConcurrentIosPerDevice Double
    The maximum number of concurrent V-Tree migration I/Os per device
    zeroPaddingEnabled Boolean
    Enable/Disable padding policy on a specific storage pool
    capacityAlertCriticalThreshold number
    Set the threshold for triggering capacity usage critical-priority alert.
    capacityAlertHighThreshold number
    Set the threshold for triggering capacity usage high-priority alert.
    fragmentation boolean
    Enable or disable fragmentation in the Storage Pool
    mediaType string
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    name string
    Name of the Storage pool
    protectedMaintenanceModeBwLimitPerDeviceInKbps number
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    protectedMaintenanceModeIoPriorityPolicy string
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    protectedMaintenanceModeNumOfConcurrentIosPerDevice number
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    protectionDomainId string
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    protectionDomainName string
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    rebalanceBwLimitPerDeviceInKbps number
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    rebalanceEnabled boolean
    Enable or disable rebalancing in the specified Storage Pool
    rebalanceIoPriorityPolicy string
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    rebalanceNumOfConcurrentIosPerDevice number
    The maximum number of concurrent rebalance I/Os per device
    rebuildEnabled boolean
    Enable or disable rebuilds in the specified Storage Pool
    rebuildRebalanceParallelism number
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    replicationJournalCapacity number
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    rmCacheWriteHandlingMode string
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    sparePercentage number
    Sets the spare capacity reservation policy
    useRfcache boolean
    Enable/Disable RFcache on a specific storage pool
    useRmcache boolean
    Enable/Disable RMcache on a specific storage pool
    vtreeMigrationBwLimitPerDeviceInKbps number
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    vtreeMigrationIoPriorityPolicy string
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    vtreeMigrationNumOfConcurrentIosPerDevice number
    The maximum number of concurrent V-Tree migration I/Os per device
    zeroPaddingEnabled boolean
    Enable/Disable padding policy on a specific storage pool
    capacity_alert_critical_threshold float
    Set the threshold for triggering capacity usage critical-priority alert.
    capacity_alert_high_threshold float
    Set the threshold for triggering capacity usage high-priority alert.
    fragmentation bool
    Enable or disable fragmentation in the Storage Pool
    media_type str
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    name str
    Name of the Storage pool
    protected_maintenance_mode_bw_limit_per_device_in_kbps float
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    protected_maintenance_mode_io_priority_policy str
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    protected_maintenance_mode_num_of_concurrent_ios_per_device float
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    protection_domain_id str
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    protection_domain_name str
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    rebalance_bw_limit_per_device_in_kbps float
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    rebalance_enabled bool
    Enable or disable rebalancing in the specified Storage Pool
    rebalance_io_priority_policy str
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    rebalance_num_of_concurrent_ios_per_device float
    The maximum number of concurrent rebalance I/Os per device
    rebuild_enabled bool
    Enable or disable rebuilds in the specified Storage Pool
    rebuild_rebalance_parallelism float
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    replication_journal_capacity float
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    rm_cache_write_handling_mode str
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    spare_percentage float
    Sets the spare capacity reservation policy
    use_rfcache bool
    Enable/Disable RFcache on a specific storage pool
    use_rmcache bool
    Enable/Disable RMcache on a specific storage pool
    vtree_migration_bw_limit_per_device_in_kbps float
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    vtree_migration_io_priority_policy str
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    vtree_migration_num_of_concurrent_ios_per_device float
    The maximum number of concurrent V-Tree migration I/Os per device
    zero_padding_enabled bool
    Enable/Disable padding policy on a specific storage pool
    capacityAlertCriticalThreshold Number
    Set the threshold for triggering capacity usage critical-priority alert.
    capacityAlertHighThreshold Number
    Set the threshold for triggering capacity usage high-priority alert.
    fragmentation Boolean
    Enable or disable fragmentation in the Storage Pool
    mediaType String
    Media Type of the storage pool. Valid values are HDD, SSD and Transitional
    name String
    Name of the Storage pool
    protectedMaintenanceModeBwLimitPerDeviceInKbps Number
    The maximum bandwidth of protected maintenance mode migration I/Os, in KB per second, per device
    protectedMaintenanceModeIoPriorityPolicy String
    Set the I/O priority policy for protected maintenance mode for a specific Storage Pool. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    protectedMaintenanceModeNumOfConcurrentIosPerDevice Number
    The maximum number of concurrent protected maintenance mode migration I/Os per device
    protectionDomainId String
    ID of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_name. Cannot be updated.
    protectionDomainName String
    Name of the Protection Domain under which the storage pool will be created. Conflicts with protection_domain_id. Cannot be updated.
    rebalanceBwLimitPerDeviceInKbps Number
    The maximum bandwidth of rebalance I/Os, in KB/s, per device
    rebalanceEnabled Boolean
    Enable or disable rebalancing in the specified Storage Pool
    rebalanceIoPriorityPolicy String
    Policy to use for rebalance I/O priority. Valid values are unlimited, limitNumOfConcurrentIos and favorAppIos
    rebalanceNumOfConcurrentIosPerDevice Number
    The maximum number of concurrent rebalance I/Os per device
    rebuildEnabled Boolean
    Enable or disable rebuilds in the specified Storage Pool
    rebuildRebalanceParallelism Number
    Maximum number of concurrent rebuild and rebalance activities on SDSs in the Storage Pool
    replicationJournalCapacity Number
    This defines the maximum percentage of Storage Pool capacity that can be used by replication for the journal. Before deleting the storage pool, this has to be set to 0.
    rmCacheWriteHandlingMode String
    Sets the Read RAM Cache write handling mode of the specified Storage Pool
    sparePercentage Number
    Sets the spare capacity reservation policy
    useRfcache Boolean
    Enable/Disable RFcache on a specific storage pool
    useRmcache Boolean
    Enable/Disable RMcache on a specific storage pool
    vtreeMigrationBwLimitPerDeviceInKbps Number
    The maximum bandwidth of V-Tree migration IOs, in KB per second, per device
    vtreeMigrationIoPriorityPolicy String
    Set the I/O priority policy for V-Tree migration for a specific Storage Pool. Valid values are limitNumOfConcurrentIos and favorAppIos
    vtreeMigrationNumOfConcurrentIosPerDevice Number
    The maximum number of concurrent V-Tree migration I/Os per device
    zeroPaddingEnabled Boolean
    Enable/Disable padding policy on a specific storage pool

    Package Details

    Repository
    powerflex dell/terraform-provider-powerflex
    License
    Notes
    This Pulumi package is based on the powerflex Terraform Provider.
    powerflex logo
    powerflex 1.8.0 published on Monday, Apr 14, 2025 by dell