public interface TargetInstanceApi
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
TargetInstanceApi.TargetInstancePages  | 
| Modifier and Type | Method and Description | 
|---|---|
Operation | 
create(NewTargetInstance targetInstance)
Creates a instance resource in the specified project using the data included in the request. 
 | 
Operation | 
delete(String targetInstance)
Deletes a targetInstance by name and returns the operation in progress, or null if not found. 
 | 
TargetInstance | 
get(String targetInstance)
Returns a targetInstance by name or null if not found. 
 | 
Iterator<ListPage<TargetInstance>> | 
list()  | 
Iterator<ListPage<TargetInstance>> | 
list(ListOptions options)  | 
ListPage<TargetInstance> | 
listPage(String pageToken,
        ListOptions listOptions)
Retrieves the list of targetInstance resources available to the specified project. 
 | 
@Named(value="TargetInstances:get") @Nullable TargetInstance get(String targetInstance)
@Named(value="TargetInstances:insert") Operation create(NewTargetInstance targetInstance)
template - the instance template@Named(value="TargetInstances:delete") @Nullable Operation delete(String targetInstance)
@Named(value="TargetInstances:list") ListPage<TargetInstance> listPage(@Nullable String pageToken, ListOptions listOptions)
pageToken - marks the beginning of the next list pagelistOptions - listing options@Named(value="TargetInstances:list") Iterator<ListPage<TargetInstance>> list()
listPage(String, ListOptions)@Named(value="TargetInstances:list") Iterator<ListPage<TargetInstance>> list(ListOptions options)
listPage(String, ListOptions)Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.