class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::LogSettings::Email::Entry::Server::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 211775
def _section
        :'entry'
end
and_also_to() click to toggle source

email address (e.g. admin@mycompany.com)

# File lib/palo_alto/config.rb, line 211900
def and_also_to
        prop_get('and-also-to')
end
and_also_to=(val) click to toggle source

email address (e.g. admin@mycompany.com)

# File lib/palo_alto/config.rb, line 211904
def and_also_to=(val)
        prop_set('and-also-to', val)
end
auth() click to toggle source
# File lib/palo_alto/config.rb, line 211937
def auth
        prop_get('auth')
end
auth=(val) click to toggle source
# File lib/palo_alto/config.rb, line 211940
def auth=(val)
        prop_set('auth', val)
end
certificate_profile() click to toggle source

Certificate Profile for validating server certificate

# File lib/palo_alto/config.rb, line 211944
def certificate_profile
        prop_get('certificate-profile')
end
certificate_profile=(val) click to toggle source

Certificate Profile for validating server certificate

# File lib/palo_alto/config.rb, line 211948
def certificate_profile=(val)
        prop_set('certificate-profile', val)
end
display_name() click to toggle source
# File lib/palo_alto/config.rb, line 211877
def display_name
        prop_get('display-name')
end
display_name=(val) click to toggle source
# File lib/palo_alto/config.rb, line 211880
def display_name=(val)
        prop_set('display-name', val)
end
from() click to toggle source

email address (e.g. admin@mycompany.com)

# File lib/palo_alto/config.rb, line 211884
def from
        prop_get('from')
end
from=(val) click to toggle source

email address (e.g. admin@mycompany.com)

# File lib/palo_alto/config.rb, line 211888
def from=(val)
        prop_set('from', val)
end
gateway() click to toggle source

IP address or FQDN of SMTP gateway to use

# File lib/palo_alto/config.rb, line 211908
def gateway
        prop_get('gateway')
end
gateway=(val) click to toggle source

IP address or FQDN of SMTP gateway to use

# File lib/palo_alto/config.rb, line 211912
def gateway=(val)
        prop_set('gateway', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 211772
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 211874
def name
        prop_get('@name')
end
password() click to toggle source
# File lib/palo_alto/config.rb, line 211959
def password
        prop_get('password')
end
password=(val) click to toggle source
# File lib/palo_alto/config.rb, line 211962
def password=(val)
        prop_set('password', val)
end
port() click to toggle source

Port number (Standard EMAIL ports SMTP:25, TLS:587)

# File lib/palo_alto/config.rb, line 211922
def port
        prop_get('port')
end
port=(val) click to toggle source

Port number (Standard EMAIL ports SMTP:25, TLS:587)

# File lib/palo_alto/config.rb, line 211926
def port=(val)
        prop_set('port', val)
end
protocol() click to toggle source
# File lib/palo_alto/config.rb, line 211915
def protocol
        prop_get('protocol')
end
protocol=(val) click to toggle source
# File lib/palo_alto/config.rb, line 211918
def protocol=(val)
        prop_set('protocol', val)
end
tls_version() click to toggle source

TLS handshake protocol version

# File lib/palo_alto/config.rb, line 211930
def tls_version
        prop_get('tls-version')
end
tls_version=(val) click to toggle source

TLS handshake protocol version

# File lib/palo_alto/config.rb, line 211934
def tls_version=(val)
        prop_set('tls-version', val)
end
to() click to toggle source

email address (e.g. admin@mycompany.com)

# File lib/palo_alto/config.rb, line 211892
def to
        prop_get('to')
end
to=(val) click to toggle source

email address (e.g. admin@mycompany.com)

# File lib/palo_alto/config.rb, line 211896
def to=(val)
        prop_set('to', val)
end
username() click to toggle source

username for authentication

# File lib/palo_alto/config.rb, line 211952
def username
        prop_get('username')
end
username=(val) click to toggle source

username for authentication

# File lib/palo_alto/config.rb, line 211956
def username=(val)
        prop_set('username', val)
end