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