Microsoft.Windows.Cluster.VirtualServer虚拟服务器

Microsoft.Windows.Cluster.VirtualServer (ClassType)

Windows 群集虚拟服务器类

Element properties:

Base ClassMicrosoft.Windows.Server.Computer
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId19afd652-9beb-bc16-02eb-580beb7e1678

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.Windows.Computer:
PrincipalName  string  主体名称 此计算机的主体名称。 true 256  False     
DNSName  string  DNS 名称 此计算机的完全限定的域名。 false 256  False     
NetbiosComputerName  string  NetBIOS 计算机名 此计算机的 NetBIOS 名称。 false 256  False     
NetbiosDomainName  string  NetBIOS 域名 此计算机的 NetBIOS 域名。 false 256  False     
IPAddress  string  IP 地址 此计算机的 IP 地址。 false 256  False     
NetworkName  string  网络名称 此计算机的网络名称 false 256  False     
ActiveDirectoryObjectSid  string  Active Directory SID 此计算机的 AD 安全标识符 false 256  False     
IsVirtualMachine  bool  虚拟机 虚拟机 false 256       
DomainDnsName  string  DNS 域名 DNS 域名 false 256  False     
OrganizationalUnit  string  组织单位 组织单位 false 256  False     
ForestDnsName  string  DNS 林名称 DNS 林名称 false 256  False     
ActiveDirectorySite  string  Active Directory 站点 Active Directory 站点 false 256  False     
LogicalProcessors  int  逻辑处理器 逻辑处理器 false 256       
PhysicalProcessors  int  物理处理器 物理处理器 false 256       
HostServerName  string  主机服务器名称 承载此计算机的主机服务器的名称 false 256  False     
VirtualMachineName  string  虚拟机名称 此虚拟机的名称 false 256  False     
OffsetInMinuteFromGreenwichTime  int  相对于格林威治时间的偏移量(分钟) 相对于格林威治时间的偏移量(分钟) false 256       
LastInventoryDate  datetime  上次清单日期 上次清单日期 false 256       
Microsoft.Windows.Server.Computer:
IsVirtualNode  bool  是虚拟节点 是虚拟节点 false 256       
Microsoft.Windows.Cluster.VirtualServer:
GroupName  string  组名 表示 Windows 群集虚拟服务器的组的名称 false 256  False     
Network  string  网络 Windows 群集虚拟服务器使用的网络 false 256  False     
SubnetMask  string  子网掩码 Windows 群集虚拟服务器的子网掩码 false 256  False     
EnableNetBIOS  bool  启用 NetBIOS 确定是否将 NetBIOS 设备与 Windows 群集虚拟服务器配合使用 false 256       
ProxyingEnabled  bool  已启用代理 启用代理上的代理,使其作为虚拟服务器的活动群集点。 false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Cluster.VirtualServer" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.Server.Computer" Hosted="false" Singleton="false">
<Property ID="GroupName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Network" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SubnetMask" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="EnableNetBIOS" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProxyingEnabled" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>