class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::VmInfoSource::Entry::GoogleComputeEngine

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 335154
def _section
        :'Google-Compute-Engine'
end
description() click to toggle source
# File lib/palo_alto/config.rb, line 335252
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 335255
def description=(val)
        prop_set('description', val)
end
disabled() click to toggle source
# File lib/palo_alto/config.rb, line 335258
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source
# File lib/palo_alto/config.rb, line 335261
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 335151
def has_multiple_values?
        false
end
project_id() click to toggle source

Google Compute Engine Project-ID

# File lib/palo_alto/config.rb, line 335265
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 335269
def project_id=(val)
        prop_set('project-id', val)
end
service_auth_type() click to toggle source
# File lib/palo_alto/config.rb, line 335203
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 335281
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 335285
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 335297
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 335301
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 335289
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 335293
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 335273
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 335277
def zone_name=(val)
        prop_set('zone-name', val)
end