1. Packages
  2. Azure Native v2
  3. API Docs
  4. storsimple
  5. VolumeContainer
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.storsimple.VolumeContainer

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

The volume container. Azure REST API version: 2017-06-01. Prior API version in Azure Native 1.x: 2017-06-01.

Example Usage

VolumeContainersCreateOrUpdate

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var volumeContainer = new AzureNative.StorSimple.VolumeContainer("volumeContainer", new()
    {
        BandwidthSettingId = "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/bandwidthSettings/bandwidthSetting1",
        DeviceName = "Device05ForSDKTest",
        EncryptionKey = new AzureNative.StorSimple.Inputs.AsymmetricEncryptedSecretArgs
        {
            EncryptionAlgorithm = AzureNative.StorSimple.EncryptionAlgorithm.RSAES_PKCS1_v_1_5,
            EncryptionCertThumbprint = "A872A2DF196AC7682EE24791E7DE2E2A360F5926",
            Value = "R//pyVLx/fn58ia098JiLgZB5RY7fVT+6o8a4fmsvjy+ls2UgJphMf25XVqEQCZnsp/5uxteN1M/9ArPIICdhM7M1+b/Ur7kJ0FH0ktxfk7CrPWWJLI4q20LZoduJGI56lREav1VpuLdqw5F9fRcq7zbfgPQ3B/SD0mfumNRiV+AnwbC6msfavIuWrhVDl9iSzEPE+zU06/kpsexnrS81yYT2QlVVUbvpY4F3zfH8TQPpAROTbv2pld6JO4eGOrZ5O1iOr6XCg2TY2W/jf+Ev4z5tqC9VWXE5kh65gjBfpWN0bDWXKekqEhor2crHAxZi4dybdY8Ok1MDWd1CSU8kw==",
        },
        ManagerName = "ManagerForSDKTest1",
        ResourceGroupName = "ResourceGroupForSDKTest",
        StorageAccountCredentialId = "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/storageAccountCredentials/safortestrecording",
        VolumeContainerName = "VolumeContainerForSDKTest",
    });

});
Copy
package main

import (
	storsimple "github.com/pulumi/pulumi-azure-native-sdk/storsimple/v2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := storsimple.NewVolumeContainer(ctx, "volumeContainer", &storsimple.VolumeContainerArgs{
			BandwidthSettingId: pulumi.String("/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/bandwidthSettings/bandwidthSetting1"),
			DeviceName:         pulumi.String("Device05ForSDKTest"),
			EncryptionKey: &storsimple.AsymmetricEncryptedSecretArgs{
				EncryptionAlgorithm:      storsimple.EncryptionAlgorithm_RSAES_PKCS1_v_1_5,
				EncryptionCertThumbprint: pulumi.String("A872A2DF196AC7682EE24791E7DE2E2A360F5926"),
				Value:                    pulumi.String("R//pyVLx/fn58ia098JiLgZB5RY7fVT+6o8a4fmsvjy+ls2UgJphMf25XVqEQCZnsp/5uxteN1M/9ArPIICdhM7M1+b/Ur7kJ0FH0ktxfk7CrPWWJLI4q20LZoduJGI56lREav1VpuLdqw5F9fRcq7zbfgPQ3B/SD0mfumNRiV+AnwbC6msfavIuWrhVDl9iSzEPE+zU06/kpsexnrS81yYT2QlVVUbvpY4F3zfH8TQPpAROTbv2pld6JO4eGOrZ5O1iOr6XCg2TY2W/jf+Ev4z5tqC9VWXE5kh65gjBfpWN0bDWXKekqEhor2crHAxZi4dybdY8Ok1MDWd1CSU8kw=="),
			},
			ManagerName:                pulumi.String("ManagerForSDKTest1"),
			ResourceGroupName:          pulumi.String("ResourceGroupForSDKTest"),
			StorageAccountCredentialId: pulumi.String("/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/storageAccountCredentials/safortestrecording"),
			VolumeContainerName:        pulumi.String("VolumeContainerForSDKTest"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.storsimple.VolumeContainer;
import com.pulumi.azurenative.storsimple.VolumeContainerArgs;
import com.pulumi.azurenative.storsimple.inputs.AsymmetricEncryptedSecretArgs;
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) {
        var volumeContainer = new VolumeContainer("volumeContainer", VolumeContainerArgs.builder()
            .bandwidthSettingId("/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/bandwidthSettings/bandwidthSetting1")
            .deviceName("Device05ForSDKTest")
            .encryptionKey(AsymmetricEncryptedSecretArgs.builder()
                .encryptionAlgorithm("RSAES_PKCS1_v_1_5")
                .encryptionCertThumbprint("A872A2DF196AC7682EE24791E7DE2E2A360F5926")
                .value("R//pyVLx/fn58ia098JiLgZB5RY7fVT+6o8a4fmsvjy+ls2UgJphMf25XVqEQCZnsp/5uxteN1M/9ArPIICdhM7M1+b/Ur7kJ0FH0ktxfk7CrPWWJLI4q20LZoduJGI56lREav1VpuLdqw5F9fRcq7zbfgPQ3B/SD0mfumNRiV+AnwbC6msfavIuWrhVDl9iSzEPE+zU06/kpsexnrS81yYT2QlVVUbvpY4F3zfH8TQPpAROTbv2pld6JO4eGOrZ5O1iOr6XCg2TY2W/jf+Ev4z5tqC9VWXE5kh65gjBfpWN0bDWXKekqEhor2crHAxZi4dybdY8Ok1MDWd1CSU8kw==")
                .build())
            .managerName("ManagerForSDKTest1")
            .resourceGroupName("ResourceGroupForSDKTest")
            .storageAccountCredentialId("/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/storageAccountCredentials/safortestrecording")
            .volumeContainerName("VolumeContainerForSDKTest")
            .build());

    }
}
Copy
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const volumeContainer = new azure_native.storsimple.VolumeContainer("volumeContainer", {
    bandwidthSettingId: "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/bandwidthSettings/bandwidthSetting1",
    deviceName: "Device05ForSDKTest",
    encryptionKey: {
        encryptionAlgorithm: azure_native.storsimple.EncryptionAlgorithm.RSAES_PKCS1_v_1_5,
        encryptionCertThumbprint: "A872A2DF196AC7682EE24791E7DE2E2A360F5926",
        value: "R//pyVLx/fn58ia098JiLgZB5RY7fVT+6o8a4fmsvjy+ls2UgJphMf25XVqEQCZnsp/5uxteN1M/9ArPIICdhM7M1+b/Ur7kJ0FH0ktxfk7CrPWWJLI4q20LZoduJGI56lREav1VpuLdqw5F9fRcq7zbfgPQ3B/SD0mfumNRiV+AnwbC6msfavIuWrhVDl9iSzEPE+zU06/kpsexnrS81yYT2QlVVUbvpY4F3zfH8TQPpAROTbv2pld6JO4eGOrZ5O1iOr6XCg2TY2W/jf+Ev4z5tqC9VWXE5kh65gjBfpWN0bDWXKekqEhor2crHAxZi4dybdY8Ok1MDWd1CSU8kw==",
    },
    managerName: "ManagerForSDKTest1",
    resourceGroupName: "ResourceGroupForSDKTest",
    storageAccountCredentialId: "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/storageAccountCredentials/safortestrecording",
    volumeContainerName: "VolumeContainerForSDKTest",
});
Copy
import pulumi
import pulumi_azure_native as azure_native

