Class FloatingIpAssignmentState
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class FloatingIpAssignmentState : ResourceArgs
Constructors
View SourceFloatingIpAssignmentState()
Declaration
public FloatingIpAssignmentState()
Properties
View SourceDropletId
The ID of Droplet that the Floating IP will be assigned to.
Declaration
public Input<int> DropletId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IpAddress
The Floating IP to assign to the Droplet.
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |