Class FirewallState
Inherited Members
Namespace: Pulumi.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class FirewallState : ResourceArgs
Constructors
View SourceFirewallState()
Declaration
public FirewallState()
Properties
View SourceCreatedAt
A time value given in ISO8601 combined date and time format that represents when the Firewall was created.
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DropletIds
The list of the IDs of the Droplets assigned to the Firewall.
Declaration
public InputList<int> DropletIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.Int32> |
InboundRules
The inbound access rule block for the Firewall.
The inbound_rule block is documented below.
Declaration
public InputList<FirewallInboundRuleGetArgs> InboundRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirewallInboundRuleGetArgs> |
Name
The Firewall name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OutboundRules
The outbound access rule block for the Firewall.
The outbound_rule block is documented below.
Declaration
public InputList<FirewallOutboundRuleGetArgs> OutboundRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirewallOutboundRuleGetArgs> |
PendingChanges
An list of object containing the fields, "droplet_id", "removing", and "status". It is provided to detail exactly which Droplets are having their security policies updated. When empty, all changes have been successfully applied.
Declaration
public InputList<FirewallPendingChangeGetArgs> PendingChanges { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirewallPendingChangeGetArgs> |
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> |
Tags
The names of the Tags assigned to the Firewall.
Declaration
public InputList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |