Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getStorageContainersV2
Explore with Pulumi AI
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.
- Order
By 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.
- Order
By 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.
- order
By 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.
- order
By 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.
- order
By 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.
- Storage
Containers List<PiersKarsenbarg. Nutanix. Outputs. Get Storage Containers V2Storage Container> - Apply string
- Filter string
- Limit int
- Order
By string - Page int
- Select string
- Id string
- The provider-assigned unique ID for this managed resource.
- Storage
Containers []GetStorage Containers V2Storage Container - Apply string
- Filter string
- Limit int
- Order
By string - Page int
- Select string
- id String
- The provider-assigned unique ID for this managed resource.
- storage
Containers List<GetStorage Containers V2Storage Container> - apply String
- filter String
- limit Integer
- order
By String - page Integer
- select String
- id string
- The provider-assigned unique ID for this managed resource.
- storage
Containers GetStorage Containers V2Storage Container[] - apply string
- filter string
- limit number
- order
By string - page number
- select string
- id str
- The provider-assigned unique ID for this managed resource.
- storage_
containers Sequence[GetStorage Containers V2Storage Container] - apply str
- filter str
- limit int
- order_
by str - page int
- select str
- id String
- The provider-assigned unique ID for this managed resource.
- storage
Containers List<Property Map> - apply String
- filter String
- limit Number
- order
By String - page Number
- select String
Supporting Types
GetStorageContainersV2StorageContainer
- Affinity
Host stringExt Id - Affinity host extId for RF 1 Storage Container.
- Cache
Deduplication string - Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- Indicates the current status of Cache Deduplication for the Container. available values:
- Cluster
Ext stringId - ext id for the cluster owning the storage container.
- Cluster
Name string - Corresponding name of the Cluster owning the Storage Container instance.
- Compression
Delay intSecs - The compression delay in seconds.
- Container
Ext stringId - the storage container ext id
- Erasure
Code string - Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- Indicates the current status value for Erasure Coding for the Container. available values:
- Erasure
Code intDelay Secs - Delay in performing ErasureCode for the current Container instance.
- Ext
Id string - the storage container uuid
- Has
Higher boolEc Fault Domain Preference - Indicates whether to prefer a higher Erasure Code fault domain.
- Is
Compression boolEnabled - Indicates whether the compression is enabled for the Container.
- Is
Encrypted bool - Indicates whether the Container is encrypted or not.
- Is
Inline boolEc Enabled - 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 boolFor Removal - Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
- Is
Nfs boolWhitelist Inherited - Indicates whether the NFS whitelist is inherited from global config.
- Is
Software boolEncryption Enabled - Indicates whether the Container instance has software encryption enabled.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Storage Containers V2Storage Container Link> - 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 intCapacity Bytes - Max capacity of the Container as defined by the user.
- Logical
Explicit intReserved Capacity Bytes - 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 intReserved Capacity Bytes - 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 intBytes - 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.
- Nfs
Whitelist List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Storage Containers V2Storage Container Nfs Whitelist Address> - List of NFS addresses which need to be whitelisted.
- On
Disk stringDedup - Indicates the current status of Disk Deduplication for the Container. available values:
NONE
,OFF
,POST_PROCESS
- Indicates the current status of Disk Deduplication for the Container. available values:
- Owner
Ext stringId - owner ext id
- Replication
Factor int - Replication factor of the Storage Container.
- Storage
Pool stringExt Id - extId of the Storage Pool owning the Storage Container instance.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- Affinity
Host stringExt Id - Affinity host extId for RF 1 Storage Container.
- Cache
Deduplication string - Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- Indicates the current status of Cache Deduplication for the Container. available values:
- Cluster
Ext stringId - ext id for the cluster owning the storage container.
- Cluster
Name string - Corresponding name of the Cluster owning the Storage Container instance.
- Compression
Delay intSecs - The compression delay in seconds.
- Container
Ext stringId - the storage container ext id
- Erasure
Code string - Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- Indicates the current status value for Erasure Coding for the Container. available values:
- Erasure
Code intDelay Secs - Delay in performing ErasureCode for the current Container instance.
- Ext
Id string - the storage container uuid
- Has
Higher boolEc Fault Domain Preference - Indicates whether to prefer a higher Erasure Code fault domain.
- Is
Compression boolEnabled - Indicates whether the compression is enabled for the Container.
- Is
Encrypted bool - Indicates whether the Container is encrypted or not.
- Is
Inline boolEc Enabled - 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 boolFor Removal - Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
- Is
Nfs boolWhitelist Inherited - Indicates whether the NFS whitelist is inherited from global config.
- Is
Software boolEncryption Enabled - Indicates whether the Container instance has software encryption enabled.
- Links
[]Get
Storage Containers V2Storage Container Link - 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 intCapacity Bytes - Max capacity of the Container as defined by the user.
- Logical
Explicit intReserved Capacity Bytes - 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 intReserved Capacity Bytes - 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 intBytes - 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.
- Nfs
Whitelist []GetAddresses Storage Containers V2Storage Container Nfs Whitelist Address - List of NFS addresses which need to be whitelisted.
- On
Disk stringDedup - Indicates the current status of Disk Deduplication for the Container. available values:
NONE
,OFF
,POST_PROCESS
- Indicates the current status of Disk Deduplication for the Container. available values:
- Owner
Ext stringId - owner ext id
- Replication
Factor int - Replication factor of the Storage Container.
- Storage
Pool stringExt Id - extId of the Storage Pool owning the Storage Container instance.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- affinity
Host StringExt Id - Affinity host extId for RF 1 Storage Container.
- cache
Deduplication String - Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- Indicates the current status of Cache Deduplication for the Container. available values:
- cluster
Ext StringId - ext id for the cluster owning the storage container.
- cluster
Name String - Corresponding name of the Cluster owning the Storage Container instance.
- compression
Delay IntegerSecs - The compression delay in seconds.
- container
Ext StringId - the storage container ext id
- erasure
Code String - Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- Indicates the current status value for Erasure Coding for the Container. available values:
- erasure
Code IntegerDelay Secs - Delay in performing ErasureCode for the current Container instance.
- ext
Id String - the storage container uuid
- has
Higher BooleanEc Fault Domain Preference - Indicates whether to prefer a higher Erasure Code fault domain.
- is
Compression BooleanEnabled - Indicates whether the compression is enabled for the Container.
- is
Encrypted Boolean - Indicates whether the Container is encrypted or not.
- is
Inline BooleanEc Enabled - 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 Boolean - Indicates whether the Container is internal and is managed by Nutanix.
- is
Marked BooleanFor Removal - Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
- is
Nfs BooleanWhitelist Inherited - Indicates whether the NFS whitelist is inherited from global config.
- is
Software BooleanEncryption Enabled - Indicates whether the Container instance has software encryption enabled.
- links
List<Get
Storage Containers V2Storage Container Link> - 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 IntegerCapacity Bytes - Max capacity of the Container as defined by the user.
- logical
Explicit IntegerReserved Capacity Bytes - 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 IntegerReserved Capacity Bytes - 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 IntegerBytes - 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.
- nfs
Whitelist List<GetAddresses Storage Containers V2Storage Container Nfs Whitelist Address> - List of NFS addresses which need to be whitelisted.
- on
Disk StringDedup - Indicates the current status of Disk Deduplication for the Container. available values:
NONE
,OFF
,POST_PROCESS
- Indicates the current status of Disk Deduplication for the Container. available values:
- owner
Ext StringId - owner ext id
- replication
Factor Integer - Replication factor of the Storage Container.
- storage
Pool StringExt Id - extId of the Storage Pool owning the Storage Container instance.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
- affinity
Host stringExt Id - Affinity host extId for RF 1 Storage Container.
- cache
Deduplication string - Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- Indicates the current status of Cache Deduplication for the Container. available values:
- cluster
Ext stringId - ext id for the cluster owning the storage container.
- cluster
Name string - Corresponding name of the Cluster owning the Storage Container instance.
- compression
Delay numberSecs - The compression delay in seconds.
- container
Ext stringId - the storage container ext id
- erasure
Code string - Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- Indicates the current status value for Erasure Coding for the Container. available values:
- erasure
Code numberDelay Secs - Delay in performing ErasureCode for the current Container instance.
- ext
Id string - the storage container uuid
- has
Higher booleanEc Fault Domain Preference - Indicates whether to prefer a higher Erasure Code fault domain.
- is
Compression booleanEnabled - Indicates whether the compression is enabled for the Container.
- is
Encrypted boolean - Indicates whether the Container is encrypted or not.
- is
Inline booleanEc Enabled - 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 boolean - Indicates whether the Container is internal and is managed by Nutanix.
- is
Marked booleanFor Removal - Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
- is
Nfs booleanWhitelist Inherited - Indicates whether the NFS whitelist is inherited from global config.
- is
Software booleanEncryption Enabled - Indicates whether the Container instance has software encryption enabled.
- links
Get
Storage Containers V2Storage Container Link[] - 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 numberCapacity Bytes - Max capacity of the Container as defined by the user.
- logical
Explicit numberReserved Capacity Bytes - 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 numberReserved Capacity Bytes - 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 numberBytes - 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.
- nfs
Whitelist GetAddresses Storage Containers V2Storage Container Nfs Whitelist Address[] - List of NFS addresses which need to be whitelisted.
- on
Disk stringDedup - Indicates the current status of Disk Deduplication for the Container. available values:
NONE
,OFF
,POST_PROCESS
- Indicates the current status of Disk Deduplication for the Container. available values:
- owner
Ext stringId - owner ext id
- replication
Factor number - Replication factor of the Storage Container.
- storage
Pool stringExt Id - extId of the Storage Pool owning the Storage Container instance.
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity.
- affinity_
host_ strext_ id - 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
- Indicates the current status of Cache Deduplication for the Container. available values:
- cluster_
ext_ strid - ext id for the cluster owning the storage container.
- cluster_
name str - Corresponding name of the Cluster owning the Storage Container instance.
- compression_
delay_ intsecs - The compression delay in seconds.
- container_
ext_ strid - the storage container ext id
- erasure_
code str - Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- Indicates the current status value for Erasure Coding for the Container. available values:
- erasure_
code_ intdelay_ secs - Delay in performing ErasureCode for the current Container instance.
- ext_
id str - the storage container uuid
- has_
higher_ boolec_ fault_ domain_ preference - Indicates whether to prefer a higher Erasure Code fault domain.
- is_
compression_ boolenabled - Indicates whether the compression is enabled for the Container.
- is_
encrypted bool - Indicates whether the Container is encrypted or not.
- is_
inline_ boolec_ enabled - 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_ boolfor_ removal - Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
- is_
nfs_ boolwhitelist_ inherited - Indicates whether the NFS whitelist is inherited from global config.
- is_
software_ boolencryption_ enabled - Indicates whether the Container instance has software encryption enabled.
- links
Sequence[Get
Storage Containers V2Storage Container Link] - 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_ intcapacity_ bytes - Max capacity of the Container as defined by the user.
- logical_
explicit_ intreserved_ capacity_ bytes - 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_ intreserved_ capacity_ bytes - 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_ intbytes - 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_ Sequence[Getaddresses Storage Containers V2Storage Container Nfs Whitelist Address] - List of NFS addresses which need to be whitelisted.
- on_
disk_ strdedup - Indicates the current status of Disk Deduplication for the Container. available values:
NONE
,OFF
,POST_PROCESS
- Indicates the current status of Disk Deduplication for the Container. available values:
- owner_
ext_ strid - owner ext id
- replication_
factor int - Replication factor of the Storage Container.
- storage_
pool_ strext_ id - 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.
- affinity
Host StringExt Id - Affinity host extId for RF 1 Storage Container.
- cache
Deduplication String - Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- Indicates the current status of Cache Deduplication for the Container. available values:
- cluster
Ext StringId - ext id for the cluster owning the storage container.
- cluster
Name String - Corresponding name of the Cluster owning the Storage Container instance.
- compression
Delay NumberSecs - The compression delay in seconds.
- container
Ext StringId - the storage container ext id
- erasure
Code String - Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- Indicates the current status value for Erasure Coding for the Container. available values:
- erasure
Code NumberDelay Secs - Delay in performing ErasureCode for the current Container instance.
- ext
Id String - the storage container uuid
- has
Higher BooleanEc Fault Domain Preference - Indicates whether to prefer a higher Erasure Code fault domain.
- is
Compression BooleanEnabled - Indicates whether the compression is enabled for the Container.
- is
Encrypted Boolean - Indicates whether the Container is encrypted or not.
- is
Inline BooleanEc Enabled - 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 Boolean - Indicates whether the Container is internal and is managed by Nutanix.
- is
Marked BooleanFor Removal - Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
- is
Nfs BooleanWhitelist Inherited - Indicates whether the NFS whitelist is inherited from global config.
- is
Software BooleanEncryption Enabled - 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.
- logical
Advertised NumberCapacity Bytes - Max capacity of the Container as defined by the user.
- logical
Explicit NumberReserved Capacity Bytes - 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 NumberReserved Capacity Bytes - 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 NumberBytes - 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.
- nfs
Whitelist List<Property Map>Addresses - List of NFS addresses which need to be whitelisted.
- on
Disk StringDedup - Indicates the current status of Disk Deduplication for the Container. available values:
NONE
,OFF
,POST_PROCESS
- Indicates the current status of Disk Deduplication for the Container. available values:
- owner
Ext StringId - owner ext id
- replication
Factor Number - Replication factor of the Storage Container.
- storage
Pool StringExt Id - extId of the Storage Pool owning the Storage Container instance.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity.
GetStorageContainersV2StorageContainerLink
GetStorageContainersV2StorageContainerNfsWhitelistAddress
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Get Storage Containers V2Storage Container Nfs Whitelist Address Fqdn> - Reference to address configuration
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Storage Containers V2Storage Container Nfs Whitelist Address Ipv4> - Reference to address configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Get Storage Containers V2Storage Container Nfs Whitelist Address Ipv6> - Reference to address configuration
- Fqdns
[]Get
Storage Containers V2Storage Container Nfs Whitelist Address Fqdn - Reference to address configuration
- Ipv4s
[]Get
Storage Containers V2Storage Container Nfs Whitelist Address Ipv4 - Reference to address configuration
- Ipv6s
[]Get
Storage Containers V2Storage Container Nfs Whitelist Address Ipv6 - Reference to address configuration
- fqdns
List<Get
Storage Containers V2Storage Container Nfs Whitelist Address Fqdn> - Reference to address configuration
- ipv4s
List<Get
Storage Containers V2Storage Container Nfs Whitelist Address Ipv4> - Reference to address configuration
- ipv6s
List<Get
Storage Containers V2Storage Container Nfs Whitelist Address Ipv6> - Reference to address configuration
- fqdns
Get
Storage Containers V2Storage Container Nfs Whitelist Address Fqdn[] - Reference to address configuration
- ipv4s
Get
Storage Containers V2Storage Container Nfs Whitelist Address Ipv4[] - Reference to address configuration
- ipv6s
Get
Storage Containers V2Storage Container Nfs Whitelist Address Ipv6[] - Reference to address configuration
- fqdns
Sequence[Get
Storage Containers V2Storage Container Nfs Whitelist Address Fqdn] - Reference to address configuration
- ipv4s
Sequence[Get
Storage Containers V2Storage Container Nfs Whitelist Address Ipv4] - Reference to address configuration
- ipv6s
Sequence[Get
Storage Containers V2Storage Container Nfs Whitelist Address Ipv6] - 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
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
- Prefix
Length int - 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 string
- value of fqdn address
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of fqdn address
- prefix
Length 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
- prefix
Length Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of fqdn address
GetStorageContainersV2StorageContainerNfsWhitelistAddressIpv6
- Prefix
Length int - 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 string
- value of fqdn address
- prefix
Length Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value String
- value of fqdn address
- prefix
Length 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
- prefix
Length 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.