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

Public Instance Methods

AWS_VPC() click to toggle source
# File lib/palo_alto/config.rb, line 335147
def AWS_VPC
        @subclasses['AWS-VPC'] ||= AWSVPC.new(parent_instance: self, create_children: @create_children)
end
Google_Compute_Engine() click to toggle source
# File lib/palo_alto/config.rb, line 335305
def Google_Compute_Engine
        @subclasses['Google-Compute-Engine'] ||= GoogleComputeEngine.new(parent_instance: self, create_children: @create_children)
end
VMware_ESXi() click to toggle source
# File lib/palo_alto/config.rb, line 335446
def VMware_ESXi
        @subclasses['VMware-ESXi'] ||= VMwareESXi.new(parent_instance: self, create_children: @create_children)
end
VMware_vCenter() click to toggle source
# File lib/palo_alto/config.rb, line 335587
def VMware_vCenter
        @subclasses['VMware-vCenter'] ||= VMwareVCenter.new(parent_instance: self, create_children: @create_children)
end
_section() click to toggle source
# File lib/palo_alto/config.rb, line 335008
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 335005
def has_multiple_values?
        false
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 335597
def name
        prop_get('@name')
end