volume_container = azure_native.storsimple.VolumeContainer("volumeContainer",
    bandwidth_setting_id="/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/bandwidthSettings/bandwidthSetting1",
    device_name="Device05ForSDKTest",
    encryption_key={
        "encryption_algorithm": azure_native.storsimple.EncryptionAlgorithm.RSAE_S_PKCS1_V_1_5,
        "encryption_cert_thumbprint": "A872A2DF196AC7682EE24791E7DE2E2A360F5926",
        "value": "R//pyVLx/fn58ia098JiLgZB5RY7fVT+6o8a4fmsvjy+ls2UgJphMf25XVqEQCZnsp/5uxteN1M/9ArPIICdhM7M1+b/Ur7kJ0FH0ktxfk7CrPWWJLI4q20LZoduJGI56lREav1VpuLdqw5F9fRcq7zbfgPQ3B/SD0mfumNRiV+AnwbC6msfavIuWrhVDl9iSzEPE+zU06/kpsexnrS81yYT2QlVVUbvpY4F3zfH8TQPpAROTbv2pld6JO4eGOrZ5O1iOr6XCg2TY2W/jf+Ev4z5tqC9VWXE5kh65gjBfpWN0bDWXKekqEhor2crHAxZi4dybdY8Ok1MDWd1CSU8kw==",
    },
    manager_name="ManagerForSDKTest1",
    resource_group_name="ResourceGroupForSDKTest",
    storage_account_credential_id="/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/storageAccountCredentials/safortestrecording",
    volume_container_name="VolumeContainerForSDKTest")
Copy
resources:
  volumeContainer:
    type: azure-native:storsimple:VolumeContainer
    properties:
      bandwidthSettingId: /subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/bandwidthSettings/bandwidthSetting1
      deviceName: Device05ForSDKTest
      encryptionKey:
        encryptionAlgorithm: RSAES_PKCS1_v_1_5
        encryptionCertThumbprint: A872A2DF196AC7682EE24791E7DE2E2A360F5926
        value: R//pyVLx/fn58ia098JiLgZB5RY7fVT+6o8a4fmsvjy+ls2UgJphMf25XVqEQCZnsp/5uxteN1M/9ArPIICdhM7M1+b/Ur7kJ0FH0ktxfk7CrPWWJLI4q20LZoduJGI56lREav1VpuLdqw5F9fRcq7zbfgPQ3B/SD0mfumNRiV+AnwbC6msfavIuWrhVDl9iSzEPE+zU06/kpsexnrS81yYT2QlVVUbvpY4F3zfH8TQPpAROTbv2pld6JO4eGOrZ5O1iOr6XCg2TY2W/jf+Ev4z5tqC9VWXE5kh65gjBfpWN0bDWXKekqEhor2crHAxZi4dybdY8Ok1MDWd1CSU8kw==
      managerName: ManagerForSDKTest1
      resourceGroupName: ResourceGroupForSDKTest
      storageAccountCredentialId: /subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.StorSimple/managers/ManagerForSDKTest1/storageAccountCredentials/safortestrecording
      volumeContainerName: VolumeContainerForSDKTest
Copy

Create VolumeContainer Resource

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

Constructor syntax

new VolumeContainer(name: string, args: VolumeContainerArgs, opts?: CustomResourceOptions);
@overload
def VolumeContainer(resource_name: str,
                    args: VolumeContainerArgs,
                    opts: Optional[ResourceOptions] = None)

@overload
def VolumeContainer(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    device_name: Optional[str] = None,
                    manager_name: Optional[str] = None,
                    resource_group_name: Optional[str] = None,
                    storage_account_credential_id: Optional[str] = None,
                    band_width_rate_in_mbps: Optional[int] = None,
                    bandwidth_setting_id: Optional[str] = None,
                    encryption_key: Optional[AsymmetricEncryptedSecretArgs] = None,
                    kind: Optional[Kind] = None,
                    volume_container_name: Optional[str] = None)
func NewVolumeContainer(ctx *Context, name string, args VolumeContainerArgs, opts ...ResourceOption) (*VolumeContainer, error)
public VolumeContainer(string name, VolumeContainerArgs args, CustomResourceOptions? opts = null)
public VolumeContainer(String name, VolumeContainerArgs args)
public VolumeContainer(String name, VolumeContainerArgs args, CustomResourceOptions options)
type: azure-native:storsimple:VolumeContainer
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. VolumeContainerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. VolumeContainerArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. VolumeContainerArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. VolumeContainerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. VolumeContainerArgs
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 volumeContainerResource = new AzureNative.Storsimple.VolumeContainer("volumeContainerResource", new()
{
    DeviceName = "string",
    ManagerName = "string",
    ResourceGroupName = "string",
    StorageAccountCredentialId = "string",
    BandWidthRateInMbps = 0,
    BandwidthSettingId = "string",
    EncryptionKey = 
    {
        { "encryptionAlgorithm", "None" },
        { "value", "string" },
        { "encryptionCertThumbprint", "string" },
    },
    Kind = "Series8000",
    VolumeContainerName = "string",
});
Copy
example, err := storsimple.NewVolumeContainer(ctx, "volumeContainerResource", &storsimple.VolumeContainerArgs{
	DeviceName:                 "string",
	ManagerName:                "string",
	ResourceGroupName:          "string",
	StorageAccountCredentialId: "string",
	BandWidthRateInMbps:        0,
	BandwidthSettingId:         "string",
	EncryptionKey: map[string]interface{}{
		"encryptionAlgorithm":      "None",
		"value":                    "string",
		"encryptionCertThumbprint": "string",
	},
	Kind:                "Series8000",
	VolumeContainerName: "string",
})
Copy
var volumeContainerResource = new VolumeContainer("volumeContainerResource", VolumeContainerArgs.builder()
    .deviceName("string")
    .managerName("string")
    .resourceGroupName("string")
    .storageAccountCredentialId("string")
    .bandWidthRateInMbps(0)
    .bandwidthSettingId("string")
    .encryptionKey(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .kind("Series8000")
    .volumeContainerName("string")
    .build());
Copy
volume_container_resource = azure_native.storsimple.VolumeContainer("volumeContainerResource",
    device_name=string,
    manager_name=string,
    resource_group_name=string,
    storage_account_credential_id=string,
    band_width_rate_in_mbps=0,
    bandwidth_setting_id=string,
    encryption_key={
        encryptionAlgorithm: None,
        value: string,
        encryptionCertThumbprint: string,
    },
    kind=Series8000,
    volume_container_name=string)
Copy
const volumeContainerResource = new azure_native.storsimple.VolumeContainer("volumeContainerResource", {
    deviceName: "string",
    managerName: "string",
    resourceGroupName: "string",
    storageAccountCredentialId: "string",
    bandWidthRateInMbps: 0,
    bandwidthSettingId: "string",
    encryptionKey: {
        encryptionAlgorithm: "None",
        value: "string",
        encryptionCertThumbprint: "string",
    },
    kind: "Series8000",
    volumeContainerName: "string",
});
Copy
type: azure-native:storsimple:VolumeContainer
properties:
    bandWidthRateInMbps: 0
    bandwidthSettingId: string
    deviceName: string
    encryptionKey:
        encryptionAlgorithm: None
        encryptionCertThumbprint: string
        value: string
    kind: Series8000
    managerName: string
    resourceGroupName: string
    storageAccountCredentialId: string
    volumeContainerName: string
Copy

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

DeviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name
ManagerName
This property is required.
Changes to this property will trigger replacement.
string
The manager name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name
StorageAccountCredentialId This property is required. string
The path ID of storage account associated with the volume container.
BandWidthRateInMbps int
The bandwidth-rate set on the volume container.
BandwidthSettingId string
The ID of the bandwidth setting associated with the volume container.
EncryptionKey Pulumi.AzureNative.StorSimple.Inputs.AsymmetricEncryptedSecret
The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled".
Kind Pulumi.AzureNative.StorSimple.Kind
The Kind of the object. Currently only Series8000 is supported
VolumeContainerName Changes to this property will trigger replacement. string
The name of the volume container.
DeviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name
ManagerName
This property is required.
Changes to this property will trigger replacement.
string
The manager name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name
StorageAccountCredentialId This property is required. string
The path ID of storage account associated with the volume container.
BandWidthRateInMbps int
The bandwidth-rate set on the volume container.
BandwidthSettingId string
The ID of the bandwidth setting associated with the volume container.
EncryptionKey AsymmetricEncryptedSecretArgs
The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled".
Kind Kind
The Kind of the object. Currently only Series8000 is supported
VolumeContainerName Changes to this property will trigger replacement. string
The name of the volume container.
deviceName
This property is required.
Changes to this property will trigger replacement.
String
The device name
managerName
This property is required.
Changes to this property will trigger replacement.
String
The manager name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name
storageAccountCredentialId This property is required. String
The path ID of storage account associated with the volume container.
bandWidthRateInMbps Integer
The bandwidth-rate set on the volume container.
bandwidthSettingId String
The ID of the bandwidth setting associated with the volume container.
encryptionKey AsymmetricEncryptedSecret
The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled".
kind Kind
The Kind of the object. Currently only Series8000 is supported
volumeContainerName Changes to this property will trigger replacement. String
The name of the volume container.
deviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name
managerName
This property is required.
Changes to this property will trigger replacement.
string
The manager name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name
storageAccountCredentialId This property is required. string
The path ID of storage account associated with the volume container.
bandWidthRateInMbps number
The bandwidth-rate set on the volume container.
bandwidthSettingId string
The ID of the bandwidth setting associated with the volume container.
encryptionKey AsymmetricEncryptedSecret
The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled".
kind Kind
The Kind of the object. Currently only Series8000 is supported
volumeContainerName Changes to this property will trigger replacement. string
The name of the volume container.
device_name
This property is required.
Changes to this property will trigger replacement.
str
The device name
manager_name
This property is required.
Changes to this property will trigger replacement.
str
The manager name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name
storage_account_credential_id This property is required. str
The path ID of storage account associated with the volume container.
band_width_rate_in_mbps int
The bandwidth-rate set on the volume container.
bandwidth_setting_id str
The ID of the bandwidth setting associated with the volume container.
encryption_key AsymmetricEncryptedSecretArgs
The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled".
kind Kind
The Kind of the object. Currently only Series8000 is supported
volume_container_name Changes to this property will trigger replacement. str
The name of the volume container.
deviceName
This property is required.
Changes to this property will trigger replacement.
String
The device name
managerName
This property is required.
Changes to this property will trigger replacement.
String
The manager name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name
storageAccountCredentialId This property is required. String
The path ID of storage account associated with the volume container.
bandWidthRateInMbps Number
The bandwidth-rate set on the volume container.
bandwidthSettingId String
The ID of the bandwidth setting associated with the volume container.
encryptionKey Property Map
The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled".
kind "Series8000"
The Kind of the object. Currently only Series8000 is supported
volumeContainerName Changes to this property will trigger replacement. String
The name of the volume container.

Outputs

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

EncryptionStatus string
The flag to denote whether encryption is enabled or not.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the object.
OwnerShipStatus string
The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted.
TotalCloudStorageUsageInBytes double
The total cloud storage for the volume container.
Type string
The hierarchical type of the object.
VolumeCount int
The number of volumes in the volume Container.
EncryptionStatus string
The flag to denote whether encryption is enabled or not.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the object.
OwnerShipStatus string
The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted.
TotalCloudStorageUsageInBytes float64
The total cloud storage for the volume container.
Type string
The hierarchical type of the object.
VolumeCount int
The number of volumes in the volume Container.
encryptionStatus String
The flag to denote whether encryption is enabled or not.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the object.
ownerShipStatus String
The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted.
totalCloudStorageUsageInBytes Double
The total cloud storage for the volume container.
type String
The hierarchical type of the object.
volumeCount Integer
The number of volumes in the volume Container.
encryptionStatus string
The flag to denote whether encryption is enabled or not.
id string
The provider-assigned unique ID for this managed resource.
name string
The name of the object.
ownerShipStatus string
The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted.
totalCloudStorageUsageInBytes number
The total cloud storage for the volume container.
type string
The hierarchical type of the object.
volumeCount number
The number of volumes in the volume Container.
encryption_status str
The flag to denote whether encryption is enabled or not.
id str
The provider-assigned unique ID for this managed resource.
name str
The name of the object.
owner_ship_status str
The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted.
total_cloud_storage_usage_in_bytes float
The total cloud storage for the volume container.
type str
The hierarchical type of the object.
volume_count int
The number of volumes in the volume Container.
encryptionStatus String
The flag to denote whether encryption is enabled or not.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the object.
ownerShipStatus String
The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted.
totalCloudStorageUsageInBytes Number
The total cloud storage for the volume container.
type String
The hierarchical type of the object.
volumeCount Number
The number of volumes in the volume Container.

Supporting Types

AsymmetricEncryptedSecret
, AsymmetricEncryptedSecretArgs

EncryptionAlgorithm This property is required. Pulumi.AzureNative.StorSimple.EncryptionAlgorithm
The algorithm used to encrypt "Value".
Value This property is required. string
The value of the secret.
EncryptionCertThumbprint string
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
EncryptionAlgorithm This property is required. EncryptionAlgorithm
The algorithm used to encrypt "Value".
Value This property is required. string
The value of the secret.
EncryptionCertThumbprint string
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
encryptionAlgorithm This property is required. EncryptionAlgorithm
The algorithm used to encrypt "Value".
value This property is required. String
The value of the secret.
encryptionCertThumbprint String
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
encryptionAlgorithm This property is required. EncryptionAlgorithm
The algorithm used to encrypt "Value".
value This property is required. string
The value of the secret.
encryptionCertThumbprint string
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
encryption_algorithm This property is required. EncryptionAlgorithm
The algorithm used to encrypt "Value".
value This property is required. str
The value of the secret.
encryption_cert_thumbprint str
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
encryptionAlgorithm This property is required. "None" | "AES256" | "RSAES_PKCS1_v_1_5"
The algorithm used to encrypt "Value".
value This property is required. String
The value of the secret.
encryptionCertThumbprint String
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.

AsymmetricEncryptedSecretResponse
, AsymmetricEncryptedSecretResponseArgs

EncryptionAlgorithm This property is required. string
The algorithm used to encrypt "Value".
Value This property is required. string
The value of the secret.
EncryptionCertThumbprint string
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
EncryptionAlgorithm This property is required. string
The algorithm used to encrypt "Value".
Value This property is required. string
The value of the secret.
EncryptionCertThumbprint string
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
encryptionAlgorithm This property is required. String
The algorithm used to encrypt "Value".
value This property is required. String
The value of the secret.
encryptionCertThumbprint String
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
encryptionAlgorithm This property is required. string
The algorithm used to encrypt "Value".
value This property is required. string
The value of the secret.
encryptionCertThumbprint string
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
encryption_algorithm This property is required. str
The algorithm used to encrypt "Value".
value This property is required. str
The value of the secret.
encryption_cert_thumbprint str
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.
encryptionAlgorithm This property is required. String
The algorithm used to encrypt "Value".
value This property is required. String
The value of the secret.
encryptionCertThumbprint String
Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.

EncryptionAlgorithm
, EncryptionAlgorithmArgs

None
None
AES256
AES256
RSAES_PKCS1_v_1_5
RSAES_PKCS1_v_1_5
EncryptionAlgorithmNone
None
EncryptionAlgorithmAES256
AES256
EncryptionAlgorithm_RSAES_PKCS1_v_1_5
RSAES_PKCS1_v_1_5
None
None
AES256
AES256
RSAES_PKCS1_v_1_5
RSAES_PKCS1_v_1_5
None
None
AES256
AES256
RSAES_PKCS1_v_1_5
RSAES_PKCS1_v_1_5
NONE
None
AES256
AES256
RSAE_S_PKCS1_V_1_5
RSAES_PKCS1_v_1_5
"None"
None
"AES256"
AES256
"RSAES_PKCS1_v_1_5"
RSAES_PKCS1_v_1_5

Kind
, KindArgs

Series8000
Series8000
KindSeries8000
Series8000
Series8000
Series8000
Series8000
Series8000
SERIES8000
Series8000
"Series8000"
Series8000

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:storsimple:VolumeContainer VolumeContainerForSDKTest /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/volumeContainers/{volumeContainerName} 
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi