Lines Matching full:environment
87 <p class="firstline">Creates a new environment group.</p>
90 <p class="firstline">Deletes an environment group.</p>
93 <p class="firstline">Gets an environment group.</p>
96 <p class="firstline">Lists all environment groups.</p>
102 <p class="firstline">Updates an environment group.</p>
111 <pre>Creates a new environment group.
114 …parent: string, Required. Name of the organization in which to create the environment group in the…
118 { # EnvironmentGroup configuration. An environment group is used to group one or more Apigee enviro…
119 …"createdAt": "A String", # Output only. The time at which the environment grou…
120 "hostnames": [ # Required. Host names for this environment group.
123 …edAt": "A String", # Output only. The time at which the environment group was last …
124 "name": "A String", # ID of the environment group.
125 …"state": "A String", # Output only. State of the environment group. Values oth…
128 name: string, ID of the environment group. Overrides any ID in the environment_group resource.
160 <pre>Deletes an environment group.
163 …name: string, Required. Name of the environment group in the following format: `organizations/{org…
195 <pre>Gets an environment group.
198 …name: string, Required. Name of the environment group in the following format: `organizations/{org…
207 …{ # EnvironmentGroup configuration. An environment group is used to group one or more Apigee envir…
208 …"createdAt": "A String", # Output only. The time at which the environment grou…
209 "hostnames": [ # Required. Host names for this environment group.
212 …edAt": "A String", # Output only. The time at which the environment group was last …
213 "name": "A String", # ID of the environment group.
214 …"state": "A String", # Output only. State of the environment group. Values oth…
220 <pre>Lists all environment groups.
223 …parent: string, Required. Name of the organization for which to list environment groups in the fol…
224 pageSize: integer, Maximum number of environment groups to return. The page size defaults to 25.
236 …{ # EnvironmentGroup configuration. An environment group is used to group one or more Apigee envir…
237 …"createdAt": "A String", # Output only. The time at which the environment grou…
238 "hostnames": [ # Required. Host names for this environment group.
241 …edAt": "A String", # Output only. The time at which the environment group was last …
242 "name": "A String", # ID of the environment group.
243 …"state": "A String", # Output only. State of the environment group. Values oth…
266 <pre>Updates an environment group.
269 …name: string, Required. Name of the environment group to update in the format: `organizations/{org…
273 { # EnvironmentGroup configuration. An environment group is used to group one or more Apigee enviro…
274 …"createdAt": "A String", # Output only. The time at which the environment grou…
275 "hostnames": [ # Required. Host names for this environment group.
278 …edAt": "A String", # Output only. The time at which the environment group was last …
279 "name": "A String", # ID of the environment group.
280 …"state": "A String", # Output only. State of the environment group. Values oth…