Resource: EnvironmentGroup
EnvironmentGroup configuration. An environment group is used to group one or more Apigee environments under a single host name.
| JSON representation | 
|---|
| {
  "name": string,
  "hostnames": [
    string
  ],
  "createdAt": string,
  "lastModifiedAt": string,
  "state": enum ( | 
| Fields | |
|---|---|
| name | 
 ID of the environment group. | 
| hostnames[] | 
 Required. Host names for this environment group. | 
| createdAt | 
 Output only. The time at which the environment group was created as milliseconds since epoch. | 
| lastModifiedAt | 
 Output only. The time at which the environment group was last updated as milliseconds since epoch. | 
| state | 
 Output only. State of the environment group. Values other than ACTIVE means the resource is not ready to use. | 
| Methods | |
|---|---|
| 
 | Creates a new environment group. | 
| 
 | Deletes an environment group. | 
| 
 | Gets an environment group. | 
| 
 | Lists all environment groups. | 
| 
 | Updates an environment group. |