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 SourceDestinationAddresses
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> |
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> |
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> |
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> |
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 |
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 |