1. Packages
  2. Nutanix
  3. API Docs
  4. getStorageContainersV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getStorageContainersV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    Provides a datasource to Lists the Storage Containers present in the system.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pulumi/nutanix";
    
    const storage_containers = nutanix.getStorageContainersV2({});
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    storage_containers = nutanix.get_storage_containers_v2()
    
    package main
    
    import (
    	"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := nutanix.LookupStorageContainersV2(ctx, &nutanix.LookupStorageContainersV2Args{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Nutanix = Pulumi.Nutanix;
    
    return await Deployment.RunAsync(() => 
    {
        var storage_containers = Nutanix.GetStorageContainersV2.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.nutanix.NutanixFunctions;
    import com.pulumi.nutanix.inputs.GetStorageContainersV2Args;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var storage-containers = NutanixFunctions.getStorageContainersV2();
    
        }
    }
    
    variables:
      storage-containers:
        fn::invoke:
          function: nutanix:getStorageContainersV2
          arguments: {}
    

    Using getStorageContainersV2

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getStorageContainersV2(args: GetStorageContainersV2Args, opts?: InvokeOptions): Promise<GetStorageContainersV2Result>
    function getStorageContainersV2Output(args: GetStorageContainersV2OutputArgs, opts?: InvokeOptions): Output<GetStorageContainersV2Result>
    def get_storage_containers_v2(apply: Optional[str] = None,
                                  filter: Optional[str] = None,
                                  limit: Optional[int] = None,
                                  order_by: Optional[str] = None,
                                  page: Optional[int] = None,
                                  select: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetStorageContainersV2Result
    def get_storage_containers_v2_output(apply: Optional[pulumi.Input[str]] = None,
                                  filter: Optional[pulumi.Input[str]] = None,
                                  limit: Optional[pulumi.Input[int]] = None,
                                  order_by: Optional[pulumi.Input[str]] = None,
                                  page: Optional[pulumi.Input[int]] = None,
                                  select: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetStorageContainersV2Result]
    func LookupStorageContainersV2(ctx *Context, args *LookupStorageContainersV2Args, opts ...InvokeOption) (*LookupStorageContainersV2Result, error)
    func LookupStorageContainersV2Output(ctx *Context, args *LookupStorageContainersV2OutputArgs, opts ...InvokeOption) LookupStorageContainersV2ResultOutput

    > Note: This function is named LookupStorageContainersV2 in the Go SDK.

    public static class GetStorageContainersV2 
    {
        public static Task<GetStorageContainersV2Result> InvokeAsync(GetStorageContainersV2Args args, InvokeOptions? opts = null)
        public static Output<GetStorageContainersV2Result> Invoke(GetStorageContainersV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageContainersV2Result> getStorageContainersV2(GetStorageContainersV2Args args, InvokeOptions options)
    public static Output<GetStorageContainersV2Result> getStorageContainersV2(GetStorageContainersV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getStorageContainersV2:getStorageContainersV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Apply string
    Filter string
    A URL query parameter that allows clients to filter a collection of resources.
    Limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    Page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    Select string
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.
    Apply string
    Filter string
    A URL query parameter that allows clients to filter a collection of resources.
    Limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    Page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    Select string
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.
    apply String
    filter String
    A URL query parameter that allows clients to filter a collection of resources.
    limit Integer
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    page Integer
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select String
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.
    apply string
    filter string
    A URL query parameter that allows clients to filter a collection of resources.
    limit number
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    page number
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select string
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.
    apply str
    filter str
    A URL query parameter that allows clients to filter a collection of resources.
    limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    order_by str
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select str
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.
    apply String
    filter String
    A URL query parameter that allows clients to filter a collection of resources.
    limit Number
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default.
    page Number
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    select String
    A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions.

    getStorageContainersV2 Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    StorageContainers List<PiersKarsenbarg.Nutanix.Outputs.GetStorageContainersV2StorageContainer>
    Apply string
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    Id string
    The provider-assigned unique ID for this managed resource.
    StorageContainers []GetStorageContainersV2StorageContainer
    Apply string
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    id String
    The provider-assigned unique ID for this managed resource.
    storageContainers List<GetStorageContainersV2StorageContainer>
    apply String
    filter String
    limit Integer
    orderBy String
    page Integer
    select String
    id string
    The provider-assigned unique ID for this managed resource.
    storageContainers GetStorageContainersV2StorageContainer[]
    apply string
    filter string
    limit number
    orderBy string
    page number
    select string
    id str
    The provider-assigned unique ID for this managed resource.
    storage_containers Sequence[GetStorageContainersV2StorageContainer]
    apply str
    filter str
    limit int
    order_by str
    page int
    select str
    id String
    The provider-assigned unique ID for this managed resource.
    storageContainers List<Property Map>
    apply String
    filter String
    limit Number
    orderBy String
    page Number
    select String

    Supporting Types

    GetStorageContainersV2StorageContainer

    AffinityHostExtId string
    • Affinity host extId for RF 1 Storage Container.
    CacheDeduplication string
    • Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    ClusterExtId string
    • ext id for the cluster owning the storage container.
    ClusterName string
    • Corresponding name of the Cluster owning the Storage Container instance.
    CompressionDelaySecs int
    • The compression delay in seconds.
    ContainerExtId string
    • the storage container ext id
    ErasureCode string
    • Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    ErasureCodeDelaySecs int
    • Delay in performing ErasureCode for the current Container instance.
    ExtId string
    • the storage container uuid
    HasHigherEcFaultDomainPreference bool
    • Indicates whether to prefer a higher Erasure Code fault domain.
    IsCompressionEnabled bool
    • Indicates whether the compression is enabled for the Container.
    IsEncrypted bool
    • Indicates whether the Container is encrypted or not.
    IsInlineEcEnabled bool
    • Indicates whether data written to this container should be inline erasure coded or not. This field is only considered when ErasureCoding is enabled.
    IsInternal bool
    • Indicates whether the Container is internal and is managed by Nutanix.
    IsMarkedForRemoval bool
    • Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
    IsNfsWhitelistInherited bool
    • Indicates whether the NFS whitelist is inherited from global config.
    IsSoftwareEncryptionEnabled bool
    • Indicates whether the Container instance has software encryption enabled.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetStorageContainersV2StorageContainerLink>
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    LogicalAdvertisedCapacityBytes int
    • Max capacity of the Container as defined by the user.
    LogicalExplicitReservedCapacityBytes int
    • Total reserved size (in bytes) of the container (set by Admin). This also accounts for the container's replication factor. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity.
    LogicalImplicitReservedCapacityBytes int
    • This is the summation of reservations provisioned on all VDisks in the container. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity
    MaxCapacityBytes int
    • Maximum physical capacity of the Storage Container in bytes.
    Name string
    Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    NfsWhitelistAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetStorageContainersV2StorageContainerNfsWhitelistAddress>
    • List of NFS addresses which need to be whitelisted.
    OnDiskDedup string
    • Indicates the current status of Disk Deduplication for the Container. available values: NONE, OFF, POST_PROCESS
    OwnerExtId string
    • owner ext id
    ReplicationFactor int
    • Replication factor of the Storage Container.
    StoragePoolExtId string
    • extId of the Storage Pool owning the Storage Container instance.
    TenantId string
    • A globally unique identifier that represents the tenant that owns this entity.
    AffinityHostExtId string
    • Affinity host extId for RF 1 Storage Container.
    CacheDeduplication string
    • Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    ClusterExtId string
    • ext id for the cluster owning the storage container.
    ClusterName string
    • Corresponding name of the Cluster owning the Storage Container instance.
    CompressionDelaySecs int
    • The compression delay in seconds.
    ContainerExtId string
    • the storage container ext id
    ErasureCode string
    • Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    ErasureCodeDelaySecs int
    • Delay in performing ErasureCode for the current Container instance.
    ExtId string
    • the storage container uuid
    HasHigherEcFaultDomainPreference bool
    • Indicates whether to prefer a higher Erasure Code fault domain.
    IsCompressionEnabled bool
    • Indicates whether the compression is enabled for the Container.
    IsEncrypted bool
    • Indicates whether the Container is encrypted or not.
    IsInlineEcEnabled bool
    • Indicates whether data written to this container should be inline erasure coded or not. This field is only considered when ErasureCoding is enabled.
    IsInternal bool
    • Indicates whether the Container is internal and is managed by Nutanix.
    IsMarkedForRemoval bool
    • Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
    IsNfsWhitelistInherited bool
    • Indicates whether the NFS whitelist is inherited from global config.
    IsSoftwareEncryptionEnabled bool
    • Indicates whether the Container instance has software encryption enabled.
    Links []GetStorageContainersV2StorageContainerLink
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    LogicalAdvertisedCapacityBytes int
    • Max capacity of the Container as defined by the user.
    LogicalExplicitReservedCapacityBytes int
    • Total reserved size (in bytes) of the container (set by Admin). This also accounts for the container's replication factor. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity.
    LogicalImplicitReservedCapacityBytes int
    • This is the summation of reservations provisioned on all VDisks in the container. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity
    MaxCapacityBytes int
    • Maximum physical capacity of the Storage Container in bytes.
    Name string
    Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    NfsWhitelistAddresses []GetStorageContainersV2StorageContainerNfsWhitelistAddress
    • List of NFS addresses which need to be whitelisted.
    OnDiskDedup string
    • Indicates the current status of Disk Deduplication for the Container. available values: NONE, OFF, POST_PROCESS
    OwnerExtId string
    • owner ext id
    ReplicationFactor int
    • Replication factor of the Storage Container.
    StoragePoolExtId string
    • extId of the Storage Pool owning the Storage Container instance.
    TenantId string
    • A globally unique identifier that represents the tenant that owns this entity.
    affinityHostExtId String
    • Affinity host extId for RF 1 Storage Container.
    cacheDeduplication String
    • Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    clusterExtId String
    • ext id for the cluster owning the storage container.
    clusterName String
    • Corresponding name of the Cluster owning the Storage Container instance.
    compressionDelaySecs Integer
    • The compression delay in seconds.
    containerExtId String
    • the storage container ext id
    erasureCode String
    • Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasureCodeDelaySecs Integer
    • Delay in performing ErasureCode for the current Container instance.
    extId String
    • the storage container uuid
    hasHigherEcFaultDomainPreference Boolean
    • Indicates whether to prefer a higher Erasure Code fault domain.
    isCompressionEnabled Boolean
    • Indicates whether the compression is enabled for the Container.
    isEncrypted Boolean
    • Indicates whether the Container is encrypted or not.
    isInlineEcEnabled Boolean
    • Indicates whether data written to this container should be inline erasure coded or not. This field is only considered when ErasureCoding is enabled.
    isInternal Boolean
    • Indicates whether the Container is internal and is managed by Nutanix.
    isMarkedForRemoval Boolean
    • Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
    isNfsWhitelistInherited Boolean
    • Indicates whether the NFS whitelist is inherited from global config.
    isSoftwareEncryptionEnabled Boolean
    • Indicates whether the Container instance has software encryption enabled.
    links List<GetStorageContainersV2StorageContainerLink>
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    logicalAdvertisedCapacityBytes Integer
    • Max capacity of the Container as defined by the user.
    logicalExplicitReservedCapacityBytes Integer
    • Total reserved size (in bytes) of the container (set by Admin). This also accounts for the container's replication factor. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity.
    logicalImplicitReservedCapacityBytes Integer
    • This is the summation of reservations provisioned on all VDisks in the container. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity
    maxCapacityBytes Integer
    • Maximum physical capacity of the Storage Container in bytes.
    name String
    Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfsWhitelistAddresses List<GetStorageContainersV2StorageContainerNfsWhitelistAddress>
    • List of NFS addresses which need to be whitelisted.
    onDiskDedup String
    • Indicates the current status of Disk Deduplication for the Container. available values: NONE, OFF, POST_PROCESS
    ownerExtId String
    • owner ext id
    replicationFactor Integer
    • Replication factor of the Storage Container.
    storagePoolExtId String
    • extId of the Storage Pool owning the Storage Container instance.
    tenantId String
    • A globally unique identifier that represents the tenant that owns this entity.
    affinityHostExtId string
    • Affinity host extId for RF 1 Storage Container.
    cacheDeduplication string
    • Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    clusterExtId string
    • ext id for the cluster owning the storage container.
    clusterName string
    • Corresponding name of the Cluster owning the Storage Container instance.
    compressionDelaySecs number
    • The compression delay in seconds.
    containerExtId string
    • the storage container ext id
    erasureCode string
    • Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasureCodeDelaySecs number
    • Delay in performing ErasureCode for the current Container instance.
    extId string
    • the storage container uuid
    hasHigherEcFaultDomainPreference boolean
    • Indicates whether to prefer a higher Erasure Code fault domain.
    isCompressionEnabled boolean
    • Indicates whether the compression is enabled for the Container.
    isEncrypted boolean
    • Indicates whether the Container is encrypted or not.
    isInlineEcEnabled boolean
    • Indicates whether data written to this container should be inline erasure coded or not. This field is only considered when ErasureCoding is enabled.
    isInternal boolean
    • Indicates whether the Container is internal and is managed by Nutanix.
    isMarkedForRemoval boolean
    • Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
    isNfsWhitelistInherited boolean
    • Indicates whether the NFS whitelist is inherited from global config.
    isSoftwareEncryptionEnabled boolean
    • Indicates whether the Container instance has software encryption enabled.
    links GetStorageContainersV2StorageContainerLink[]
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    logicalAdvertisedCapacityBytes number
    • Max capacity of the Container as defined by the user.
    logicalExplicitReservedCapacityBytes number
    • Total reserved size (in bytes) of the container (set by Admin). This also accounts for the container's replication factor. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity.
    logicalImplicitReservedCapacityBytes number
    • This is the summation of reservations provisioned on all VDisks in the container. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity
    maxCapacityBytes number
    • Maximum physical capacity of the Storage Container in bytes.
    name string
    Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfsWhitelistAddresses GetStorageContainersV2StorageContainerNfsWhitelistAddress[]
    • List of NFS addresses which need to be whitelisted.
    onDiskDedup string
    • Indicates the current status of Disk Deduplication for the Container. available values: NONE, OFF, POST_PROCESS
    ownerExtId string
    • owner ext id
    replicationFactor number
    • Replication factor of the Storage Container.
    storagePoolExtId string
    • extId of the Storage Pool owning the Storage Container instance.
    tenantId string
    • A globally unique identifier that represents the tenant that owns this entity.
    affinity_host_ext_id str
    • Affinity host extId for RF 1 Storage Container.
    cache_deduplication str
    • Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    cluster_ext_id str
    • ext id for the cluster owning the storage container.
    cluster_name str
    • Corresponding name of the Cluster owning the Storage Container instance.
    compression_delay_secs int
    • The compression delay in seconds.
    container_ext_id str
    • the storage container ext id
    erasure_code str
    • Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasure_code_delay_secs int
    • Delay in performing ErasureCode for the current Container instance.
    ext_id str
    • the storage container uuid
    has_higher_ec_fault_domain_preference bool
    • Indicates whether to prefer a higher Erasure Code fault domain.
    is_compression_enabled bool
    • Indicates whether the compression is enabled for the Container.
    is_encrypted bool
    • Indicates whether the Container is encrypted or not.
    is_inline_ec_enabled bool
    • Indicates whether data written to this container should be inline erasure coded or not. This field is only considered when ErasureCoding is enabled.
    is_internal bool
    • Indicates whether the Container is internal and is managed by Nutanix.
    is_marked_for_removal bool
    • Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
    is_nfs_whitelist_inherited bool
    • Indicates whether the NFS whitelist is inherited from global config.
    is_software_encryption_enabled bool
    • Indicates whether the Container instance has software encryption enabled.
    links Sequence[GetStorageContainersV2StorageContainerLink]
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    logical_advertised_capacity_bytes int
    • Max capacity of the Container as defined by the user.
    logical_explicit_reserved_capacity_bytes int
    • Total reserved size (in bytes) of the container (set by Admin). This also accounts for the container's replication factor. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity.
    logical_implicit_reserved_capacity_bytes int
    • This is the summation of reservations provisioned on all VDisks in the container. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity
    max_capacity_bytes int
    • Maximum physical capacity of the Storage Container in bytes.
    name str
    Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfs_whitelist_addresses Sequence[GetStorageContainersV2StorageContainerNfsWhitelistAddress]
    • List of NFS addresses which need to be whitelisted.
    on_disk_dedup str
    • Indicates the current status of Disk Deduplication for the Container. available values: NONE, OFF, POST_PROCESS
    owner_ext_id str
    • owner ext id
    replication_factor int
    • Replication factor of the Storage Container.
    storage_pool_ext_id str
    • extId of the Storage Pool owning the Storage Container instance.
    tenant_id str
    • A globally unique identifier that represents the tenant that owns this entity.
    affinityHostExtId String
    • Affinity host extId for RF 1 Storage Container.
    cacheDeduplication String
    • Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    clusterExtId String
    • ext id for the cluster owning the storage container.
    clusterName String
    • Corresponding name of the Cluster owning the Storage Container instance.
    compressionDelaySecs Number
    • The compression delay in seconds.
    containerExtId String
    • the storage container ext id
    erasureCode String
    • Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasureCodeDelaySecs Number
    • Delay in performing ErasureCode for the current Container instance.
    extId String
    • the storage container uuid
    hasHigherEcFaultDomainPreference Boolean
    • Indicates whether to prefer a higher Erasure Code fault domain.
    isCompressionEnabled Boolean
    • Indicates whether the compression is enabled for the Container.
    isEncrypted Boolean
    • Indicates whether the Container is encrypted or not.
    isInlineEcEnabled Boolean
    • Indicates whether data written to this container should be inline erasure coded or not. This field is only considered when ErasureCoding is enabled.
    isInternal Boolean
    • Indicates whether the Container is internal and is managed by Nutanix.
    isMarkedForRemoval Boolean
    • Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
    isNfsWhitelistInherited Boolean
    • Indicates whether the NFS whitelist is inherited from global config.
    isSoftwareEncryptionEnabled Boolean
    • Indicates whether the Container instance has software encryption enabled.
    links List<Property Map>
    • A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    logicalAdvertisedCapacityBytes Number
    • Max capacity of the Container as defined by the user.
    logicalExplicitReservedCapacityBytes Number
    • Total reserved size (in bytes) of the container (set by Admin). This also accounts for the container's replication factor. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity.
    logicalImplicitReservedCapacityBytes Number
    • This is the summation of reservations provisioned on all VDisks in the container. The actual reserved capacity of the container will be the maximum of explicitReservedCapacity and implicitReservedCapacity
    maxCapacityBytes Number
    • Maximum physical capacity of the Storage Container in bytes.
    name String
    Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfsWhitelistAddresses List<Property Map>
    • List of NFS addresses which need to be whitelisted.
    onDiskDedup String
    • Indicates the current status of Disk Deduplication for the Container. available values: NONE, OFF, POST_PROCESS
    ownerExtId String
    • owner ext id
    replicationFactor Number
    • Replication factor of the Storage Container.
    storagePoolExtId String
    • extId of the Storage Pool owning the Storage Container instance.
    tenantId String
    • A globally unique identifier that represents the tenant that owns this entity.
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetStorageContainersV2StorageContainerNfsWhitelistAddress

    fqdns List<Property Map>
    Reference to address configuration
    ipv4s List<Property Map>
    Reference to address configuration
    ipv6s List<Property Map>
    Reference to address configuration

    GetStorageContainersV2StorageContainerNfsWhitelistAddressFqdn

    Value string
    value of fqdn address
    Value string
    value of fqdn address
    value String
    value of fqdn address
    value string
    value of fqdn address
    value str
    value of fqdn address
    value String
    value of fqdn address

    GetStorageContainersV2StorageContainerNfsWhitelistAddressIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of fqdn address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of fqdn address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of fqdn address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of fqdn address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of fqdn address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of fqdn address

    GetStorageContainersV2StorageContainerNfsWhitelistAddressIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of fqdn address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    value of fqdn address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of fqdn address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    value of fqdn address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    value of fqdn address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    value of fqdn address

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg