ServiceEndpoint
Table of Contents
- $ports : array<string|int, EndpointPortConfig>|null
- $spec : EndpointSpec|null
- Properties that can be configured to access and load balance a service.
- $virtualIPs : array<string|int, ServiceEndpointVirtualIPsItem>|null
- getPorts() : array<string|int, EndpointPortConfig>|null
- getSpec() : EndpointSpec|null
- Properties that can be configured to access and load balance a service.
- getVirtualIPs() : array<string|int, ServiceEndpointVirtualIPsItem>|null
- setPorts() : self
- setSpec() : self
- Properties that can be configured to access and load balance a service.
- setVirtualIPs() : self
Properties
$ports
protected
array<string|int, EndpointPortConfig>|null
$ports
$spec
Properties that can be configured to access and load balance a service.
protected
EndpointSpec|null
$spec
$virtualIPs
protected
array<string|int, ServiceEndpointVirtualIPsItem>|null
$virtualIPs
Methods
getPorts()
public
getPorts() : array<string|int, EndpointPortConfig>|null
Return values
array<string|int, EndpointPortConfig>|null —getSpec()
Properties that can be configured to access and load balance a service.
public
getSpec() : EndpointSpec|null
Return values
EndpointSpec|null —getVirtualIPs()
public
getVirtualIPs() : array<string|int, ServiceEndpointVirtualIPsItem>|null
Return values
array<string|int, ServiceEndpointVirtualIPsItem>|null —setPorts()
public
setPorts(array<string|int, EndpointPortConfig>|null $ports) : self
Parameters
- $ports : array<string|int, EndpointPortConfig>|null
Return values
self —setSpec()
Properties that can be configured to access and load balance a service.
public
setSpec(EndpointSpec|null $spec) : self
Parameters
- $spec : EndpointSpec|null
Return values
self —setVirtualIPs()
public
setVirtualIPs(array<string|int, ServiceEndpointVirtualIPsItem>|null $virtualIPs) : self
Parameters
- $virtualIPs : array<string|int, ServiceEndpointVirtualIPsItem>|null