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.F5BigIP.Net
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class VlanArgs : ResourceArgs
Constructors
View SourceVlanArgs()
Declaration
public VlanArgs()
Properties
View SourceInterfaces
Specifies which interfaces you want this VLAN to use for traffic management.
Declaration
public InputList<VlanInterfaceArgs> Interfaces { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VlanInterfaceArgs> |
Name
Name of the vlan
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tag
Specifies a number that the system adds into the header of any frame passing through the VLAN.
Declaration
public Input<int> Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |