Class AclRuleState
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.AliCloud.RocketMQ
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AclRuleState : ResourceArgs
Constructors
View SourceAclRuleState()
Declaration
public AclRuleState()
Properties
View SourceAclId
The ID of the ACL.
Declaration
public Input<string> AclId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |