sqladmin  v1beta4
Public Member Functions | Protected Member Functions | Properties | List of all members
Google.Apis.SQLAdmin.v1beta4.InstancesResource.AddServerCaRequest Class Reference

Add a new trusted Certificate Authority (CA) version for the specified instance. Required to prepare for a certificate rotation. If a CA version was previously added but never used in a certificate rotation, this operation replaces that version. There cannot be more than one CA version waiting to be rotated in. More...

Inheritance diagram for Google.Apis.SQLAdmin.v1beta4.InstancesResource.AddServerCaRequest:
Google.Apis.SQLAdmin.v1beta4.SQLAdminBaseServiceRequest< Google.Apis.SQLAdmin.v1beta4.Data.Operation >

Public Member Functions

 AddServerCaRequest (Google.Apis.Services.IClientService service, string project, string instance)
 Constructs a new AddServerCa request. More...
 

Protected Member Functions

override void InitParameters ()
 Initializes AddServerCa parameter list. More...
 
- Protected Member Functions inherited from Google.Apis.SQLAdmin.v1beta4.SQLAdminBaseServiceRequest< Google.Apis.SQLAdmin.v1beta4.Data.Operation >
 SQLAdminBaseServiceRequest (Google.Apis.Services.IClientService service)
 Constructs a new SQLAdminBaseServiceRequest instance. More...
 
override void InitParameters ()
 Initializes SQLAdmin parameter list. More...
 

Properties

virtual string Project [get]
 Project ID of the project that contains the instance. More...
 
virtual string Instance [get]
 Cloud SQL instance ID. This does not include the project ID. More...
 
override string MethodName [get]
 summary>Gets the HTTP method. More...
 
override string HttpMethod [get]
 summary>Gets the REST path. More...
 
override string RestPath [get]
 
- Properties inherited from Google.Apis.SQLAdmin.v1beta4.SQLAdminBaseServiceRequest< Google.Apis.SQLAdmin.v1beta4.Data.Operation >
virtual System.Nullable< AltEnum > Alt [get, set]
 Data format for the response. More...
 
virtual string Fields [get, set]
 Selector specifying which fields to include in a partial response. More...
 
virtual string Key [get, set]
 API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. More...
 
virtual string OauthToken [get, set]
 OAuth 2.0 token for the current user. More...
 
virtual System.Nullable< bool > PrettyPrint [get, set]
 Returns response with indentations and line breaks. More...
 
virtual string QuotaUser [get, set]
 An opaque string that represents a user for quota purposes. Must not exceed 40 characters. More...
 
virtual string UserIp [get, set]
 Deprecated. Please use quotaUser instead. More...
 

Detailed Description

Add a new trusted Certificate Authority (CA) version for the specified instance. Required to prepare for a certificate rotation. If a CA version was previously added but never used in a certificate rotation, this operation replaces that version. There cannot be more than one CA version waiting to be rotated in.

Constructor & Destructor Documentation

◆ AddServerCaRequest()

Google.Apis.SQLAdmin.v1beta4.InstancesResource.AddServerCaRequest.AddServerCaRequest ( Google.Apis.Services.IClientService  service,
string  project,
string  instance 
)
inline

Constructs a new AddServerCa request.

Member Function Documentation

◆ InitParameters()

override void Google.Apis.SQLAdmin.v1beta4.InstancesResource.AddServerCaRequest.InitParameters ( )
inlineprotected

Initializes AddServerCa parameter list.

Property Documentation

◆ HttpMethod

override string Google.Apis.SQLAdmin.v1beta4.InstancesResource.AddServerCaRequest.HttpMethod
get

summary>Gets the REST path.

◆ Instance

virtual string Google.Apis.SQLAdmin.v1beta4.InstancesResource.AddServerCaRequest.Instance
get

Cloud SQL instance ID. This does not include the project ID.

summary>Gets the method name.

◆ MethodName

override string Google.Apis.SQLAdmin.v1beta4.InstancesResource.AddServerCaRequest.MethodName
get

summary>Gets the HTTP method.

◆ Project

virtual string Google.Apis.SQLAdmin.v1beta4.InstancesResource.AddServerCaRequest.Project
get

Project ID of the project that contains the instance.


The documentation for this class was generated from the following file: