Show / Hide Table of Contents

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 Source

NetworkType

The type of physical network.

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

PhysicalNetwork

The physical network where this network is implemented.

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

SegmentationId

An isolated segment on the physical network.

Declaration
public readonly int? SegmentationId
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.