Class FloatingIpState
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 FloatingIpState : ResourceArgs
Constructors
View SourceFloatingIpState()
Declaration
public FloatingIpState()
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 IP Address of the resource
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region that the Floating IP is reserved to.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Urn
The uniform resource name of the floating ip
Declaration
public Input<string> Urn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |