Class FloatingIpArgs
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.Compute
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class FloatingIpArgs : ResourceArgs
Constructors
View SourceFloatingIpArgs()
Declaration
public FloatingIpArgs()
Properties
View SourcePool
The name of the pool from which to obtain the floating IP. Changing this creates a new floating IP.
Declaration
public Input<string> Pool { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V2 Compute client.
A Compute client is needed to create a floating IP that can be used with
a compute instance. If omitted, the region argument of the provider
is used. Changing this creates a new floating IP (which may or may not
have a different address).
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |