Show / Hide Table of Contents

Class FirewallArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FirewallArgs
Inherited Members
ResourceArgs.Empty
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 Source

FirewallArgs()

Declaration
public FirewallArgs()

Properties

View Source

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>
View Source

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>
View Source

Name

The Firewall name

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Tags

The names of the Tags assigned to the Firewall.

Declaration
public InputList<string> Tags { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.