Class NetworkSegment
Inheritance
System.Object
NetworkSegment
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 NetworkSegment
Fields
View SourceNetworkType
The type of physical network.
Declaration
public readonly string NetworkType
Field Value
| Type | Description |
|---|---|
| System.String |
PhysicalNetwork
The physical network where this network is implemented.
Declaration
public readonly string PhysicalNetwork
Field Value
| Type | Description |
|---|---|
| System.String |
SegmentationId
An isolated segment on the physical network.
Declaration
public readonly int? SegmentationId
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |