Compute V1 Client - Class NamedPort (1.16.2)

Reference documentation and code samples for the Compute V1 Client class NamedPort.

The named port. For example: <"http", 80>.

Generated from protobuf message google.cloud.compute.v1.NamedPort

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.

↳ port int

The port number, which can be a value between 1 and 65535.

getName

The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.

Returns
Type Description
string

hasName

clearName

setName

The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.

Parameter
Name Description
var string
Returns
Type Description
$this

getPort

The port number, which can be a value between 1 and 65535.

Returns
Type Description
int

hasPort

clearPort

setPort

The port number, which can be a value between 1 and 65535.

Parameter
Name Description
var int
Returns
Type Description
$this