Class: Capability

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



457
458
459
# File 'lib/vmware/soap/vim25.rb', line 457

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



456
457
458
# File 'lib/vmware/soap/vim25.rb', line 456

def dynamicType
  @dynamicType
end

#multiHostSupportedObject

Returns the value of attribute multiHostSupported.



459
460
461
# File 'lib/vmware/soap/vim25.rb', line 459

def multiHostSupported
  @multiHostSupported
end

#provisioningSupportedObject

Returns the value of attribute provisioningSupported.



458
459
460
# File 'lib/vmware/soap/vim25.rb', line 458

def provisioningSupported
  @provisioningSupported
end

#userShellAccessSupportedObject

Returns the value of attribute userShellAccessSupported.



460
461
462
# File 'lib/vmware/soap/vim25.rb', line 460

def userShellAccessSupported
  @userShellAccessSupported
end