Show / Hide Table of Contents

Class FloatingIpArgs

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

Constructors

View Source

FloatingIpArgs()

Declaration
public FloatingIpArgs()

Properties

View Source

Pool

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.