Show / Hide Table of Contents

Class SecurityFirewallRuleArgs

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

Constructors

View Source

SecurityFirewallRuleArgs()

Declaration
public SecurityFirewallRuleArgs()

Properties

View Source

Ip

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

Ports

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

Services

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