Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDiskDisco host de máquina virtual (abstracto)

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

Este tipo abstracto es el tipo base para el disco host de máquina virtual

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda3809d2a-f1c3-ecd0-753d-2bd66c629002

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDisk:
ID  string  Id. Identificador de disco host de máquina virtual true 2147483647  False 
Capacity  string  Capacidad Capacidad de disco host de máquina virtual false 2147483647  False 
IsClustered  bool  En clústeres El disco host de máquina virtual está organizado en clústeres false 256   
IsSanAttached  bool  Conectado a SAN El disco host de máquina virtual está conectado a SAN false 256   
IsPassThroughCapable  bool  Con capacidad de paso a través El disco host de máquina virtual tiene capacidad de paso a través false 256   
DiskID  string  Id. de disco Identificador de disco host de máquina virtual false 2147483647  False 
Location  string  Ubicación Ubicación de disco host de máquina virtual false 2147483647  False 
SMLunID  string  Identificador de LUN Identificador de LUN del disco host de la máquina virtual false 2147483647  False 
AvailableCapacity  string  Capacidad disponible Capacidad disponible del disco host de la máquina virtual false 2147483647  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDisk" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.LogicalEntity">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Identificator"/>
<Property ID="Capacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Capacity(bytes)"/>
<Property ID="IsClustered" Key="false" Type="bool" Comment="Virtual Machine Host Disk Is Clustered"/>
<Property ID="IsSanAttached" Key="false" Type="bool" Comment="Virtual Machine Host Disk Is San Attached"/>
<Property ID="IsPassThroughCapable" Key="false" Type="bool" Comment="Virtual Machine Host Disk Is Pass Through Capable"/>
<Property ID="DiskID" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Disk ID"/>
<Property ID="Location" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Location"/>
<Property ID="SMLunID" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Used to disambiguate remote storage"/>
<Property ID="AvailableCapacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Available Capacity (bytes)"/>
</ClassType>