class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Ike__4::Gateway::Entry::LocalId

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 293594
def _section
        :'local-id'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 293591
def has_multiple_values?
        false
end
id() click to toggle source

Local ID string

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

Local ID string

# File lib/palo_alto/config.rb, line 293627
def id=(val)
        prop_set('id', val)
end
type() click to toggle source
# File lib/palo_alto/config.rb, line 293616
def type
        prop_get('type')
end
type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 293619
def type=(val)
        prop_set('type', val)
end