GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentConfig (google_api_apigee v0.24.0) View Source
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Time that the environment configuration was created. -
dataCollectors
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DataCollectorConfig.t)
, default:nil
) - List of data collectors used by the deployments in the environment. -
debugMask
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DebugMask.t
, default:nil
) - Debug mask that applies to all deployments in the environment. -
deployments
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentConfig.t)
, default:nil
) - List of deployments in the environment. -
featureFlags
(type:map()
, default:nil
) - Feature flags inherited from the organization and environment. -
flowhooks
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1FlowHookConfig.t)
, default:nil
) - List of flow hooks in the environment. -
keystores
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeystoreConfig.t)
, default:nil
) - List of keystores in the environment. -
name
(type:String.t
, default:nil
) - Name of the environment configuration in the following format:organizations/{org}/environments/{env}/configs/{config}
-
provider
(type:String.t
, default:nil
) - Used by the Control plane to add context information to help detect the source of the document during diagnostics and debugging. -
pubsubTopic
(type:String.t
, default:nil
) - Name of the PubSub topic for the environment. -
resourceReferences
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ReferenceConfig.t)
, default:nil
) - List of resource references in the environment. -
resources
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceConfig.t)
, default:nil
) - List of resource versions in the environment. -
revisionId
(type:String.t
, default:nil
) - Revision ID of the environment configuration. The higher the value, the more recently the configuration was deployed. -
sequenceNumber
(type:String.t
, default:nil
) - DEPRECATED: Use revision_id. -
targets
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TargetServerConfig.t)
, default:nil
) - List of target servers in the environment. Disabled target servers are not displayed. -
traceConfig
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RuntimeTraceConfig.t
, default:nil
) - Trace configurations. Contains config for the environment and config overrides for specific API proxies. -
uid
(type:String.t
, default:nil
) - Unique ID for the environment configuration. The ID will only change if the environment is deleted and recreated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentConfig{ createTime: DateTime.t(), dataCollectors: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DataCollectorConfig.t() ], debugMask: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DebugMask.t(), deployments: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentConfig.t() ], featureFlags: map(), flowhooks: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1FlowHookConfig.t()], keystores: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeystoreConfig.t()], name: String.t(), provider: String.t(), pubsubTopic: String.t(), resourceReferences: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ReferenceConfig.t() ], resources: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceConfig.t()], revisionId: String.t(), sequenceNumber: String.t(), targets: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TargetServerConfig.t()], traceConfig: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RuntimeTraceConfig.t(), uid: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.