Microsoft.Windows.Cluster.NetworkSieć klastrów

Microsoft.Windows.Cluster.Network (ClassType)

Klasa sieci klastrów systemu Windows

Element properties:

Base ClassMicrosoft.Windows.Cluster.Component
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1e21b8af-00a9-1b38-cfaf-b4a025025f43

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Cluster.Component:
ClusterName  string  Nazwa klastra Nazwa klastra systemu Windows. true 256  False 
ObjectName  string  Nazwa składnika Nazwa składnika klastra systemu Windows. true 4000  False 
Microsoft.Windows.Cluster.Network:
Address  string  Adres Adres używany przez interfejs sieciowy. false 256  False 
AddressMask  string  Maska podsieci Maska podsieci używana w sieci. false 256  False 
Description  string  Opis Opis zawiera komentarze dotyczące obiektu sieci klastra. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Cluster.Network" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Cluster.Component" Hosted="false" Singleton="false">
<Property ID="Address" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AddressMask" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>