Class FirewallState
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
Assembly: Pulumi.Linode.dll
Syntax
public sealed class FirewallState : ResourceArgs
Constructors
View SourceFirewallState()
Declaration
public FirewallState()
Properties
View SourceDevices
The devices associated with this firewall.
Declaration
public InputList<FirewallDeviceGetArgs> Devices { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirewallDeviceGetArgs> |
Disabled
If true, the Firewall's rules are not enforced (defaults to false).
Declaration
public Input<bool> Disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Inbounds
A firewall rule that specifies what inbound network traffic is allowed.
Declaration
public InputList<FirewallInboundGetArgs> Inbounds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirewallInboundGetArgs> |
Label
This Firewall's unique label.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Linodes
A list of IDs of Linodes this Firewall should govern it's network traffic for.
Declaration
public InputList<int> Linodes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.Int32> |
Outbounds
A firewall rule that specifies what outbound network traffic is allowed.
Declaration
public InputList<FirewallOutboundGetArgs> Outbounds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirewallOutboundGetArgs> |
Status
The status of the Firewall.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A list of tags applied to the Kubernetes cluster. Tags are for organizational purposes only.
Declaration
public InputList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |