google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.SerialPortOutput View Source

An instance's serial console output.

Attributes

  • contents (type: String.t, default: nil) - [Output Only] The contents of the console output.
  • kind (type: String.t, default: compute#serialPortOutput) - [Output Only] Type of the resource. Always compute#serialPortOutput for serial port output.
  • next (type: String.t, default: nil) - [Output Only] The position of the next byte of content from the serial console output. Use this value in the next request as the start parameter.
  • selfLink (type: String.t, default: nil) - [Output Only] Server-defined URL for this resource.
  • start (type: String.t, default: nil) - The starting byte position of the output that was returned. This should match the start parameter sent with the request. If the serial console output exceeds the size of the buffer, older output will be overwritten by newer content and the start values will be mismatched.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.SerialPortOutput{
  contents: String.t(),
  kind: String.t(),
  next: String.t(),
  selfLink: String.t(),
  start: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.