Class DevicePortGetArgs
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.Inputs
Assembly: Pulumi.Packet.dll
Syntax
public sealed class DevicePortGetArgs : ResourceArgs
Constructors
View SourceDevicePortGetArgs()
Declaration
public DevicePortGetArgs()
Properties
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 Input<bool> Bonded { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Id
ID of the port
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Mac
MAC address assigned to the port
Declaration
public Input<string> Mac { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the port (e.g. eth0, or bond0)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
One of [private_ipv4, public_ipv4, public_ipv6]
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |