Class: HostStorageOperationalInfo

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

Overview

urn:vim25HostStorageOperationalInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], property = nil, value = nil) ⇒ HostStorageOperationalInfo

Returns a new instance of HostStorageOperationalInfo.



19343
19344
19345
19346
19347
19348
# File 'lib/vmware/soap/vim25.rb', line 19343

def initialize(dynamicType = nil, dynamicProperty = [], property = nil, value = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @property = property
  @value = value
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19339
19340
19341
# File 'lib/vmware/soap/vim25.rb', line 19339

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19338
19339
19340
# File 'lib/vmware/soap/vim25.rb', line 19338

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



19340
19341
19342
# File 'lib/vmware/soap/vim25.rb', line 19340

def property
  @property
end

#valueObject

Returns the value of attribute value.



19341
19342
19343
# File 'lib/vmware/soap/vim25.rb', line 19341

def value
  @value
end