Microsoft.SystemCenter.AzureStack.VolumeMicrosoft Azure Stack Hub Volume

Microsoft.SystemCenter.AzureStack.Volume (ClassType)

A Volume for a Microsoft Azure Stack Hub Scale Unit.

Knowledge Base article:

Summary

A Volume for a Microsoft Azure Stack Hub Scale Unit.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf302ec61-ba45-1efe-d2d0-d7355652921c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SystemCenter.AzureStack.Volume:
VolumeId  string  Id Id true 32767  False     
VolumeName  string  Name Name false 32767  False     
OperationalStatus  string  Operational Status Operational Status false 32767  False     
RepairStatus  string  Repair Status Repair Status false 32767  False     
Capacity  string  Capacity GB Capacity GB false 32767  False     
StorageSubsystemName  string  Storage Subsystem Name Storage Subsystem Name false 32767  False     
VolumeLabel  string  Volume Label Volume Label false 32767  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.AzureStack.Volume" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false" Extension="false">
<Property ID="VolumeId" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="VolumeName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="OperationalStatus" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="RepairStatus" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="Capacity" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="StorageSubsystemName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="VolumeLabel" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
</ClassType>