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.F5BigIP.Net
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class VlanArgs : ResourceArgs

Constructors

View Source

VlanArgs()

Declaration
public VlanArgs()

Properties

View Source

Interfaces

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>
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.