'The PrimaryAddressResolutionStatus property holds status information resulting from the gethostbyname call. This property reports the status of the resolution of the address value (ie value of the address property) given in the query. It is not related to any other resolution performed. The property can take the following values: 0 - Success. Other - For integer values other than those listed above, refer to WinSock error code documentation.'
read
True
ValueMap
['0', '..']
Values
['Success', 'Other']
PrimaryAddressResolutionStatus property is in 1 class (Win32_PingStatus) of ROOT\cimv2 and in 2 namespaces
'The ResolveAddressesNames indicates whether or not the command will resolve address names of output address values. The default is False - no resolution.'
key
True
read
True
ResolveAddressNames property is in 1 class (Win32_PingStatus) of ROOT\cimv2 and in 2 namespaces
'The SourceRouteType property indicates the type of source route option to be used on host list specified in the SourceRoute property. If a value outside of the ValueMap is specified 0 is assumed. The default is zero.'
'The Timeout property indicates the Timeout value in milliseconds. If a response is not received in this time no response will be assumed. The default is 4000 milliseconds.'
'The TimestampRoute property indicates how many hops should be recorded with time stamp information while the packet is enroute. A Timestamp is the number of milliseconds that have passed since midnight UT. If the time is not available in milliseconds or cannot be provided with respect to midnight UT then any time may be inserted as a timestamp provided the high order bit of the timestamp field is set to one to indicate the use of a non-standard value. The default is zero.'
key
True
read
True
TimestampRoute property is in 1 class (Win32_PingStatus) of ROOT\cimv2 and in 2 namespaces
'The TimeToLive property indicates the lifespan of the ping packet in seconds. This is an upper limit and not absolute as all routers MUST decrement this value by one and hops between routers rarely take this amount of time. When this value becomes zero the packet will be dropped by the router. The default value is 80 seconds.'
key
True
read
True
TimeToLive property is in 1 class (Win32_PingStatus) of ROOT\cimv2 and in 10 namespaces
'the TypeOfService property provides an indication of the abstract parameters of the quality of service desired. These parameters are to be used to guide the selection of the actual service parameters when transmitting a datagram through a particular network. The default value is 0. bits 0-2: Precedence. bit 3: 0 = Normal Delay, 1 = Low Delay. bits 4: 0 = Normal Throughput, 1 = High Throughput. bits 5: 0 = Normal Relibility, 1 = High Relibility. bit 6-7: Reserved.