Class: Virtuozzo::SOAP::Types::Relocator::Vt_settingsType_

Inherits:
Vt_settingsType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

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

default_sample_id - (any)
parameter - Virtuozzo::SOAP::Drivers::Relocator::Vt_settingsType_::Parameter
service - Virtuozzo::SOAP::Drivers::Relocator::Redirect_serviceType
qos - Virtuozzo::SOAP::Drivers::Relocator::QosType

Defined Under Namespace

Classes: Parameter

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(default_sample_id = nil, parameter = [], service = [], qos = []) ⇒ Vt_settingsType_

Returns a new instance of Vt_settingsType_.



1701
1702
1703
1704
1705
1706
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1701

def initialize(default_sample_id = nil, parameter = [], service = [], qos = [])
  @default_sample_id = default_sample_id
  @parameter = parameter
  @service = service
  @qos = qos
end

Instance Attribute Details

#default_sample_idObject

Returns the value of attribute default_sample_id.



1696
1697
1698
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1696

def default_sample_id
  @default_sample_id
end

#parameterObject

Returns the value of attribute parameter.



1697
1698
1699
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1697

def parameter
  @parameter
end

#qosObject

Returns the value of attribute qos.



1699
1700
1701
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1699

def qos
  @qos
end

#serviceObject

Returns the value of attribute service.



1698
1699
1700
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1698

def service
  @service
end