Struct google_sql1_beta4::api::SslCertsInsertResponse [−][src]
pub struct SslCertsInsertResponse {
pub client_cert: Option<SslCertDetail>,
pub kind: Option<String>,
pub operation: Option<Operation>,
pub server_ca_cert: Option<SslCert>,
}Expand description
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).
- insert ssl certs (response)
Fields
client_cert: Option<SslCertDetail>The new client certificate and private key. For First Generation instances, the new certificate does not take effect until the instance is restarted.
kind: Option<String>This is always sql#sslCertsInsert.
operation: Option<Operation>The operation to track the ssl certs insert request.
server_ca_cert: Option<SslCert>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
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SslCertsInsertResponse
impl Send for SslCertsInsertResponse
impl Sync for SslCertsInsertResponse
impl Unpin for SslCertsInsertResponse
impl UnwindSafe for SslCertsInsertResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more