Class: Virtuozzo::SOAP::Types::Devm::Venv_configType_

Inherits:
Venv_configType show all
Defined in:
lib/virtuozzo/soap/types/devm.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::Types::Devm::Ip_addressType
architecture - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Devm::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::Types::Devm::QosType
veid - (any)
ve_root - SOAP::SOAPString
ve_private - SOAP::SOAPString
on_boot - SOAP::SOAPBoolean
template - Virtuozzo::SOAP::Types::Devm::TemplateType
disabled - SOAP::SOAPBoolean
offline_management - SOAP::SOAPBoolean
os_template - Virtuozzo::SOAP::Types::Devm::TemplateType
distribution - Virtuozzo::SOAP::Types::Devm::TemplateType
capability - Virtuozzo::SOAP::Types::Devm::Venv_configType_::Capability
iptables - SOAP::SOAPString
config_customized - SOAP::SOAPBoolean
class_id - SOAP::SOAPString
ve_type - Virtuozzo::SOAP::Types::Devm::Venv_configType_::Ve_type
offline_service - SOAP::SOAPString
wins_server - SOAP::SOAPString
net_device - Virtuozzo::SOAP::Types::Devm::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::Types::Devm::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_.



796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
# File 'lib/virtuozzo/soap/types/devm.rb', line 796

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.



760
761
762
# File 'lib/virtuozzo/soap/types/devm.rb', line 760

def address
  @address
end

#allow_rebootObject

Returns the value of attribute allow_reboot.



790
791
792
# File 'lib/virtuozzo/soap/types/devm.rb', line 790

def allow_reboot
  @allow_reboot
end

#architectureObject

Returns the value of attribute architecture.



761
762
763
# File 'lib/virtuozzo/soap/types/devm.rb', line 761

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



766
767
768
# File 'lib/virtuozzo/soap/types/devm.rb', line 766

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



767
768
769
# File 'lib/virtuozzo/soap/types/devm.rb', line 767

def base_snapshot_id
  @base_snapshot_id
end

#capabilityObject

Returns the value of attribute capability.



779
780
781
# File 'lib/virtuozzo/soap/types/devm.rb', line 779

def capability
  @capability
end

#child_typeObject

Returns the value of attribute child_type.



768
769
770
# File 'lib/virtuozzo/soap/types/devm.rb', line 768

def child_type
  @child_type
end

#class_idObject

Returns the value of attribute class_id.



782
783
784
# File 'lib/virtuozzo/soap/types/devm.rb', line 782

def class_id
  @class_id
end

#config_customizedObject

Returns the value of attribute config_customized.



781
782
783
# File 'lib/virtuozzo/soap/types/devm.rb', line 781

def config_customized
  @config_customized
end

#descriptionObject

Returns the value of attribute description.



757
758
759
# File 'lib/virtuozzo/soap/types/devm.rb', line 757

def description
  @description
end

#disabledObject

Returns the value of attribute disabled.



775
776
777
# File 'lib/virtuozzo/soap/types/devm.rb', line 775

def disabled
  @disabled
end

#distributionObject

Returns the value of attribute distribution.



778
779
780
# File 'lib/virtuozzo/soap/types/devm.rb', line 778

def distribution
  @distribution
end

#domainObject

Returns the value of attribute domain.



758
759
760
# File 'lib/virtuozzo/soap/types/devm.rb', line 758

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



759
760
761
# File 'lib/virtuozzo/soap/types/devm.rb', line 759

def hostname
  @hostname
end

#interface_rateObject

Returns the value of attribute interface_rate.



792
793
794
# File 'lib/virtuozzo/soap/types/devm.rb', line 792

def interface_rate
  @interface_rate
end

#iptablesObject

Returns the value of attribute iptables.



780
781
782
# File 'lib/virtuozzo/soap/types/devm.rb', line 780

def iptables
  @iptables
end

#nameObject

Returns the value of attribute name.



756
757
758
# File 'lib/virtuozzo/soap/types/devm.rb', line 756

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



