Show / Hide Table of Contents

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 Source

Bonded

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>
View Source

Id

ID of the port

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Mac

MAC address assigned to the port

Declaration
public readonly string Mac
Field Value
Type Description
System.String
View Source

Name

Name of the port (e.g. eth0, or bond0)

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Type

One of [private_ipv4, public_ipv4, public_ipv6]

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.