- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class SerialPortOutput : IMessage<SerialPortOutput>, IEquatable<SerialPortOutput>, IDeepCloneable<SerialPortOutput>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class SerialPortOutput.
An instance serial console output.
Implements
IMessageSerialPortOutput, IEquatableSerialPortOutput, IDeepCloneableSerialPortOutput, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SerialPortOutput()
public SerialPortOutput()SerialPortOutput(SerialPortOutput)
public SerialPortOutput(SerialPortOutput other)| Parameter | |
|---|---|
| Name | Description |
other |
SerialPortOutput |
Properties
Contents
public string Contents { get; set; }[Output Only] The contents of the console output.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasContents
public bool HasContents { get; }Gets whether the "contents" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasKind
public bool HasKind { get; }Gets whether the "kind" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasNext
public bool HasNext { get; }Gets whether the "next" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSelfLink
public bool HasSelfLink { get; }Gets whether the "self_link" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStart
public bool HasStart { get; }Gets whether the "start" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Kind
public string Kind { get; set; }Output only. [Output Only] Type of the resource. Alwayscompute#serialPortOutput for serial port output.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Next
public long Next { get; set; }[Output Only] The position of the next byte of content, regardless of
whether the content exists, following the output returned in the contents
property. Use this value in the next request as the start
parameter.
| Property Value | |
|---|---|
| Type | Description |
long |
|
SelfLink
public string SelfLink { get; set; }Output only. [Output Only] Server-defined URL for this resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Start
public long Start { get; set; }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 (1 MB), older
output is overwritten by newer content. The output start value will
indicate the byte position of the output that was returned, which might be
different than the start value that was specified in the request.
| Property Value | |
|---|---|
| Type | Description |
long |
|