Show / Hide Table of Contents

Class SslCertificatesResource

The "sslCertificates" collection of methods.

Inheritance
object
SslCertificatesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.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
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
string project

Project ID for this request.

string sslCertificate

Name of the SslCertificate resource to delete.

Returns
Type Description
SslCertificatesResource.DeleteRequest

Get(string, string)

Returns the specified SslCertificate resource.

Declaration
public virtual SslCertificatesResource.GetRequest Get(string project, string sslCertificate)
Parameters
Type Name Description
string project

Project ID for this request.

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.

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
string project

Project ID for this request.

Returns
Type Description
SslCertificatesResource.ListRequest

TestIamPermissions(TestPermissionsRequest, string, string)

Returns permissions that a caller has on the specified resource.

Declaration
public virtual SslCertificatesResource.TestIamPermissionsRequest TestIamPermissions(TestPermissionsRequest body, string project, string resource)
Parameters
Type Name Description
TestPermissionsRequest body

The body of the request.

string project

Project ID for this request.

string resource

Name or id of the resource for this request.

Returns
Type Description
SslCertificatesResource.TestIamPermissionsRequest
In This Article
Back to top Generated by DocFX