Class: AdminDisabled
- Inherits:
-
HostConfigFault
- Object
- MethodFault
- VimFault
- HostConfigFault
- AdminDisabled
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AdminDisabled
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 = []) ⇒ AdminDisabled
constructor
A new instance of AdminDisabled.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ AdminDisabled
Returns a new instance of AdminDisabled.
30219 30220 30221 30222 |
# File 'lib/vmware/soap/vim25.rb', line 30219 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30217 30218 30219 |
# File 'lib/vmware/soap/vim25.rb', line 30217 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30216 30217 30218 |
# File 'lib/vmware/soap/vim25.rb', line 30216 def dynamicType @dynamicType end |