public interface TargetHttpProxyApi
Modifier and Type | Interface and Description |
---|---|
static class |
TargetHttpProxyApi.TargetHttpProxyPages |
Modifier and Type | Method and Description |
---|---|
Operation |
create(String name,
URI urlMap)
Creates a targetHttpProxy resource in the specified project using the given URI for the urlMap.
|
Operation |
create(TargetHttpProxyOptions targetHttpProxyOptions)
Creates a TargetHttpProxy resource in the specified project using the data included in the request.
|
Operation |
delete(String targetHttpProxyName)
Deletes the specified image resource.
|
TargetHttpProxy |
get(String targetHttpProxyName)
Returns the specified target http proxy resource.
|
Iterator<ListPage<TargetHttpProxy>> |
list() |
Iterator<ListPage<TargetHttpProxy>> |
list(ListOptions listOptions) |
ListPage<TargetHttpProxy> |
listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of targetHttpProxy resources available to the specified project.
|
Operation |
setUrlMap(String targetHttpProxyName,
URI urlMap)
Updates the specified targetHttpProxy resource with the data included in the request.
|
@Named(value="TargetHttpProxys:get") @Nullable TargetHttpProxy get(String targetHttpProxyName)
targetHttpProxyName
- name of the targetHttpProxy resource to return.@Named(value="TargetHttpProxys:insert") Operation create(TargetHttpProxyOptions targetHttpProxyOptions)
targetHttpProxyOptions
- the options of the targetHttpProxy to add.@Named(value="TargetHttpProxys:insert") Operation create(String name, URI urlMap)
name
- the name of the targetHttpProxy to be inserted.urlMap
- URI of the urlMap this proxy points to.@Named(value="TargetHttpProxys:setUrlMap") Operation setUrlMap(String targetHttpProxyName, URI urlMap)
targetHttpProxyName
- the name targetHttpProxy to be updated.urlMap
- the new url map this target http proxy points to.@Named(value="TargetHttpProxys:delete") Operation delete(String targetHttpProxyName)
targetHttpProxyName
- name of the targetHttpProxy resource to delete.@Named(value="TargetHttpProxys:list") ListPage<TargetHttpProxy> listPage(@Nullable String pageToken, ListOptions listOptions)
pageToken
- marks the beginning of the next list pagelistOptions
- listing options@Named(value="TargetHttpProxys:list") Iterator<ListPage<TargetHttpProxy>> list()
listPage(String, ListOptions)
@Named(value="TargetHttpProxys:list") Iterator<ListPage<TargetHttpProxy>> list(ListOptions listOptions)
listPage(String, ListOptions)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.