Struct google_sqladmin1_beta4::SslCertsInsertResponse[][src]

pub struct SslCertsInsertResponse {
    pub kind: Option<String>,
    pub client_cert: Option<SslCertDetail>,
    pub operation: Option<Operation>,
    pub server_ca_cert: Option<SslCert>,
}

SslCert insert response.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

This is always sql#sslCertsInsert.

The new client certificate and private key. The new certificate will not work until the instance is restarted for First Generation instances.

The operation to track the ssl certs insert request.

The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource.

Trait Implementations

impl Default for SslCertsInsertResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for SslCertsInsertResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SslCertsInsertResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for SslCertsInsertResponse
[src]

Auto Trait Implementations