Documentation

Service

Table of Contents

$createdAt  : string|null
$endpoint  : ServiceEndpoint|null
$iD  : string|null
$spec  : ServiceSpec|null
User modifiable configuration for a service.
$updatedAt  : string|null
$updateStatus  : ServiceUpdateStatus|null
The status of a service update.
$version  : ObjectVersion|null
The version number of the object such as node, service, etc. This is needed.
getCreatedAt()  : string|null
getEndpoint()  : ServiceEndpoint|null
getID()  : string|null
getSpec()  : ServiceSpec|null
User modifiable configuration for a service.
getUpdatedAt()  : string|null
getUpdateStatus()  : ServiceUpdateStatus|null
The status of a service update.
getVersion()  : ObjectVersion|null
The version number of the object such as node, service, etc. This is needed.
setCreatedAt()  : self
setEndpoint()  : self
setID()  : self
setSpec()  : self
User modifiable configuration for a service.
setUpdatedAt()  : self
setUpdateStatus()  : self
The status of a service update.
setVersion()  : self
The version number of the object such as node, service, etc. This is needed.

Properties

$createdAt

protected string|null $createdAt

$updatedAt

protected string|null $updatedAt

$version

The version number of the object such as node, service, etc. This is needed.

protected ObjectVersion|null $version

Methods

getCreatedAt()

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

getID()

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

getUpdatedAt()

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

getVersion()

The version number of the object such as node, service, etc. This is needed.

public getVersion() : ObjectVersion|null

overwrite each other.

Return values
ObjectVersion|null

setCreatedAt()

public setCreatedAt(string|null $createdAt) : self
Parameters
$createdAt : string|null
Return values
self

setID()

public setID(string|null $iD) : self
Parameters
$iD : string|null
Return values
self

setSpec()

User modifiable configuration for a service.

public setSpec(ServiceSpec|null $spec) : self
Parameters
$spec : ServiceSpec|null
Return values
self

setUpdatedAt()

public setUpdatedAt(string|null $updatedAt) : self
Parameters
$updatedAt : string|null
Return values
self

setVersion()

The version number of the object such as node, service, etc. This is needed.

public setVersion(ObjectVersion|null $version) : self

overwrite each other.

Parameters
$version : ObjectVersion|null
Return values
self

Search results