google_api_apigee v0.10.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentConfig View Source
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - The time at which this environment config was created. -
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
) - A list of deployments in the environment -
featureFlags
(type:map()
, default:nil
) - Feature flags inherited from the org and environment parents. -
flowhooks
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1FlowHookConfig.t)
, default:nil
) - A list of flow hooks in the environment. -
keystores
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeystoreConfig.t)
, default:nil
) - A list of keystores in the environment. -
name
(type:String.t
, default:nil
) - The name of the environment config. Must be of the form 'organizations/{org}/environments/{env}/configs/{config_id} -
provider
(type:String.t
, default:nil
) - This field can be used by the control plane to add some context information about itself. This information could help detect the source of the document during diagnostics and debugging. -
pubsubTopic
(type:String.t
, default:nil
) - Name of the pubsub topic for this environment. -
resourceReferences
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ReferenceConfig.t)
, default:nil
) - A list of resource references in the environment. -
resources
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceConfig.t)
, default:nil
) - A list of resource versions in the environment. -
revisionId
(type:String.t
, default:nil
) - Revision id that defines the ordering on the environment config. The higher the revision, 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
) - A list of target servers in the environment. Disabled target servers are not included. -
uid
(type:String.t
, default:nil
) - A unique id for the environment config that 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(), 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()], uid: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.