Class GetFloatingIpArgs
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 GetFloatingIpArgs : InvokeArgs
Constructors
View SourceGetFloatingIpArgs()
Declaration
public GetFloatingIpArgs()
Properties
View SourceIpAddress
The allocated IP address of the specific floating IP to retrieve.
Declaration
public string IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |