Struct fastly_api::models::logging_ftp_all_of::LoggingFtpAllOf
source · pub struct LoggingFtpAllOf {
pub address: Option<String>,
pub hostname: Option<String>,
pub ipv4: Option<String>,
pub password: Option<String>,
pub path: Option<String>,
pub port: Option<i32>,
pub public_key: Option<String>,
pub user: Option<String>,
}
Fields§
§address: Option<String>
An hostname or IPv4 address.
hostname: Option<String>
Hostname used.
ipv4: Option<String>
IPv4 address of the host.
password: Option<String>
The password for the server. For anonymous use an email address.
path: Option<String>
The path to upload log files to. If the path ends in /
then it is treated as a directory.
port: Option<i32>
The port number.
public_key: Option<String>
A PGP public key that Fastly will use to encrypt your log files before writing them to disk.
user: Option<String>
The username for the server. Can be anonymous.
Implementations§
source§impl LoggingFtpAllOf
impl LoggingFtpAllOf
pub fn new() -> LoggingFtpAllOf
Trait Implementations§
source§impl Clone for LoggingFtpAllOf
impl Clone for LoggingFtpAllOf
source§fn clone(&self) -> LoggingFtpAllOf
fn clone(&self) -> LoggingFtpAllOf
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 LoggingFtpAllOf
impl Debug for LoggingFtpAllOf
source§impl Default for LoggingFtpAllOf
impl Default for LoggingFtpAllOf
source§fn default() -> LoggingFtpAllOf
fn default() -> LoggingFtpAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LoggingFtpAllOf
impl<'de> Deserialize<'de> for LoggingFtpAllOf
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