pub struct GoogleCloudNetworksecurityV1CertificateProvider {
pub certificate_provider_instance: Option<CertificateProviderInstance>,
pub grpc_endpoint: Option<GoogleCloudNetworksecurityV1GrpcEndpoint>,
}Expand description
Specification of certificate provider. Defines the mechanism to obtain the certificate and private key for peer to peer authentication.
This type is not used in any activity, and only used as part of another schema.
Fields§
§certificate_provider_instance: Option<CertificateProviderInstance>The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
grpc_endpoint: Option<GoogleCloudNetworksecurityV1GrpcEndpoint>gRPC specific configuration to access the gRPC server to obtain the cert and private key.
Trait Implementations§
Source§impl Clone for GoogleCloudNetworksecurityV1CertificateProvider
impl Clone for GoogleCloudNetworksecurityV1CertificateProvider
Source§fn clone(&self) -> GoogleCloudNetworksecurityV1CertificateProvider
fn clone(&self) -> GoogleCloudNetworksecurityV1CertificateProvider
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudNetworksecurityV1CertificateProvider
impl Default for GoogleCloudNetworksecurityV1CertificateProvider
Source§fn default() -> GoogleCloudNetworksecurityV1CertificateProvider
fn default() -> GoogleCloudNetworksecurityV1CertificateProvider
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudNetworksecurityV1CertificateProvider
impl<'de> Deserialize<'de> for GoogleCloudNetworksecurityV1CertificateProvider
Source§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
impl Part for GoogleCloudNetworksecurityV1CertificateProvider
Auto Trait Implementations§
impl Freeze for GoogleCloudNetworksecurityV1CertificateProvider
impl RefUnwindSafe for GoogleCloudNetworksecurityV1CertificateProvider
impl Send for GoogleCloudNetworksecurityV1CertificateProvider
impl Sync for GoogleCloudNetworksecurityV1CertificateProvider
impl Unpin for GoogleCloudNetworksecurityV1CertificateProvider
impl UnwindSafe for GoogleCloudNetworksecurityV1CertificateProvider
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more