Google Cloud Tpu V2 Client - Class NetworkEndpoint (1.2.0)

Reference documentation and code samples for the Google Cloud Tpu V2 Client class NetworkEndpoint.

A network endpoint over which a TPU worker can be reached.

Generated from protobuf message google.cloud.tpu.v2.NetworkEndpoint

Namespace

Google \ Cloud \ Tpu \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ ip_address string

The internal IP address of this network endpoint.

↳ port int

The port of this network endpoint.

↳ access_config Google\Cloud\Tpu\V2\AccessConfig

The access config for the TPU worker.

getIpAddress

The internal IP address of this network endpoint.

Returns
TypeDescription
string

setIpAddress

The internal IP address of this network endpoint.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPort

The port of this network endpoint.

Returns
TypeDescription
int

setPort

The port of this network endpoint.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getAccessConfig

The access config for the TPU worker.

Returns
TypeDescription
Google\Cloud\Tpu\V2\AccessConfig|null

hasAccessConfig

clearAccessConfig

setAccessConfig

The access config for the TPU worker.

Parameter
NameDescription
var Google\Cloud\Tpu\V2\AccessConfig
Returns
TypeDescription
$this