Class FirewallPendingChange
Inheritance
System.Object
FirewallPendingChange
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.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class FirewallPendingChange
Fields
View SourceDropletId
Declaration
public readonly int? DropletId
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Removing
Declaration
public readonly bool? Removing
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Status
A status string indicating the current state of the Firewall. This can be "waiting", "succeeded", or "failed".
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |