Show / Hide Table of Contents

Class FirewallInboundGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FirewallInboundGetArgs
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.Linode.Inputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class FirewallInboundGetArgs : ResourceArgs

Constructors

View Source

FirewallInboundGetArgs()

Declaration
public FirewallInboundGetArgs()

Properties

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 InputList<string> Addresses { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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

Protocol

The network protocol this rule controls.

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