pub struct HTTPSProtocol {
pub certificates: Option<IdRef>,
pub port: Option<i64>,
pub protocol_enabled: Option<bool>,
}
Expand description
The settings for a network protocol associated with a manager.
Fields§
§certificates: Option<IdRef>
§port: Option<i64>
The protocol port.
protocol_enabled: Option<bool>
An indication of whether the protocol is enabled.
Trait Implementations§
source§impl Clone for HTTPSProtocol
impl Clone for HTTPSProtocol
source§fn clone(&self) -> HTTPSProtocol
fn clone(&self) -> HTTPSProtocol
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 HTTPSProtocol
impl Debug for HTTPSProtocol
source§impl Default for HTTPSProtocol
impl Default for HTTPSProtocol
source§fn default() -> HTTPSProtocol
fn default() -> HTTPSProtocol
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for HTTPSProtocol
impl<'de> Deserialize<'de> for HTTPSProtocol
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