GoogleCloudApigeeV1EndpointChainingRule class
EndpointChainingRule specifies the proxies contained in a particular deployment group, so that other deployment groups can find them in chaining calls.
Constructors
-
GoogleCloudApigeeV1EndpointChainingRule({String? deploymentGroup, List<
String> ? proxyIds}) - GoogleCloudApigeeV1EndpointChainingRule.fromJson(Map json_)
Properties
- deploymentGroup ↔ String?
-
The deployment group to target for cross-shard chaining calls to these
proxies.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
proxyIds
↔ List<
String> ? -
List of proxy ids which may be found in the given deployment group.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited