Microsoft.Windows.Cluster.NetworkRete cluster

Microsoft.Windows.Cluster.Network (ClassType)

Classe rete cluster Windows

Element properties:

Base ClassMicrosoft.Windows.Cluster.Component
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcadf30e7-e2ea-dd30-9785-aaa9c1e71b90

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.Windows.Cluster.Component:
ClusterName  string  Nome del cluster Nome del cluster Windows. true 256  False 
ObjectName  string  Nome componente Nome del componente cluster Windows. true 256  False 
Microsoft.Windows.Cluster.Network:
Address  string  Indirizzo Indirizzo utilizzato dall'interfaccia di rete. false 256  False 
AddressMask  string  Subnet mask Subnet mask utilizzata con la rete. false 256  False 
Description  string  Descrizione La descrizione fornisce commenti sull'oggetto di rete cluster. 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>