Class FirewallOutbound
Inheritance
System.Object
FirewallOutbound
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.Outputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class FirewallOutbound
Fields
View SourceAddresses
A list of IP addresses, CIDR blocks, or 0.0.0.0/0 (to whitelist all) this rule applies to.
Declaration
public readonly ImmutableArray<string> Addresses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Ports
A list of ports and/or port ranges (i.e. "443" or "80-90").
Declaration
public readonly ImmutableArray<string> Ports
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Protocol
The network protocol this rule controls.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |