Class InterconnectGroupsResource
The "interconnectGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectGroupsResource
Constructors
InterconnectGroupsResource(IClientService)
Constructs a new resource.
Declaration
public InterconnectGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string)
Deletes the specified InterconnectGroup in the given scope
Declaration
public virtual InterconnectGroupsResource.DeleteRequest Delete(string project, string interconnectGroup)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | interconnectGroup | Name of the InterconnectGroup resource to delete. |
Returns
Type | Description |
---|---|
InterconnectGroupsResource.DeleteRequest |
Get(string, string)
Returns the specified InterconnectGroup resource in the given scope.
Declaration
public virtual InterconnectGroupsResource.GetRequest Get(string project, string interconnectGroup)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | interconnectGroup | Name of the InterconnectGroup resource to return. |
Returns
Type | Description |
---|---|
InterconnectGroupsResource.GetRequest |
GetIamPolicy(string, string)
Gets the access control policy for a resource. May be empty if no such policy or resource exists.
Declaration
public virtual InterconnectGroupsResource.GetIamPolicyRequest GetIamPolicy(string project, string resource)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | resource | Name or id of the resource for this request. |
Returns
Type | Description |
---|---|
InterconnectGroupsResource.GetIamPolicyRequest |
Insert(InterconnectGroup, string)
Creates a InterconnectGroup in the specified project in the given scope using the parameters that are included in the request.
Declaration
public virtual InterconnectGroupsResource.InsertRequest Insert(InterconnectGroup body, string project)
Parameters
Type | Name | Description |
---|---|---|
InterconnectGroup | body | The body of the request. |
string | project | Project ID for this request. |
Returns
Type | Description |
---|---|
InterconnectGroupsResource.InsertRequest |
List(string)
Lists the InterconnectGroups for a project in the given scope.
Declaration
public virtual InterconnectGroupsResource.ListRequest List(string project)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
Returns
Type | Description |
---|---|
InterconnectGroupsResource.ListRequest |
Patch(InterconnectGroup, string, string)
Patches the specified InterconnectGroup resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
Declaration
public virtual InterconnectGroupsResource.PatchRequest Patch(InterconnectGroup body, string project, string interconnectGroup)
Parameters
Type | Name | Description |
---|---|---|
InterconnectGroup | body | The body of the request. |
string | project | Project ID for this request. |
string | interconnectGroup | Name of the InterconnectGroup resource to patch. |
Returns
Type | Description |
---|---|
InterconnectGroupsResource.PatchRequest |
SetIamPolicy(GlobalSetPolicyRequest, string, string)
Sets the access control policy on the specified resource. Replaces any existing policy.
Declaration
public virtual InterconnectGroupsResource.SetIamPolicyRequest SetIamPolicy(GlobalSetPolicyRequest body, string project, string resource)
Parameters
Type | Name | Description |
---|---|---|
GlobalSetPolicyRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | resource | Name or id of the resource for this request. |
Returns
Type | Description |
---|---|
InterconnectGroupsResource.SetIamPolicyRequest |
TestIamPermissions(TestPermissionsRequest, string, string)
Returns permissions that a caller has on the specified resource.
Declaration
public virtual InterconnectGroupsResource.TestIamPermissionsRequest TestIamPermissions(TestPermissionsRequest body, string project, string resource)
Parameters
Type | Name | Description |
---|---|---|
TestPermissionsRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | resource | Name or id of the resource for this request. |
Returns
Type | Description |
---|---|
InterconnectGroupsResource.TestIamPermissionsRequest |