Show / Hide Table of Contents

Class FloatingIpState

Inheritance
System.Object
InputArgs
ResourceArgs
FloatingIpState
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class FloatingIpState : ResourceArgs

Constructors

View Source

FloatingIpState()

Declaration
public FloatingIpState()

Properties

View Source

DropletId

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>
View Source

IpAddress

The IP Address of the resource

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

Region

The region that the Floating IP is reserved to.

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

Urn

The uniform resource name of the floating ip

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