milestonexprotectrestpython.xprchildsite

Module: xprchildsite.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

@export
class XPRChildSite:

Site information.

Threadsafety:

This class is fully thread-safe.

XPRChildSite()

Initializes a new instance of the class.

ConnectionState: str

State of the connection to the parent site.

Returns:

The ConnectionState property value.

DateModified: datetime.datetime

Date and time (in UTC format) that the child site entry was last modified.

Returns:

The DateModified property value.

Description: str

A description of the child site.

Returns:

The Description property value.

DisplayName: str

User-friendly display name used in various user-interface displays.

Returns:

The DisplayName property value.

Id: str

The globally unique identifier of the child site.

Returns:

The Id property value.

Name: str

Name of the child site.

Returns:

The Name property value.

ServiceAccount: str

Service account under which the management server is running.

Returns:

The ServiceAccount property value.

SynchronizationStatus: int

Status of the last synchronization of the hierarchy.

Returns:

The SynchronizationStatus property value.

Version: str

Version number of the child site's management server.

Returns:

The Version property value.