Show / Hide Table of Contents

Class NetworkSegmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkSegmentArgs
Inherited Members
ResourceArgs.Empty
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 Source

NetworkSegmentArgs()

Declaration
public NetworkSegmentArgs()

Properties

View Source

NetworkType

The type of physical network.

Declaration
public Input<string> NetworkType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PhysicalNetwork

The physical network where this network is implemented.

Declaration
public Input<string> PhysicalNetwork { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SegmentationId

An isolated segment on the physical network.

Declaration
public Input<int> SegmentationId { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.