Documentation

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

$tLSInfo

Information about the issuer of leaf TLS certificates and the trusted root.

protected TLSInfo|null $tLSInfo

Methods

getHostname()

public getHostname() : string|null
Return values
string|null

getTLSInfo()

Information about the issuer of leaf TLS certificates and the trusted root.

public getTLSInfo() : TLSInfo|null

CA certificate.

Return values
TLSInfo|null

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
Return values
self

Search results