Class FirewallDeviceArgs
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.Inputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class FirewallDeviceArgs : ResourceArgs
Constructors
View SourceFirewallDeviceArgs()
Declaration
public FirewallDeviceArgs()
Properties
View SourceEntityId
The ID of the underlying entity this device references (i.e. the Linode's ID).
Declaration
public Input<int> EntityId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Id
The ID of the Firewall Device.
Declaration
public Input<int> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Label
This Firewall's unique label.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of Firewall Device.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |