Show / Hide Table of Contents

Class QosPolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
QosPolicyState
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 QosPolicyState : ResourceArgs

Constructors

View Source

QosPolicyState()

Declaration
public QosPolicyState()

Properties

View Source

Description

The description of the QoS policy.

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

DestCidr

The destination CIDR block.

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

DestPortRange

The destination port range.

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

EndTime

The expiration time of the quintuple rule.

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

IpProtocol

The transport layer protocol.

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

Name

The name of the QoS policy.

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

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>
View Source

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>
View Source

SourceCidr

The source CIDR block.

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

SourcePortRange

The source port range of the transport layer.

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

StartTime

The time when the quintuple rule takes effect.

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