Show / Hide Table of Contents

Class SecurityFirewallArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecurityFirewallArgs
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 SecurityFirewallArgs : ResourceArgs

Constructors

View Source

SecurityFirewallArgs()

Declaration
public SecurityFirewallArgs()

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<SecurityFirewallRuleArgs> Rules { get; set; }
Property Value
Type Description
InputList<SecurityFirewallRuleArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.