Show / Hide Table of Contents

Class GetInstanceSerialPort

Inheritance
System.Object
GetInstanceSerialPort
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 static class GetInstanceSerialPort

Methods

View Source

InvokeAsync(GetInstanceSerialPortArgs, InvokeOptions)

Get the serial port output from a Compute Instance. For more information see the official API documentation.

{{% examples %}} {{% /examples %}}

Declaration
public static Task<GetInstanceSerialPortResult> InvokeAsync(GetInstanceSerialPortArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetInstanceSerialPortArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetInstanceSerialPortResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.