Class: SharesInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25SharesInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
shares - SOAP::SOAPInt
level - SharesLevel

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], shares = nil, level = nil) ⇒ SharesInfo

Returns a new instance of SharesInfo.

[View source]

2316
2317
2318
2319
2320
2321
# File 'lib/vmware/soap/vim25.rb', line 2316

def initialize(dynamicType = nil, dynamicProperty = [], shares = nil, level = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @shares = shares
  @level = level
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


2312
2313
2314
# File 'lib/vmware/soap/vim25.rb', line 2312

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


2311
2312
2313
# File 'lib/vmware/soap/vim25.rb', line 2311

def dynamicType
  @dynamicType
end

#levelObject

Returns the value of attribute level.


2314
2315
2316
# File 'lib/vmware/soap/vim25.rb', line 2314

def level
  @level
end

#sharesObject

Returns the value of attribute shares.


2313
2314
2315
# File 'lib/vmware/soap/vim25.rb', line 2313

def shares
  @shares
end