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
$endpoint
protected
ServiceEndpoint|null
$endpoint
$iD
protected
string|null
$iD
$spec
User modifiable configuration for a service.
protected
ServiceSpec|null
$spec
$updatedAt
protected
string|null
$updatedAt
$updateStatus
The status of a service update.
protected
ServiceUpdateStatus|null
$updateStatus
$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 —getEndpoint()
public
getEndpoint() : ServiceEndpoint|null
Return values
ServiceEndpoint|null —getID()
public
getID() : string|null
Return values
string|null —getSpec()
User modifiable configuration for a service.
public
getSpec() : ServiceSpec|null
Return values
ServiceSpec|null —getUpdatedAt()
public
getUpdatedAt() : string|null
Return values
string|null —getUpdateStatus()
The status of a service update.
public
getUpdateStatus() : ServiceUpdateStatus|null
Return values
ServiceUpdateStatus|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 —setEndpoint()
public
setEndpoint(ServiceEndpoint|null $endpoint) : self
Parameters
- $endpoint : ServiceEndpoint|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 —setUpdateStatus()
The status of a service update.
public
setUpdateStatus(ServiceUpdateStatus|null $updateStatus) : self
Parameters
- $updateStatus : ServiceUpdateStatus|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