Class QosPolicyState
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 QosPolicyState : ResourceArgs
Constructors
View SourceQosPolicyState()
Declaration
public QosPolicyState()
Properties
View SourceDescription
The description of the QoS policy.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DestCidr
The destination CIDR block.
Declaration
public Input<string> DestCidr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DestPortRange
The destination port range.
Declaration
public Input<string> DestPortRange { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EndTime
The expiration time of the quintuple rule.
Declaration
public Input<string> EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpProtocol
The transport layer protocol.
Declaration
public Input<string> IpProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the QoS policy.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Priority
The priority of the quintuple rule. A smaller value indicates a higher priority. If the priorities of two quintuple rules are the same, the rule created earlier is applied first.Value range: 1 to 7.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
QosId
The instance ID of the QoS policy to which the quintuple rule is created.
Declaration
public Input<string> QosId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceCidr
The source CIDR block.
Declaration
public Input<string> SourceCidr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourcePortRange
The source port range of the transport layer.
Declaration
public Input<string> SourcePortRange { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartTime
The time when the quintuple rule takes effect.
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |