Compute V1 Client - Class GetSerialPortOutputInstanceRequest (1.14.0)

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

A request message for Instances.GetSerialPortOutput. See the method description for details.

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ instance string

Name of the instance for this request.

↳ port int

Specifies which COM or serial port to retrieve data from.

↳ project string

Project ID for this request.

↳ start int|string

Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to 0. If the output for that byte position is available, this field matches the start parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the start property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.

↳ zone string

The name of the zone for this request.

getInstance

Name of the instance for this request.

Returns
TypeDescription
string

setInstance

Name of the instance for this request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPort

Specifies which COM or serial port to retrieve data from.

Returns
TypeDescription
int

hasPort

clearPort

setPort

Specifies which COM or serial port to retrieve data from.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getProject

Project ID for this request.

Returns
TypeDescription
string

setProject

Project ID for this request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStart

Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to 0. If the output for that byte position is available, this field matches the start parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the start property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.

Returns
TypeDescription
int|string

hasStart

clearStart

setStart

Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to 0. If the output for that byte position is available, this field matches the start parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the start property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getZone

The name of the zone for this request.

Returns
TypeDescription
string

setZone

The name of the zone for this request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
project string

Project ID for this request.

zone string

The name of the zone for this request.

instance string

Name of the instance for this request.

Returns
TypeDescription
Google\Cloud\Compute\V1\GetSerialPortOutputInstanceRequest