GoogleCloudApigeeV1EnvironmentGroupConfig class
EnvironmentGroupConfig is a revisioned snapshot of an EnvironmentGroup and its associated routing rules.
Constructors
-
GoogleCloudApigeeV1EnvironmentGroupConfig({List<
GoogleCloudApigeeV1EndpointChainingRule> ? endpointChainingRules, List<String> ? hostnames, String? location, String? name, String? revisionId, List<GoogleCloudApigeeV1RoutingRule> ? routingRules, String? uid}) - GoogleCloudApigeeV1EnvironmentGroupConfig.fromJson(Map json_)
Properties
-
endpointChainingRules
↔ List<
GoogleCloudApigeeV1EndpointChainingRule> ? -
A list of proxies in each deployment group for proxy chaining calls.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hostnames
↔ List<
String> ? -
Host names for the environment group.
getter/setter pair
- location ↔ String?
-
When this message appears in the top-level IngressConfig, this field will
be populated in lieu of the inlined routing_rules and hostnames fields.
getter/setter pair
- name ↔ String?
-
Name of the environment group in the following format:
organizations/{org}/envgroups/{envgroup}
.getter/setter pair - revisionId ↔ String?
-
Revision id that defines the ordering of the EnvironmentGroupConfig
resource.
getter/setter pair
-
routingRules
↔ List<
GoogleCloudApigeeV1RoutingRule> ? -
Ordered list of routing rules defining how traffic to this environment
group's hostnames should be routed to different environments.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid ↔ String?
-
A unique id for the environment group config that will only change if the
environment group is deleted and recreated.
getter/setter pair
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