Class: NoPermissionOnHost
- Inherits:
-
HostConnectFault
- Object
- MethodFault
- VimFault
- HostConnectFault
- NoPermissionOnHost
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NoPermissionOnHost
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NoPermissionOnHost
constructor
A new instance of NoPermissionOnHost.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30423 30424 30425 |
# File 'lib/vmware/soap/vim25.rb', line 30423 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30422 30423 30424 |
# File 'lib/vmware/soap/vim25.rb', line 30422 def dynamicType @dynamicType end |