class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::VmInfoSource::Entry
Public Instance Methods
AWS_VPC()
click to toggle source
# File lib/palo_alto/config.rb, line 228542 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 228700 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 228841 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 228982 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 228403 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 228400 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 228992 def name prop_get('@name') end