Class: Virtuozzo::SOAP::Types::Support::Venv_configType_

Inherits:
Venv_configType show all
Defined in:
lib/virtuozzo/soap/types/support.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzatypesvenv_configType

name - SOAP::SOAPString
description - SOAP::SOAPBase64
domain - SOAP::SOAPString
hostname - SOAP::SOAPString
address - Virtuozzo::SOAP::Drivers::Support::Ip_addressType
architecture - SOAP::SOAPString
os - Virtuozzo::SOAP::Drivers::Support::OsType
type - SOAP::SOAPString
nameserver - SOAP::SOAPString
search_domain - SOAP::SOAPString
base_sample_id - (any)
base_snapshot_id - (any)
child_type - SOAP::SOAPString
qos - Virtuozzo::SOAP::Drivers::Support::QosType
veid - (any)
ve_root - SOAP::SOAPString
ve_private - SOAP::SOAPString
on_boot - SOAP::SOAPBoolean
template - Virtuozzo::SOAP::Drivers::Support::TemplateType
disabled - SOAP::SOAPBoolean
offline_management - SOAP::SOAPBoolean
os_template - Virtuozzo::SOAP::Drivers::Support::TemplateType
distribution - Virtuozzo::SOAP::Drivers::Support::TemplateType
capability - Virtuozzo::SOAP::Drivers::Support::Venv_configType_::Capability
iptables - SOAP::SOAPString
config_customized - SOAP::SOAPBoolean
class_id - SOAP::SOAPString
ve_type - Virtuozzo::SOAP::Drivers::Support::Venv_configType_::Ve_type
offline_service - SOAP::SOAPString
wins_server - SOAP::SOAPString
net_device - Virtuozzo::SOAP::Drivers::Support::Net_vethType
ts_license_server - SOAP::SOAPString
ts_mode - SOAP::SOAPInt
uuid - SOAP::SOAPString
allow_reboot - SOAP::SOAPBoolean
rate_bound - SOAP::SOAPBoolean
interface_rate - Virtuozzo::SOAP::Drivers::Support::Venv_configType_::Interface_rate
slm_mode - SOAP::SOAPString
origin_sample - SOAP::SOAPString

Defined Under Namespace

Classes: Capability, Interface_rate, Ve_type

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, description = nil, domain = nil, hostname = nil, address = [], architecture = nil, os = nil, type = nil, nameserver = [], search_domain = [], base_sample_id = nil, base_snapshot_id = nil, child_type = [], qos = [], veid = nil, ve_root = nil, ve_private = nil, on_boot = nil, template = [], disabled = nil, offline_management = nil, os_template = nil, distribution = nil, capability = [], iptables = [], config_customized = nil, class_id = nil, ve_type = nil, offline_service = [], wins_server = [], net_device = [], ts_license_server = [], ts_mode = nil, uuid = nil, allow_reboot = nil, rate_bound = nil, interface_rate = [], slm_mode = nil, origin_sample = nil) ⇒ Venv_configType_

Returns a new instance of Venv_configType_.



720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
# File 'lib/virtuozzo/soap/types/support.rb', line 720

def initialize(name = nil, description = nil, domain = nil, hostname = nil, address = [], architecture = nil, os = nil, type = nil, nameserver = [], search_domain = [], base_sample_id = nil, base_snapshot_id = nil, child_type = [], qos = [], veid = nil, ve_root = nil, ve_private = nil, on_boot = nil, template = [], disabled = nil, offline_management = nil, os_template = nil, distribution = nil, capability = [], iptables = [], config_customized = nil, class_id = nil, ve_type = nil, offline_service = [], wins_server = [], net_device = [], ts_license_server = [], ts_mode = nil, uuid = nil, allow_reboot = nil, rate_bound = nil, interface_rate = [], slm_mode = nil, origin_sample = nil)
  @name = name
  @description = description
  @domain = domain
  @hostname = hostname
  @address = address
  @architecture = architecture
  @os = os
  @type = type
  @nameserver = nameserver
  @search_domain = search_domain
  @base_sample_id = base_sample_id
  @base_snapshot_id = base_snapshot_id
  @child_type = child_type
  @qos = qos
  @veid = veid
  @ve_root = ve_root
  @ve_private = ve_private
  @on_boot = on_boot
  @template = template
  @disabled = disabled
  @offline_management = offline_management
  @os_template = os_template
  @distribution = distribution
  @capability = capability
  @iptables = iptables
  @config_customized = config_customized
  @class_id = class_id
  @ve_type = ve_type
  @offline_service = offline_service
  @wins_server = wins_server
  @net_device = net_device
  @ts_license_server = ts_license_server
  @ts_mode = ts_mode
  @uuid = uuid
  @allow_reboot = allow_reboot
  @rate_bound = rate_bound
  @interface_rate = interface_rate
  @slm_mode = slm_mode
  @origin_sample = origin_sample
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



684
685
686
# File 'lib/virtuozzo/soap/types/support.rb', line 684

def address
  @address
end

#allow_rebootObject

Returns the value of attribute allow_reboot.



714
715
716
# File 'lib/virtuozzo/soap/types/support.rb', line 714

def allow_reboot
  @allow_reboot
end

#architectureObject

Returns the value of attribute architecture.



685
686
687
# File 'lib/virtuozzo/soap/types/support.rb', line 685

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



690
691
692
# File 'lib/virtuozzo/soap/types/support.rb', line 690

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



691
692
693
# File 'lib/virtuozzo/soap/types/support.rb', line 691

def base_snapshot_id
  @base_snapshot_id
end

#capabilityObject

Returns the value of attribute capability.



703
704
705
# File 'lib/virtuozzo/soap/types/support.rb', line 703

