Class RouterExternalFixedIpArgs
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 RouterExternalFixedIpArgs : ResourceArgs
Constructors
View SourceRouterExternalFixedIpArgs()
Declaration
public RouterExternalFixedIpArgs()
Properties
View SourceIpAddress
The IP address to set on the router.
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetId
Subnet in which the fixed IP belongs to.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |