Struct fastly_api::apis::tls_subscriptions_api::CreateTlsSubParams
source · pub struct CreateTlsSubParams {
pub force: Option<bool>,
pub tls_subscription: Option<TlsSubscription>,
}
Expand description
struct for passing parameters to the method create_tls_sub
Fields§
§force: Option<bool>
A flag that allows you to edit and delete a subscription with active domains. Valid to use on PATCH and DELETE actions. As a warning, removing an active domain from a subscription or forcing the deletion of a subscription may result in breaking TLS termination to that domain.
tls_subscription: Option<TlsSubscription>
Trait Implementations§
source§impl Clone for CreateTlsSubParams
impl Clone for CreateTlsSubParams
source§fn clone(&self) -> CreateTlsSubParams
fn clone(&self) -> CreateTlsSubParams
Returns a copy 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 Debug for CreateTlsSubParams
impl Debug for CreateTlsSubParams
source§impl Default for CreateTlsSubParams
impl Default for CreateTlsSubParams
source§fn default() -> CreateTlsSubParams
fn default() -> CreateTlsSubParams
Returns the “default value” for a type. Read more