Class GlobalPublicDelegatedPrefixesResource
The "globalPublicDelegatedPrefixes" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class GlobalPublicDelegatedPrefixesResource
Constructors
GlobalPublicDelegatedPrefixesResource(IClientService)
Constructs a new resource.
Declaration
public GlobalPublicDelegatedPrefixesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string)
Deletes the specified global PublicDelegatedPrefix.
Declaration
public virtual GlobalPublicDelegatedPrefixesResource.DeleteRequest Delete(string project, string publicDelegatedPrefix)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | publicDelegatedPrefix | Name of the PublicDelegatedPrefix resource to delete. |
Returns
Type | Description |
---|---|
GlobalPublicDelegatedPrefixesResource.DeleteRequest |
Get(string, string)
Returns the specified global PublicDelegatedPrefix resource.
Declaration
public virtual GlobalPublicDelegatedPrefixesResource.GetRequest Get(string project, string publicDelegatedPrefix)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | publicDelegatedPrefix | Name of the PublicDelegatedPrefix resource to return. |
Returns
Type | Description |
---|---|
GlobalPublicDelegatedPrefixesResource.GetRequest |
Insert(PublicDelegatedPrefix, string)
Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.
Declaration
public virtual GlobalPublicDelegatedPrefixesResource.InsertRequest Insert(PublicDelegatedPrefix body, string project)
Parameters
Type | Name | Description |
---|---|---|
PublicDelegatedPrefix | body | The body of the request. |
string | project | Project ID for this request. |
Returns
Type | Description |
---|---|
GlobalPublicDelegatedPrefixesResource.InsertRequest |
List(string)
Lists the global PublicDelegatedPrefixes for a project.
Declaration
public virtual GlobalPublicDelegatedPrefixesResource.ListRequest List(string project)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
Returns
Type | Description |
---|---|
GlobalPublicDelegatedPrefixesResource.ListRequest |
Patch(PublicDelegatedPrefix, string, string)
Patches the specified global PublicDelegatedPrefix 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 GlobalPublicDelegatedPrefixesResource.PatchRequest Patch(PublicDelegatedPrefix body, string project, string publicDelegatedPrefix)
Parameters
Type | Name | Description |
---|---|---|
PublicDelegatedPrefix | body | The body of the request. |
string | project | Project ID for this request. |
string | publicDelegatedPrefix | Name of the PublicDelegatedPrefix resource to patch. |
Returns
Type | Description |
---|---|
GlobalPublicDelegatedPrefixesResource.PatchRequest |