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

EnvironmentGroup configuration. An environment group is used to group one or more Apigee environments under a single host name.

Attributes

  • createdAt (type: String.t, default: nil) - Output only. The time at which the environment group was created as milliseconds since epoch.
  • hostnames (type: list(String.t), default: nil) - Required. Host names for this environment group.
  • lastModifiedAt (type: String.t, default: nil) - Output only. The time at which the environment group was last updated as milliseconds since epoch.
  • name (type: String.t, default: nil) - ID of the environment group.
  • state (type: String.t, default: nil) - Output only. State of the environment group. Values other than ACTIVE means the resource is not ready to use.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentGroup{
  createdAt: String.t() | nil,
  hostnames: [String.t()] | nil,
  lastModifiedAt: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.