Class PublicDelegatedPrefixesResource
The "publicDelegatedPrefixes" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class PublicDelegatedPrefixesResource
Constructors
PublicDelegatedPrefixesResource(IClientService)
Constructs a new resource.
Declaration
public PublicDelegatedPrefixesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
AggregatedList(String)
Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes.
Declaration
public virtual PublicDelegatedPrefixesResource.AggregatedListRequest AggregatedList(string project)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Name of the project scoping this request. |
Returns
| Type | Description |
|---|---|
| PublicDelegatedPrefixesResource.AggregatedListRequest |
Delete(String, String, String)
Deletes the specified PublicDelegatedPrefix in the given region.
Declaration
public virtual PublicDelegatedPrefixesResource.DeleteRequest Delete(string project, string region, string publicDelegatedPrefix)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region of this request. |
| System.String | publicDelegatedPrefix | Name of the PublicDelegatedPrefix resource to delete. |
Returns
| Type | Description |
|---|---|
| PublicDelegatedPrefixesResource.DeleteRequest |
Get(String, String, String)
Returns the specified PublicDelegatedPrefix resource in the given region.
Declaration
public virtual PublicDelegatedPrefixesResource.GetRequest Get(string project, string region, string publicDelegatedPrefix)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region of this request. |
| System.String | publicDelegatedPrefix | Name of the PublicDelegatedPrefix resource to return. |
Returns
| Type | Description |
|---|---|
| PublicDelegatedPrefixesResource.GetRequest |
Insert(PublicDelegatedPrefix, String, String)
Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.
Declaration
public virtual PublicDelegatedPrefixesResource.InsertRequest Insert(PublicDelegatedPrefix body, string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| PublicDelegatedPrefix | body | The body of the request. |
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region of this request. |
Returns
| Type | Description |
|---|---|
| PublicDelegatedPrefixesResource.InsertRequest |
List(String, String)
Lists the PublicDelegatedPrefixes for a project in the given region.
Declaration
public virtual PublicDelegatedPrefixesResource.ListRequest List(string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region of this request. |
Returns
| Type | Description |
|---|---|
| PublicDelegatedPrefixesResource.ListRequest |
Patch(PublicDelegatedPrefix, String, String, String)
Patches the specified 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 PublicDelegatedPrefixesResource.PatchRequest Patch(PublicDelegatedPrefix body, string project, string region, string publicDelegatedPrefix)
Parameters
| Type | Name | Description |
|---|---|---|
| PublicDelegatedPrefix | body | The body of the request. |
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region for this request. |
| System.String | publicDelegatedPrefix | Name of the PublicDelegatedPrefix resource to patch. |
Returns
| Type | Description |
|---|---|
| PublicDelegatedPrefixesResource.PatchRequest |