milestonexprotectrestpython.xprsite
Module: xprsite.py
Revision History
Date | Version | Description |
---|---|---|
2023/07/11 | 1.0.0.0 | Initial Version. |
Site information.
Threadsafety:
This class is fully thread-safe.
More information about Site configuration can be found on the vendor documentation page.
Date and time (in UTC format) of the last synchronization of the hierarchy.
Returns:
The DateLastStatusHandshake property value.
Date and time (in UTC format) that the site entry was last modified.
Returns:
The DateModified property value.
User-friendly display name used in various user-interface displays.
Returns:
The DisplayName property value.
Domain name of the computer that is hosting the site.
Returns:
The DomainName property value.
URL of the parent site, if this site is defined as a child site.
Value is an empty string if this is the master site.
Returns:
The MasterSiteAddress property value.
Host computer physical memory amount that the site is limited to using.
A value of zero indicates no limit.
Returns:
The PhysicalMemory property value.
Host computer platform that the site is running under.
A "[Not available]" value is returned if the platform is unavailable.
Returns:
The Platform property value.
Host computer number of processors that the site is limited to using.
A value of zero indicates no limit.
Returns:
The Processors property value.
Service account under which the management server is running.
Returns:
The ServiceAccount property value.
Status of the last synchronization of the hierarchy.
It can be either Successful (0) or Failed (1).
Returns:
The SynchronizationStatus property value.