Show / Hide Table of Contents

Class SecurityFirewallState

Inheritance
System.Object
InputArgs
ResourceArgs
SecurityFirewallState
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.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class SecurityFirewallState : ResourceArgs

Constructors

View Source

SecurityFirewallState()

Declaration
public SecurityFirewallState()

Properties

View Source

InstanceId

Instance identifier

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

Rules

Declaration
public InputList<SecurityFirewallRuleGetArgs> Rules { get; set; }
Property Value
Type Description
InputList<SecurityFirewallRuleGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.