Class FirewallDevice
Inheritance
System.Object
FirewallDevice
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.Outputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class FirewallDevice
Fields
View SourceEntityId
The ID of the underlying entity this device references (i.e. the Linode's ID).
Declaration
public readonly int? EntityId
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Id
The ID of the Firewall Device.
Declaration
public readonly int? Id
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Label
This Firewall's unique label.
Declaration
public readonly string Label
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of Firewall Device.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
Url
Declaration
public readonly string Url
Field Value
| Type | Description |
|---|---|
| System.String |