Class SerialPortOutput
An instance's serial console output.
Inheritance
System.Object
SerialPortOutput
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SerialPortOutput : IDirectResponseSchema
Properties
Contents
[Output Only] The contents of the console output.
Declaration
[JsonProperty("contents")]
public virtual string Contents { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Kind
[Output Only] Type of the resource. Always compute#serialPortOutput for serial port output.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Next
[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.
Declaration
[JsonProperty("next")]
public virtual long? Next { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
SelfLink
[Output Only] Server-defined URL for this resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Start
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.
Declaration
[JsonProperty("start")]
public virtual long? Start { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Implements
Google.Apis.Requests.IDirectResponseSchema