Class: Virtuozzo::SOAP::Types::Computerm::Computerm_configurationType::Timeouts

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

Overview

inner class for member: timeouts http://www.swsoft.com/webservices/vzl/4.0.0/computermtimeouts

vznet - SOAP::SOAPInt
log - SOAP::SOAPInt
migrate_key - SOAP::SOAPInt
migrate - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(vznet = nil, log = nil, migrate_key = nil, migrate = nil) ⇒ Timeouts

Returns a new instance of Timeouts.



1980
1981
1982
1983
1984
1985
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1980

def initialize(vznet = nil, log = nil, migrate_key = nil, migrate = nil)
  @vznet = vznet
  @log = log
  @migrate_key = migrate_key
  @migrate = migrate
end

Instance Attribute Details

#logObject

Returns the value of attribute log.



1976
1977
1978
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1976

def log
  @log
end

#migrateObject

Returns the value of attribute migrate.



1978
1979
1980
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1978

def migrate
  @migrate
end

#migrate_keyObject

Returns the value of attribute migrate_key.



1977
1978
1979
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1977

def migrate_key
  @migrate_key
end

#vznetObject

Returns the value of attribute vznet.



1975
1976
1977
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1975

def vznet
  @vznet
end