Documentation

ServicesIdUpdatePostBody

Table of Contents

$endpointSpec  : EndpointSpec|null
Properties that can be configured to access and load balance a service.
$labels  : array<string|int, string>|null
User-defined key/value metadata.
$mode  : ServiceSpecMode|null
Scheduling mode for the service.
$name  : string|null
Name of the service.
$networks  : array<string|int, NetworkAttachmentConfig>|null
Specifies which networks the service should attach to.
$rollbackConfig  : ServiceSpecRollbackConfig|null
Specification for the rollback strategy of the service.
$taskTemplate  : TaskSpec|null
User modifiable task configuration.
$updateConfig  : ServiceSpecUpdateConfig|null
Specification for the update strategy of the service.
getEndpointSpec()  : EndpointSpec|null
Properties that can be configured to access and load balance a service.
getLabels()  : array<string|int, string>|null
User-defined key/value metadata.
getMode()  : ServiceSpecMode|null
Scheduling mode for the service.
getName()  : string|null
Name of the service.
getNetworks()  : array<string|int, NetworkAttachmentConfig>|null
Specifies which networks the service should attach to.
getRollbackConfig()  : ServiceSpecRollbackConfig|null
Specification for the rollback strategy of the service.
getTaskTemplate()  : TaskSpec|null
User modifiable task configuration.
getUpdateConfig()  : ServiceSpecUpdateConfig|null
Specification for the update strategy of the service.
setEndpointSpec()  : self
Properties that can be configured to access and load balance a service.
setLabels()  : self
User-defined key/value metadata.
setMode()  : self
Scheduling mode for the service.
setName()  : self
Name of the service.
setNetworks()  : self
Specifies which networks the service should attach to.
setRollbackConfig()  : self
Specification for the rollback strategy of the service.
setTaskTemplate()  : self
User modifiable task configuration.
setUpdateConfig()  : self
Specification for the update strategy of the service.

Properties

Methods

getLabels()

User-defined key/value metadata.

public getLabels() : array<string|int, string>|null
Return values
array<string|int, string>|null

setLabels()

User-defined key/value metadata.

public setLabels(array<string|int, string>|null $labels) : self
Parameters
$labels : array<string|int, string>|null
Return values
self

setName()

Name of the service.

public setName(string|null $name) : self
Parameters
$name : string|null
Return values
self

Search results