View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RuntimeConfig (google_api_apigee v0.46.0)

Runtime configuration for the organization. Response for GetRuntimeConfig.

Attributes

  • analyticsBucket (type: String.t, default: nil) - Cloud Storage bucket used for uploading Analytics records.
  • name (type: String.t, default: nil) - Name of the resource in the following format: organizations/{org}/runtimeConfig.
  • tenantProjectId (type: String.t, default: nil) - Output only. Tenant project ID associated with the Apigee organization. The tenant project is used to host Google-managed resources that are dedicated to this Apigee organization. Clients have limited access to resources within the tenant project used to support Apigee runtime instances. Access to the tenant project is managed using SetSyncAuthorization. It can be empty if the tenant project hasn't been created yet.
  • traceBucket (type: String.t, default: nil) - Cloud Storage bucket used for uploading Trace records.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RuntimeConfig{
  analyticsBucket: String.t() | nil,
  name: String.t() | nil,
  tenantProjectId: String.t() | nil,
  traceBucket: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.