Class InterconnectAttachmentGroupsResource
The "interconnectAttachmentGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InterconnectAttachmentGroupsResource
Constructors
InterconnectAttachmentGroupsResource(IClientService)
Constructs a new resource.
Declaration
public InterconnectAttachmentGroupsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Delete(string, string)
Deletes the specified InterconnectAttachmentGroup in the given scope
Declaration
public virtual InterconnectAttachmentGroupsResource.DeleteRequest Delete(string project, string interconnectAttachmentGroup)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
| string | interconnectAttachmentGroup | Name of the InterconnectAttachmentGroup resource to delete. |
Returns
| Type | Description |
|---|---|
| InterconnectAttachmentGroupsResource.DeleteRequest |
Get(string, string)
Returns the specified InterconnectAttachmentGroup resource in the given scope.
Declaration
public virtual InterconnectAttachmentGroupsResource.GetRequest Get(string project, string interconnectAttachmentGroup)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
| string | interconnectAttachmentGroup | Name of the InterconnectAttachmentGroup resource to return. |
Returns
| Type | Description |
|---|---|
| InterconnectAttachmentGroupsResource.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 InterconnectAttachmentGroupsResource.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 |
|---|---|
| InterconnectAttachmentGroupsResource.GetIamPolicyRequest |
GetOperationalStatus(string, string)
Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup resource.
Declaration
public virtual InterconnectAttachmentGroupsResource.GetOperationalStatusRequest GetOperationalStatus(string project, string interconnectAttachmentGroup)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
| string | interconnectAttachmentGroup | Name of the interconnectAttachmentGroup resource to query. |
Returns
| Type | Description |
|---|---|
| InterconnectAttachmentGroupsResource.GetOperationalStatusRequest |
Insert(InterconnectAttachmentGroup, string)
Creates a InterconnectAttachmentGroup in the specified project in the given scope using the parameters that are included in the request.
Declaration
public virtual InterconnectAttachmentGroupsResource.InsertRequest Insert(InterconnectAttachmentGroup body, string project)
Parameters
| Type | Name | Description |
|---|---|---|
| InterconnectAttachmentGroup | body | The body of the request. |
| string | project | Project ID for this request. |
Returns
| Type | Description |
|---|---|
| InterconnectAttachmentGroupsResource.InsertRequest |
List(string)
Lists the InterconnectAttachmentGroups for a project in the given scope.
Declaration
public virtual InterconnectAttachmentGroupsResource.ListRequest List(string project)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
Returns
| Type | Description |
|---|---|
| InterconnectAttachmentGroupsResource.ListRequest |
Patch(InterconnectAttachmentGroup, string, string)
Patches the specified InterconnectAttachmentGroup 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 InterconnectAttachmentGroupsResource.PatchRequest Patch(InterconnectAttachmentGroup body, string project, string interconnectAttachmentGroup)
Parameters
| Type | Name | Description |
|---|---|---|
| InterconnectAttachmentGroup | body | The body of the request. |
| string | project | Project ID for this request. |
| string | interconnectAttachmentGroup | Name of the InterconnectAttachmentGroup resource to patch. |
Returns
| Type | Description |
|---|---|
| InterconnectAttachmentGroupsResource.PatchRequest |
SetIamPolicy(GlobalSetPolicyRequest, string, string)
Sets the access control policy on the specified resource. Replaces any existing policy.
Declaration
public virtual InterconnectAttachmentGroupsResource.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 |
|---|---|
| InterconnectAttachmentGroupsResource.SetIamPolicyRequest |
TestIamPermissions(TestPermissionsRequest, string, string)
Returns permissions that a caller has on the specified resource.
Declaration
public virtual InterconnectAttachmentGroupsResource.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 |
|---|---|
| InterconnectAttachmentGroupsResource.TestIamPermissionsRequest |