Class GetTrunkSubPortResult
Inheritance
System.Object
GetTrunkSubPortResult
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 GetTrunkSubPortResult
Fields
View SourcePortId
The ID of the trunk parent port.
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 segmenation tecnology used, e.g., "vlan".
Declaration
public readonly string SegmentationType
Field Value
| Type | Description |
|---|---|
| System.String |