Class: NoPermissionOnHost

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

Overview

urn:vim25NoPermissionOnHost

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NoPermissionOnHost

Returns a new instance of NoPermissionOnHost.



30425
30426
30427
30428
# File 'lib/vmware/soap/vim25.rb', line 30425

def initialize(dynamicType = nil, dynamicProperty = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30423
30424
30425
# File 'lib/vmware/soap/vim25.rb', line 30423

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30422
30423
30424
# File 'lib/vmware/soap/vim25.rb', line 30422

def dynamicType
  @dynamicType
end