Class: HostDatastoreNameConflictConnectInfo
- Inherits:
-
HostDatastoreConnectInfo
- Object
- DynamicData
- HostDatastoreConnectInfo
- HostDatastoreNameConflictConnectInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDatastoreNameConflictConnectInfo
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) ⇒ HostDatastoreNameConflictConnectInfo
constructor
A new instance of HostDatastoreNameConflictConnectInfo.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17333 17334 17335 |
# File 'lib/vmware/soap/vim25.rb', line 17333 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17332 17333 17334 |
# File 'lib/vmware/soap/vim25.rb', line 17332 def dynamicType @dynamicType end |
#newDatastoreName ⇒ Object
Returns the value of attribute newDatastoreName.
17335 17336 17337 |
# File 'lib/vmware/soap/vim25.rb', line 17335 def newDatastoreName @newDatastoreName end |
#summary ⇒ Object
Returns the value of attribute summary.
17334 17335 17336 |
# File 'lib/vmware/soap/vim25.rb', line 17334 def summary @summary end |