Show / Hide Table of Contents

Class VlanArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VlanArgs
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
Assembly: Pulumi.Packet.dll
Syntax
public sealed class VlanArgs : ResourceArgs

Constructors

View Source

VlanArgs()

Declaration
public VlanArgs()

Properties

View Source

Description

Description string

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

Facility

Facility where to create the VLAN

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

ProjectId

ID of parent project

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