Show / Hide Table of Contents

Class FirewallInbound

Inheritance
System.Object
FirewallInbound
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 FirewallInbound

Fields

View Source

Addresses

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

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

Protocol

The network protocol this rule controls.

Declaration
public readonly string Protocol
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.