Class FloatingIpAssociateArgs
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 FloatingIpAssociateArgs : ResourceArgs
Constructors
View SourceFloatingIpAssociateArgs()
Declaration
public FloatingIpAssociateArgs()
Properties
View SourceFixedIp
The specific IP address to direct traffic to.
Declaration
public Input<string> FixedIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FloatingIp
The floating IP to associate.
Declaration
public Input<string> FloatingIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
The instance to associte the floating IP with.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
WaitUntilAssociated
Declaration
public Input<bool> WaitUntilAssociated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |