nutanix.StorageContainersV2
Explore with Pulumi AI
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:
- Cluster
Ext stringId - ext id for the cluster owning the storage container.
- Affinity
Host stringExt Id - -(Optional) Affinity host extId for RF 1 Storage Container.
- Cache
Deduplication string - -(Optional) Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- Compression
Delay intSecs - -(Optional) The compression delay in seconds.
- Container
Ext stringId - the storage container ext id
- Erasure
Code string - -(Optional) Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- Erasure
Code intDelay Secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- Ext
Id string - the storage container uuid
- Has
Higher boolEc Fault Domain Preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- Ignore
Small boolFiles - Is
Compression boolEnabled - -(Optional) Indicates whether the compression is enabled for the Container.
- Is
Inline boolEc Enabled - -(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 boolEncryption Enabled - -(Optional) Indicates whether the Container instance has software encryption enabled.
- Logical
Advertised intCapacity Bytes - -(Optional) Max capacity of the Container as defined by the user.
- Logical
Explicit intReserved Capacity Bytes - -(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.
- Nfs
Whitelist List<PiersAddresses Karsenbarg. Nutanix. Inputs. Storage Containers V2Nfs Whitelist Address> - -(Optional) 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 - -(Optional) owner ext id
- Replication
Factor int - -(Optional) Replication factor of the Storage Container.
- Cluster
Ext stringId - ext id for the cluster owning the storage container.
- Affinity
Host stringExt Id - -(Optional) Affinity host extId for RF 1 Storage Container.
- Cache
Deduplication string - -(Optional) Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- Compression
Delay intSecs - -(Optional) The compression delay in seconds.
- Container
Ext stringId - the storage container ext id
- Erasure
Code string - -(Optional) Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- Erasure
Code intDelay Secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- Ext
Id string - the storage container uuid
- Has
Higher boolEc Fault Domain Preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- Ignore
Small boolFiles - Is
Compression boolEnabled - -(Optional) Indicates whether the compression is enabled for the Container.
- Is
Inline boolEc Enabled - -(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 boolEncryption Enabled - -(Optional) Indicates whether the Container instance has software encryption enabled.
- Logical
Advertised intCapacity Bytes - -(Optional) Max capacity of the Container as defined by the user.
- Logical
Explicit intReserved Capacity Bytes - -(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.
- Nfs
Whitelist []StorageAddresses Containers V2Nfs Whitelist Address Args - -(Optional) 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 - -(Optional) owner ext id
- Replication
Factor int - -(Optional) Replication factor of the Storage Container.
- cluster
Ext StringId - ext id for the cluster owning the storage container.
- affinity
Host StringExt Id - -(Optional) Affinity host extId for RF 1 Storage Container.
- cache
Deduplication String - -(Optional) Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- compression
Delay IntegerSecs - -(Optional) The compression delay in seconds.
- container
Ext StringId - the storage container ext id
- erasure
Code String - -(Optional) Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- erasure
Code IntegerDelay Secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- ext
Id String - the storage container uuid
- has
Higher BooleanEc Fault Domain Preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- ignore
Small BooleanFiles - is
Compression BooleanEnabled - -(Optional) Indicates whether the compression is enabled for the Container.
- is
Inline BooleanEc Enabled - -(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 Boolean - Indicates whether the Container is internal and is managed by Nutanix.
- is
Software BooleanEncryption Enabled - -(Optional) Indicates whether the Container instance has software encryption enabled.
- logical
Advertised IntegerCapacity Bytes - -(Optional) Max capacity of the Container as defined by the user.
- logical
Explicit IntegerReserved Capacity Bytes - -(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.
- nfs
Whitelist List<StorageAddresses Containers V2Nfs Whitelist Address> - -(Optional) 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 - -(Optional) owner ext id
- replication
Factor Integer - -(Optional) Replication factor of the Storage Container.
- cluster
Ext stringId - ext id for the cluster owning the storage container.
- affinity
Host stringExt Id - -(Optional) Affinity host extId for RF 1 Storage Container.
- cache
Deduplication string - -(Optional) Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- compression
Delay numberSecs - -(Optional) The compression delay in seconds.
- container
Ext stringId - the storage container ext id
- erasure
Code string - -(Optional) Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- erasure
Code numberDelay Secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- ext
Id string - the storage container uuid
- has
Higher booleanEc Fault Domain Preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- ignore
Small booleanFiles - is
Compression booleanEnabled - -(Optional) Indicates whether the compression is enabled for the Container.
- is
Inline booleanEc Enabled - -(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 boolean - Indicates whether the Container is internal and is managed by Nutanix.
- is
Software booleanEncryption Enabled - -(Optional) Indicates whether the Container instance has software encryption enabled.
- logical
Advertised numberCapacity Bytes - -(Optional) Max capacity of the Container as defined by the user.
- logical
Explicit numberReserved Capacity Bytes - -(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.
- nfs
Whitelist StorageAddresses Containers V2Nfs Whitelist Address[] - -(Optional) 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 - -(Optional) owner ext id
- replication
Factor number - -(Optional) Replication factor of the Storage Container.
- cluster_
ext_ strid - ext id for the cluster owning the storage container.
- affinity_
host_ strext_ id - -(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_ intsecs - -(Optional) The compression delay in seconds.
- container_
ext_ strid - 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_ intdelay_ secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- ext_
id str - the storage container uuid
- has_
higher_ boolec_ fault_ domain_ preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- ignore_
small_ boolfiles - is_
compression_ boolenabled - -(Optional) Indicates whether the compression is enabled for the Container.
- is_
inline_ boolec_ enabled - -(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_ boolencryption_ enabled - -(Optional) Indicates whether the Container instance has software encryption enabled.
- logical_
advertised_ intcapacity_ bytes - -(Optional) Max capacity of the Container as defined by the user.
- logical_
explicit_ intreserved_ capacity_ bytes - -(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_ Sequence[Storageaddresses Containers V2Nfs Whitelist Address Args] - -(Optional) 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 - -(Optional) owner ext id
- replication_
factor int - -(Optional) Replication factor of the Storage Container.
- cluster
Ext StringId - ext id for the cluster owning the storage container.
- affinity
Host StringExt Id - -(Optional) Affinity host extId for RF 1 Storage Container.
- cache
Deduplication String - -(Optional) Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- compression
Delay NumberSecs - -(Optional) The compression delay in seconds.
- container
Ext StringId - the storage container ext id
- erasure
Code String - -(Optional) Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- erasure
Code NumberDelay Secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- ext
Id String - the storage container uuid
- has
Higher BooleanEc Fault Domain Preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- ignore
Small BooleanFiles - is
Compression BooleanEnabled - -(Optional) Indicates whether the compression is enabled for the Container.
- is
Inline BooleanEc Enabled - -(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 Boolean - Indicates whether the Container is internal and is managed by Nutanix.
- is
Software BooleanEncryption Enabled - -(Optional) Indicates whether the Container instance has software encryption enabled.
- logical
Advertised NumberCapacity Bytes - -(Optional) Max capacity of the Container as defined by the user.
- logical
Explicit NumberReserved Capacity Bytes - -(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.
- nfs
Whitelist List<Property Map>Addresses - -(Optional) 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 - -(Optional) owner ext id
- replication
Factor 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:
- Cluster
Name string - Corresponding name of the Cluster owning the Storage Container instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Encrypted bool - Indicates whether the Container is encrypted or not.
- 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.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Storage Containers V2Link> - 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 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.
- 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.
- Cluster
Name string - Corresponding name of the Cluster owning the Storage Container instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Encrypted bool - Indicates whether the Container is encrypted or not.
- 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.
- Links
[]Storage
Containers V2Link - 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 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.
- 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.
- cluster
Name String - Corresponding name of the Cluster owning the Storage Container instance.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Encrypted Boolean - Indicates whether the Container is encrypted or not.
- 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.
- links
List<Storage
Containers V2Link> - 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 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.
- 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.
- cluster
Name string - Corresponding name of the Cluster owning the Storage Container instance.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Encrypted boolean - Indicates whether the Container is encrypted or not.
- 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.
- links
Storage
Containers V2Link[] - 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 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.
- 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.
- 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_ boolfor_ removal - Indicates if the Storage Container is marked for removal. This field is set when the Storage Container is about to be destroyed.
- links
Sequence[Storage
Containers V2Link] - 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_ 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.
- 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.
- cluster
Name String - Corresponding name of the Cluster owning the Storage Container instance.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Encrypted Boolean - Indicates whether the Container is encrypted or not.
- 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.
- 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
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.
- 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.
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.
- Affinity
Host stringExt Id - -(Optional) Affinity host extId for RF 1 Storage Container.
- Cache
Deduplication string - -(Optional) Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- 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 - -(Optional) The compression delay in seconds.
- Container
Ext stringId - the storage container ext id
- Erasure
Code string - -(Optional) Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- Erasure
Code intDelay Secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- Ext
Id string - the storage container uuid
- Has
Higher boolEc Fault Domain Preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- Ignore
Small boolFiles - Is
Compression boolEnabled - -(Optional) Indicates whether the compression is enabled for the Container.
- Is
Encrypted bool - Indicates whether the Container is encrypted or not.
- Is
Inline boolEc Enabled - -(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 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
Software boolEncryption Enabled - -(Optional) Indicates whether the Container instance has software encryption enabled.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Storage Containers V2Link> - 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 - -(Optional) Max capacity of the Container as defined by the user.
- Logical
Explicit intReserved Capacity Bytes - -(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 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
- -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
- Nfs
Whitelist List<PiersAddresses Karsenbarg. Nutanix. Inputs. Storage Containers V2Nfs Whitelist Address> - -(Optional) 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 - -(Optional) owner ext id
- Replication
Factor int - -(Optional) 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 - -(Optional) Affinity host extId for RF 1 Storage Container.
- Cache
Deduplication string - -(Optional) Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- 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 - -(Optional) The compression delay in seconds.
- Container
Ext stringId - the storage container ext id
- Erasure
Code string - -(Optional) Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- Erasure
Code intDelay Secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- Ext
Id string - the storage container uuid
- Has
Higher boolEc Fault Domain Preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- Ignore
Small boolFiles - Is
Compression boolEnabled - -(Optional) Indicates whether the compression is enabled for the Container.
- Is
Encrypted bool - Indicates whether the Container is encrypted or not.
- Is
Inline boolEc Enabled - -(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 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
Software boolEncryption Enabled - -(Optional) Indicates whether the Container instance has software encryption enabled.
- Links
[]Storage
Containers V2Link Args - 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 - -(Optional) Max capacity of the Container as defined by the user.
- Logical
Explicit intReserved Capacity Bytes - -(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 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
- -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
- Nfs
Whitelist []StorageAddresses Containers V2Nfs Whitelist Address Args - -(Optional) 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 - -(Optional) owner ext id
- Replication
Factor int - -(Optional) 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 - -(Optional) Affinity host extId for RF 1 Storage Container.
- cache
Deduplication String - -(Optional) Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- 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 - -(Optional) The compression delay in seconds.
- container
Ext StringId - the storage container ext id
- erasure
Code String - -(Optional) Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- erasure
Code IntegerDelay Secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- ext
Id String - the storage container uuid
- has
Higher BooleanEc Fault Domain Preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- ignore
Small BooleanFiles - is
Compression BooleanEnabled - -(Optional) Indicates whether the compression is enabled for the Container.
- is
Encrypted Boolean - Indicates whether the Container is encrypted or not.
- is
Inline BooleanEc Enabled - -(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 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
Software BooleanEncryption Enabled - -(Optional) Indicates whether the Container instance has software encryption enabled.
- links
List<Storage
Containers V2Link> - 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 - -(Optional) Max capacity of the Container as defined by the user.
- logical
Explicit IntegerReserved Capacity Bytes - -(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 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
- -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
- nfs
Whitelist List<StorageAddresses Containers V2Nfs Whitelist Address> - -(Optional) 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 - -(Optional) owner ext id
- replication
Factor Integer - -(Optional) 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 - -(Optional) Affinity host extId for RF 1 Storage Container.
- cache
Deduplication string - -(Optional) Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- 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 - -(Optional) The compression delay in seconds.
- container
Ext stringId - the storage container ext id
- erasure
Code string - -(Optional) Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- erasure
Code numberDelay Secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- ext
Id string - the storage container uuid
- has
Higher booleanEc Fault Domain Preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- ignore
Small booleanFiles - is
Compression booleanEnabled - -(Optional) Indicates whether the compression is enabled for the Container.
- is
Encrypted boolean - Indicates whether the Container is encrypted or not.
- is
Inline booleanEc Enabled - -(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 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
Software booleanEncryption Enabled - -(Optional) Indicates whether the Container instance has software encryption enabled.
- links
Storage
Containers V2Link[] - 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 - -(Optional) Max capacity of the Container as defined by the user.
- logical
Explicit numberReserved Capacity Bytes - -(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 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
- -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
- nfs
Whitelist StorageAddresses Containers V2Nfs Whitelist Address[] - -(Optional) 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 - -(Optional) owner ext id
- replication
Factor number - -(Optional) 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 - -(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_ 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 - -(Optional) The compression delay in seconds.
- container_
ext_ strid - 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_ intdelay_ secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- ext_
id str - the storage container uuid
- has_
higher_ boolec_ fault_ domain_ preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- ignore_
small_ boolfiles - is_
compression_ boolenabled - -(Optional) Indicates whether the compression is enabled for the Container.
- is_
encrypted bool - Indicates whether the Container is encrypted or not.
- is_
inline_ boolec_ enabled - -(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_ 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_
software_ boolencryption_ enabled - -(Optional) Indicates whether the Container instance has software encryption enabled.
- links
Sequence[Storage
Containers V2Link Args] - 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 - -(Optional) Max capacity of the Container as defined by the user.
- logical_
explicit_ intreserved_ capacity_ bytes - -(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_ 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
- -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
- nfs_
whitelist_ Sequence[Storageaddresses Containers V2Nfs Whitelist Address Args] - -(Optional) 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 - -(Optional) owner ext id
- replication_
factor int - -(Optional) 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 - -(Optional) Affinity host extId for RF 1 Storage Container.
- cache
Deduplication String - -(Optional) Indicates the current status of Cache Deduplication for the Container. available values:
NONE
,OFF
,ON
- 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 - -(Optional) The compression delay in seconds.
- container
Ext StringId - the storage container ext id
- erasure
Code String - -(Optional) Indicates the current status value for Erasure Coding for the Container. available values:
NONE
,OFF
,ON
- erasure
Code NumberDelay Secs - -(Optional) Delay in performing ErasureCode for the current Container instance.
- ext
Id String - the storage container uuid
- has
Higher BooleanEc Fault Domain Preference - -(Optional) Indicates whether to prefer a higher Erasure Code fault domain.
- ignore
Small BooleanFiles - is
Compression BooleanEnabled - -(Optional) Indicates whether the compression is enabled for the Container.
- is
Encrypted Boolean - Indicates whether the Container is encrypted or not.
- is
Inline BooleanEc Enabled - -(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 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
Software BooleanEncryption Enabled - -(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.
- logical
Advertised NumberCapacity Bytes - -(Optional) Max capacity of the Container as defined by the user.
- logical
Explicit NumberReserved Capacity Bytes - -(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 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
- -(Required) Name of the storage container. Note that the name of Storage Container should be unique per cluster.
- nfs
Whitelist List<Property Map>Addresses - -(Optional) 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 - -(Optional) owner ext id
- replication
Factor Number - -(Optional) 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.
Supporting Types
StorageContainersV2Link, StorageContainersV2LinkArgs
StorageContainersV2NfsWhitelistAddress, StorageContainersV2NfsWhitelistAddressArgs
- Fqdns
List<Piers
Karsenbarg. Nutanix. Inputs. Storage Containers V2Nfs Whitelist Address Fqdn> - Reference to address configuration
- Ipv4s
List<Piers
Karsenbarg. Nutanix. Inputs. Storage Containers V2Nfs Whitelist Address Ipv4> - Reference to address configuration
- Ipv6s
List<Piers
Karsenbarg. Nutanix. Inputs. Storage Containers V2Nfs Whitelist Address Ipv6> - Reference to address configuration
- Fqdns
[]Storage
Containers V2Nfs Whitelist Address Fqdn - Reference to address configuration
- Ipv4s
[]Storage
Containers V2Nfs Whitelist Address Ipv4 - Reference to address configuration
- Ipv6s
[]Storage
Containers V2Nfs Whitelist Address Ipv6 - Reference to address configuration
- fqdns
List<Storage
Containers V2Nfs Whitelist Address Fqdn> - Reference to address configuration
- ipv4s
List<Storage
Containers V2Nfs Whitelist Address Ipv4> - Reference to address configuration
- ipv6s
List<Storage
Containers V2Nfs Whitelist Address Ipv6> - Reference to address configuration
- fqdns
Storage
Containers V2Nfs Whitelist Address Fqdn[] - Reference to address configuration
- ipv4s
Storage
Containers V2Nfs Whitelist Address Ipv4[] - Reference to address configuration
- ipv6s
Storage
Containers V2Nfs Whitelist Address Ipv6[] - Reference to address configuration
- fqdns
Sequence[Storage
Containers V2Nfs Whitelist Address Fqdn] - Reference to address configuration
- ipv4s
Sequence[Storage
Containers V2Nfs Whitelist Address Ipv4] - Reference to address configuration
- ipv6s
Sequence[Storage
Containers V2Nfs 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
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
- 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
StorageContainersV2NfsWhitelistAddressIpv6, StorageContainersV2NfsWhitelistAddressIpv6Args
- 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.