Class: HostDatastoreExistsConnectInfo

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

Overview

urn:vim25HostDatastoreExistsConnectInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of HostDatastoreExistsConnectInfo.



17318
17319
17320
17321
17322
17323
# File 'lib/vmware/soap/vim25.rb', line 17318

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17314
17315
17316
# File 'lib/vmware/soap/vim25.rb', line 17314

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17313
17314
17315
# File 'lib/vmware/soap/vim25.rb', line 17313

def dynamicType
  @dynamicType
end

#newDatastoreNameObject

Returns the value of attribute newDatastoreName.



17316
17317
17318
# File 'lib/vmware/soap/vim25.rb', line 17316

def newDatastoreName
  @newDatastoreName
end

#summaryObject

Returns the value of attribute summary.



17315
17316
17317
# File 'lib/vmware/soap/vim25.rb', line 17315

def summary
  @summary
end