class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::VmInfoSource::Entry::GoogleComputeEngine
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 228549 def _section :'Google-Compute-Engine' end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 228647 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 228650 def description=(val) prop_set('description', val) end
disabled()
click to toggle source
# File lib/palo_alto/config.rb, line 228653 def disabled prop_get('disabled') end
disabled=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 228656 def disabled=(val) prop_set('disabled', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 228546 def has_multiple_values? false end
project_id()
click to toggle source
Google Compute Engine Project-ID
# File lib/palo_alto/config.rb, line 228660 def project_id prop_get('project-id') end
project_id=(val)
click to toggle source
Google Compute Engine Project-ID
# File lib/palo_alto/config.rb, line 228664 def project_id=(val) prop_set('project-id', val) end
service_auth_type()
click to toggle source
# File lib/palo_alto/config.rb, line 228598 def service_auth_type if @create_children @subclasses['service-auth-type'] ||= ServiceAuthType.new(parent_instance: self, create_children: @create_children) else ServiceAuthType.new(parent_instance: self) end end
update_interval()
click to toggle source
time interval (in sec) for updates
# File lib/palo_alto/config.rb, line 228676 def update_interval prop_get('update-interval') end
update_interval=(val)
click to toggle source
time interval (in sec) for updates
# File lib/palo_alto/config.rb, line 228680 def update_interval=(val) prop_set('update-interval', val) end
vm_info_timeout()
click to toggle source
vm-info timeout value (in hour) when source is disconnected
# File lib/palo_alto/config.rb, line 228692 def vm_info_timeout prop_get('vm-info-timeout') end
vm_info_timeout=(val)
click to toggle source
vm-info timeout value (in hour) when source is disconnected
# File lib/palo_alto/config.rb, line 228696 def vm_info_timeout=(val) prop_set('vm-info-timeout', val) end
vm_info_timeout_enable()
click to toggle source
enable vm-info timeout when source is disconnected
# File lib/palo_alto/config.rb, line 228684 def vm_info_timeout_enable prop_get('vm-info-timeout-enable') end
vm_info_timeout_enable=(val)
click to toggle source
enable vm-info timeout when source is disconnected
# File lib/palo_alto/config.rb, line 228688 def vm_info_timeout_enable=(val) prop_set('vm-info-timeout-enable', val) end
zone_name()
click to toggle source
Google Compute Engine Project-Zone-Name
# File lib/palo_alto/config.rb, line 228668 def zone_name prop_get('zone-name') end
zone_name=(val)
click to toggle source
Google Compute Engine Project-Zone-Name
# File lib/palo_alto/config.rb, line 228672 def zone_name=(val) prop_set('zone-name', val) end