Show / Hide Table of Contents

Class DevicePortGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DevicePortGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

DevicePortGetArgs()

Declaration
public DevicePortGetArgs()

Properties

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 Input<bool> Bonded { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Id

ID of the port

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Mac

MAC address assigned to the port

Declaration
public Input<string> Mac { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

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

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

One of [private_ipv4, public_ipv4, public_ipv6]

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.