Class QosBandwidthLimitRuleArgs.Builder

  • Enclosing class:
    QosBandwidthLimitRuleArgs

    public static final class QosBandwidthLimitRuleArgs.Builder
    extends java.lang.Object
    • Method Detail

      • direction

        public QosBandwidthLimitRuleArgs.Builder direction​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> direction)
        Parameters:
        direction - The direction of traffic. Defaults to "egress". Changing this updates the direction of the existing QoS bandwidth limit rule.
        Returns:
        builder
      • direction

        public QosBandwidthLimitRuleArgs.Builder direction​(java.lang.String direction)
        Parameters:
        direction - The direction of traffic. Defaults to "egress". Changing this updates the direction of the existing QoS bandwidth limit rule.
        Returns:
        builder
      • maxBurstKbps

        public QosBandwidthLimitRuleArgs.Builder maxBurstKbps​(@Nullable
                                                              com.pulumi.core.Output<java.lang.Integer> maxBurstKbps)
        Parameters:
        maxBurstKbps - 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.
        Returns:
        builder
      • maxBurstKbps

        public QosBandwidthLimitRuleArgs.Builder maxBurstKbps​(java.lang.Integer maxBurstKbps)
        Parameters:
        maxBurstKbps - 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.
        Returns:
        builder
      • maxKbps

        public QosBandwidthLimitRuleArgs.Builder maxKbps​(com.pulumi.core.Output<java.lang.Integer> maxKbps)
        Parameters:
        maxKbps - 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.
        Returns:
        builder
      • maxKbps

        public QosBandwidthLimitRuleArgs.Builder maxKbps​(java.lang.Integer maxKbps)
        Parameters:
        maxKbps - 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.
        Returns:
        builder
      • qosPolicyId

        public QosBandwidthLimitRuleArgs.Builder qosPolicyId​(com.pulumi.core.Output<java.lang.String> qosPolicyId)
        Parameters:
        qosPolicyId - The QoS policy reference. Changing this creates a new QoS bandwidth limit rule.
        Returns:
        builder
      • qosPolicyId

        public QosBandwidthLimitRuleArgs.Builder qosPolicyId​(java.lang.String qosPolicyId)
        Parameters:
        qosPolicyId - The QoS policy reference. Changing this creates a new QoS bandwidth limit rule.
        Returns:
        builder
      • region

        public QosBandwidthLimitRuleArgs.Builder region​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - 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.
        Returns:
        builder
      • region

        public QosBandwidthLimitRuleArgs.Builder region​(java.lang.String region)
        Parameters:
        region - 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.
        Returns:
        builder