public sealed class SerialPortOutput : IMessage<SerialPortOutput>, IEquatable<SerialPortOutput>, IDeepCloneable<SerialPortOutput>, IBufferMessage, IMessage
An instance serial console output.
Implements
IMessage<SerialPortOutput>, IEquatable<SerialPortOutput>, IDeepCloneable<SerialPortOutput>, 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 |
Boolean |
HasKind
public bool HasKind { get; }
Gets whether the "kind" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasNext
public bool HasNext { get; }
Gets whether the "next" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasSelfLink
public bool HasSelfLink { get; }
Gets whether the "self_link" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasStart
public bool HasStart { get; }
Gets whether the "start" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Kind
public string Kind { get; set; }
[Output Only] Type of the resource. Always compute#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 |
Int64 |
SelfLink
public string SelfLink { get; set; }
[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 |
Int64 |