Class: Capability
- Inherits:
-
DynamicData
- Object
- DynamicData
- Capability
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25Capability
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
provisioningSupported - SOAP::SOAPBoolean
multiHostSupported - SOAP::SOAPBoolean
userShellAccessSupported - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#multiHostSupported ⇒ Object
Returns the value of attribute multiHostSupported.
-
#provisioningSupported ⇒ Object
Returns the value of attribute provisioningSupported.
-
#userShellAccessSupported ⇒ Object
Returns the value of attribute userShellAccessSupported.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], provisioningSupported = nil, multiHostSupported = nil, userShellAccessSupported = nil) ⇒ Capability
constructor
A new instance of Capability.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], provisioningSupported = nil, multiHostSupported = nil, userShellAccessSupported = nil) ⇒ Capability
Returns a new instance of Capability.
462 463 464 465 466 467 468 |
# File 'lib/vmware/soap/vim25.rb', line 462 def initialize(dynamicType = nil, dynamicProperty = [], provisioningSupported = nil, multiHostSupported = nil, userShellAccessSupported = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @provisioningSupported = provisioningSupported @multiHostSupported = multiHostSupported @userShellAccessSupported = userShellAccessSupported end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
457 458 459 |
# File 'lib/vmware/soap/vim25.rb', line 457 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
456 457 458 |
# File 'lib/vmware/soap/vim25.rb', line 456 def dynamicType @dynamicType end |
#multiHostSupported ⇒ Object
Returns the value of attribute multiHostSupported.
459 460 461 |
# File 'lib/vmware/soap/vim25.rb', line 459 def multiHostSupported @multiHostSupported end |
#provisioningSupported ⇒ Object
Returns the value of attribute provisioningSupported.
458 459 460 |
# File 'lib/vmware/soap/vim25.rb', line 458 def provisioningSupported @provisioningSupported end |
#userShellAccessSupported ⇒ Object
Returns the value of attribute userShellAccessSupported.
460 461 462 |
# File 'lib/vmware/soap/vim25.rb', line 460 def userShellAccessSupported @userShellAccessSupported end |