Show / Hide Table of Contents

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 Source

Contents

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
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Instance

Declaration
public readonly string Instance
Field Value
Type Description
System.String
View Source

Port

Declaration
public readonly int Port
Field Value
Type Description
System.Int32
View Source

Project

Declaration
public readonly string Project
Field Value
Type Description
System.String
View Source

Zone

Declaration
public readonly string Zone
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.