Class DevicePort
Inheritance
System.Object
DevicePort
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 DevicePort
Fields
View SourceBonded
Whether this port is part of a bond in bonded network setup
project_id- The ID of the project the device belongs to
Declaration
public readonly bool? Bonded
Field Value
| Type | Description |
|---|---|
| System.Nullable<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
One of [private_ipv4, public_ipv4, public_ipv6]
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |