providers arch

This commit is contained in:
Aleksey Chichenkov 2018-12-05 18:54:00 +03:00
parent 6f28ac0f2a
commit e9d3bb0b61
5 changed files with 492 additions and 34 deletions

View file

@ -4,40 +4,6 @@
* @memberof Trees.RemoteModulesTree
*/
function PollerNode() {
// discovery_type: v2.integer.from_number(0),
// /** @type */
// period: null,
// /** @type v2.string */
// ip_string: null,
// /** @type */
// retry_timeout: null,
// /** @type v2.address */
// parent_addr: null,
// /** @type */
// delay_start: null,
// /** @type v2.boolean */
// infinite: null,
// /** @type */
// max_retry_count: null,
// /** @type v2.boolean */
// force_rediscovery: null,
// /** @type v2.list<v2.integer> */
// profiles: null,
// /** @type v2.boolean */
// create_pingable: null
/**
* #### Запускает процесс дискаверинга по ICMP протоколу.
*