Class SslCertificatesResource
The "sslCertificates" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SslCertificatesResource
Constructors
SslCertificatesResource(IClientService)
Constructs a new resource.
Declaration
public SslCertificatesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
AggregatedList(String)
Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.
Declaration
public virtual SslCertificatesResource.AggregatedListRequest AggregatedList(string project)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Name of the project scoping this request. |
Returns
| Type | Description |
|---|---|
| SslCertificatesResource.AggregatedListRequest |
Delete(String, String)
Deletes the specified SslCertificate resource.
Declaration
public virtual SslCertificatesResource.DeleteRequest Delete(string project, string sslCertificate)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | sslCertificate | Name of the SslCertificate resource to delete. |
Returns
| Type | Description |
|---|---|
| SslCertificatesResource.DeleteRequest |
Get(String, String)
Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.
Declaration
public virtual SslCertificatesResource.GetRequest Get(string project, string sslCertificate)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | sslCertificate | Name of the SslCertificate resource to return. |
Returns
| Type | Description |
|---|---|
| SslCertificatesResource.GetRequest |
Insert(SslCertificate, String)
Creates a SslCertificate resource in the specified project using the data included in the request.
Declaration
public virtual SslCertificatesResource.InsertRequest Insert(SslCertificate body, string project)
Parameters
| Type | Name | Description |
|---|---|---|
| SslCertificate | body | The body of the request. |
| System.String | project | Project ID for this request. |
Returns
| Type | Description |
|---|---|
| SslCertificatesResource.InsertRequest |
List(String)
Retrieves the list of SslCertificate resources available to the specified project.
Declaration
public virtual SslCertificatesResource.ListRequest List(string project)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
Returns
| Type | Description |
|---|---|
| SslCertificatesResource.ListRequest |