Class GetDevicePortResult
Inheritance
System.Object
GetDevicePortResult
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.Outputs
Assembly: Pulumi.Packet.dll
Syntax
public sealed class GetDevicePortResult
Fields
View SourceBonded
Whether this port is part of a bond in bonded network setup
Declaration
public readonly bool Bonded
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
ID of the port
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Mac
MAC address assigned to the port
Declaration
public readonly string Mac
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Name of the port (e.g. eth0, or bond0)
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Type of the port (e.g. NetworkPort or NetworkBondPort)
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |