Class: Google::Cloud::Compute::V1::GetSerialPortOutputInstanceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#instance::String

Returns Name of the instance for this request.

Returns:

  • (::String)

    Name of the instance for this request.



8161
8162
8163
8164
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8161

class GetSerialPortOutputInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#port::Integer

Returns Specifies which COM or serial port to retrieve data from.

Returns:

  • (::Integer)

    Specifies which COM or serial port to retrieve data from.



8161
8162
8163
8164
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8161

class GetSerialPortOutputInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project::String

Returns Project ID for this request.

Returns:

  • (::String)

    Project ID for this request.



8161
8162
8163
8164
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8161

class GetSerialPortOutputInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start::Integer

Returns 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:

  • (::Integer)

    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.



8161
8162
8163
8164
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8161

class GetSerialPortOutputInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#zone::String

Returns The name of the zone for this request.

Returns:

  • (::String)

    The name of the zone for this request.



8161
8162
8163
8164
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8161

class GetSerialPortOutputInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end