OrganizationsEnvironmentsTargetservers
class OrganizationsEnvironmentsTargetservers extends Resource (View source)
The "targetservers" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$targetservers = $apigeeService->organizations_environments_targetservers;
Methods
Creates a TargetServer in the specified environment. (targetservers.create)
Deletes a TargetServer from an environment. Returns the deleted TargetServer resource. (targetservers.delete)
Gets a TargetServer resource. (targetservers.get)
Updates an existing TargetServer. Note that this operation has PUT semantics; it will replace the entirety of the existing TargetServer with the resource in the request body. (targetservers.update)
Details
GoogleCloudApigeeV1TargetServer
create(string $parent, GoogleCloudApigeeV1TargetServer $postBody, array $optParams = [])
Creates a TargetServer in the specified environment. (targetservers.create)
GoogleCloudApigeeV1TargetServer
delete(string $name, array $optParams = [])
Deletes a TargetServer from an environment. Returns the deleted TargetServer resource. (targetservers.delete)
GoogleCloudApigeeV1TargetServer
get(string $name, array $optParams = [])
Gets a TargetServer resource. (targetservers.get)
GoogleCloudApigeeV1TargetServer
update(string $name, GoogleCloudApigeeV1TargetServer $postBody, array $optParams = [])
Updates an existing TargetServer. Note that this operation has PUT semantics; it will replace the entirety of the existing TargetServer with the resource in the request body. (targetservers.update)