Show / Hide Table of Contents

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 Source

DropletId

Declaration
public readonly int? DropletId
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Removing

Declaration
public readonly bool? Removing
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.