Class RegionSslCertificatesResource
The "regionSslCertificates" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RegionSslCertificatesResource
Constructors
RegionSslCertificatesResource(IClientService)
Constructs a new resource.
Declaration
public RegionSslCertificatesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string, string)
Deletes the specified SslCertificate resource in the region.
Declaration
public virtual RegionSslCertificatesResource.DeleteRequest Delete(string project, string region, string sslCertificate)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | sslCertificate | Name of the SslCertificate resource to delete. |
Returns
Type | Description |
---|---|
RegionSslCertificatesResource.DeleteRequest |
Get(string, string, string)
Returns the specified SslCertificate resource in the specified region. Get a list of available SSL certificates by making a list() request.
Declaration
public virtual RegionSslCertificatesResource.GetRequest Get(string project, string region, string sslCertificate)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | sslCertificate | Name of the SslCertificate resource to return. |
Returns
Type | Description |
---|---|
RegionSslCertificatesResource.GetRequest |
Insert(SslCertificate, string, string)
Creates a SslCertificate resource in the specified project and region using the data included in the request
Declaration
public virtual RegionSslCertificatesResource.InsertRequest Insert(SslCertificate body, string project, string region)
Parameters
Type | Name | Description |
---|---|---|
SslCertificate | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
Returns
Type | Description |
---|---|
RegionSslCertificatesResource.InsertRequest |
List(string, string)
Retrieves the list of SslCertificate resources available to the specified project in the specified region.
Declaration
public virtual RegionSslCertificatesResource.ListRequest List(string project, string region)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
Returns
Type | Description |
---|---|
RegionSslCertificatesResource.ListRequest |
TestIamPermissions(TestPermissionsRequest, string, string, string)
Returns permissions that a caller has on the specified resource and region.
Declaration
public virtual RegionSslCertificatesResource.TestIamPermissionsRequest TestIamPermissions(TestPermissionsRequest body, string project, string region, string resource)
Parameters
Type | Name | Description |
---|---|---|
TestPermissionsRequest | body | The body of the request. |
string | project | Project ID for this request. |
string | region | The name of the region for this request. |
string | resource | Name or id of the resource for this request. |
Returns
Type | Description |
---|---|
RegionSslCertificatesResource.TestIamPermissionsRequest |