Class ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource
The "mirroringEndpointGroupAssociations" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource
Constructors
MirroringEndpointGroupAssociationsResource(IClientService)
Constructs a new resource.
Declaration
public MirroringEndpointGroupAssociationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(MirroringEndpointGroupAssociation, string)
Creates a new MirroringEndpointGroupAssociation in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.CreateRequest Create(MirroringEndpointGroupAssociation body, string parent)
Parameters
Type | Name | Description |
---|---|---|
MirroringEndpointGroupAssociation | body | The body of the request. |
string | parent | Required. Value for parent. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.CreateRequest |
Delete(string)
Deletes a single MirroringEndpointGroupAssociation.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the resource |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.DeleteRequest |
Get(string)
Gets details of a single MirroringEndpointGroupAssociation.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the resource |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.GetRequest |
List(string)
Lists MirroringEndpointGroupAssociations in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Parent value for ListMirroringEndpointGroupAssociationsRequest |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.ListRequest |
Patch(MirroringEndpointGroupAssociation, string)
Updates a single MirroringEndpointGroupAssociation.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.PatchRequest Patch(MirroringEndpointGroupAssociation body, string name)
Parameters
Type | Name | Description |
---|---|---|
MirroringEndpointGroupAssociation | body | The body of the request. |
string | name | Immutable. Identifier. The name of the MirroringEndpointGroupAssociation. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.PatchRequest |