Class GetInstanceSerialPortResult
Inheritance
System.Object
GetInstanceSerialPortResult
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: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetInstanceSerialPortResult
Fields
View SourceContents
The output of the serial port. Serial port output is available only when the VM instance is running, and logs are limited to the most recent 1 MB of output per port.
Declaration
public readonly string Contents
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Instance
Declaration
public readonly string Instance
Field Value
| Type | Description |
|---|---|
| System.String |
Port
Declaration
public readonly int Port
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Project
Declaration
public readonly string Project
Field Value
| Type | Description |
|---|---|
| System.String |
Zone
Declaration
public readonly string Zone
Field Value
| Type | Description |
|---|---|
| System.String |