google_api_apigee v0.2.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 environmentfeatureFlags
(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.sequenceNumber
(type:String.t
, default:nil
) - A sequence number that defines an ordering on environment configs. No two configs under an environment will ever have the same sequence number. A higher sequence number means that the config was deployed more recently than one with a lower sequence number.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %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()], sequenceNumber: String.t(), targets: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TargetServerConfig.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.