Class GetDeviceArgs
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.Packet
Assembly: Pulumi.Packet.dll
Syntax
public sealed class GetDeviceArgs : InvokeArgs
Constructors
View SourceGetDeviceArgs()
Declaration
public GetDeviceArgs()
Properties
View SourceDeviceId
Device ID
Declaration
public string DeviceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Hostname
The device name
Declaration
public string Hostname { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The id of the project in which the devices exists
Declaration
public string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |