Compute V1 Client - Class NamedPort (1.14.0)

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
NameDescription
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
TypeDescription
string

hasName

clearName

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPort

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

Returns
TypeDescription
int

hasPort

clearPort

setPort

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this