GoogleCloudApigeeV1RuntimeAddonsConfig class
RuntimeAddonsConfig defines the runtime configurations for add-ons in an environment.
Constructors
- GoogleCloudApigeeV1RuntimeAddonsConfig({GoogleCloudApigeeV1RuntimeAnalyticsConfig? analyticsConfig, GoogleCloudApigeeV1RuntimeApiSecurityConfig? apiSecurityConfig, String? name, String? revisionId, String? uid})
 - GoogleCloudApigeeV1RuntimeAddonsConfig.fromJson(Map json_)
 
Properties
- analyticsConfig ↔ GoogleCloudApigeeV1RuntimeAnalyticsConfig?
 - 
  Runtime configuration for Analytics add-on.
  getter/setter pair
 - apiSecurityConfig ↔ GoogleCloudApigeeV1RuntimeApiSecurityConfig?
 - 
  Runtime configuration for API Security add-on.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name ↔ String?
 - 
  Name of the addons config in the format:
organizations/{org}/environments/{env}/addonsConfiggetter/setter pair - revisionId ↔ String?
 - 
  Revision number used by the runtime to detect config changes.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - uid ↔ String?
 - 
  UID is to detect if config is recreated after deletion.
  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