Class QosMinimumBandwidthRuleState


  • public final class QosMinimumBandwidthRuleState
    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 minimum bandwidth rule.
      • minKbps

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> minKbps()
        Returns:
        The minimum kilobits per second. Changing this updates the min kbps value of the existing QoS minimum bandwidth 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 minimum bandwidth 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 minimum bandwidth rule. If omitted, the `region` argument of the provider is used. Changing this creates a new QoS minimum bandwidth rule.