Microsoft.Windows.Cluster.Networkクラスター ネットワーク

Microsoft.Windows.Cluster.Network (ClassType)

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 (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.Windows.Cluster.Component:
ClusterName  string  クラスター名 Windows クラスターの名前です。 true 256  False 
ObjectName  string  コンポーネント名 Windows クラスター コンポーネントの名前です。 true 256  False 
Microsoft.Windows.Cluster.Network:
Address  string  [アドレス] ネットワーク インターフェイスによって使用されるアドレスです。 false 256  False 
AddressMask  string  サブネット マスク ネットワークで使用するサブネット マスク false 256  False 
Description  string  説明 説明には、クラスター ネットワーク オブジェクトのコメントが表示されます。 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>