Class GetInstanceSerialPortArgs
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 GetInstanceSerialPortArgs : InvokeArgs
Constructors
View SourceGetInstanceSerialPortArgs()
Declaration
public GetInstanceSerialPortArgs()
Properties
View SourceInstance
The name of the Compute Instance to read output from.
Declaration
public string Instance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
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 |