Class: HostDatastoreNameConflictConnectInfo

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

Overview

urn:vim25HostDatastoreNameConflictConnectInfo

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) ⇒ HostDatastoreNameConflictConnectInfo

Returns a new instance of HostDatastoreNameConflictConnectInfo.



17337
17338
17339
17340
17341
17342
# File 'lib/vmware/soap/vim25.rb', line 17337

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.



17333
17334
17335
# File 'lib/vmware/soap/vim25.rb', line 17333

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17332
17333
17334
# File 'lib/vmware/soap/vim25.rb', line 17332

def dynamicType
  @dynamicType
end

#newDatastoreNameObject

Returns the value of attribute newDatastoreName.



17335
17336
17337
# File 'lib/vmware/soap/vim25.rb', line 17335

def newDatastoreName
  @newDatastoreName
end

#summaryObject

Returns the value of attribute summary.



17334
17335
17336
# File 'lib/vmware/soap/vim25.rb', line 17334

def summary
  @summary
end