Class TrunkSubPortArgs
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.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class TrunkSubPortArgs : ResourceArgs
Constructors
View SourceTrunkSubPortArgs()
Declaration
public TrunkSubPortArgs()
Properties
View SourcePortId
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> |
SegmentationId
The numeric id of the subport segment.
Declaration
public Input<int> SegmentationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SegmentationType
The segmentation technology to use, e.g., "vlan".
Declaration
public Input<string> SegmentationType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |