Show / Hide Table of Contents

Class FirewallOutboundRule

Inheritance
System.Object
FirewallOutboundRule
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.DigitalOcean.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class FirewallOutboundRule

Fields

View Source

DestinationAddresses

An array of strings containing the IPv4 addresses, IPv6 addresses, IPv4 CIDRs, and/or IPv6 CIDRs to which the outbound traffic will be allowed.

Declaration
public readonly ImmutableArray<string> DestinationAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

DestinationDropletIds

An array containing the IDs of the Droplets to which the outbound traffic will be allowed.

Declaration
public readonly ImmutableArray<int> DestinationDropletIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.Int32>
View Source

DestinationLoadBalancerUids

An array containing the IDs of the Load Balancers to which the outbound traffic will be allowed.

Declaration
public readonly ImmutableArray<string> DestinationLoadBalancerUids
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

DestinationTags

An array containing the names of Tags corresponding to groups of Droplets to which the outbound traffic will be allowed. traffic.

Declaration
public readonly ImmutableArray<string> DestinationTags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

PortRange

The ports on which traffic will be allowed specified as a string containing a single port, a range (e.g. "8000-9000"), or "1-65535" to open all ports for a protocol. Required for when protocol is tcp or udp.

Declaration
public readonly string PortRange
Field Value
Type Description
System.String
View Source

Protocol

The type of traffic to be allowed. This may be one of "tcp", "udp", or "icmp".

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