Show / Hide Table of Contents

Class TrunkSubPortArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TrunkSubPortArgs
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.OpenStack.Networking.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class TrunkSubPortArgs : ResourceArgs

Constructors

View Source

TrunkSubPortArgs()

Declaration
public TrunkSubPortArgs()

Properties

View Source

PortId

The ID of the port to be made a subport of the trunk.

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

SegmentationId

The numeric id of the subport segment.

Declaration
public Input<int> SegmentationId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SegmentationType

The segmentation technology to use, e.g., "vlan".

Declaration
public Input<string> SegmentationType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.