Class FirewallPendingChangeGetArgs
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.Inputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class FirewallPendingChangeGetArgs : ResourceArgs
Constructors
View SourceFirewallPendingChangeGetArgs()
Declaration
public FirewallPendingChangeGetArgs()
Properties
View SourceDropletId
Declaration
public Input<int> DropletId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Removing
Declaration
public Input<bool> Removing { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |