Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageArrayMatriz de armazenamento (abstrato)

Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageArray (ClassType)

Esse abstrato é o tipo de base para a matriz de armazenamento

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId539667ce-27bd-2525-7239-2a366da7a77e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageArray:
ID  string  ID Identificador da matriz de armazenamento true 2147483647  False     
Description  string  Descrição Descrição da matriz de armazenamento false 2147483647  False     
FirmwareVersion  string  VersãoDeFirmware Versão de firmware da matriz de armazenamento false 2147483647  False     
Manufacture  string  Fabricação Fabricação da matriz de armazenamento false 2147483647  False     
Model  string  Modelo Modelo da matriz de armazenamento false 2147483647  False     
SerialNumber  string  Número de série Número de série da matriz de armazenamento false 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageArray" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.Device">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Array Identificator"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Array Description"/>
<Property ID="FirmwareVersion" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Array Firmware Version"/>
<Property ID="Manufacture" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Array Manufacture"/>
<Property ID="Model" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Array Model"/>
<Property ID="SerialNumber" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Array Serial Number"/>
</ClassType>