Class: Virtuozzo::SOAP::Types::Backupm::BackupType

Inherits:
Ds_object_infoType show all
Defined in:
lib/virtuozzo/soap/types/backupm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/backupmbackupType

time - (any)
size - SOAP::SOAPLong
type - SOAP::SOAPInt
id - (any)
storage_eid - (any)
info - Virtuozzo::SOAP::Types::Backupm::InfoType
eid - (any)
description - SOAP::SOAPBase64
count - SOAP::SOAPInt
capability - Virtuozzo::SOAP::Types::Backupm::BackupType::Capability

Defined Under Namespace

Classes: Capability

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(time = nil, size = nil, type = nil, id = nil, storage_eid = nil, info = nil, eid = nil, description = nil, count = nil, capability = nil) ⇒ BackupType

Returns a new instance of BackupType.



2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2359

def initialize(time = nil, size = nil, type = nil, id = nil, storage_eid = nil, info = nil, eid = nil, description = nil, count = nil, capability = nil)
  @time = time
  @size = size
  @type = type
  @id = id
  @storage_eid = storage_eid
  @info = info
  @eid = eid
  @description = description
  @count = count
  @capability = capability
end

Instance Attribute Details

#capabilityObject

Returns the value of attribute capability.



2357
2358
2359
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2357

def capability
  @capability
end

#countObject

Returns the value of attribute count.



2356
2357
2358
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2356

def count
  @count
end

#descriptionObject

Returns the value of attribute description.



2355
2356
2357
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2355

def description
  @description
end

#eidObject

Returns the value of attribute eid.



2354
2355
2356
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2354

def eid
  @eid
end

#idObject

Returns the value of attribute id.



2351
2352
2353
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2351

def id
  @id
end

#infoObject

Returns the value of attribute info.



2353
2354
2355
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2353

def info
  @info
end

#sizeObject

Returns the value of attribute size.



2349
2350
2351
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2349

def size
  @size
end

#storage_eidObject

Returns the value of attribute storage_eid.



2352
2353
2354
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2352

def storage_eid
  @storage_eid
end

#timeObject

Returns the value of attribute time.



2348
2349
2350
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2348

def time
  @time
end

#typeObject

Returns the value of attribute type.



2350
2351
2352
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2350

def type
  @type
end