Class: InvalidHostState
- Inherits:
-
InvalidState
- Object
- MethodFault
- VimFault
- InvalidState
- InvalidHostState
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidHostState
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], host = nil) ⇒ InvalidHostState
constructor
A new instance of InvalidHostState.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], host = nil) ⇒ InvalidHostState
Returns a new instance of InvalidHostState.
30888 30889 30890 30891 30892 |
# File 'lib/vmware/soap/vim25.rb', line 30888 def initialize(dynamicType = nil, dynamicProperty = [], host = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @host = host end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30885 30886 30887 |
# File 'lib/vmware/soap/vim25.rb', line 30885 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30884 30885 30886 |
# File 'lib/vmware/soap/vim25.rb', line 30884 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
30886 30887 30888 |
# File 'lib/vmware/soap/vim25.rb', line 30886 def host @host end |