接口 VirtualServiceOuterClass.HTTPFaultInjectionOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      VirtualServiceOuterClass.HTTPFaultInjection.Abort getAbort()
      Abort Http request attempts and return error codes back to downstream service, giving the impression that the upstream service is faulty.
      VirtualServiceOuterClass.HTTPFaultInjection.AbortOrBuilder getAbortOrBuilder()
      Abort Http request attempts and return error codes back to downstream service, giving the impression that the upstream service is faulty.
      VirtualServiceOuterClass.HTTPFaultInjection.Delay getDelay()
      Delay requests before forwarding, emulating various failures such as network issues, overloaded upstream service, etc.
      VirtualServiceOuterClass.HTTPFaultInjection.DelayOrBuilder getDelayOrBuilder()
      Delay requests before forwarding, emulating various failures such as network issues, overloaded upstream service, etc.
      boolean hasAbort()
      Abort Http request attempts and return error codes back to downstream service, giving the impression that the upstream service is faulty.
      boolean hasDelay()
      Delay requests before forwarding, emulating various failures such as network issues, overloaded upstream service, etc.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • hasDelay

        boolean hasDelay()
         Delay requests before forwarding, emulating various failures such as
         network issues, overloaded upstream service, etc.
         
        .istio.networking.v1alpha3.HTTPFaultInjection.Delay delay = 1;
        返回:
        Whether the delay field is set.
      • getDelay

        VirtualServiceOuterClass.HTTPFaultInjection.Delay getDelay()
         Delay requests before forwarding, emulating various failures such as
         network issues, overloaded upstream service, etc.
         
        .istio.networking.v1alpha3.HTTPFaultInjection.Delay delay = 1;
        返回:
        The delay.
      • hasAbort

        boolean hasAbort()
         Abort Http request attempts and return error codes back to downstream
         service, giving the impression that the upstream service is faulty.
         
        .istio.networking.v1alpha3.HTTPFaultInjection.Abort abort = 2;
        返回:
        Whether the abort field is set.
      • getAbort

        VirtualServiceOuterClass.HTTPFaultInjection.Abort getAbort()
         Abort Http request attempts and return error codes back to downstream
         service, giving the impression that the upstream service is faulty.
         
        .istio.networking.v1alpha3.HTTPFaultInjection.Abort abort = 2;
        返回:
        The abort.
      • getAbortOrBuilder

        VirtualServiceOuterClass.HTTPFaultInjection.AbortOrBuilder getAbortOrBuilder()
         Abort Http request attempts and return error codes back to downstream
         service, giving the impression that the upstream service is faulty.
         
        .istio.networking.v1alpha3.HTTPFaultInjection.Abort abort = 2;