Microsoft.Unix.ComputerComputer Unix

Microsoft.Unix.Computer (ClassType)

Tutti i computer Unix

Element properties:

Base ClassSystem.Computer
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdde979049-02a6-f554-89d2-8d29b9fef41d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
Microsoft.Unix.Computer:
PrincipalName  string  Nome principale Il nome principale di questo computer. true 256  False     
DNSName  string  Nome DNS Il nome DNS per questo computer false 256  False     
IPAddress  string  Indirizzo IP L'indirizzo IP per questo computer. false 256  False     
NetworkName  string  Nome di rete Il nome di rete per questo computer false 256  False     
SSHPort  string  Numero porta SSH false 256  False     
AgentVersion  string  Numero versione agente false 256  False     
Architecture  string  Architettura false 256  False     
TimeZoneOffset  string      false 256  False     
IsVirtualMachine  string      false 256  False     
LogicalProcessors  int      false 256       
PhysicalProcessors  int      false 256       
HostServerName  string      false 256  False     
VirtualMachineName  string      false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Unix.Computer" Abstract="false" Accessibility="Public" Hosted="false" Singleton="false" Base="System!System.Computer">
<Property ID="PrincipalName" Type="string" Key="true"/>
<Property ID="DNSName" Type="string" Key="false"/>
<Property ID="IPAddress" Type="string" Key="false"/>
<!-- network name should be used to connect to the machine using IP protocols. This will be set to DNS name if available, or IPAddress -->
<Property ID="NetworkName" Type="string" Key="false"/>
<Property ID="SSHPort" Type="string" Key="false"/>
<Property ID="AgentVersion" Type="string" Key="false"/>
<Property ID="Architecture" Type="string" Key="false"/>
<Property ID="TimeZoneOffset" Type="string" Key="false"/>
<!-- supports license reporting cmdlet -->
<Property ID="IsVirtualMachine" Type="string" Key="false"/>
<Property ID="LogicalProcessors" Type="int" Key="false"/>
<Property ID="PhysicalProcessors" Type="int" Key="false"/>
<Property ID="HostServerName" Type="string" Key="false"/>
<Property ID="VirtualMachineName" Type="string" Key="false"/>
</ClassType>