Show / Hide Table of Contents

Class TrunkSubPort

Inheritance
System.Object
TrunkSubPort
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.OpenStack.Networking.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class TrunkSubPort

Fields

View Source

PortId

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

Declaration
public readonly string PortId
Field Value
Type Description
System.String
View Source

SegmentationId

The numeric id of the subport segment.

Declaration
public readonly int SegmentationId
Field Value
Type Description
System.Int32
View Source

SegmentationType

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

Declaration
public readonly string SegmentationType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.