Compute Engine v1 API - Class SerialPortOutput (2.15.0)

public sealed class SerialPortOutput : IMessage<SerialPortOutput>, IEquatable<SerialPortOutput>, IDeepCloneable<SerialPortOutput>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class SerialPortOutput.

An instance serial console output.

Inheritance

object > SerialPortOutput

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SerialPortOutput()

public SerialPortOutput()

SerialPortOutput(SerialPortOutput)

public SerialPortOutput(SerialPortOutput other)
Parameter
NameDescription
otherSerialPortOutput

Properties

Contents

public string Contents { get; set; }

[Output Only] The contents of the console output.

Property Value
TypeDescription
string

HasContents

public bool HasContents { get; }

Gets whether the "contents" field is set

Property Value
TypeDescription
bool

HasKind

public bool HasKind { get; }

Gets whether the "kind" field is set

Property Value
TypeDescription
bool

HasNext

public bool HasNext { get; }

Gets whether the "next" field is set

Property Value
TypeDescription
bool
public bool HasSelfLink { get; }

Gets whether the "self_link" field is set

Property Value
TypeDescription
bool

HasStart

public bool HasStart { get; }

Gets whether the "start" field is set

Property Value
TypeDescription
bool

Kind

public string Kind { get; set; }

[Output Only] Type of the resource. Always compute#serialPortOutput for serial port output.

Property Value
TypeDescription
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
TypeDescription
long
public string SelfLink { get; set; }

[Output Only] Server-defined URL for this resource.

Property Value
TypeDescription
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
TypeDescription
long