NodeUpdateDescriptor
Table of Contents
Properties
-
$description
: mixed
-
$loadFactor
: mixed
-
$name
: mixed
-
$propertySets
: mixed
-
$removePropertySets
: mixed
-
$removeServers
: mixed
-
$removeVariables
: mixed
-
$serverInstances
: mixed
-
$servers
: mixed
-
$variables
: mixed
Methods
-
__construct()
: mixed
-
__toString()
: string
$description
public
mixed
$description
$loadFactor
public
mixed
$loadFactor
$name
public
mixed
$name
$propertySets
public
mixed
$propertySets
$removePropertySets
public
mixed
$removePropertySets
$removeServers
public
mixed
$removeServers
$removeVariables
public
mixed
$removeVariables
$serverInstances
public
mixed
$serverInstances
$servers
public
mixed
$servers
$variables
public
mixed
$variables
__construct()
public
__construct([mixed $name = '' ][, mixed $description = null ][, mixed $variables = null ][, mixed $removeVariables = null ][, mixed $propertySets = null ][, mixed $removePropertySets = null ][, mixed $serverInstances = null ][, mixed $servers = null ][, mixed $removeServers = null ][, mixed $loadFactor = null ]) : mixed
Parameters
-
$name
: mixed
= ''
-
-
$description
: mixed
= null
-
-
$variables
: mixed
= null
-
-
$removeVariables
: mixed
= null
-
-
$propertySets
: mixed
= null
-
-
$removePropertySets
: mixed
= null
-
-
$serverInstances
: mixed
= null
-
-
$servers
: mixed
= null
-
-
$removeServers
: mixed
= null
-
-
$loadFactor
: mixed
= null
-
__toString()
public
__toString() : string