Class: HostDatastoreExistsConnectInfo
- Inherits:
-
HostDatastoreConnectInfo
- Object
- DynamicData
- HostDatastoreConnectInfo
- HostDatastoreExistsConnectInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDatastoreExistsConnectInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
summary - DatastoreSummary
newDatastoreName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#newDatastoreName ⇒ Object
Returns the value of attribute newDatastoreName.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], summary = nil, newDatastoreName = nil) ⇒ HostDatastoreExistsConnectInfo
constructor
A new instance of HostDatastoreExistsConnectInfo.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17314 17315 17316 |
# File 'lib/vmware/soap/vim25.rb', line 17314 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17313 17314 17315 |
# File 'lib/vmware/soap/vim25.rb', line 17313 def dynamicType @dynamicType end |
#newDatastoreName ⇒ Object
Returns the value of attribute newDatastoreName.
17316 17317 17318 |
# File 'lib/vmware/soap/vim25.rb', line 17316 def newDatastoreName @newDatastoreName end |
#summary ⇒ Object
Returns the value of attribute summary.
17315 17316 17317 |
# File 'lib/vmware/soap/vim25.rb', line 17315 def summary @summary end |