Class VlanState
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 VlanState : ResourceArgs
Constructors
View SourceVlanState()
Declaration
public VlanState()
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> |
Vxlan
VXLAN segment ID
Declaration
public Input<int> Vxlan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |