VolumeContainer Class

Definition

The volume container.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VolumeContainer : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VolumeContainer = class
    inherit BaseModel
Public Class VolumeContainer
Inherits BaseModel
Inheritance
VolumeContainer
Attributes

Constructors

VolumeContainer()

Initializes a new instance of the VolumeContainer class.

VolumeContainer(String, String, String, String, Nullable<Kind>, AsymmetricEncryptedSecret, Nullable<EncryptionStatus>, Nullable<Int32>, Nullable<OwnerShipStatus>, Nullable<Int32>, String, Nullable<Int64>)

Initializes a new instance of the VolumeContainer class.

Properties

BandWidthRateInMbps

Gets or sets the bandwidth-rate set on the volume container.

BandwidthSettingId

Gets or sets the ID of the bandwidth setting associated with the volume container.

EncryptionKey

Gets or sets the key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled".

EncryptionStatus

Gets the flag to denote whether encryption is enabled or not. Possible values include: 'Enabled', 'Disabled'

Id

Gets the path ID that uniquely identifies the object.

(Inherited from BaseModel)
Kind

Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

(Inherited from BaseModel)
Name

Gets the name of the object.

(Inherited from BaseModel)
OwnerShipStatus

Gets the owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted. Possible values include: 'Owned', 'NotOwned'

StorageAccountCredentialId

Gets or sets the path ID of storage account associated with the volume container.

TotalCloudStorageUsageInBytes

Gets the total cloud storage for the volume container.

Type

Gets the hierarchical type of the object.

(Inherited from BaseModel)
VolumeCount

Gets the number of volumes in the volume Container.

Methods

Validate()

Validate the object.

Applies to