Show / Hide Table of Contents

Class GetInstanceSerialPortArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetInstanceSerialPortArgs
Inherited Members
InvokeArgs.Empty
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 GetInstanceSerialPortArgs : InvokeArgs

Constructors

View Source

GetInstanceSerialPortArgs()

Declaration
public GetInstanceSerialPortArgs()

Properties

View Source

Instance

The name of the Compute Instance to read output from.

Declaration
public string Instance { get; set; }
Property Value
Type Description
System.String
View Source

Port

The number of the serial port to read output from. Possible values are 1-4.

Declaration
public int Port { get; set; }
Property Value
Type Description
System.Int32
View Source

Project

The project in which the Compute Instance exists. If it is not provided, the provider project is used.

Declaration
public string Project { get; set; }
Property Value
Type Description
System.String
View Source

Zone

The zone in which the Compute Instance exists. If it is not provided, the provider zone is used.

Declaration
public string Zone { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.