def capability
  @capability
end

#child_typeObject

Returns the value of attribute child_type.



692
693
694
# File 'lib/virtuozzo/soap/types/support.rb', line 692

def child_type
  @child_type
end

#class_idObject

Returns the value of attribute class_id.



706
707
708
# File 'lib/virtuozzo/soap/types/support.rb', line 706

def class_id
  @class_id
end

#config_customizedObject

Returns the value of attribute config_customized.



705
706
707
# File 'lib/virtuozzo/soap/types/support.rb', line 705

def config_customized
  @config_customized
end

#descriptionObject

Returns the value of attribute description.



681
682
683
# File 'lib/virtuozzo/soap/types/support.rb', line 681

def description
  @description
end

#disabledObject

Returns the value of attribute disabled.



699
700
701
# File 'lib/virtuozzo/soap/types/support.rb', line 699

def disabled
  @disabled
end

#distributionObject

Returns the value of attribute distribution.



702
703
704
# File 'lib/virtuozzo/soap/types/support.rb', line 702

def distribution
  @distribution
end

#domainObject

Returns the value of attribute domain.



682
683
684
# File 'lib/virtuozzo/soap/types/support.rb', line 682

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



683
684
685
# File 'lib/virtuozzo/soap/types/support.rb', line 683

def hostname
  @hostname
end

#interface_rateObject

Returns the value of attribute interface_rate.



716
717
718
# File 'lib/virtuozzo/soap/types/support.rb', line 716

def interface_rate
  @interface_rate
end

#iptablesObject

Returns the value of attribute iptables.



704
705
706
# File 'lib/virtuozzo/soap/types/support.rb', line 704

def iptables
  @iptables
end

#nameObject

Returns the value of attribute name.



680
681
682
# File 'lib/virtuozzo/soap/types/support.rb', line 680

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



688
689
690
# File 'lib/virtuozzo/soap/types/support.rb', line 688

def nameserver
  @nameserver
end

#net_deviceObject

Returns the value of attribute net_device.



710
711
712
# File 'lib/virtuozzo/soap/types/support.rb', line 710

def net_device
  @net_device
end

#offline_managementObject

Returns the value of attribute offline_management.



700
701
702
# File 'lib/virtuozzo/soap/types/support.rb', line 700

def offline_management
  @offline_management
end

#offline_serviceObject

Returns the value of attribute offline_service.



708
709
710
# File 'lib/virtuozzo/soap/types/support.rb', line 708

def offline_service
  @offline_service
end

#on_bootObject

Returns the value of attribute on_boot.



697
698
699
# File 'lib/virtuozzo/soap/types/support.rb', line 697

def on_boot
  @on_boot
end

#origin_sampleObject

Returns the value of attribute origin_sample.



718
719
720
# File 'lib/virtuozzo/soap/types/support.rb', line 718

def origin_sample
  @origin_sample
end

#osObject

Returns the value of attribute os.



686
687
688
# File 'lib/virtuozzo/soap/types/support.rb', line 686

def os
  @os
end

#os_templateObject

Returns the value of attribute os_template.



701
702
703
# File 'lib/virtuozzo/soap/types/support.rb', line 701

def os_template
  @os_template
end

#qosObject

Returns the value of attribute qos.



693
694
695
# File 'lib/virtuozzo/soap/types/support.rb', line 693

def qos
  @qos
end

#rate_boundObject

Returns the value of attribute rate_bound.



715
716
717
# File 'lib/virtuozzo/soap/types/support.rb', line 715

def rate_bound
  @rate_bound
end

#search_domainObject

Returns the value of attribute search_domain.



689
690
691
# File 'lib/virtuozzo/soap/types/support.rb', line 689

def search_domain
  @search_domain
end

#slm_modeObject

Returns the value of attribute slm_mode.



717
718
719
# File 'lib/virtuozzo/soap/types/support.rb', line 717

def slm_mode
  @slm_mode
end

#templateObject

Returns the value of attribute template.



698
699
700
# File 'lib/virtuozzo/soap/types/support.rb', line 698

def template
  @template
end

#ts_license_serverObject

Returns the value of attribute ts_license_server.



711
712
713
# File 'lib/virtuozzo/soap/types/support.rb', line 711

def ts_license_server
  @ts_license_server
end

#ts_modeObject

Returns the value of attribute ts_mode.



712
713
714
# File 'lib/virtuozzo/soap/types/support.rb', line 712

def ts_mode
  @ts_mode
end

#typeObject

Returns the value of attribute type.



687
688
689
# File 'lib/virtuozzo/soap/types/support.rb', line 687

def type
  @type
end

#uuidObject

Returns the value of attribute uuid.



713
714
715
# File 'lib/virtuozzo/soap/types/support.rb', line 713

def uuid
  @uuid
end

#ve_privateObject

Returns the value of attribute ve_private.



696
697
698
# File 'lib/virtuozzo/soap/types/support.rb', line 696

def ve_private
  @ve_private
end

#ve_rootObject

Returns the value of attribute ve_root.



695
696
697
# File 'lib/virtuozzo/soap/types/support.rb', line 695

def ve_root
  @ve_root
end

#ve_typeObject

Returns the value of attribute ve_type.



707
708
709
# File 'lib/virtuozzo/soap/types/support.rb', line 707

def ve_type
  @ve_type
end

#veidObject

Returns the value of attribute veid.



694
695
696
# File 'lib/virtuozzo/soap/types/support.rb', line 694

def veid
  @veid
end

#wins_serverObject

Returns the value of attribute wins_server.



709
710
711
# File 'lib/virtuozzo/soap/types/support.rb', line 709

def wins_server
  @wins_server
end