Show / Hide Table of Contents

Class RouterInterfaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RouterInterfaceArgs
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
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class RouterInterfaceArgs : ResourceArgs

Constructors

View Source

RouterInterfaceArgs()

Declaration
public RouterInterfaceArgs()

Properties

View Source

PortId

ID of the port this interface connects to. Changing this creates a new router interface.

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

Region

The region in which to obtain the V2 networking client. A networking client is needed to create a router. If omitted, the region argument of the provider is used. Changing this creates a new router interface.

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

RouterId

ID of the router this interface belongs to. Changing this creates a new router interface.

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

SubnetId

ID of the subnet this interface connects to. Changing this creates a new router interface.

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