Class RouterInterfaceState
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
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class RouterInterfaceState : ResourceArgs
Constructors
View SourceRouterInterfaceState()
Declaration
public RouterInterfaceState()
Properties
View SourcePortId
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> |
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> |
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> |
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> |