接口 EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.VirtualHostMatchOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      java.lang.String getName()
      The VirtualHosts objects generated by Istio are named as host:port, where the host typically corresponds to the VirtualService's host field or the hostname of a service in the registry.
      com.google.protobuf.ByteString getNameBytes()
      The VirtualHosts objects generated by Istio are named as host:port, where the host typically corresponds to the VirtualService's host field or the hostname of a service in the registry.
      EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatch getRoute()
      Match a specific route within the virtual host.
      EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatchOrBuilder getRouteOrBuilder()
      Match a specific route within the virtual host.
      boolean hasRoute()
      Match a specific route within the virtual host.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

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

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

      • getName

        java.lang.String getName()
         The VirtualHosts objects generated by Istio are named as
         host:port, where the host typically corresponds to the
         VirtualService's host field or the hostname of a service in the
         registry.
         
        string name = 1;
        返回:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The VirtualHosts objects generated by Istio are named as
         host:port, where the host typically corresponds to the
         VirtualService's host field or the hostname of a service in the
         registry.
         
        string name = 1;
        返回:
        The bytes for name.
      • hasRoute

        boolean hasRoute()
         Match a specific route within the virtual host.
         
        .istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch route = 2;
        返回:
        Whether the route field is set.