#[non_exhaustive]pub struct Phase1EncryptionAlgorithmsRequestListValue { /* private fields */ }
Expand description
Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE negotiations.
Implementations§
source§impl Phase1EncryptionAlgorithmsRequestListValue
impl Phase1EncryptionAlgorithmsRequestListValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Phase1EncryptionAlgorithmsRequestListValue
.
Trait Implementations§
source§impl Clone for Phase1EncryptionAlgorithmsRequestListValue
impl Clone for Phase1EncryptionAlgorithmsRequestListValue
source§fn clone(&self) -> Phase1EncryptionAlgorithmsRequestListValue
fn clone(&self) -> Phase1EncryptionAlgorithmsRequestListValue
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 PartialEq<Phase1EncryptionAlgorithmsRequestListValue> for Phase1EncryptionAlgorithmsRequestListValue
impl PartialEq<Phase1EncryptionAlgorithmsRequestListValue> for Phase1EncryptionAlgorithmsRequestListValue
source§fn eq(&self, other: &Phase1EncryptionAlgorithmsRequestListValue) -> bool
fn eq(&self, other: &Phase1EncryptionAlgorithmsRequestListValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.