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

An instance's serial console output.

Attributes

  • contents (String.t): [Output Only] The contents of the console output. Defaults to: null.
  • kind (String.t): [Output Only] Type of the resource. Always compute#serialPortOutput for serial port output. Defaults to: null.
  • next (String.t): [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. Defaults to: null.
  • selfLink (String.t): [Output Only] Server-defined URL for this resource. Defaults to: null.
  • start (String.t): 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. Defaults to: null.

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: any(),
  kind: any(),
  next: any(),
  selfLink: any(),
  start: any()
}

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.