Show / Hide Table of Contents

Class FirewallPendingChangeGetArgs

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

Constructors

View Source

FirewallPendingChangeGetArgs()

Declaration
public FirewallPendingChangeGetArgs()

Properties

View Source

DropletId

Declaration
public Input<int> DropletId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Removing

Declaration
public Input<bool> Removing { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Status

A status string indicating the current state of the Firewall. This can be "waiting", "succeeded", or "failed".

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