Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDiskDisco host della macchina virtuale (astratto)

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

Questo tipo astratto è alla base del disco host della macchina virtuale

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDisk:
ID  string  ID Identificatore del disco host della macchina virtuale true 2147483647  False     
Capacity  string  Capacità Capacità del disco host della macchina virtuale false 2147483647  False     
IsClustered  bool  È in cluster Il disco host della macchina virtuale è in cluster false 256       
IsSanAttached  bool  Collegato a SAN Il disco host della macchina virtuale è collegato a SAN false 256       
IsPassThroughCapable  bool  È di tipo pass-through Il disco host della macchina virtuale è di tipo pass-through false 256       
DiskID  string  ID del disco ID del disco host della macchina virtuale false 2147483647  False     
Location  string  Percorso Percorso del disco host della macchina virtuale false 2147483647  False     
SMLunID  string  ID LUN ID LUN del disco host della macchina virtuale false 2147483647  False     
AvailableCapacity  string  Capacità disponibile Capacità disponibile del disco host della macchina virtuale 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>