Class QosBandwidthLimitRuleState


  • public final class QosBandwidthLimitRuleState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • direction

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> direction()
        Returns:
        The direction of traffic. Defaults to "egress". Changing this updates the direction of the existing QoS bandwidth limit rule.
      • maxBurstKbps

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxBurstKbps()
        Returns:
        The maximum burst size in kilobits of a QoS bandwidth limit rule. Changing this updates the maximum burst size in kilobits of the existing QoS bandwidth limit rule.
      • maxKbps

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxKbps()
        Returns:
        The maximum kilobits per second of a QoS bandwidth limit rule. Changing this updates the maximum kilobits per second of the existing QoS bandwidth limit rule.
      • qosPolicyId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> qosPolicyId()
        Returns:
        The QoS policy reference. Changing this creates a new QoS bandwidth limit rule.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region in which to obtain the V2 Networking client. A Networking client is needed to create a Neutron QoS bandwidth limit rule. If omitted, the `region` argument of the provider is used. Changing this creates a new QoS bandwidth limit rule.