Show / Hide Table of Contents

Class FloatingIpAssignmentState

Inheritance
System.Object
InputArgs
ResourceArgs
FloatingIpAssignmentState
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 FloatingIpAssignmentState : ResourceArgs

Constructors

View Source

FloatingIpAssignmentState()

Declaration
public FloatingIpAssignmentState()

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 Floating IP to assign to the Droplet.

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