Show / Hide Table of Contents

Class AclRuleState

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

Constructors

View Source

AclRuleState()

Declaration
public AclRuleState()

Properties

View Source

AclId

The ID of the ACL.

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

Description

The description of the ACL rule. It must be 1 to 512 characters in length.

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

DestCidr

The destination address. It is an IPv4 address range in CIDR format. Default value: 0.0.0.0/0.

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

DestPortRange

The range of the destination port. Valid value: 80/80.

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

Direction

The direction of the ACL rule. Valid values: in|out.

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

IpProtocol

The protocol used by the ACL rule. The value is not case sensitive.

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

Policy

The policy used by the ACL rule. Valid values: accept|drop.

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

Priority

The priority of the ACL rule. Value range: 1 to 100.

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

SourceCidr

The source address. It is an IPv4 address range in the CIDR format. Default value: 0.0.0.0/0.

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

SourcePortRange

The range of the source port. Valid value: 80/80.

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