Show / Hide Table of Contents

Class FirewallDeviceGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FirewallDeviceGetArgs
Inherited Members
ResourceArgs.Empty
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 FirewallDeviceGetArgs : ResourceArgs

Constructors

View Source

FirewallDeviceGetArgs()

Declaration
public FirewallDeviceGetArgs()

Properties

View Source

EntityId

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

Id

The ID of the Firewall Device.

Declaration
public Input<int> Id { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Label

This Firewall's unique label.

Declaration
public Input<string> Label { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of Firewall Device.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Url

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.