Class GetQosBandwidthLimitRuleArgs.Builder

    • Method Detail

      • maxBurstKbps

        public GetQosBandwidthLimitRuleArgs.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.
        Returns:
        builder
      • maxBurstKbps

        public GetQosBandwidthLimitRuleArgs.Builder maxBurstKbps​(java.lang.Integer maxBurstKbps)
        Parameters:
        maxBurstKbps - The maximum burst size in kilobits of a QoS bandwidth limit rule.
        Returns:
        builder
      • maxKbps

        public GetQosBandwidthLimitRuleArgs.Builder maxKbps​(@Nullable
                                                            com.pulumi.core.Output<java.lang.Integer> maxKbps)
        Parameters:
        maxKbps - The maximum kilobits per second of a QoS bandwidth limit rule.
        Returns:
        builder
      • maxKbps

        public GetQosBandwidthLimitRuleArgs.Builder maxKbps​(java.lang.Integer maxKbps)
        Parameters:
        maxKbps - The maximum kilobits per second of a QoS bandwidth limit rule.
        Returns:
        builder
      • qosPolicyId

        public GetQosBandwidthLimitRuleArgs.Builder qosPolicyId​(com.pulumi.core.Output<java.lang.String> qosPolicyId)
        Parameters:
        qosPolicyId - The QoS policy reference.
        Returns:
        builder
      • region

        public GetQosBandwidthLimitRuleArgs.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.
        Returns:
        builder
      • region

        public GetQosBandwidthLimitRuleArgs.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.
        Returns:
        builder