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(String project)
Retrieves the list of forwarding rules grouped by scope.
|
Compute.ForwardingRules.Delete |
delete(String project,
String region,
String forwardingRule)
Deletes the specified ForwardingRule resource.
|
Compute.ForwardingRules.Get |
get(String project,
String region,
String forwardingRule)
Returns the specified ForwardingRule resource.
|
Compute.ForwardingRules.Insert |
insert(String project,
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(String project,
String region)
Retrieves the list of ForwardingRule resources available to the specified project and region.
|
Compute.ForwardingRules.SetTarget |
setTarget(String project,
String region,
String forwardingRule,
TargetReference content)
Changes target url for forwarding rule.
|
public Compute.ForwardingRules.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.IOException
public Compute.ForwardingRules.Delete delete(String project, String region, String forwardingRule) throws 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.IOException
public Compute.ForwardingRules.Get get(String project, String region, String forwardingRule) throws 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.IOException
public Compute.ForwardingRules.Insert insert(String project, String region, ForwardingRule content) throws 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
IOException
public Compute.ForwardingRules.List list(String project, String region) throws 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.IOException
public Compute.ForwardingRules.SetTarget setTarget(String project, String region, String forwardingRule, TargetReference content) throws 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
IOException