public class Apigee.Organizations.Environments.Targetservers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Targetservers.Create |
class |
Apigee.Organizations.Environments.Targetservers.Delete |
class |
Apigee.Organizations.Environments.Targetservers.Get |
class |
Apigee.Organizations.Environments.Targetservers.Update |
| Constructor and Description |
|---|
Targetservers() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Targetservers.Create |
create(String parent,
GoogleCloudApigeeV1TargetServer content)
Creates a TargetServer in the specified environment.
|
Apigee.Organizations.Environments.Targetservers.Delete |
delete(String name)
Deletes a TargetServer from an environment.
|
Apigee.Organizations.Environments.Targetservers.Get |
get(String name)
Gets a TargetServer resource.
|
Apigee.Organizations.Environments.Targetservers.Update |
update(String name,
GoogleCloudApigeeV1TargetServer content)
Updates an existing TargetServer.
|
public Apigee.Organizations.Environments.Targetservers.Create create(String parent, GoogleCloudApigeeV1TargetServer content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent environment name under which the TargetServer will be created. Must be of the
form `organizations/{org}/environments/{env}`.content - the GoogleCloudApigeeV1TargetServerIOExceptionpublic Apigee.Organizations.Environments.Targetservers.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the TargetServer to delete. Must be of the form
`organizations/{org}/environments/{env}/targetservers/{target_server_id}`.IOExceptionpublic Apigee.Organizations.Environments.Targetservers.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the TargetServer to get. Must be of the form
`organizations/{org}/environments/{env}/targetservers/{target_server_id}`.IOExceptionpublic Apigee.Organizations.Environments.Targetservers.Update update(String name, GoogleCloudApigeeV1TargetServer content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the TargetServer to replace. Must be of the form
`organizations/{org}/environments/{env}/targetservers/{target_server_id}`.content - the GoogleCloudApigeeV1TargetServerIOExceptionCopyright © 2011–2025 Google. All rights reserved.