GoogleCloudApigeeV1EnvironmentConfig constructor
GoogleCloudApigeeV1EnvironmentConfig({
- GoogleCloudApigeeV1RuntimeAddonsConfig? addonsConfig,
- String? arcConfigLocation,
- String? createTime,
- List<
GoogleCloudApigeeV1DataCollectorConfig> ? dataCollectors, - GoogleCloudApigeeV1DebugMask? debugMask,
- List<
GoogleCloudApigeeV1DeploymentGroupConfig> ? deploymentGroups, - List<
GoogleCloudApigeeV1DeploymentConfig> ? deployments, - String? envScopedRevisionId,
- Map<
String, String> ? featureFlags, - List<
GoogleCloudApigeeV1FlowHookConfig> ? flowhooks, - String? forwardProxyUri,
- String? gatewayConfigLocation,
- List<
GoogleCloudApigeeV1KeystoreConfig> ? keystores, - String? name,
- String? provider,
- String? pubsubTopic,
- List<
GoogleCloudApigeeV1ReferenceConfig> ? resourceReferences, - List<
GoogleCloudApigeeV1ResourceConfig> ? resources, - String? revisionId,
- String? sequenceNumber,
- List<
GoogleCloudApigeeV1TargetServerConfig> ? targets, - GoogleCloudApigeeV1RuntimeTraceConfig? traceConfig,
- String? uid,
Implementation
GoogleCloudApigeeV1EnvironmentConfig({
this.addonsConfig,
this.arcConfigLocation,
this.createTime,
this.dataCollectors,
this.debugMask,
this.deploymentGroups,
this.deployments,
this.envScopedRevisionId,
this.featureFlags,
this.flowhooks,
this.forwardProxyUri,
this.gatewayConfigLocation,
this.keystores,
this.name,
this.provider,
this.pubsubTopic,
this.resourceReferences,
this.resources,
this.revisionId,
this.sequenceNumber,
this.targets,
this.traceConfig,
this.uid,
});