764
765
766
# File 'lib/virtuozzo/soap/types/devm.rb', line 764

def nameserver
  @nameserver
end

#net_deviceObject

Returns the value of attribute net_device.



786
787
788
# File 'lib/virtuozzo/soap/types/devm.rb', line 786

def net_device
  @net_device
end

#offline_managementObject

Returns the value of attribute offline_management.



776
777
778
# File 'lib/virtuozzo/soap/types/devm.rb', line 776

def offline_management
  @offline_management
end

#offline_serviceObject

Returns the value of attribute offline_service.



784
785
786
# File 'lib/virtuozzo/soap/types/devm.rb', line 784

def offline_service
  @offline_service
end

#on_bootObject

Returns the value of attribute on_boot.



773
774
775
# File 'lib/virtuozzo/soap/types/devm.rb', line 773

def on_boot
  @on_boot
end

#origin_sampleObject

Returns the value of attribute origin_sample.



794
795
796
# File 'lib/virtuozzo/soap/types/devm.rb', line 794

def origin_sample
  @origin_sample
end

#osObject

Returns the value of attribute os.



762
763
764
# File 'lib/virtuozzo/soap/types/devm.rb', line 762

def os
  @os
end

#os_templateObject

Returns the value of attribute os_template.



777
778
779
# File 'lib/virtuozzo/soap/types/devm.rb', line 777

def os_template
  @os_template
end

#qosObject

Returns the value of attribute qos.



769
770
771
# File 'lib/virtuozzo/soap/types/devm.rb', line 769

def qos
  @qos
end

#rate_boundObject

Returns the value of attribute rate_bound.



791
792
793
# File 'lib/virtuozzo/soap/types/devm.rb', line 791

def rate_bound
  @rate_bound
end

#search_domainObject

Returns the value of attribute search_domain.



765
766
767
# File 'lib/virtuozzo/soap/types/devm.rb', line 765

def search_domain
  @search_domain
end

#slm_modeObject

Returns the value of attribute slm_mode.



793
794
795
# File 'lib/virtuozzo/soap/types/devm.rb', line 793

def slm_mode
  @slm_mode
end

#templateObject

Returns the value of attribute template.



774
775
776
# File 'lib/virtuozzo/soap/types/devm.rb', line 774

def template
  @template
end

#ts_license_serverObject

Returns the value of attribute ts_license_server.



787
788
789
# File 'lib/virtuozzo/soap/types/devm.rb', line 787

def ts_license_server
  @ts_license_server
end

#ts_modeObject

Returns the value of attribute ts_mode.



788
789
790
# File 'lib/virtuozzo/soap/types/devm.rb', line 788

def ts_mode
  @ts_mode
end

#typeObject

Returns the value of attribute type.



763
764
765
# File 'lib/virtuozzo/soap/types/devm.rb', line 763

def type
  @type
end

#uuidObject

Returns the value of attribute uuid.



789
790
791
# File 'lib/virtuozzo/soap/types/devm.rb', line 789

def uuid
  @uuid
end

#ve_privateObject

Returns the value of attribute ve_private.



772
773
774
# File 'lib/virtuozzo/soap/types/devm.rb', line 772

def ve_private
  @ve_private
end

#ve_rootObject

Returns the value of attribute ve_root.



771
772
773
# File 'lib/virtuozzo/soap/types/devm.rb', line 771

def ve_root
  @ve_root
end

#ve_typeObject

Returns the value of attribute ve_type.



783
784
785
# File 'lib/virtuozzo/soap/types/devm.rb', line 783

def ve_type
  @ve_type
end

#veidObject

Returns the value of attribute veid.



770
771
772
# File 'lib/virtuozzo/soap/types/devm.rb', line 770

def veid
  @veid
end

#wins_serverObject

Returns the value of attribute wins_server.



785
786
787
# File 'lib/virtuozzo/soap/types/devm.rb', line 785

def wins_server
  @wins_server
end