Class: HostDatastoreConnectInfo

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

Overview

urn:vim25HostDatastoreConnectInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
summary - DatastoreSummary

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], summary = nil) ⇒ HostDatastoreConnectInfo

Returns a new instance of HostDatastoreConnectInfo.



17300
17301
17302
17303
17304
# File 'lib/vmware/soap/vim25.rb', line 17300

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17297
17298
17299
# File 'lib/vmware/soap/vim25.rb', line 17297

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17296
17297
17298
# File 'lib/vmware/soap/vim25.rb', line 17296

def dynamicType
  @dynamicType
end

#summaryObject

Returns the value of attribute summary.



17298
17299
17300
# File 'lib/vmware/soap/vim25.rb', line 17298

def summary
  @summary
end