Show / Hide Table of Contents

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 Source

EntityId

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>
View Source

Id

The ID of the Firewall Device.

Declaration
public readonly int? Id
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Label

This Firewall's unique label.

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

Type

The type of Firewall Device.

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

Url

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