Show / Hide Table of Contents

Class FloatingIpAssociateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FloatingIpAssociateArgs
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 FloatingIpAssociateArgs : ResourceArgs

Constructors

View Source

FloatingIpAssociateArgs()

Declaration
public FloatingIpAssociateArgs()

Properties

View Source

FixedIp

The specific IP address to direct traffic to.

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

FloatingIp

The floating IP to associate.

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

InstanceId

The instance to associte the floating IP with.

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

Region

The region in which to obtain the V2 Compute client. Keypairs are associated with accounts, but a Compute client is needed to create one. If omitted, the region argument of the provider is used. Changing this creates a new floatingip_associate.

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

WaitUntilAssociated

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