View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Environment (google_api_dataplex v0.13.0)

Environment represents a user-visible compute infrastructure for analytics within a lake.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Environment creation time.
  • description (type: String.t, default: nil) - Optional. Description of the environment.
  • displayName (type: String.t, default: nil) - Optional. User friendly display name.
  • endpoints (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentEndpoints.t, default: nil) - Output only. URI Endpoints to access sessions associated with the Environment.
  • infrastructureSpec (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentInfrastructureSpec.t, default: nil) - Required. Infrastructure specification for the Environment.
  • labels (type: map(), default: nil) - Optional. User defined labels for the environment.
  • name (type: String.t, default: nil) - Output only. The relative resource name of the environment, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}
  • sessionSpec (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentSessionSpec.t, default: nil) - Optional. Configuration for sessions created for this environment.
  • sessionStatus (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentSessionStatus.t, default: nil) - Output only. Status of sessions created for this environment.
  • state (type: String.t, default: nil) - Output only. Current state of the environment.
  • uid (type: String.t, default: nil) - Output only. System generated globally unique ID for the environment. This ID will be different if the environment is deleted and re-created with the same name.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time when the environment was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Environment{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  endpoints:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentEndpoints.t()
    | nil,
  infrastructureSpec:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentInfrastructureSpec.t()
    | nil,
  labels: map() | nil,
  name: String.t() | nil,
  sessionSpec:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentSessionSpec.t()
    | nil,
  sessionStatus:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentSessionStatus.t()
    | nil,
  state: String.t() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.