Show / Hide Table of Contents

Class VlanState

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

Constructors

View Source

VlanState()

Declaration
public VlanState()

Properties

View Source

Interfaces

Specifies which interfaces you want this VLAN to use for traffic management.

Declaration
public InputList<VlanInterfaceGetArgs> Interfaces { get; set; }
Property Value
Type Description
InputList<VlanInterfaceGetArgs>
View Source

Name

Name of the vlan

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.