Class FirewallInboundArgs
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.Linode.Inputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class FirewallInboundArgs : ResourceArgs
Constructors
View SourceFirewallInboundArgs()
Declaration
public FirewallInboundArgs()
Properties
View SourceAddresses
A list of IP addresses, CIDR blocks, or 0.0.0.0/0 (to whitelist all) this rule applies to.
Declaration
public InputList<string> Addresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Ports
A list of ports and/or port ranges (i.e. "443" or "80-90").
Declaration
public InputList<string> Ports { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Protocol
The network protocol this rule controls.
Declaration
public Input<string> Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |