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 SourcePortId
The ID of the port to be made a subport of the trunk.
Declaration
public readonly string PortId
Field Value
| Type | Description |
|---|---|
| System.String |
SegmentationId
The numeric id of the subport segment.
Declaration
public readonly int SegmentationId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SegmentationType
The segmentation technology to use, e.g., "vlan".
Declaration
public readonly string SegmentationType
Field Value
| Type | Description |
|---|---|
| System.String |