Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnitUnidad lógica de almacenamiento (abstracto)

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

Este tipo abstracto es el tipo base para la unidad lógica de almacenamiento

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId99d6d66f-094b-2b90-a0d6-0742c4cb7ddb
CommentStorage Logical Unit (LUN)

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado de objeto Estado de objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado de activo Estado de activo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnit:
ID  string  Id. Identificador de unidad lógica de almacenamiento true 2147483647  False     
Description  string  Descripción Descripción de unidad lógica de almacenamiento false 2147483647  False     
BlockSize  string  Tamaño de bloque Tamaño de bloque de unidad lógica de almacenamiento false 2147483647  False     
NumberOfBlocks  string  Número de bloques Número de bloques de unidad lógica de almacenamiento false 2147483647  False     
ThinlyProvisioned  string  Aprovisionamiento fino Unidad lógica de almacenamiento con aprovisionamiento fino false 2147483647  False     
Primordial  string  Primordial Primordial de unidad lógica de almacenamiento false 2147483647  False     
TotalCapacity  string  Capacidad total Capacidad total de unidad lógica de almacenamiento false 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLogicalUnit" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.Device" Comment="Storage Logical Unit (LUN)">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Identificator"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Description"/>
<Property ID="BlockSize" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Vol Logical Unitume Block Size"/>
<Property ID="NumberOfBlocks" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Number Of Blocks"/>
<Property ID="ThinlyProvisioned" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Thinly Provisioned"/>
<Property ID="Primordial" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Primordial"/>
<Property ID="TotalCapacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Logical Unit Total Capacity"/>
</ClassType>