• Home
  • Raw
  • Download

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 …&quot;createdAt&quot;: &quot;A String&quot;, # Output only. The time at which the environment grou…
120 &quot;hostnames&quot;: [ # Required. Host names for this environment group.
123 …edAt&quot;: &quot;A String&quot;, # Output only. The time at which the environment group was last …
124 &quot;name&quot;: &quot;A String&quot;, # ID of the environment group.
125 …&quot;state&quot;: &quot;A String&quot;, # 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 …&quot;createdAt&quot;: &quot;A String&quot;, # Output only. The time at which the environment grou…
209 &quot;hostnames&quot;: [ # Required. Host names for this environment group.
212 …edAt&quot;: &quot;A String&quot;, # Output only. The time at which the environment group was last …
213 &quot;name&quot;: &quot;A String&quot;, # ID of the environment group.
214 …&quot;state&quot;: &quot;A String&quot;, # 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 …&quot;createdAt&quot;: &quot;A String&quot;, # Output only. The time at which the environment grou…
238 &quot;hostnames&quot;: [ # Required. Host names for this environment group.
241 …edAt&quot;: &quot;A String&quot;, # Output only. The time at which the environment group was last …
242 &quot;name&quot;: &quot;A String&quot;, # ID of the environment group.
243 …&quot;state&quot;: &quot;A String&quot;, # 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 …&quot;createdAt&quot;: &quot;A String&quot;, # Output only. The time at which the environment grou…
275 &quot;hostnames&quot;: [ # Required. Host names for this environment group.
278 …edAt&quot;: &quot;A String&quot;, # Output only. The time at which the environment group was last …
279 &quot;name&quot;: &quot;A String&quot;, # ID of the environment group.
280 …&quot;state&quot;: &quot;A String&quot;, # Output only. State of the environment group. Values oth…