NodeDescription
Table of Contents
- $engine : EngineDescription|null
- EngineDescription provides information about an engine.
- $hostname : string|null
- $platform : Platform|null
- Platform represents the platform (Arch/OS).
- $resources : ResourceObject|null
- An object describing the resources which can be advertised by a node and.
- $tLSInfo : TLSInfo|null
- Information about the issuer of leaf TLS certificates and the trusted root.
- getEngine() : EngineDescription|null
- EngineDescription provides information about an engine.
- getHostname() : string|null
- getPlatform() : Platform|null
- Platform represents the platform (Arch/OS).
- getResources() : ResourceObject|null
- An object describing the resources which can be advertised by a node and.
- getTLSInfo() : TLSInfo|null
- Information about the issuer of leaf TLS certificates and the trusted root.
- setEngine() : self
- EngineDescription provides information about an engine.
- setHostname() : self
- setPlatform() : self
- Platform represents the platform (Arch/OS).
- setResources() : self
- An object describing the resources which can be advertised by a node and.
- setTLSInfo() : self
- Information about the issuer of leaf TLS certificates and the trusted root.
Properties
$engine
EngineDescription provides information about an engine.
protected
EngineDescription|null
$engine
$hostname
protected
string|null
$hostname
$platform
Platform represents the platform (Arch/OS).
protected
Platform|null
$platform
$resources
An object describing the resources which can be advertised by a node and.
protected
ResourceObject|null
$resources
$tLSInfo
Information about the issuer of leaf TLS certificates and the trusted root.
protected
TLSInfo|null
$tLSInfo
Methods
getEngine()
EngineDescription provides information about an engine.
public
getEngine() : EngineDescription|null
Return values
EngineDescription|null —getHostname()
public
getHostname() : string|null
Return values
string|null —getPlatform()
Platform represents the platform (Arch/OS).
public
getPlatform() : Platform|null
Return values
Platform|null —getResources()
An object describing the resources which can be advertised by a node and.
public
getResources() : ResourceObject|null
requested by a task.
Return values
ResourceObject|null —getTLSInfo()
Information about the issuer of leaf TLS certificates and the trusted root.
public
getTLSInfo() : TLSInfo|null
CA certificate.
Return values
TLSInfo|null —setEngine()
EngineDescription provides information about an engine.
public
setEngine(EngineDescription|null $engine) : self
Parameters
- $engine : EngineDescription|null
Return values
self —setHostname()
public
setHostname(string|null $hostname) : self
Parameters
- $hostname : string|null
Return values
self —setPlatform()
Platform represents the platform (Arch/OS).
public
setPlatform(Platform|null $platform) : self
Parameters
- $platform : Platform|null
Return values
self —setResources()
An object describing the resources which can be advertised by a node and.
public
setResources(ResourceObject|null $resources) : self
requested by a task.
Parameters
- $resources : ResourceObject|null
Return values
self —setTLSInfo()
Information about the issuer of leaf TLS certificates and the trusted root.
public
setTLSInfo(TLSInfo|null $tLSInfo) : self
CA certificate.
Parameters
- $tLSInfo : TLSInfo|null