Class: DisableAdminNotSupported
- Inherits:
-
HostConfigFault
- Object
- MethodFault
- VimFault
- HostConfigFault
- DisableAdminNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DisableAdminNotSupported
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 = []) ⇒ DisableAdminNotSupported
constructor
A new instance of DisableAdminNotSupported.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = []) ⇒ DisableAdminNotSupported
Returns a new instance of DisableAdminNotSupported.
30245 30246 30247 30248 |
# File 'lib/vmware/soap/vim25.rb', line 30245 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30243 30244 30245 |
# File 'lib/vmware/soap/vim25.rb', line 30243 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30242 30243 30244 |
# File 'lib/vmware/soap/vim25.rb', line 30242 def dynamicType @dynamicType end |