Class SecurityFirewallRuleArgs
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.CloudAmqp.Inputs
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class SecurityFirewallRuleArgs : ResourceArgs
Constructors
View SourceSecurityFirewallRuleArgs()
Declaration
public SecurityFirewallRuleArgs()
Properties
View SourceIp
Declaration
public Input<string> Ip { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ports
Declaration
public InputList<int> Ports { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.Int32> |
Services
Declaration
public InputList<string> Services { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |