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

nutanix.StorageContainersV2

Explore with Pulumi AI

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

    Provides Nutanix resource to create VPC.

    Example

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    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 test = NutanixFunctions.getStorageContainersV2(GetStorageContainersV2Args.builder()
                .cacheDeduplication("OFF")
                .erasureCode("OFF")
                .hasHigherEcFaultDomainPreference(false)
                .isCompressionEnabled(true)
                .isInlineEcEnabled(false)
                .isInternal(false)
                .isSoftwareEncryptionEnabled(false)
                .logicalAdvertisedCapacityBytes(1073741824000)
                .logicalExplicitReservedCapacityBytes(32)
                .name("{{name of storage container }}")
                .nfsWhitelistAddresses(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .onDiskDedup("OFF")
                .replicationFactor(1)
                .build());
    
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: nutanix:getStorageContainersV2
          arguments:
            cacheDeduplication: OFF
            erasureCode: OFF
            hasHigherEcFaultDomainPreference: false
            isCompressionEnabled: true
            isInlineEcEnabled: false
            isInternal: false
            isSoftwareEncryptionEnabled: false
            logicalAdvertisedCapacityBytes: 1.073741824e+12
            logicalExplicitReservedCapacityBytes: 32
            name: '{{name of storage container }}'
            nfsWhitelistAddresses:
              - ipv4:
                  - prefixLength: 32
                    value: '{{ ipv4 address }}'
            onDiskDedup: OFF
            replicationFactor: 1
    

    Create StorageContainersV2 Resource

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

    Constructor syntax

    new StorageContainersV2(name: string, args: StorageContainersV2Args, opts?: CustomResourceOptions);
    @overload
    def StorageContainersV2(resource_name: str,
                            args: StorageContainersV2Args,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def StorageContainersV2(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            cluster_ext_id: Optional[str] = None,
                            is_compression_enabled: Optional[bool] = None,
                            on_disk_dedup: Optional[str] = None,
                            compression_delay_secs: Optional[int] = None,
                            container_ext_id: Optional[str] = None,
                            erasure_code: Optional[str] = None,
                            erasure_code_delay_secs: Optional[int] = None,
                            ext_id: Optional[str] = None,
                            is_inline_ec_enabled: Optional[bool] = None,
                            replication_factor: Optional[int] = None,
                            cache_deduplication: Optional[str] = None,
                            has_higher_ec_fault_domain_preference: Optional[bool] = None,
                            is_internal: Optional[bool] = None,
                            is_software_encryption_enabled: Optional[bool] = None,
                            logical_advertised_capacity_bytes: Optional[int] = None,
                            logical_explicit_reserved_capacity_bytes: Optional[int] = None,
                            name: Optional[str] = None,
                            nfs_whitelist_addresses: Optional[Sequence[StorageContainersV2NfsWhitelistAddressArgs]] = None,
                            affinity_host_ext_id: Optional[str] = None,
                            owner_ext_id: Optional[str] = None,
                            ignore_small_files: Optional[bool] = None)
    func NewStorageContainersV2(ctx *Context, name string, args StorageContainersV2Args, opts ...ResourceOption) (*StorageContainersV2, error)
    public StorageContainersV2(string name, StorageContainersV2Args args, CustomResourceOptions? opts = null)
    public StorageContainersV2(String name, StorageContainersV2Args args)
    public StorageContainersV2(String name, StorageContainersV2Args args, CustomResourceOptions options)
    
    type: nutanix:StorageContainersV2
    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 StorageContainersV2Args
    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 StorageContainersV2Args
    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 StorageContainersV2Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args StorageContainersV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args StorageContainersV2Args
    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 storageContainersV2Resource = new Nutanix.StorageContainersV2("storageContainersV2Resource", new()
    {
        ClusterExtId = "string",
        IsCompressionEnabled = false,
        OnDiskDedup = "string",
        CompressionDelaySecs = 0,
        ContainerExtId = "string",
        ErasureCode = "string",
        ErasureCodeDelaySecs = 0,
        ExtId = "string",
        IsInlineEcEnabled = false,
        ReplicationFactor = 0,
        CacheDeduplication = "string",
        HasHigherEcFaultDomainPreference = false,
        IsInternal = false,
        IsSoftwareEncryptionEnabled = false,
        LogicalAdvertisedCapacityBytes = 0,
        LogicalExplicitReservedCapacityBytes = 0,
        Name = "string",
        NfsWhitelistAddresses = new[]
        {
            new Nutanix.Inputs.StorageContainersV2NfsWhitelistAddressArgs
            {
                Fqdns = new[]
                {
                    new Nutanix.Inputs.StorageContainersV2NfsWhitelistAddressFqdnArgs
                    {
                        Value = "string",
                    },
                },
                Ipv4s = new[]
                {
                    new Nutanix.Inputs.StorageContainersV2NfsWhitelistAddressIpv4Args
                    {
                        PrefixLength = 0,
                        Value = "string",
                    },
                },
                Ipv6s = new[]
                {
                    new Nutanix.Inputs.StorageContainersV2NfsWhitelistAddressIpv6Args
                    {
                        PrefixLength = 0,
                        Value = "string",
                    },
                },
            },
        },
        AffinityHostExtId = "string",
        OwnerExtId = "string",
        IgnoreSmallFiles = false,
    });
    
    example, err := nutanix.NewStorageContainersV2(ctx, "storageContainersV2Resource", &nutanix.StorageContainersV2Args{
    	ClusterExtId:                         pulumi.String("string"),
    	IsCompressionEnabled:                 pulumi.Bool(false),
    	OnDiskDedup:                          pulumi.String("string"),
    	CompressionDelaySecs:                 pulumi.Int(0),
    	ContainerExtId:                       pulumi.String("string"),
    	ErasureCode:                          pulumi.String("string"),
    	ErasureCodeDelaySecs:                 pulumi.Int(0),
    	ExtId:                                pulumi.String("string"),
    	IsInlineEcEnabled:                    pulumi.Bool(false),
    	ReplicationFactor:                    pulumi.Int(0),
    	CacheDeduplication:                   pulumi.String("string"),
    	HasHigherEcFaultDomainPreference:     pulumi.Bool(false),
    	IsInternal:                           pulumi.Bool(false),
    	IsSoftwareEncryptionEnabled:          pulumi.Bool(false),
    	LogicalAdvertisedCapacityBytes:       pulumi.Int(0),
    	LogicalExplicitReservedCapacityBytes: pulumi.Int(0),
    	Name:                                 pulumi.String("string"),
    	NfsWhitelistAddresses: nutanix.StorageContainersV2NfsWhitelistAddressArray{
    		&nutanix.StorageContainersV2NfsWhitelistAddressArgs{
    			Fqdns: nutanix.StorageContainersV2NfsWhitelistAddressFqdnArray{
    				&nutanix.StorageContainersV2NfsWhitelistAddressFqdnArgs{
    					Value: pulumi.String("string"),
    				},
    			},
    			Ipv4s: nutanix.StorageContainersV2NfsWhitelistAddressIpv4Array{
    				&nutanix.StorageContainersV2NfsWhitelistAddressIpv4Args{
    					PrefixLength: pulumi.Int(0),
    					Value:        pulumi.String("string"),
    				},
    			},
    			Ipv6s: nutanix.StorageContainersV2NfsWhitelistAddressIpv6Array{
    				&nutanix.StorageContainersV2NfsWhitelistAddressIpv6Args{
    					PrefixLength: pulumi.Int(0),
    					Value:        pulumi.String("string"),
    				},
    			},
    		},
    	},
    	AffinityHostExtId: pulumi.String("string"),
    	OwnerExtId:        pulumi.String("string"),
    	IgnoreSmallFiles:  pulumi.Bool(false),
    })
    
    var storageContainersV2Resource = new StorageContainersV2("storageContainersV2Resource", StorageContainersV2Args.builder()
        .clusterExtId("string")
        .isCompressionEnabled(false)
        .onDiskDedup("string")
        .compressionDelaySecs(0)
        .containerExtId("string")
        .erasureCode("string")
        .erasureCodeDelaySecs(0)
        .extId("string")
        .isInlineEcEnabled(false)
        .replicationFactor(0)
        .cacheDeduplication("string")
        .hasHigherEcFaultDomainPreference(false)
        .isInternal(false)
        .isSoftwareEncryptionEnabled(false)
        .logicalAdvertisedCapacityBytes(0)
        .logicalExplicitReservedCapacityBytes(0)
        .name("string")
        .nfsWhitelistAddresses(StorageContainersV2NfsWhitelistAddressArgs.builder()
            .fqdns(StorageContainersV2NfsWhitelistAddressFqdnArgs.builder()
                .value("string")
                .build())
            .ipv4s(StorageContainersV2NfsWhitelistAddressIpv4Args.builder()
                .prefixLength(0)
                .value("string")
                .build())
            .ipv6s(StorageContainersV2NfsWhitelistAddressIpv6Args.builder()
                .prefixLength(0)
                .value("string")
                .build())
            .build())
        .affinityHostExtId("string")
        .ownerExtId("string")
        .ignoreSmallFiles(false)
        .build());
    
    storage_containers_v2_resource = nutanix.StorageContainersV2("storageContainersV2Resource",
        cluster_ext_id="string",
        is_compression_enabled=False,
        on_disk_dedup="string",
        compression_delay_secs=0,
        container_ext_id="string",
        erasure_code="string",
        erasure_code_delay_secs=0,
        ext_id="string",
        is_inline_ec_enabled=False,
        replication_factor=0,
        cache_deduplication="string",
        has_higher_ec_fault_domain_preference=False,
        is_internal=False,
        is_software_encryption_enabled=False,
        logical_advertised_capacity_bytes=0,
        logical_explicit_reserved_capacity_bytes=0,
        name="string",
        nfs_whitelist_addresses=[{
            "fqdns": [{
                "value": "string",
            }],
            "ipv4s": [{
                "prefix_length": 0,
                "value": "string",
            }],
            "ipv6s": [{
                "prefix_length": 0,
                "value": "string",
            }],
        }],
        affinity_host_ext_id="string",
        owner_ext_id="string",
        ignore_small_files=False)
    
    const storageContainersV2Resource = new nutanix.StorageContainersV2("storageContainersV2Resource", {
        clusterExtId: "string",
        isCompressionEnabled: false,
        onDiskDedup: "string",
        compressionDelaySecs: 0,
        containerExtId: "string",
        erasureCode: "string",
        erasureCodeDelaySecs: 0,
        extId: "string",
        isInlineEcEnabled: false,
        replicationFactor: 0,
        cacheDeduplication: "string",
        hasHigherEcFaultDomainPreference: false,
        isInternal: false,
        isSoftwareEncryptionEnabled: false,
        logicalAdvertisedCapacityBytes: 0,
        logicalExplicitReservedCapacityBytes: 0,
        name: "string",
        nfsWhitelistAddresses: [{
            fqdns: [{
                value: "string",
            }],
            ipv4s: [{
                prefixLength: 0,
                value: "string",
            }],
            ipv6s: [{
                prefixLength: 0,
                value: "string",
            }],
        }],
        affinityHostExtId: "string",
        ownerExtId: "string",
        ignoreSmallFiles: false,
    });
    
    type: nutanix:StorageContainersV2
    properties:
        affinityHostExtId: string
        cacheDeduplication: string
        clusterExtId: string
        compressionDelaySecs: 0
        containerExtId: string
        erasureCode: string
        erasureCodeDelaySecs: 0
        extId: string
        hasHigherEcFaultDomainPreference: false
        ignoreSmallFiles: false
        isCompressionEnabled: false
        isInlineEcEnabled: false
        isInternal: false
        isSoftwareEncryptionEnabled: false
        logicalAdvertisedCapacityBytes: 0
        logicalExplicitReservedCapacityBytes: 0
        name: string
        nfsWhitelistAddresses:
            - fqdns:
                - value: string
              ipv4s:
                - prefixLength: 0
                  value: string
              ipv6s:
                - prefixLength: 0
                  value: string
        onDiskDedup: string
        ownerExtId: string
        replicationFactor: 0
    

    StorageContainersV2 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 StorageContainersV2 resource accepts the following input properties:

    ClusterExtId string
    • ext id for the cluster owning the storage container.
    AffinityHostExtId string
    -(Optional) Affinity host extId for RF 1 Storage Container.
    CacheDeduplication string
    -(Optional) Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    CompressionDelaySecs int
    -(Optional) The compression delay in seconds.
    ContainerExtId string
    • the storage container ext id
    ErasureCode string
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    ErasureCodeDelaySecs int
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    ExtId string
    • the storage container uuid
    HasHigherEcFaultDomainPreference bool
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    IgnoreSmallFiles bool
    IsCompressionEnabled bool
    -(Optional) Indicates whether the compression is enabled for the Container.
    IsInlineEcEnabled bool
    -(Optional) 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.
    IsSoftwareEncryptionEnabled bool
    -(Optional) Indicates whether the Container instance has software encryption enabled.
    LogicalAdvertisedCapacityBytes int
    -(Optional) Max capacity of the Container as defined by the user.
    LogicalExplicitReservedCapacityBytes int
    -(Optional) 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.
    Name string
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    NfsWhitelistAddresses List<PiersKarsenbarg.Nutanix.Inputs.StorageContainersV2NfsWhitelistAddress>
    -(Optional) 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
    -(Optional) owner ext id
    ReplicationFactor int
    -(Optional) Replication factor of the Storage Container.
    ClusterExtId string
    • ext id for the cluster owning the storage container.
    AffinityHostExtId string
    -(Optional) Affinity host extId for RF 1 Storage Container.
    CacheDeduplication string
    -(Optional) Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    CompressionDelaySecs int
    -(Optional) The compression delay in seconds.
    ContainerExtId string
    • the storage container ext id
    ErasureCode string
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    ErasureCodeDelaySecs int
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    ExtId string
    • the storage container uuid
    HasHigherEcFaultDomainPreference bool
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    IgnoreSmallFiles bool
    IsCompressionEnabled bool
    -(Optional) Indicates whether the compression is enabled for the Container.
    IsInlineEcEnabled bool
    -(Optional) 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.
    IsSoftwareEncryptionEnabled bool
    -(Optional) Indicates whether the Container instance has software encryption enabled.
    LogicalAdvertisedCapacityBytes int
    -(Optional) Max capacity of the Container as defined by the user.
    LogicalExplicitReservedCapacityBytes int
    -(Optional) 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.
    Name string
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    NfsWhitelistAddresses []StorageContainersV2NfsWhitelistAddressArgs
    -(Optional) 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
    -(Optional) owner ext id
    ReplicationFactor int
    -(Optional) Replication factor of the Storage Container.
    clusterExtId String
    • ext id for the cluster owning the storage container.
    affinityHostExtId String
    -(Optional) Affinity host extId for RF 1 Storage Container.
    cacheDeduplication String
    -(Optional) Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    compressionDelaySecs Integer
    -(Optional) The compression delay in seconds.
    containerExtId String
    • the storage container ext id
    erasureCode String
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasureCodeDelaySecs Integer
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    extId String
    • the storage container uuid
    hasHigherEcFaultDomainPreference Boolean
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    ignoreSmallFiles Boolean
    isCompressionEnabled Boolean
    -(Optional) Indicates whether the compression is enabled for the Container.
    isInlineEcEnabled Boolean
    -(Optional) 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.
    isSoftwareEncryptionEnabled Boolean
    -(Optional) Indicates whether the Container instance has software encryption enabled.
    logicalAdvertisedCapacityBytes Integer
    -(Optional) Max capacity of the Container as defined by the user.
    logicalExplicitReservedCapacityBytes Integer
    -(Optional) 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.
    name String
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfsWhitelistAddresses List<StorageContainersV2NfsWhitelistAddress>
    -(Optional) 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
    -(Optional) owner ext id
    replicationFactor Integer
    -(Optional) Replication factor of the Storage Container.
    clusterExtId string
    • ext id for the cluster owning the storage container.
    affinityHostExtId string
    -(Optional) Affinity host extId for RF 1 Storage Container.
    cacheDeduplication string
    -(Optional) Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    compressionDelaySecs number
    -(Optional) The compression delay in seconds.
    containerExtId string
    • the storage container ext id
    erasureCode string
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasureCodeDelaySecs number
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    extId string
    • the storage container uuid
    hasHigherEcFaultDomainPreference boolean
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    ignoreSmallFiles boolean
    isCompressionEnabled boolean
    -(Optional) Indicates whether the compression is enabled for the Container.
    isInlineEcEnabled boolean
    -(Optional) 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.
    isSoftwareEncryptionEnabled boolean
    -(Optional) Indicates whether the Container instance has software encryption enabled.
    logicalAdvertisedCapacityBytes number
    -(Optional) Max capacity of the Container as defined by the user.
    logicalExplicitReservedCapacityBytes number
    -(Optional) 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.
    name string
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfsWhitelistAddresses StorageContainersV2NfsWhitelistAddress[]
    -(Optional) 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
    -(Optional) owner ext id
    replicationFactor number
    -(Optional) Replication factor of the Storage Container.
    cluster_ext_id str
    • ext id for the cluster owning the storage container.
    affinity_host_ext_id str
    -(Optional) Affinity host extId for RF 1 Storage Container.
    cache_deduplication str
    -(Optional) Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    compression_delay_secs int
    -(Optional) The compression delay in seconds.
    container_ext_id str
    • the storage container ext id
    erasure_code str
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasure_code_delay_secs int
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    ext_id str
    • the storage container uuid
    has_higher_ec_fault_domain_preference bool
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    ignore_small_files bool
    is_compression_enabled bool
    -(Optional) Indicates whether the compression is enabled for the Container.
    is_inline_ec_enabled bool
    -(Optional) 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_software_encryption_enabled bool
    -(Optional) Indicates whether the Container instance has software encryption enabled.
    logical_advertised_capacity_bytes int
    -(Optional) Max capacity of the Container as defined by the user.
    logical_explicit_reserved_capacity_bytes int
    -(Optional) 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.
    name str
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfs_whitelist_addresses Sequence[StorageContainersV2NfsWhitelistAddressArgs]
    -(Optional) 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
    -(Optional) owner ext id
    replication_factor int
    -(Optional) Replication factor of the Storage Container.
    clusterExtId String
    • ext id for the cluster owning the storage container.
    affinityHostExtId String
    -(Optional) Affinity host extId for RF 1 Storage Container.
    cacheDeduplication String
    -(Optional) Indicates the current status of Cache Deduplication for the Container. available values: NONE, OFF, ON
    compressionDelaySecs Number
    -(Optional) The compression delay in seconds.
    containerExtId String
    • the storage container ext id
    erasureCode String
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasureCodeDelaySecs Number
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    extId String
    • the storage container uuid
    hasHigherEcFaultDomainPreference Boolean
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    ignoreSmallFiles Boolean
    isCompressionEnabled Boolean
    -(Optional) Indicates whether the compression is enabled for the Container.
    isInlineEcEnabled Boolean
    -(Optional) 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.
    isSoftwareEncryptionEnabled Boolean
    -(Optional) Indicates whether the Container instance has software encryption enabled.
    logicalAdvertisedCapacityBytes Number
    -(Optional) Max capacity of the Container as defined by the user.
    logicalExplicitReservedCapacityBytes Number
    -(Optional) 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.
    name String
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfsWhitelistAddresses List<Property Map>
    -(Optional) 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
    -(Optional) owner ext id
    replicationFactor Number
    -(Optional) Replication factor of the Storage Container.

    Outputs

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

    ClusterName string
    • Corresponding name of the Cluster owning the Storage Container instance.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsEncrypted bool
    • Indicates whether the Container is encrypted or not.
    IsMarkedForRemoval bool
    • Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
    Links List<PiersKarsenbarg.Nutanix.Outputs.StorageContainersV2Link>
    • 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.
    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.
    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.
    ClusterName string
    • Corresponding name of the Cluster owning the Storage Container instance.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsEncrypted bool
    • Indicates whether the Container is encrypted or not.
    IsMarkedForRemoval bool
    • Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
    Links []StorageContainersV2Link
    • 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.
    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.
    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.
    clusterName String
    • Corresponding name of the Cluster owning the Storage Container instance.
    id String
    The provider-assigned unique ID for this managed resource.
    isEncrypted Boolean
    • Indicates whether the Container is encrypted or not.
    isMarkedForRemoval Boolean
    • Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
    links List<StorageContainersV2Link>
    • 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.
    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.
    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.
    clusterName string
    • Corresponding name of the Cluster owning the Storage Container instance.
    id string
    The provider-assigned unique ID for this managed resource.
    isEncrypted boolean
    • Indicates whether the Container is encrypted or not.
    isMarkedForRemoval boolean
    • Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
    links StorageContainersV2Link[]
    • 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.
    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.
    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.
    cluster_name str
    • Corresponding name of the Cluster owning the Storage Container instance.
    id str
    The provider-assigned unique ID for this managed resource.
    is_encrypted bool
    • Indicates whether the Container is encrypted or not.
    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.
    links Sequence[StorageContainersV2Link]
    • 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_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.
    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.
    clusterName String
    • Corresponding name of the Cluster owning the Storage Container instance.
    id String
    The provider-assigned unique ID for this managed resource.
    isEncrypted Boolean
    • Indicates whether the Container is encrypted or not.
    isMarkedForRemoval Boolean
    • Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
    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.
    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.
    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.

    Look up Existing StorageContainersV2 Resource

    Get an existing StorageContainersV2 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?: StorageContainersV2State, opts?: CustomResourceOptions): StorageContainersV2
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            affinity_host_ext_id: Optional[str] = None,
            cache_deduplication: Optional[str] = None,
            cluster_ext_id: Optional[str] = None,
            cluster_name: Optional[str] = None,
            compression_delay_secs: Optional[int] = None,
            container_ext_id: Optional[str] = None,
            erasure_code: Optional[str] = None,
            erasure_code_delay_secs: Optional[int] = None,
            ext_id: Optional[str] = None,
            has_higher_ec_fault_domain_preference: Optional[bool] = None,
            ignore_small_files: Optional[bool] = None,
            is_compression_enabled: Optional[bool] = None,
            is_encrypted: Optional[bool] = None,
            is_inline_ec_enabled: Optional[bool] = None,
            is_internal: Optional[bool] = None,
            is_marked_for_removal: Optional[bool] = None,
            is_software_encryption_enabled: Optional[bool] = None,
            links: Optional[Sequence[StorageContainersV2LinkArgs]] = None,
            logical_advertised_capacity_bytes: Optional[int] = None,
            logical_explicit_reserved_capacity_bytes: Optional[int] = None,
            logical_implicit_reserved_capacity_bytes: Optional[int] = None,
            max_capacity_bytes: Optional[int] = None,
            name: Optional[str] = None,
            nfs_whitelist_addresses: Optional[Sequence[StorageContainersV2NfsWhitelistAddressArgs]] = None,
            on_disk_dedup: Optional[str] = None,
            owner_ext_id: Optional[str] = None,
            replication_factor: Optional[int] = None,
            storage_pool_ext_id: Optional[str] = None,
            tenant_id: Optional[str] = None) -> StorageContainersV2
    func GetStorageContainersV2(ctx *Context, name string, id IDInput, state *StorageContainersV2State, opts ...ResourceOption) (*StorageContainersV2, error)
    public static StorageContainersV2 Get(string name, Input<string> id, StorageContainersV2State? state, CustomResourceOptions? opts = null)
    public static StorageContainersV2 get(String name, Output<String> id, StorageContainersV2State state, CustomResourceOptions options)
    resources:  _:    type: nutanix:StorageContainersV2    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:
    AffinityHostExtId string
    -(Optional) Affinity host extId for RF 1 Storage Container.
    CacheDeduplication string
    -(Optional) 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
    -(Optional) The compression delay in seconds.
    ContainerExtId string
    • the storage container ext id
    ErasureCode string
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    ErasureCodeDelaySecs int
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    ExtId string
    • the storage container uuid
    HasHigherEcFaultDomainPreference bool
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    IgnoreSmallFiles bool
    IsCompressionEnabled bool
    -(Optional) Indicates whether the compression is enabled for the Container.
    IsEncrypted bool
    • Indicates whether the Container is encrypted or not.
    IsInlineEcEnabled bool
    -(Optional) 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.
    IsSoftwareEncryptionEnabled bool
    -(Optional) Indicates whether the Container instance has software encryption enabled.
    Links List<PiersKarsenbarg.Nutanix.Inputs.StorageContainersV2Link>
    • 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
    -(Optional) Max capacity of the Container as defined by the user.
    LogicalExplicitReservedCapacityBytes int
    -(Optional) 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
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    NfsWhitelistAddresses List<PiersKarsenbarg.Nutanix.Inputs.StorageContainersV2NfsWhitelistAddress>
    -(Optional) 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
    -(Optional) owner ext id
    ReplicationFactor int
    -(Optional) 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
    -(Optional) Affinity host extId for RF 1 Storage Container.
    CacheDeduplication string
    -(Optional) 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
    -(Optional) The compression delay in seconds.
    ContainerExtId string
    • the storage container ext id
    ErasureCode string
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    ErasureCodeDelaySecs int
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    ExtId string
    • the storage container uuid
    HasHigherEcFaultDomainPreference bool
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    IgnoreSmallFiles bool
    IsCompressionEnabled bool
    -(Optional) Indicates whether the compression is enabled for the Container.
    IsEncrypted bool
    • Indicates whether the Container is encrypted or not.
    IsInlineEcEnabled bool
    -(Optional) 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.
    IsSoftwareEncryptionEnabled bool
    -(Optional) Indicates whether the Container instance has software encryption enabled.
    Links []StorageContainersV2LinkArgs
    • 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
    -(Optional) Max capacity of the Container as defined by the user.
    LogicalExplicitReservedCapacityBytes int
    -(Optional) 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
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    NfsWhitelistAddresses []StorageContainersV2NfsWhitelistAddressArgs
    -(Optional) 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
    -(Optional) owner ext id
    ReplicationFactor int
    -(Optional) 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
    -(Optional) Affinity host extId for RF 1 Storage Container.
    cacheDeduplication String
    -(Optional) 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
    -(Optional) The compression delay in seconds.
    containerExtId String
    • the storage container ext id
    erasureCode String
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasureCodeDelaySecs Integer
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    extId String
    • the storage container uuid
    hasHigherEcFaultDomainPreference Boolean
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    ignoreSmallFiles Boolean
    isCompressionEnabled Boolean
    -(Optional) Indicates whether the compression is enabled for the Container.
    isEncrypted Boolean
    • Indicates whether the Container is encrypted or not.
    isInlineEcEnabled Boolean
    -(Optional) 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.
    isSoftwareEncryptionEnabled Boolean
    -(Optional) Indicates whether the Container instance has software encryption enabled.
    links List<StorageContainersV2Link>
    • 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
    -(Optional) Max capacity of the Container as defined by the user.
    logicalExplicitReservedCapacityBytes Integer
    -(Optional) 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
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfsWhitelistAddresses List<StorageContainersV2NfsWhitelistAddress>
    -(Optional) 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
    -(Optional) owner ext id
    replicationFactor Integer
    -(Optional) 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
    -(Optional) Affinity host extId for RF 1 Storage Container.
    cacheDeduplication string
    -(Optional) 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
    -(Optional) The compression delay in seconds.
    containerExtId string
    • the storage container ext id
    erasureCode string
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasureCodeDelaySecs number
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    extId string
    • the storage container uuid
    hasHigherEcFaultDomainPreference boolean
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    ignoreSmallFiles boolean
    isCompressionEnabled boolean
    -(Optional) Indicates whether the compression is enabled for the Container.
    isEncrypted boolean
    • Indicates whether the Container is encrypted or not.
    isInlineEcEnabled boolean
    -(Optional) 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.
    isSoftwareEncryptionEnabled boolean
    -(Optional) Indicates whether the Container instance has software encryption enabled.
    links StorageContainersV2Link[]
    • 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
    -(Optional) Max capacity of the Container as defined by the user.
    logicalExplicitReservedCapacityBytes number
    -(Optional) 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
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfsWhitelistAddresses StorageContainersV2NfsWhitelistAddress[]
    -(Optional) 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
    -(Optional) owner ext id
    replicationFactor number
    -(Optional) 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
    -(Optional) Affinity host extId for RF 1 Storage Container.
    cache_deduplication str
    -(Optional) 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
    -(Optional) The compression delay in seconds.
    container_ext_id str
    • the storage container ext id
    erasure_code str
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasure_code_delay_secs int
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    ext_id str
    • the storage container uuid
    has_higher_ec_fault_domain_preference bool
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    ignore_small_files bool
    is_compression_enabled bool
    -(Optional) 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
    -(Optional) 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_software_encryption_enabled bool
    -(Optional) Indicates whether the Container instance has software encryption enabled.
    links Sequence[StorageContainersV2LinkArgs]
    • 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
    -(Optional) Max capacity of the Container as defined by the user.
    logical_explicit_reserved_capacity_bytes int
    -(Optional) 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
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfs_whitelist_addresses Sequence[StorageContainersV2NfsWhitelistAddressArgs]
    -(Optional) 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
    -(Optional) owner ext id
    replication_factor int
    -(Optional) 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
    -(Optional) Affinity host extId for RF 1 Storage Container.
    cacheDeduplication String
    -(Optional) 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
    -(Optional) The compression delay in seconds.
    containerExtId String
    • the storage container ext id
    erasureCode String
    -(Optional) Indicates the current status value for Erasure Coding for the Container. available values: NONE, OFF, ON
    erasureCodeDelaySecs Number
    -(Optional) Delay in performing ErasureCode for the current Container instance.
    extId String
    • the storage container uuid
    hasHigherEcFaultDomainPreference Boolean
    -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
    ignoreSmallFiles Boolean
    isCompressionEnabled Boolean
    -(Optional) Indicates whether the compression is enabled for the Container.
    isEncrypted Boolean
    • Indicates whether the Container is encrypted or not.
    isInlineEcEnabled Boolean
    -(Optional) 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.
    isSoftwareEncryptionEnabled Boolean
    -(Optional) 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
    -(Optional) Max capacity of the Container as defined by the user.
    logicalExplicitReservedCapacityBytes Number
    -(Optional) 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
    -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
    nfsWhitelistAddresses List<Property Map>
    -(Optional) 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
    -(Optional) owner ext id
    replicationFactor Number
    -(Optional) 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.

    Supporting Types

    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    StorageContainersV2NfsWhitelistAddress, StorageContainersV2NfsWhitelistAddressArgs

    Fqdns []StorageContainersV2NfsWhitelistAddressFqdn
    Reference to address configuration
    Ipv4s []StorageContainersV2NfsWhitelistAddressIpv4
    Reference to address configuration
    Ipv6s []StorageContainersV2NfsWhitelistAddressIpv6
    Reference to address configuration
    fqdns StorageContainersV2NfsWhitelistAddressFqdn[]
    Reference to address configuration
    ipv4s StorageContainersV2NfsWhitelistAddressIpv4[]
    Reference to address configuration
    ipv6s StorageContainersV2NfsWhitelistAddressIpv6[]
    Reference to address configuration
    fqdns List<Property Map>
    Reference to address configuration
    ipv4s List<Property Map>
    Reference to address configuration
    ipv6s List<Property Map>
    Reference to address configuration

    StorageContainersV2NfsWhitelistAddressFqdn, StorageContainersV2NfsWhitelistAddressFqdnArgs

    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

    StorageContainersV2NfsWhitelistAddressIpv4, StorageContainersV2NfsWhitelistAddressIpv4Args

    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

    StorageContainersV2NfsWhitelistAddressIpv6, StorageContainersV2NfsWhitelistAddressIpv6Args

    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