Package io.grpc.xds

Class EnvoyServerProtoData.FailurePercentageEjection

    • Constructor Detail

      • FailurePercentageEjection

        FailurePercentageEjection()
    • Method Detail

      • threshold

        @Nullable
        abstract java.lang.Integer threshold()
      • enforcementPercentage

        @Nullable
        abstract java.lang.Integer enforcementPercentage()
      • minimumHosts

        @Nullable
        abstract java.lang.Integer minimumHosts()
      • requestVolume

        @Nullable
        abstract java.lang.Integer requestVolume()
      • create

        static EnvoyServerProtoData.FailurePercentageEjection create​(@Nullable
                                                                     java.lang.Integer threshold,
                                                                     @Nullable
                                                                     java.lang.Integer enforcementPercentage,
                                                                     @Nullable
                                                                     java.lang.Integer minimumHosts,
                                                                     @Nullable
                                                                     java.lang.Integer requestVolume)