Class VlanArgs
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
Assembly: Pulumi.Packet.dll
Syntax
public sealed class VlanArgs : ResourceArgs
Constructors
View SourceVlanArgs()
Declaration
public VlanArgs()
Properties
View SourceDescription
Description string
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Facility
Facility where to create the VLAN
Declaration
public Input<string> Facility { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
ID of parent project
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |