Home
last modified time | relevance | path

Searched +full:balancer +full:- +full:for +full:- +full:ipv6 +full:- +full:has +full:- +full:backend +full:- +full:and +full:- +full:balancer (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/cpp/naming/
Dresolver_test_record_groups.yaml1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp.
3 - expected_addrs:
4 - {address: '5.5.5.5:443', is_balancer: false}
7 record_to_resolve: no-srv-ipv4-single-target
9 no-srv-ipv4-single-target:
10 - {TTL: '2100', data: 5.5.5.5, type: A}
11 - expected_addrs:
12 - {address: '1.2.3.4:1234', is_balancer: true}
15 record_to_resolve: srv-ipv4-single-target
17 _grpclb._tcp.srv-ipv4-single-target:
[all …]
Dresolver_component_tests_runner.py8 # http://www.apache.org/licenses/LICENSE-2.0
13 # See the License for the specific language governing permissions and
16 # This file is auto-generated
28 argp = argparse.ArgumentParser(description='Run c-ares resolver tests')
29 argp.add_argument('--test_bin_path', default=None, type=str,
31 argp.add_argument('--dns_server_bin_path', default=None, type=str,
33 argp.add_argument('--records_config_path', default=None, type=str,
35 'specifies records for the DNS sever. '))
36 argp.add_argument('--dns_server_port', default=None, type=int,
38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str,
[all …]
Dresolver_component_test.cc9 * http://www.apache.org/licenses/LICENSE-2.0
14 * See the License for the specific language governing permissions and
67 #define BAD_SOCKET_RETURN_VAL -1
75 // In some distros, gflags is in the namespace google, and in some others,
84 "List of expected backend or balancer addresses in the form "
89 "whitespace). Empty for none.");
95 "arg. Empty for none.");
105 return this->is_balancer == other.is_balancer && in operator ==()
106 this->address == other.address; in operator ==()
124 "Missing ','. Expected_addrs arg should be a semicolon-separated " in ParseExpectedAddrs()
[all …]
/external/syzkaller/vendor/google.golang.org/grpc/naming/
Ddns_resolver.go9 * http://www.apache.org/licenses/LICENSE-2.0
14 * See the License for the specific language governing permissions and
39 errWatcherClose = errors.New("watcher has been closed")
42 // NewDNSResolverWithFreq creates a DNS Resolver that can resolve DNS names, and
48 // NewDNSResolver creates a DNS Resolver that can resolve DNS names, and create
54 // dnsResolver handles name resolution for names following the DNS scheme
61 // If addr is an IPv4 address, return the addr and ok = true.
62 // If addr is an IPv6 address, return the addr enclosed in square brackets and ok = true.
74 // parseTarget takes the user input target string, returns formatted host and port info.
76 // If target is in IPv6 format and host-name is enclosed in sqarue brackets, brackets
[all …]
/external/grpc-grpc/doc/
Dnaming.md5 gRPC supports DNS as the default name-system. A number of alternative
6 name-systems are used in various deployments. We support an API that is
7 general enough to support a range of name-systems and the corresponding
8 syntax for names. The gRPC client library in various languages will
9 provide a plugin mechanism so resolvers for different name-systems can
16 A fully qualified, self contained name used for gRPC channel construction
27 - `dns:[//authority/]host[:port]` -- DNS (default)
28 - `host` is the host to resolve via DNS.
29 - `port` is the port to return for each address. If not specified,
30 443 is used (but some implementations default to 80 for insecure
[all …]
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-api.json3 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/EDv5Otj5EVlhEDQZ_TLJpHC5fFA\"",
10 "description": "Creates and runs virtual machines on Google Cloud Platform.",
14 "x16": "https://www.google.com/images/icons/product/compute_engine-16.png",
15 "x32": "https://www.google.com/images/icons/product/compute_engine-32.png"
27 "description": "Data format for the response.",
33 "Responses with Content-Type of application/json"
44 …tion": "API key. Your API key identifies your project and provides you with API access, quota, and
49 "description": "OAuth 2.0 token for the current user.",
54 "description": "Returns response with indentations and line breaks.",
60 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
[all …]
Dcompute-gen.go28 // Always reference these packages, just in case the auto-generated code
50 // View and manage your data across Google Cloud Platform services
51 CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform"
53 // View and manage your Google Compute Engine resources
59 // Manage your data and permissions in Google Cloud Storage
131 UserAgent string // optional additional User-Agent fragment
702 // AcceleratorConfig: A specification of the type and number of
715 // empty values are omitted from API requests. However, any non-pointer,
716 // non-interface field appearing in ForceSendFields will be sent to the
719 ForceSendFields []string `json:"-"`
[all …]