Class FirewallArgs
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
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class FirewallArgs : ResourceArgs
Constructors
View SourceFirewallArgs()
Declaration
public FirewallArgs()
Properties
View SourceDropletIds
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<FirewallInboundRuleArgs> InboundRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirewallInboundRuleArgs> |
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<FirewallOutboundRuleArgs> OutboundRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirewallOutboundRuleArgs> |
Tags
The names of the Tags assigned to the Firewall.
Declaration
public InputList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |