Class NetworkSegmentArgs
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 NetworkSegmentArgs : ResourceArgs
Constructors
View SourceNetworkSegmentArgs()
Declaration
public NetworkSegmentArgs()
Properties
View SourceNetworkType
The type of physical network.
Declaration
public Input<string> NetworkType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PhysicalNetwork
The physical network where this network is implemented.
Declaration
public Input<string> PhysicalNetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SegmentationId
An isolated segment on the physical network.
Declaration
public Input<int> SegmentationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |