Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDiskVirtuális gép gazdalemez (absztrakt)

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

Ez az absztrakt típus a Virtuális gép gazdalemez alaptípusa

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId64ca4b5c-397a-b761-a036-fbad3739474e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (HUN) Description (HUN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDisk:
ID  string  Azonosító Virtuális gép gazdalemez azonosítója true 2147483647  False 
Capacity  string  Kapacitás Virtuális gép gazdalemez kapacitása false 2147483647  False 
IsClustered  bool  Fürtözött A virtuális gép gazdalemez fürtözött false 256   
IsSanAttached  bool  Tárolóhálózat kapcsolva A virtuális gép gazdalemez tárolóhálózathoz kapcsolva false 256   
IsPassThroughCapable  bool  Átadási funkcióval A virtuális gép gazdalemez átadási funkcióval rendelkezik false 256   
DiskID  string  Lemez azonosítója A virtuális gép gazdalemez lemezazonosítója false 2147483647  False 
Location  string  Hely Virtuális gép gazdalemez helye false 2147483647  False 
SMLunID  string  LUN-azonosító Virtuális gép gazdalemezének LUN-azonosítója false 2147483647  False 
AvailableCapacity  string  Rendelkezésre álló kapacitás Virtuális gép gazdalemezének rendelkezésre álló kapacitása 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>