Show / Hide Table of Contents

Class InterconnectAttachmentGroupsResource

The "interconnectAttachmentGroups" collection of methods.

Inheritance
object
InterconnectAttachmentGroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectAttachmentGroupsResource

Constructors

InterconnectAttachmentGroupsResource(IClientService)

Constructs a new resource.

Declaration
public InterconnectAttachmentGroupsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

CreateMembers(InterconnectAttachmentGroupsCreateMembersRequest, string, string)

Create Interconnect Attachments with redundancy by creating them in a specified interconnect attachment group.

Declaration
public virtual InterconnectAttachmentGroupsResource.CreateMembersRequest CreateMembers(InterconnectAttachmentGroupsCreateMembersRequest body, string project, string interconnectAttachmentGroup)
Parameters
Type Name Description
InterconnectAttachmentGroupsCreateMembersRequest body

The body of the request.

string project

Project ID for this request.

string interconnectAttachmentGroup

Name of the group resource to create members for.

Returns
Type Description
InterconnectAttachmentGroupsResource.CreateMembersRequest

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
In this article
Back to top Generated by DocFX