public class Compute.ForwardingRules
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.ForwardingRules.AggregatedList |
class |
Compute.ForwardingRules.Delete |
class |
Compute.ForwardingRules.Get |
class |
Compute.ForwardingRules.Insert |
class |
Compute.ForwardingRules.List |
class |
Compute.ForwardingRules.SetTarget |
Constructor and Description |
---|
Compute.ForwardingRules() |
Modifier and Type | Method and Description |
---|---|
Compute.ForwardingRules.AggregatedList |
aggregatedList(java.lang.String project)
Retrieves the list of forwarding rules grouped by scope.
|
Compute.ForwardingRules.Delete |
delete(java.lang.String project,
java.lang.String region,
java.lang.String forwardingRule)
Deletes the specified ForwardingRule resource.
|
Compute.ForwardingRules.Get |
get(java.lang.String project,
java.lang.String region,
java.lang.String forwardingRule)
Returns the specified ForwardingRule resource.
|
Compute.ForwardingRules.Insert |
insert(java.lang.String project,
java.lang.String region,
ForwardingRule content)
Creates a ForwardingRule resource in the specified project and region using the data included in
the request.
|
Compute.ForwardingRules.List |
list(java.lang.String project,
java.lang.String region)
Retrieves the list of ForwardingRule resources available to the specified project and region.
|
Compute.ForwardingRules.SetTarget |
setTarget(java.lang.String project,
java.lang.String region,
java.lang.String forwardingRule,
TargetReference content)
Changes target url for forwarding rule.
|
public Compute.ForwardingRules.AggregatedList aggregatedList(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.java.io.IOException
public Compute.ForwardingRules.Delete delete(java.lang.String project, java.lang.String region, java.lang.String forwardingRule) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.region
- Name of the region scoping this request.forwardingRule
- Name of the ForwardingRule resource to delete.java.io.IOException
public Compute.ForwardingRules.Get get(java.lang.String project, java.lang.String region, java.lang.String forwardingRule) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.region
- Name of the region scoping this request.forwardingRule
- Name of the ForwardingRule resource to return.java.io.IOException
public Compute.ForwardingRules.Insert insert(java.lang.String project, java.lang.String region, ForwardingRule content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.region
- Name of the region scoping this request.content
- the ForwardingRule
java.io.IOException
public Compute.ForwardingRules.List list(java.lang.String project, java.lang.String region) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.region
- Name of the region scoping this request.java.io.IOException
public Compute.ForwardingRules.SetTarget setTarget(java.lang.String project, java.lang.String region, java.lang.String forwardingRule, TargetReference content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.region
- Name of the region scoping this request.forwardingRule
- Name of the ForwardingRule resource in which target is to be set.content
- the TargetReference
java.io.IOException