#include <serial_port_output.h>
An instance's serial console output.
◆ SerialPortOutput() [1/2]
google_compute_api::SerialPortOutput::SerialPortOutput |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ SerialPortOutput() [2/2]
google_compute_api::SerialPortOutput::SerialPortOutput |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~SerialPortOutput()
google_compute_api::SerialPortOutput::~SerialPortOutput |
( |
| ) |
|
|
virtual |
◆ clear_contents()
void google_compute_api::SerialPortOutput::clear_contents |
( |
| ) |
|
|
inline |
Clears the 'contents
' attribute.
◆ clear_kind()
void google_compute_api::SerialPortOutput::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_next()
void google_compute_api::SerialPortOutput::clear_next |
( |
| ) |
|
|
inline |
Clears the 'next
' attribute.
◆ clear_self_link()
void google_compute_api::SerialPortOutput::clear_self_link |
( |
| ) |
|
|
inline |
Clears the 'selfLink
' attribute.
◆ clear_start()
void google_compute_api::SerialPortOutput::clear_start |
( |
| ) |
|
|
inline |
Clears the 'start
' attribute.
◆ get_contents()
const StringPiece google_compute_api::SerialPortOutput::get_contents |
( |
| ) |
const |
|
inline |
Get the value of the 'contents
' attribute.
◆ get_kind()
const StringPiece google_compute_api::SerialPortOutput::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_next()
int64 google_compute_api::SerialPortOutput::get_next |
( |
| ) |
const |
|
inline |
Get the value of the 'next
' attribute.
◆ get_self_link()
const StringPiece google_compute_api::SerialPortOutput::get_self_link |
( |
| ) |
const |
|
inline |
Get the value of the 'selfLink
' attribute.
◆ get_start()
int64 google_compute_api::SerialPortOutput::get_start |
( |
| ) |
const |
|
inline |
Get the value of the 'start
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::SerialPortOutput::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_contents()
bool google_compute_api::SerialPortOutput::has_contents |
( |
| ) |
const |
|
inline |
Determine if the 'contents
' attribute was set.
- Returns
- true if the '
contents
' attribute was set.
◆ has_kind()
bool google_compute_api::SerialPortOutput::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_next()
bool google_compute_api::SerialPortOutput::has_next |
( |
| ) |
const |
|
inline |
Determine if the 'next
' attribute was set.
- Returns
- true if the '
next
' attribute was set.
◆ has_self_link()
bool google_compute_api::SerialPortOutput::has_self_link |
( |
| ) |
const |
|
inline |
Determine if the 'selfLink
' attribute was set.
- Returns
- true if the '
selfLink
' attribute was set.
◆ has_start()
bool google_compute_api::SerialPortOutput::has_start |
( |
| ) |
const |
|
inline |
Determine if the 'start
' attribute was set.
- Returns
- true if the '
start
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_contents()
void google_compute_api::SerialPortOutput::set_contents |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'contents
' attribute.
[Output Only] The contents of the console output.
- Parameters
-
◆ set_kind()
void google_compute_api::SerialPortOutput::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
[Output Only] Type of the resource. Always compute::serialPortOutput for serial port output.
- Parameters
-
◆ set_next()
void google_compute_api::SerialPortOutput::set_next |
( |
int64 |
value | ) |
|
|
inline |
Change the 'next
' attribute.
[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.
- Parameters
-
◆ set_self_link()
void google_compute_api::SerialPortOutput::set_self_link |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'selfLink
' attribute.
[Output Only] Server-defined URL for this resource.
- Parameters
-
◆ set_start()
void google_compute_api::SerialPortOutput::set_start |
( |
int64 |
value | ) |
|
|
inline |
Change the 'start
' attribute.
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.
- Parameters
-
The documentation for this class was generated from the following files: