Class WireGroupsResource
The "wireGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class WireGroupsResource
Constructors
WireGroupsResource(IClientService)
Constructs a new resource.
Declaration
public WireGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string, string)
Deletes the specified wire group in the given scope.
Declaration
public virtual WireGroupsResource.DeleteRequest Delete(string project, string crossSiteNetwork, string wireGroup)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | crossSiteNetwork |
|
string | wireGroup | Name of the wire group resource to delete. |
Returns
Type | Description |
---|---|
WireGroupsResource.DeleteRequest |
Get(string, string, string)
Gets the specified wire group resource in the given scope.
Declaration
public virtual WireGroupsResource.GetRequest Get(string project, string crossSiteNetwork, string wireGroup)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | crossSiteNetwork |
|
string | wireGroup | Name of the wire group resource to return. |
Returns
Type | Description |
---|---|
WireGroupsResource.GetRequest |
Insert(WireGroup, string, string)
Creates a wire group in the specified project in the given scope using the parameters that are included in the request.
Declaration
public virtual WireGroupsResource.InsertRequest Insert(WireGroup body, string project, string crossSiteNetwork)
Parameters
Type | Name | Description |
---|---|---|
WireGroup | body | The body of the request. |
string | project | Project ID for this request. |
string | crossSiteNetwork |
|
Returns
Type | Description |
---|---|
WireGroupsResource.InsertRequest |
List(string, string)
Lists the wire groups for a project in the given scope.
Declaration
public virtual WireGroupsResource.ListRequest List(string project, string crossSiteNetwork)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | crossSiteNetwork |
|
Returns
Type | Description |
---|---|
WireGroupsResource.ListRequest |
Patch(WireGroup, string, string, string)
Updates the specified wire group 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 WireGroupsResource.PatchRequest Patch(WireGroup body, string project, string crossSiteNetwork, string wireGroup)
Parameters
Type | Name | Description |
---|---|---|
WireGroup | body | The body of the request. |
string | project | Project ID for this request. |
string | crossSiteNetwork |
|
string | wireGroup | Name of the WireGroups resource to patch. |
Returns
Type | Description |
---|---|
WireGroupsResource.PatchRequest |