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
Methods
__construct
Constructor.
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.
Generated from protobuf field optional string name = 3373707;
string
hasName
clearName
setName
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
Generated from protobuf field optional string name = 3373707;
var
string
$this
getPort
The port number, which can be a value between 1 and 65535.
Generated from protobuf field optional int32 port = 3446913;
int
hasPort
clearPort
setPort
The port number, which can be a value between 1 and 65535.
Generated from protobuf field optional int32 port = 3446913;
var
int
$this